Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2 | * All rights reserved. |
| 3 | * |
| 4 | * This package is an SSL implementation written |
| 5 | * by Eric Young (eay@cryptsoft.com). |
| 6 | * The implementation was written so as to conform with Netscapes SSL. |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 7 | * |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 8 | * This library is free for commercial and non-commercial use as long as |
| 9 | * the following conditions are aheared to. The following conditions |
| 10 | * apply to all code found in this distribution, be it the RC4, RSA, |
| 11 | * lhash, DES, etc., code; not just the SSL code. The SSL documentation |
| 12 | * included with this distribution is covered by the same copyright terms |
| 13 | * except that the holder is Tim Hudson (tjh@cryptsoft.com). |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 14 | * |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 15 | * Copyright remains Eric Young's, and as such any Copyright notices in |
| 16 | * the code are not to be removed. |
| 17 | * If this package is used in a product, Eric Young should be given attribution |
| 18 | * as the author of the parts of the library used. |
| 19 | * This can be in the form of a textual message at program startup or |
| 20 | * in documentation (online or textual) provided with the package. |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 21 | * |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 22 | * Redistribution and use in source and binary forms, with or without |
| 23 | * modification, are permitted provided that the following conditions |
| 24 | * are met: |
| 25 | * 1. Redistributions of source code must retain the copyright |
| 26 | * notice, this list of conditions and the following disclaimer. |
| 27 | * 2. Redistributions in binary form must reproduce the above copyright |
| 28 | * notice, this list of conditions and the following disclaimer in the |
| 29 | * documentation and/or other materials provided with the distribution. |
| 30 | * 3. All advertising materials mentioning features or use of this software |
| 31 | * must display the following acknowledgement: |
| 32 | * "This product includes cryptographic software written by |
| 33 | * Eric Young (eay@cryptsoft.com)" |
| 34 | * The word 'cryptographic' can be left out if the rouines from the library |
| 35 | * being used are not cryptographic related :-). |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 36 | * 4. If you include any Windows specific code (or a derivative thereof) from |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 37 | * the apps directory (application code) you must include an acknowledgement: |
| 38 | * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 39 | * |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 40 | * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND |
| 41 | * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 42 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 43 | * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 44 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 45 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 46 | * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 47 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 48 | * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 49 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 50 | * SUCH DAMAGE. |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 51 | * |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 52 | * The licence and distribution terms for any publically available version or |
| 53 | * derivative of this code cannot be changed. i.e. this code cannot simply be |
| 54 | * copied and put under another distribution licence |
| 55 | * [including the GNU Public Licence.] |
| 56 | */ |
Bodo Möller | a661b65 | 2001-10-20 17:56:36 +0000 | [diff] [blame] | 57 | /* ==================================================================== |
Bodo Möller | b1277b9 | 2006-01-02 23:29:12 +0000 | [diff] [blame] | 58 | * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. |
Bodo Möller | a661b65 | 2001-10-20 17:56:36 +0000 | [diff] [blame] | 59 | * |
| 60 | * Redistribution and use in source and binary forms, with or without |
| 61 | * modification, are permitted provided that the following conditions |
| 62 | * are met: |
| 63 | * |
| 64 | * 1. Redistributions of source code must retain the above copyright |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 65 | * notice, this list of conditions and the following disclaimer. |
Bodo Möller | a661b65 | 2001-10-20 17:56:36 +0000 | [diff] [blame] | 66 | * |
| 67 | * 2. Redistributions in binary form must reproduce the above copyright |
| 68 | * notice, this list of conditions and the following disclaimer in |
| 69 | * the documentation and/or other materials provided with the |
| 70 | * distribution. |
| 71 | * |
| 72 | * 3. All advertising materials mentioning features or use of this |
| 73 | * software must display the following acknowledgment: |
| 74 | * "This product includes software developed by the OpenSSL Project |
| 75 | * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" |
| 76 | * |
| 77 | * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to |
| 78 | * endorse or promote products derived from this software without |
| 79 | * prior written permission. For written permission, please contact |
| 80 | * openssl-core@openssl.org. |
| 81 | * |
| 82 | * 5. Products derived from this software may not be called "OpenSSL" |
| 83 | * nor may "OpenSSL" appear in their names without prior written |
| 84 | * permission of the OpenSSL Project. |
| 85 | * |
| 86 | * 6. Redistributions of any form whatsoever must retain the following |
| 87 | * acknowledgment: |
| 88 | * "This product includes software developed by the OpenSSL Project |
| 89 | * for use in the OpenSSL Toolkit (http://www.openssl.org/)" |
| 90 | * |
| 91 | * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY |
| 92 | * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 93 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 94 | * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR |
| 95 | * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 96 | * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 97 | * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 98 | * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 99 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
| 100 | * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 101 | * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 102 | * OF THE POSSIBILITY OF SUCH DAMAGE. |
| 103 | * ==================================================================== |
| 104 | * |
| 105 | * This product includes cryptographic software written by Eric Young |
| 106 | * (eay@cryptsoft.com). This product includes software written by Tim |
| 107 | * Hudson (tjh@cryptsoft.com). |
| 108 | * |
| 109 | */ |
Bodo Möller | ea26226 | 2002-08-09 08:56:08 +0000 | [diff] [blame] | 110 | /* ==================================================================== |
| 111 | * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 112 | * ECC cipher suite support in OpenSSL originally developed by |
Bodo Möller | ea26226 | 2002-08-09 08:56:08 +0000 | [diff] [blame] | 113 | * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. |
| 114 | */ |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 115 | /* ==================================================================== |
| 116 | * Copyright 2005 Nokia. All rights reserved. |
| 117 | * |
| 118 | * The portions of the attached software ("Contribution") is developed by |
| 119 | * Nokia Corporation and is licensed pursuant to the OpenSSL open source |
| 120 | * license. |
| 121 | * |
| 122 | * The Contribution, originally written by Mika Kousa and Pasi Eronen of |
| 123 | * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites |
| 124 | * support (see RFC 4279) to OpenSSL. |
| 125 | * |
| 126 | * No patent licenses or other rights except those expressly stated in |
| 127 | * the OpenSSL open source license shall be deemed granted or received |
| 128 | * expressly, by implication, estoppel, or otherwise. |
| 129 | * |
| 130 | * No assurances are provided by Nokia that the Contribution does not |
| 131 | * infringe the patent or other intellectual property rights of any third |
| 132 | * party or that the license provides you with all the necessary rights |
| 133 | * to make use of the Contribution. |
| 134 | * |
| 135 | * THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN |
| 136 | * ADDITION TO THE DISCLAIMERS INCLUDED IN THE LICENSE, NOKIA |
| 137 | * SPECIFICALLY DISCLAIMS ANY LIABILITY FOR CLAIMS BROUGHT BY YOU OR ANY |
| 138 | * OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR |
| 139 | * OTHERWISE. |
| 140 | */ |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 141 | |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 142 | #include <ctype.h> |
Ulf Möller | 8c197cc | 1999-07-28 23:25:59 +0000 | [diff] [blame] | 143 | #include <stdio.h> |
| 144 | #include <stdlib.h> |
| 145 | #include <string.h> |
Matt Caswell | 252d6d3 | 2015-07-22 17:50:51 +0100 | [diff] [blame] | 146 | #include <openssl/async.h> |
Richard Levitte | 4d8743f | 2003-11-28 13:10:58 +0000 | [diff] [blame] | 147 | |
Richard Levitte | be1bd92 | 2001-02-20 14:07:03 +0000 | [diff] [blame] | 148 | #include <openssl/e_os2.h> |
Ulf Möller | 8c197cc | 1999-07-28 23:25:59 +0000 | [diff] [blame] | 149 | |
Matt Caswell | 68d39f3 | 2015-01-21 19:18:47 +0000 | [diff] [blame] | 150 | /* conflicts with winsock2 stuff on netware */ |
| 151 | #if !defined(OPENSSL_SYS_NETWARE) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 152 | # include <sys/types.h> |
Richard Levitte | 4d8743f | 2003-11-28 13:10:58 +0000 | [diff] [blame] | 153 | #endif |
| 154 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 155 | /* |
| 156 | * With IPv6, it looks like Digital has mixed up the proper order of |
| 157 | * recursive header file inclusion, resulting in the compiler complaining |
| 158 | * that u_int isn't defined, but only if _POSIX_C_SOURCE is defined, which is |
| 159 | * needed to have fileno() declared correctly... So let's define u_int |
| 160 | */ |
Richard Levitte | bc36ee6 | 2001-02-20 08:13:47 +0000 | [diff] [blame] | 161 | #if defined(OPENSSL_SYS_VMS_DECC) && !defined(__U_INT) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 162 | # define __U_INT |
Ulf Möller | 7d7d2cb | 1999-05-13 11:37:32 +0000 | [diff] [blame] | 163 | typedef unsigned int u_int; |
| 164 | #endif |
| 165 | |
Bodo Möller | ec57782 | 1999-04-23 22:13:45 +0000 | [diff] [blame] | 166 | #include <openssl/lhash.h> |
| 167 | #include <openssl/bn.h> |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 168 | #define USE_SOCKETS |
| 169 | #include "apps.h" |
Bodo Möller | ec57782 | 1999-04-23 22:13:45 +0000 | [diff] [blame] | 170 | #include <openssl/err.h> |
| 171 | #include <openssl/pem.h> |
| 172 | #include <openssl/x509.h> |
| 173 | #include <openssl/ssl.h> |
Geoff Thorpe | 1372965 | 2001-09-12 02:39:06 +0000 | [diff] [blame] | 174 | #include <openssl/rand.h> |
Dr. Stephen Henson | 67c8e7f | 2007-09-26 21:56:59 +0000 | [diff] [blame] | 175 | #include <openssl/ocsp.h> |
Nils Larsch | 3eeaab4 | 2005-07-16 12:37:36 +0000 | [diff] [blame] | 176 | #ifndef OPENSSL_NO_DH |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 177 | # include <openssl/dh.h> |
Nils Larsch | 3eeaab4 | 2005-07-16 12:37:36 +0000 | [diff] [blame] | 178 | #endif |
| 179 | #ifndef OPENSSL_NO_RSA |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 180 | # include <openssl/rsa.h> |
Nils Larsch | 3eeaab4 | 2005-07-16 12:37:36 +0000 | [diff] [blame] | 181 | #endif |
Ben Laurie | edc032b | 2011-03-12 17:01:19 +0000 | [diff] [blame] | 182 | #ifndef OPENSSL_NO_SRP |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 183 | # include <openssl/srp.h> |
Ben Laurie | edc032b | 2011-03-12 17:01:19 +0000 | [diff] [blame] | 184 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 185 | #include "s_apps.h" |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 186 | #include "timeouts.h" |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 187 | |
Bodo Möller | 7c2d4fe | 2010-08-26 15:15:47 +0000 | [diff] [blame] | 188 | static int not_resumable_sess_cb(SSL *s, int is_forward_secure); |
Rich Salz | a773b52 | 2016-02-13 22:33:56 -0500 | [diff] [blame] | 189 | static int sv_body(int s, int stype, unsigned char *context); |
| 190 | static int www_body(int s, int stype, unsigned char *context); |
| 191 | static int rev_body(int s, int stype, unsigned char *context); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 192 | static void close_accept_socket(void); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 193 | static int init_ssl_connection(SSL *s); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 194 | static void print_stats(BIO *bp, SSL_CTX *ctx); |
Geoff Thorpe | 1aa0d94 | 2001-02-21 18:38:48 +0000 | [diff] [blame] | 195 | static int generate_session_id(const SSL *ssl, unsigned char *id, |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 196 | unsigned int *id_len); |
Dr. Stephen Henson | 35b0ea4 | 2009-12-27 23:24:45 +0000 | [diff] [blame] | 197 | static void init_session_cache_ctx(SSL_CTX *sctx); |
| 198 | static void free_sessions(void); |
Richard Levitte | cf1b7d9 | 2001-02-19 16:06:34 +0000 | [diff] [blame] | 199 | #ifndef OPENSSL_NO_DH |
Nils Larsch | eb3eab2 | 2005-04-07 22:48:33 +0000 | [diff] [blame] | 200 | static DH *load_dh_param(const char *dhfile); |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 201 | #endif |
Bodo Möller | ea26226 | 2002-08-09 08:56:08 +0000 | [diff] [blame] | 202 | |
Bodo Möller | b74ba29 | 1999-09-03 23:08:45 +0000 | [diff] [blame] | 203 | static void s_server_init(void); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 204 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 205 | /* static int load_CA(SSL_CTX *ctx, char *file);*/ |
| 206 | |
| 207 | #undef BUFSIZZ |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 208 | #define BUFSIZZ 16*1024 |
| 209 | static int bufsize = BUFSIZZ; |
| 210 | static int accept_socket = -1; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 211 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 212 | #define TEST_CERT "server.pem" |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 213 | #define TEST_CERT2 "server2.pem" |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 214 | |
Dr. Stephen Henson | 2a7cbe7 | 2012-09-12 23:14:28 +0000 | [diff] [blame] | 215 | extern int verify_depth, verify_return_error, verify_quiet; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 216 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 217 | static int s_server_verify = SSL_VERIFY_NONE; |
Bodo Möller | b56bce4 | 1999-05-13 15:09:38 +0000 | [diff] [blame] | 218 | static int s_server_session_id_context = 1; /* anything will do */ |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 219 | static const char *s_cert_file = TEST_CERT, *s_key_file = |
| 220 | NULL, *s_chain_file = NULL; |
Matt Caswell | 5561419 | 2015-05-12 10:35:51 +0100 | [diff] [blame] | 221 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 222 | static const char *s_cert_file2 = TEST_CERT2, *s_key_file2 = NULL; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 223 | static char *s_dcert_file = NULL, *s_dkey_file = NULL, *s_dchain_file = NULL; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 224 | static int s_nbio = 0; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 225 | static int s_nbio_test = 0; |
Ben Laurie | df2ee0e | 2015-09-05 13:32:58 +0100 | [diff] [blame] | 226 | static int s_crlf = 0; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 227 | static SSL_CTX *ctx = NULL; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 228 | static SSL_CTX *ctx2 = NULL; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 229 | static int www = 0; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 230 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 231 | static BIO *bio_s_out = NULL; |
Dr. Stephen Henson | 93ab9e4 | 2012-06-15 12:46:09 +0000 | [diff] [blame] | 232 | static BIO *bio_s_msg = NULL; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 233 | static int s_debug = 0; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 234 | static int s_tlsextdebug = 0; |
| 235 | static int s_tlsextstatus = 0; |
Dr. Stephen Henson | 67c8e7f | 2007-09-26 21:56:59 +0000 | [diff] [blame] | 236 | static int cert_status_cb(SSL *s, void *arg); |
Bodo Möller | 7c2d4fe | 2010-08-26 15:15:47 +0000 | [diff] [blame] | 237 | static int no_resume_ephemeral = 0; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 238 | static int s_msg = 0; |
| 239 | static int s_quiet = 0; |
| 240 | static int s_ign_eof = 0; |
| 241 | static int s_brief = 0; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 242 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 243 | static char *keymatexportlabel = NULL; |
| 244 | static int keymatexportlen = 20; |
Ben Laurie | e0af040 | 2011-11-15 23:50:52 +0000 | [diff] [blame] | 245 | |
Matt Caswell | 7e25dd6 | 2015-02-13 23:33:12 +0000 | [diff] [blame] | 246 | static int async = 0; |
| 247 | |
Richard Levitte | 0b13e9f | 2003-01-30 17:39:26 +0000 | [diff] [blame] | 248 | #ifndef OPENSSL_NO_ENGINE |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 249 | static char *engine_id = NULL; |
Richard Levitte | 0b13e9f | 2003-01-30 17:39:26 +0000 | [diff] [blame] | 250 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 251 | static const char *session_id_prefix = NULL; |
Bodo Möller | b74ba29 | 1999-09-03 23:08:45 +0000 | [diff] [blame] | 252 | |
Ben Laurie | a7a14a2 | 2015-12-16 13:25:07 +0000 | [diff] [blame] | 253 | #ifndef OPENSSL_NO_DTLS |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 254 | static int enable_timeouts = 0; |
Bodo Möller | b1277b9 | 2006-01-02 23:29:12 +0000 | [diff] [blame] | 255 | static long socket_mtu; |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 256 | static int cert_chain = 0; |
Dr. Stephen Henson | 58f41a9 | 2009-06-05 14:59:26 +0000 | [diff] [blame] | 257 | #endif |
Matt Caswell | d8249e9 | 2015-09-23 10:02:18 +0100 | [diff] [blame] | 258 | static int dtlslisten = 0; |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 259 | |
Trevor | a398f82 | 2013-05-12 18:55:27 -0700 | [diff] [blame] | 260 | static BIO *serverinfo_in = NULL; |
| 261 | static const char *s_serverinfo_file = NULL; |
Scott Deboy | 3608618 | 2013-06-18 14:34:38 -0700 | [diff] [blame] | 262 | |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 263 | #ifndef OPENSSL_NO_PSK |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 264 | static char *psk_identity = "Client_identity"; |
| 265 | char *psk_key = NULL; /* by default PSK is not used */ |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 266 | |
| 267 | static unsigned int psk_server_cb(SSL *ssl, const char *identity, |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 268 | unsigned char *psk, |
| 269 | unsigned int max_psk_len) |
| 270 | { |
| 271 | unsigned int psk_len = 0; |
| 272 | int ret; |
| 273 | BIGNUM *bn = NULL; |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 274 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 275 | if (s_debug) |
| 276 | BIO_printf(bio_s_out, "psk_server_cb\n"); |
| 277 | if (!identity) { |
| 278 | BIO_printf(bio_err, "Error: client did not send PSK identity\n"); |
| 279 | goto out_err; |
| 280 | } |
| 281 | if (s_debug) |
| 282 | BIO_printf(bio_s_out, "identity_len=%d identity=%s\n", |
Matt Caswell | 11abf92 | 2015-03-12 14:09:00 +0000 | [diff] [blame] | 283 | (int)strlen(identity), identity); |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 284 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 285 | /* here we could lookup the given identity e.g. from a database */ |
| 286 | if (strcmp(identity, psk_identity) != 0) { |
| 287 | BIO_printf(bio_s_out, "PSK error: client identity not found" |
| 288 | " (got '%s' expected '%s')\n", identity, psk_identity); |
| 289 | goto out_err; |
| 290 | } |
| 291 | if (s_debug) |
| 292 | BIO_printf(bio_s_out, "PSK client identity found\n"); |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 293 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 294 | /* convert the PSK key to binary */ |
| 295 | ret = BN_hex2bn(&bn, psk_key); |
| 296 | if (!ret) { |
| 297 | BIO_printf(bio_err, "Could not convert PSK key '%s' to BIGNUM\n", |
| 298 | psk_key); |
Rich Salz | 23a1d5e | 2015-04-30 21:37:06 -0400 | [diff] [blame] | 299 | BN_free(bn); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 300 | return 0; |
| 301 | } |
| 302 | if (BN_num_bytes(bn) > (int)max_psk_len) { |
| 303 | BIO_printf(bio_err, |
| 304 | "psk buffer of callback is too small (%d) for key (%d)\n", |
| 305 | max_psk_len, BN_num_bytes(bn)); |
| 306 | BN_free(bn); |
| 307 | return 0; |
| 308 | } |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 309 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 310 | ret = BN_bn2bin(bn, psk); |
| 311 | BN_free(bn); |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 312 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 313 | if (ret < 0) |
| 314 | goto out_err; |
| 315 | psk_len = (unsigned int)ret; |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 316 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 317 | if (s_debug) |
| 318 | BIO_printf(bio_s_out, "fetched PSK len=%d\n", psk_len); |
| 319 | return psk_len; |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 320 | out_err: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 321 | if (s_debug) |
| 322 | BIO_printf(bio_err, "Error in PSK server callback\n"); |
Rich Salz | c54cc2b | 2015-04-25 09:26:48 -0400 | [diff] [blame] | 323 | (void)BIO_flush(bio_err); |
| 324 | (void)BIO_flush(bio_s_out); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 325 | return 0; |
| 326 | } |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 327 | #endif |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 328 | |
Ben Laurie | edc032b | 2011-03-12 17:01:19 +0000 | [diff] [blame] | 329 | #ifndef OPENSSL_NO_SRP |
| 330 | /* This is a context that we pass to callbacks */ |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 331 | typedef struct srpsrvparm_st { |
| 332 | char *login; |
| 333 | SRP_VBASE *vb; |
| 334 | SRP_user_pwd *user; |
| 335 | } srpsrvparm; |
Ben Laurie | edc032b | 2011-03-12 17:01:19 +0000 | [diff] [blame] | 336 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 337 | /* |
| 338 | * This callback pretends to require some asynchronous logic in order to |
| 339 | * obtain a verifier. When the callback is called for a new connection we |
| 340 | * return with a negative value. This will provoke the accept etc to return |
| 341 | * with an LOOKUP_X509. The main logic of the reinvokes the suspended call |
| 342 | * (which would normally occur after a worker has finished) and we set the |
| 343 | * user parameters. |
| 344 | */ |
Rich Salz | 6d23cf9 | 2015-01-12 17:29:26 -0500 | [diff] [blame] | 345 | static int ssl_srp_server_param_cb(SSL *s, int *ad, void *arg) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 346 | { |
| 347 | srpsrvparm *p = (srpsrvparm *) arg; |
Emilia Kasper | 380f18e | 2016-02-24 12:59:59 +0100 | [diff] [blame] | 348 | int ret = SSL3_AL_FATAL; |
| 349 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 350 | if (p->login == NULL && p->user == NULL) { |
| 351 | p->login = SSL_get_srp_username(s); |
| 352 | BIO_printf(bio_err, "SRP username = \"%s\"\n", p->login); |
| 353 | return (-1); |
| 354 | } |
Ben Laurie | edc032b | 2011-03-12 17:01:19 +0000 | [diff] [blame] | 355 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 356 | if (p->user == NULL) { |
| 357 | BIO_printf(bio_err, "User %s doesn't exist\n", p->login); |
Emilia Kasper | 380f18e | 2016-02-24 12:59:59 +0100 | [diff] [blame] | 358 | goto err; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 359 | } |
Emilia Kasper | 380f18e | 2016-02-24 12:59:59 +0100 | [diff] [blame] | 360 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 361 | if (SSL_set_srp_server_param |
| 362 | (s, p->user->N, p->user->g, p->user->s, p->user->v, |
| 363 | p->user->info) < 0) { |
| 364 | *ad = SSL_AD_INTERNAL_ERROR; |
Emilia Kasper | 380f18e | 2016-02-24 12:59:59 +0100 | [diff] [blame] | 365 | goto err; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 366 | } |
| 367 | BIO_printf(bio_err, |
| 368 | "SRP parameters set: username = \"%s\" info=\"%s\" \n", |
| 369 | p->login, p->user->info); |
Emilia Kasper | 380f18e | 2016-02-24 12:59:59 +0100 | [diff] [blame] | 370 | ret = SSL_ERROR_NONE; |
| 371 | |
| 372 | err: |
| 373 | SRP_user_pwd_free(p->user); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 374 | p->user = NULL; |
| 375 | p->login = NULL; |
Emilia Kasper | 380f18e | 2016-02-24 12:59:59 +0100 | [diff] [blame] | 376 | return ret; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 377 | } |
Ben Laurie | edc032b | 2011-03-12 17:01:19 +0000 | [diff] [blame] | 378 | |
| 379 | #endif |
| 380 | |
Ulf Möller | 6b691a5 | 1999-04-19 21:31:43 +0000 | [diff] [blame] | 381 | static void s_server_init(void) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 382 | { |
| 383 | accept_socket = -1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 384 | verify_depth = 0; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 385 | s_server_verify = SSL_VERIFY_NONE; |
| 386 | s_dcert_file = NULL; |
| 387 | s_dkey_file = NULL; |
| 388 | s_dchain_file = NULL; |
| 389 | s_cert_file = TEST_CERT; |
| 390 | s_key_file = NULL; |
| 391 | s_chain_file = NULL; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 392 | s_cert_file2 = TEST_CERT2; |
| 393 | s_key_file2 = NULL; |
| 394 | ctx2 = NULL; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 395 | s_nbio = 0; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 396 | s_nbio_test = 0; |
| 397 | ctx = NULL; |
| 398 | www = 0; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 399 | bio_s_out = NULL; |
| 400 | s_debug = 0; |
| 401 | s_msg = 0; |
| 402 | s_quiet = 0; |
| 403 | s_brief = 0; |
Matt Caswell | 7e25dd6 | 2015-02-13 23:33:12 +0000 | [diff] [blame] | 404 | async = 0; |
Richard Levitte | 0b13e9f | 2003-01-30 17:39:26 +0000 | [diff] [blame] | 405 | #ifndef OPENSSL_NO_ENGINE |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 406 | engine_id = NULL; |
Richard Levitte | 0b13e9f | 2003-01-30 17:39:26 +0000 | [diff] [blame] | 407 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 408 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 409 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 410 | static int local_argc = 0; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 411 | static char **local_argv; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 412 | |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 413 | #ifdef CHARSET_EBCDIC |
| 414 | static int ebcdic_new(BIO *bi); |
| 415 | static int ebcdic_free(BIO *a); |
| 416 | static int ebcdic_read(BIO *b, char *out, int outl); |
Bodo Möller | 0fd05a2 | 2002-08-15 14:52:54 +0000 | [diff] [blame] | 417 | static int ebcdic_write(BIO *b, const char *in, int inl); |
| 418 | static long ebcdic_ctrl(BIO *b, int cmd, long num, void *ptr); |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 419 | static int ebcdic_gets(BIO *bp, char *buf, int size); |
Bodo Möller | 0fd05a2 | 2002-08-15 14:52:54 +0000 | [diff] [blame] | 420 | static int ebcdic_puts(BIO *bp, const char *str); |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 421 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 422 | # define BIO_TYPE_EBCDIC_FILTER (18|0x0200) |
| 423 | static BIO_METHOD methods_ebcdic = { |
| 424 | BIO_TYPE_EBCDIC_FILTER, |
| 425 | "EBCDIC/ASCII filter", |
| 426 | ebcdic_write, |
| 427 | ebcdic_read, |
| 428 | ebcdic_puts, |
| 429 | ebcdic_gets, |
| 430 | ebcdic_ctrl, |
| 431 | ebcdic_new, |
| 432 | ebcdic_free, |
| 433 | }; |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 434 | |
Rich Salz | 68dc682 | 2015-04-30 17:48:31 -0400 | [diff] [blame] | 435 | /* This struct is "unwarranted chumminess with the compiler." */ |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 436 | typedef struct { |
| 437 | size_t alloced; |
| 438 | char buff[1]; |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 439 | } EBCDIC_OUTBUFF; |
| 440 | |
| 441 | BIO_METHOD *BIO_f_ebcdic_filter() |
| 442 | { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 443 | return (&methods_ebcdic); |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 444 | } |
| 445 | |
| 446 | static int ebcdic_new(BIO *bi) |
| 447 | { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 448 | EBCDIC_OUTBUFF *wbuf; |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 449 | |
Rich Salz | b4faea5 | 2015-05-01 23:10:31 -0400 | [diff] [blame] | 450 | wbuf = app_malloc(sizeof(*wbuf) + 1024, "ebcdic wbuf"); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 451 | wbuf->alloced = 1024; |
| 452 | wbuf->buff[0] = '\0'; |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 453 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 454 | bi->ptr = (char *)wbuf; |
| 455 | bi->init = 1; |
| 456 | bi->flags = 0; |
| 457 | return (1); |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 458 | } |
| 459 | |
| 460 | static int ebcdic_free(BIO *a) |
| 461 | { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 462 | if (a == NULL) |
| 463 | return (0); |
Rich Salz | 25aaa98 | 2015-05-01 14:37:16 -0400 | [diff] [blame] | 464 | OPENSSL_free(a->ptr); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 465 | a->ptr = NULL; |
| 466 | a->init = 0; |
| 467 | a->flags = 0; |
| 468 | return (1); |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 469 | } |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 470 | |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 471 | static int ebcdic_read(BIO *b, char *out, int outl) |
| 472 | { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 473 | int ret = 0; |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 474 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 475 | if (out == NULL || outl == 0) |
| 476 | return (0); |
| 477 | if (b->next_bio == NULL) |
| 478 | return (0); |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 479 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 480 | ret = BIO_read(b->next_bio, out, outl); |
| 481 | if (ret > 0) |
| 482 | ascii2ebcdic(out, out, ret); |
| 483 | return (ret); |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 484 | } |
| 485 | |
Bodo Möller | 0fd05a2 | 2002-08-15 14:52:54 +0000 | [diff] [blame] | 486 | static int ebcdic_write(BIO *b, const char *in, int inl) |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 487 | { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 488 | EBCDIC_OUTBUFF *wbuf; |
| 489 | int ret = 0; |
| 490 | int num; |
| 491 | unsigned char n; |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 492 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 493 | if ((in == NULL) || (inl <= 0)) |
| 494 | return (0); |
| 495 | if (b->next_bio == NULL) |
| 496 | return (0); |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 497 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 498 | wbuf = (EBCDIC_OUTBUFF *) b->ptr; |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 499 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 500 | if (inl > (num = wbuf->alloced)) { |
| 501 | num = num + num; /* double the size */ |
| 502 | if (num < inl) |
| 503 | num = inl; |
Rich Salz | b4faea5 | 2015-05-01 23:10:31 -0400 | [diff] [blame] | 504 | wbuf = app_malloc(sizeof(*wbuf) + num, "grow ebcdic wbuf"); |
Matt Caswell | 918bb86 | 2015-03-04 17:49:51 +0000 | [diff] [blame] | 505 | OPENSSL_free(b->ptr); |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 506 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 507 | wbuf->alloced = num; |
| 508 | wbuf->buff[0] = '\0'; |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 509 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 510 | b->ptr = (char *)wbuf; |
| 511 | } |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 512 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 513 | ebcdic2ascii(wbuf->buff, in, inl); |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 514 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 515 | ret = BIO_write(b->next_bio, wbuf->buff, inl); |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 516 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 517 | return (ret); |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 518 | } |
| 519 | |
Bodo Möller | 0fd05a2 | 2002-08-15 14:52:54 +0000 | [diff] [blame] | 520 | static long ebcdic_ctrl(BIO *b, int cmd, long num, void *ptr) |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 521 | { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 522 | long ret; |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 523 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 524 | if (b->next_bio == NULL) |
| 525 | return (0); |
| 526 | switch (cmd) { |
| 527 | case BIO_CTRL_DUP: |
| 528 | ret = 0L; |
| 529 | break; |
| 530 | default: |
| 531 | ret = BIO_ctrl(b->next_bio, cmd, num, ptr); |
| 532 | break; |
| 533 | } |
| 534 | return (ret); |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 535 | } |
| 536 | |
| 537 | static int ebcdic_gets(BIO *bp, char *buf, int size) |
| 538 | { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 539 | int i, ret = 0; |
| 540 | if (bp->next_bio == NULL) |
| 541 | return (0); |
| 542 | /* return(BIO_gets(bp->next_bio,buf,size));*/ |
| 543 | for (i = 0; i < size - 1; ++i) { |
| 544 | ret = ebcdic_read(bp, &buf[i], 1); |
| 545 | if (ret <= 0) |
| 546 | break; |
| 547 | else if (buf[i] == '\n') { |
| 548 | ++i; |
| 549 | break; |
| 550 | } |
| 551 | } |
| 552 | if (i < size) |
| 553 | buf[i] = '\0'; |
| 554 | return (ret < 0 && i == 0) ? ret : i; |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 555 | } |
| 556 | |
Bodo Möller | 0fd05a2 | 2002-08-15 14:52:54 +0000 | [diff] [blame] | 557 | static int ebcdic_puts(BIO *bp, const char *str) |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 558 | { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 559 | if (bp->next_bio == NULL) |
| 560 | return (0); |
| 561 | return ebcdic_write(bp, str, strlen(str)); |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 562 | } |
| 563 | #endif |
| 564 | |
Bodo Möller | ed3883d | 2006-01-02 23:14:37 +0000 | [diff] [blame] | 565 | /* This is a context that we pass to callbacks */ |
| 566 | typedef struct tlsextctx_st { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 567 | char *servername; |
| 568 | BIO *biodebug; |
| 569 | int extension_error; |
Bodo Möller | ed3883d | 2006-01-02 23:14:37 +0000 | [diff] [blame] | 570 | } tlsextctx; |
| 571 | |
Rich Salz | 6d23cf9 | 2015-01-12 17:29:26 -0500 | [diff] [blame] | 572 | static int ssl_servername_cb(SSL *s, int *ad, void *arg) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 573 | { |
| 574 | tlsextctx *p = (tlsextctx *) arg; |
| 575 | const char *servername = SSL_get_servername(s, TLSEXT_NAMETYPE_host_name); |
| 576 | if (servername && p->biodebug) |
| 577 | BIO_printf(p->biodebug, "Hostname in TLS extension: \"%s\"\n", |
| 578 | servername); |
| 579 | |
| 580 | if (!p->servername) |
| 581 | return SSL_TLSEXT_ERR_NOACK; |
| 582 | |
| 583 | if (servername) { |
| 584 | if (strcasecmp(servername, p->servername)) |
| 585 | return p->extension_error; |
| 586 | if (ctx2) { |
| 587 | BIO_printf(p->biodebug, "Switching server context.\n"); |
| 588 | SSL_set_SSL_CTX(s, ctx2); |
| 589 | } |
| 590 | } |
| 591 | return SSL_TLSEXT_ERR_OK; |
Bodo Möller | ed3883d | 2006-01-02 23:14:37 +0000 | [diff] [blame] | 592 | } |
Dr. Stephen Henson | 67c8e7f | 2007-09-26 21:56:59 +0000 | [diff] [blame] | 593 | |
| 594 | /* Structure passed to cert status callback */ |
| 595 | |
| 596 | typedef struct tlsextstatusctx_st { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 597 | /* Default responder to use */ |
| 598 | char *host, *path, *port; |
| 599 | int use_ssl; |
| 600 | int timeout; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 601 | int verbose; |
Dr. Stephen Henson | 67c8e7f | 2007-09-26 21:56:59 +0000 | [diff] [blame] | 602 | } tlsextstatusctx; |
| 603 | |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 604 | static tlsextstatusctx tlscstatp = { NULL, NULL, NULL, 0, -1, 0 }; |
Dr. Stephen Henson | 67c8e7f | 2007-09-26 21:56:59 +0000 | [diff] [blame] | 605 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 606 | /* |
| 607 | * Certificate Status callback. This is called when a client includes a |
| 608 | * certificate status request extension. This is a simplified version. It |
| 609 | * examines certificates each time and makes one OCSP responder query for |
| 610 | * each request. A full version would store details such as the OCSP |
| 611 | * certificate IDs and minimise the number of OCSP responses by caching them |
| 612 | * until they were considered "expired". |
Dr. Stephen Henson | 67c8e7f | 2007-09-26 21:56:59 +0000 | [diff] [blame] | 613 | */ |
| 614 | |
| 615 | static int cert_status_cb(SSL *s, void *arg) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 616 | { |
| 617 | tlsextstatusctx *srctx = arg; |
Gunnar Kudrjavets | 4c9b0a0 | 2015-05-06 10:16:55 +0100 | [diff] [blame] | 618 | char *host = NULL, *port = NULL, *path = NULL; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 619 | int use_ssl; |
| 620 | unsigned char *rspder = NULL; |
| 621 | int rspderlen; |
| 622 | STACK_OF(OPENSSL_STRING) *aia = NULL; |
| 623 | X509 *x = NULL; |
| 624 | X509_STORE_CTX inctx; |
| 625 | X509_OBJECT obj; |
| 626 | OCSP_REQUEST *req = NULL; |
| 627 | OCSP_RESPONSE *resp = NULL; |
| 628 | OCSP_CERTID *id = NULL; |
| 629 | STACK_OF(X509_EXTENSION) *exts; |
| 630 | int ret = SSL_TLSEXT_ERR_NOACK; |
| 631 | int i; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 632 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 633 | if (srctx->verbose) |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 634 | BIO_puts(bio_err, "cert_status: callback called\n"); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 635 | /* Build up OCSP query from server certificate */ |
| 636 | x = SSL_get_certificate(s); |
| 637 | aia = X509_get1_ocsp(x); |
| 638 | if (aia) { |
| 639 | if (!OCSP_parse_url(sk_OPENSSL_STRING_value(aia, 0), |
| 640 | &host, &port, &path, &use_ssl)) { |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 641 | BIO_puts(bio_err, "cert_status: can't parse AIA URL\n"); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 642 | goto err; |
| 643 | } |
| 644 | if (srctx->verbose) |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 645 | BIO_printf(bio_err, "cert_status: AIA URL: %s\n", |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 646 | sk_OPENSSL_STRING_value(aia, 0)); |
| 647 | } else { |
| 648 | if (!srctx->host) { |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 649 | BIO_puts(bio_err, |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 650 | "cert_status: no AIA and no default responder URL\n"); |
| 651 | goto done; |
| 652 | } |
| 653 | host = srctx->host; |
| 654 | path = srctx->path; |
| 655 | port = srctx->port; |
| 656 | use_ssl = srctx->use_ssl; |
| 657 | } |
| 658 | |
| 659 | if (!X509_STORE_CTX_init(&inctx, |
| 660 | SSL_CTX_get_cert_store(SSL_get_SSL_CTX(s)), |
| 661 | NULL, NULL)) |
| 662 | goto err; |
| 663 | if (X509_STORE_get_by_subject(&inctx, X509_LU_X509, |
| 664 | X509_get_issuer_name(x), &obj) <= 0) { |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 665 | BIO_puts(bio_err, "cert_status: Can't retrieve issuer certificate.\n"); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 666 | X509_STORE_CTX_cleanup(&inctx); |
| 667 | goto done; |
| 668 | } |
| 669 | req = OCSP_REQUEST_new(); |
Matt Caswell | 96487cd | 2015-10-30 11:18:04 +0000 | [diff] [blame] | 670 | if (req == NULL) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 671 | goto err; |
| 672 | id = OCSP_cert_to_id(NULL, x, obj.data.x509); |
| 673 | X509_free(obj.data.x509); |
| 674 | X509_STORE_CTX_cleanup(&inctx); |
| 675 | if (!id) |
| 676 | goto err; |
| 677 | if (!OCSP_request_add0_id(req, id)) |
| 678 | goto err; |
| 679 | id = NULL; |
| 680 | /* Add any extensions to the request */ |
| 681 | SSL_get_tlsext_status_exts(s, &exts); |
| 682 | for (i = 0; i < sk_X509_EXTENSION_num(exts); i++) { |
| 683 | X509_EXTENSION *ext = sk_X509_EXTENSION_value(exts, i); |
| 684 | if (!OCSP_REQUEST_add_ext(req, ext, -1)) |
| 685 | goto err; |
| 686 | } |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 687 | resp = process_responder(req, host, path, port, use_ssl, NULL, |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 688 | srctx->timeout); |
| 689 | if (!resp) { |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 690 | BIO_puts(bio_err, "cert_status: error querying responder\n"); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 691 | goto done; |
| 692 | } |
| 693 | rspderlen = i2d_OCSP_RESPONSE(resp, &rspder); |
| 694 | if (rspderlen <= 0) |
| 695 | goto err; |
| 696 | SSL_set_tlsext_status_ocsp_resp(s, rspder, rspderlen); |
| 697 | if (srctx->verbose) { |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 698 | BIO_puts(bio_err, "cert_status: ocsp response sent:\n"); |
| 699 | OCSP_RESPONSE_print(bio_err, resp, 2); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 700 | } |
| 701 | ret = SSL_TLSEXT_ERR_OK; |
| 702 | done: |
| 703 | if (ret != SSL_TLSEXT_ERR_OK) |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 704 | ERR_print_errors(bio_err); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 705 | if (aia) { |
| 706 | OPENSSL_free(host); |
| 707 | OPENSSL_free(path); |
| 708 | OPENSSL_free(port); |
| 709 | X509_email_free(aia); |
| 710 | } |
Rich Salz | 25aaa98 | 2015-05-01 14:37:16 -0400 | [diff] [blame] | 711 | OCSP_CERTID_free(id); |
| 712 | OCSP_REQUEST_free(req); |
| 713 | OCSP_RESPONSE_free(resp); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 714 | return ret; |
| 715 | err: |
| 716 | ret = SSL_TLSEXT_ERR_ALERT_FATAL; |
| 717 | goto done; |
| 718 | } |
Ben Laurie | ee2ffc2 | 2010-07-28 10:06:55 +0000 | [diff] [blame] | 719 | |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 720 | #ifndef OPENSSL_NO_NEXTPROTONEG |
Ben Laurie | ee2ffc2 | 2010-07-28 10:06:55 +0000 | [diff] [blame] | 721 | /* This is the context that we pass to next_proto_cb */ |
| 722 | typedef struct tlsextnextprotoctx_st { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 723 | unsigned char *data; |
| 724 | unsigned int len; |
Ben Laurie | ee2ffc2 | 2010-07-28 10:06:55 +0000 | [diff] [blame] | 725 | } tlsextnextprotoctx; |
| 726 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 727 | static int next_proto_cb(SSL *s, const unsigned char **data, |
| 728 | unsigned int *len, void *arg) |
| 729 | { |
| 730 | tlsextnextprotoctx *next_proto = arg; |
Ben Laurie | ee2ffc2 | 2010-07-28 10:06:55 +0000 | [diff] [blame] | 731 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 732 | *data = next_proto->data; |
| 733 | *len = next_proto->len; |
Ben Laurie | ee2ffc2 | 2010-07-28 10:06:55 +0000 | [diff] [blame] | 734 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 735 | return SSL_TLSEXT_ERR_OK; |
| 736 | } |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 737 | #endif /* ndef OPENSSL_NO_NEXTPROTONEG */ |
Adam Langley | 6f017a8 | 2013-04-15 18:07:47 -0400 | [diff] [blame] | 738 | |
| 739 | /* This the context that we pass to alpn_cb */ |
| 740 | typedef struct tlsextalpnctx_st { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 741 | unsigned char *data; |
| 742 | unsigned short len; |
Adam Langley | 6f017a8 | 2013-04-15 18:07:47 -0400 | [diff] [blame] | 743 | } tlsextalpnctx; |
| 744 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 745 | static int alpn_cb(SSL *s, const unsigned char **out, unsigned char *outlen, |
| 746 | const unsigned char *in, unsigned int inlen, void *arg) |
| 747 | { |
| 748 | tlsextalpnctx *alpn_ctx = arg; |
Adam Langley | 6f017a8 | 2013-04-15 18:07:47 -0400 | [diff] [blame] | 749 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 750 | if (!s_quiet) { |
| 751 | /* We can assume that |in| is syntactically valid. */ |
| 752 | unsigned i; |
| 753 | BIO_printf(bio_s_out, "ALPN protocols advertised by the client: "); |
| 754 | for (i = 0; i < inlen;) { |
| 755 | if (i) |
| 756 | BIO_write(bio_s_out, ", ", 2); |
| 757 | BIO_write(bio_s_out, &in[i + 1], in[i]); |
| 758 | i += in[i] + 1; |
| 759 | } |
| 760 | BIO_write(bio_s_out, "\n", 1); |
| 761 | } |
Adam Langley | 6f017a8 | 2013-04-15 18:07:47 -0400 | [diff] [blame] | 762 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 763 | if (SSL_select_next_proto |
| 764 | ((unsigned char **)out, outlen, alpn_ctx->data, alpn_ctx->len, in, |
| 765 | inlen) != OPENSSL_NPN_NEGOTIATED) { |
| 766 | return SSL_TLSEXT_ERR_NOACK; |
| 767 | } |
Adam Langley | 6f017a8 | 2013-04-15 18:07:47 -0400 | [diff] [blame] | 768 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 769 | if (!s_quiet) { |
| 770 | BIO_printf(bio_s_out, "ALPN protocols selected: "); |
| 771 | BIO_write(bio_s_out, *out, *outlen); |
| 772 | BIO_write(bio_s_out, "\n", 1); |
| 773 | } |
Adam Langley | 6f017a8 | 2013-04-15 18:07:47 -0400 | [diff] [blame] | 774 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 775 | return SSL_TLSEXT_ERR_OK; |
| 776 | } |
Bodo Möller | ed3883d | 2006-01-02 23:14:37 +0000 | [diff] [blame] | 777 | |
Bodo Möller | 7c2d4fe | 2010-08-26 15:15:47 +0000 | [diff] [blame] | 778 | static int not_resumable_sess_cb(SSL *s, int is_forward_secure) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 779 | { |
| 780 | /* disable resumption for sessions with forward secure ciphers */ |
| 781 | return is_forward_secure; |
| 782 | } |
Bodo Möller | 7c2d4fe | 2010-08-26 15:15:47 +0000 | [diff] [blame] | 783 | |
Dr. Stephen Henson | c79f22c | 2011-12-27 14:21:45 +0000 | [diff] [blame] | 784 | #ifndef OPENSSL_NO_SRP |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 785 | static srpsrvparm srp_callback_parm; |
Dr. Stephen Henson | c79f22c | 2011-12-27 14:21:45 +0000 | [diff] [blame] | 786 | #endif |
Piotr Sikora | e783bae | 2014-12-22 11:15:51 +0000 | [diff] [blame] | 787 | #ifndef OPENSSL_NO_SRTP |
Ben Laurie | 333f926 | 2011-11-15 22:59:20 +0000 | [diff] [blame] | 788 | static char *srtp_profiles = NULL; |
Piotr Sikora | e783bae | 2014-12-22 11:15:51 +0000 | [diff] [blame] | 789 | #endif |
Ben Laurie | 6caa4ed | 2008-10-26 18:40:52 +0000 | [diff] [blame] | 790 | |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 791 | typedef enum OPTION_choice { |
Richard Levitte | ab69ac0 | 2016-02-03 00:47:42 +0100 | [diff] [blame] | 792 | OPT_ERR = -1, OPT_EOF = 0, OPT_HELP, OPT_ENGINE, |
| 793 | OPT_4, OPT_6, OPT_ACCEPT, OPT_PORT, OPT_UNIX, OPT_UNLINK, OPT_NACCEPT, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 794 | OPT_VERIFY, OPT_UPPER_V_VERIFY, OPT_CONTEXT, OPT_CERT, OPT_CRL, |
| 795 | OPT_CRL_DOWNLOAD, OPT_SERVERINFO, OPT_CERTFORM, OPT_KEY, OPT_KEYFORM, |
| 796 | OPT_PASS, OPT_CERT_CHAIN, OPT_DHPARAM, OPT_DCERTFORM, OPT_DCERT, |
| 797 | OPT_DKEYFORM, OPT_DPASS, OPT_DKEY, OPT_DCERT_CHAIN, OPT_NOCERT, |
Matt Caswell | 2b6bcb7 | 2015-09-22 16:00:52 +0100 | [diff] [blame] | 798 | OPT_CAPATH, OPT_NOCAPATH, OPT_CHAINCAPATH, OPT_VERIFYCAPATH, OPT_NO_CACHE, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 799 | OPT_EXT_CACHE, OPT_CRLFORM, OPT_VERIFY_RET_ERROR, OPT_VERIFY_QUIET, |
Matt Caswell | 2b6bcb7 | 2015-09-22 16:00:52 +0100 | [diff] [blame] | 800 | OPT_BUILD_CHAIN, OPT_CAFILE, OPT_NOCAFILE, OPT_CHAINCAFILE, |
| 801 | OPT_VERIFYCAFILE, OPT_NBIO, OPT_NBIO_TEST, OPT_IGN_EOF, OPT_NO_IGN_EOF, |
| 802 | OPT_DEBUG, OPT_TLSEXTDEBUG, OPT_STATUS, OPT_STATUS_VERBOSE, |
| 803 | OPT_STATUS_TIMEOUT, OPT_STATUS_URL, OPT_MSG, OPT_MSGFILE, OPT_TRACE, |
| 804 | OPT_SECURITY_DEBUG, OPT_SECURITY_DEBUG_VERBOSE, OPT_STATE, OPT_CRLF, |
Matt Caswell | 8caab74 | 2015-12-15 10:43:44 +0000 | [diff] [blame] | 805 | OPT_QUIET, OPT_BRIEF, OPT_NO_DHE, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 806 | OPT_NO_RESUME_EPHEMERAL, OPT_PSK_HINT, OPT_PSK, OPT_SRPVFILE, |
Matt Caswell | 7e25dd6 | 2015-02-13 23:33:12 +0000 | [diff] [blame] | 807 | OPT_SRPUSERSEED, OPT_REV, OPT_WWW, OPT_UPPER_WWW, OPT_HTTP, OPT_ASYNC, |
Dr. Stephen Henson | 287d0b9 | 2015-07-08 23:09:52 +0100 | [diff] [blame] | 808 | OPT_SSL_CONFIG, OPT_SSL3, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 809 | OPT_TLS1_2, OPT_TLS1_1, OPT_TLS1, OPT_DTLS, OPT_DTLS1, |
Matt Caswell | fd4e98e | 2015-04-09 10:01:05 +0100 | [diff] [blame] | 810 | OPT_DTLS1_2, OPT_TIMEOUT, OPT_MTU, OPT_CHAIN, OPT_LISTEN, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 811 | OPT_ID_PREFIX, OPT_RAND, OPT_SERVERNAME, OPT_SERVERNAME_FATAL, |
Rich Salz | dba3177 | 2016-02-14 00:17:59 -0500 | [diff] [blame] | 812 | OPT_CERT2, OPT_KEY2, OPT_NEXTPROTONEG, OPT_ALPN, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 813 | OPT_SRTP_PROFILES, OPT_KEYMATEXPORT, OPT_KEYMATEXPORTLEN, |
| 814 | OPT_S_ENUM, |
| 815 | OPT_V_ENUM, |
Matt Caswell | 5561419 | 2015-05-12 10:35:51 +0100 | [diff] [blame] | 816 | OPT_X_ENUM |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 817 | } OPTION_CHOICE; |
| 818 | |
| 819 | OPTIONS s_server_options[] = { |
| 820 | {"help", OPT_HELP, '-', "Display this summary"}, |
A J Mohan Rao | 32eabe3 | 2016-02-09 10:55:42 -0500 | [diff] [blame] | 821 | {"port", OPT_PORT, 'p', |
| 822 | "TCP/IP port to listen on for connections (default is " PORT ")"}, |
Richard Levitte | ab69ac0 | 2016-02-03 00:47:42 +0100 | [diff] [blame] | 823 | {"accept", OPT_ACCEPT, 's', |
A J Mohan Rao | 32eabe3 | 2016-02-09 10:55:42 -0500 | [diff] [blame] | 824 | "TCP/IP optional host and port to accept on (default is " PORT ")"}, |
Richard Levitte | ab69ac0 | 2016-02-03 00:47:42 +0100 | [diff] [blame] | 825 | #ifdef AF_UNIX |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 826 | {"unix", OPT_UNIX, 's', "Unix domain socket to accept on"}, |
Richard Levitte | ab69ac0 | 2016-02-03 00:47:42 +0100 | [diff] [blame] | 827 | #endif |
| 828 | {"4", OPT_4, '-', "Use IPv4 only"}, |
| 829 | {"6", OPT_6, '-', "Use IPv6 only"}, |
A J Mohan Rao | 32eabe3 | 2016-02-09 10:55:42 -0500 | [diff] [blame] | 830 | #ifdef AF_UNIX |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 831 | {"unlink", OPT_UNLINK, '-', "For -unix, unlink existing socket first"}, |
A J Mohan Rao | 32eabe3 | 2016-02-09 10:55:42 -0500 | [diff] [blame] | 832 | #endif |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 833 | {"context", OPT_CONTEXT, 's', "Set session ID context"}, |
| 834 | {"verify", OPT_VERIFY, 'n', "Turn on peer certificate verification"}, |
| 835 | {"Verify", OPT_UPPER_V_VERIFY, 'n', |
| 836 | "Turn on peer certificate verification, must have a cert"}, |
| 837 | {"cert", OPT_CERT, '<', "Certificate file to use; default is " TEST_CERT}, |
| 838 | {"naccept", OPT_NACCEPT, 'p', "Terminate after pnum connections"}, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 839 | {"serverinfo", OPT_SERVERINFO, 's', |
| 840 | "PEM serverinfo file for certificate"}, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 841 | {"certform", OPT_CERTFORM, 'F', |
| 842 | "Certificate format (PEM or DER) PEM default"}, |
| 843 | {"key", OPT_KEY, '<', |
| 844 | "Private Key if not in -cert; default is " TEST_CERT}, |
| 845 | {"keyform", OPT_KEYFORM, 'f', |
| 846 | "Key format (PEM, DER or ENGINE) PEM default"}, |
| 847 | {"pass", OPT_PASS, 's', "Private key file pass phrase source"}, |
| 848 | {"dcert", OPT_DCERT, '<', |
| 849 | "Second certificate file to use (usually for DSA)"}, |
| 850 | {"dcertform", OPT_DCERTFORM, 'F', |
| 851 | "Second certificate format (PEM or DER) PEM default"}, |
| 852 | {"dkey", OPT_DKEY, '<', |
| 853 | "Second private key file to use (usually for DSA)"}, |
| 854 | {"dkeyform", OPT_DKEYFORM, 'F', |
| 855 | "Second key format (PEM, DER or ENGINE) PEM default"}, |
| 856 | {"dpass", OPT_DPASS, 's', "Second private key file pass phrase source"}, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 857 | {"nbio_test", OPT_NBIO_TEST, '-', "Test with the non-blocking test bio"}, |
| 858 | {"crlf", OPT_CRLF, '-', "Convert LF from terminal into CRLF"}, |
| 859 | {"debug", OPT_DEBUG, '-', "Print more output"}, |
| 860 | {"msg", OPT_MSG, '-', "Show protocol messages"}, |
A J Mohan Rao | 32eabe3 | 2016-02-09 10:55:42 -0500 | [diff] [blame] | 861 | {"msgfile", OPT_MSGFILE, '>', |
| 862 | "File to send output of -msg or -trace, instead of stdout"}, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 863 | {"state", OPT_STATE, '-', "Print the SSL states"}, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 864 | {"CAfile", OPT_CAFILE, '<', "PEM format file of CA's"}, |
Matt Caswell | 2b6bcb7 | 2015-09-22 16:00:52 +0100 | [diff] [blame] | 865 | {"CApath", OPT_CAPATH, '/', "PEM format directory of CA's"}, |
| 866 | {"no-CAfile", OPT_NOCAFILE, '-', |
| 867 | "Do not load the default certificates file"}, |
| 868 | {"no-CApath", OPT_NOCAPATH, '-', |
| 869 | "Do not load certificates from the default certificates directory"}, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 870 | {"nocert", OPT_NOCERT, '-', "Don't use any certificates (Anon-DH)"}, |
| 871 | {"quiet", OPT_QUIET, '-', "No server output"}, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 872 | {"no_resume_ephemeral", OPT_NO_RESUME_EPHEMERAL, '-', |
| 873 | "Disable caching and tickets if ephemeral (EC)DH is used"}, |
| 874 | {"www", OPT_WWW, '-', "Respond to a 'GET /' with a status page"}, |
| 875 | {"WWW", OPT_UPPER_WWW, '-', "Respond to a 'GET with the file ./path"}, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 876 | {"servername", OPT_SERVERNAME, 's', |
| 877 | "Servername for HostName TLS extension"}, |
| 878 | {"servername_fatal", OPT_SERVERNAME_FATAL, '-', |
| 879 | "mismatch send fatal alert (default warning alert)"}, |
| 880 | {"cert2", OPT_CERT2, '<', |
| 881 | "Certificate file to use for servername; default is" TEST_CERT2}, |
| 882 | {"key2", OPT_KEY2, '<', |
| 883 | "-Private Key file to use for servername if not in -cert2"}, |
| 884 | {"tlsextdebug", OPT_TLSEXTDEBUG, '-', |
| 885 | "Hex dump of all TLS extensions received"}, |
Rich Salz | 9c3bcfa | 2015-05-15 13:50:38 -0400 | [diff] [blame] | 886 | {"HTTP", OPT_HTTP, '-', "Like -WWW but ./path incluedes HTTP headers"}, |
| 887 | {"id_prefix", OPT_ID_PREFIX, 's', |
| 888 | "Generate SSL/TLS session IDs prefixed by arg"}, |
| 889 | {"rand", OPT_RAND, 's', |
| 890 | "Load the file(s) into the random number generator"}, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 891 | {"keymatexport", OPT_KEYMATEXPORT, 's', |
| 892 | "Export keying material using label"}, |
| 893 | {"keymatexportlen", OPT_KEYMATEXPORTLEN, 'p', |
| 894 | "Export len bytes of keying material (default 20)"}, |
A J Mohan Rao | 32eabe3 | 2016-02-09 10:55:42 -0500 | [diff] [blame] | 895 | {"CRL", OPT_CRL, '<', "CRL file to use"}, |
| 896 | {"crl_download", OPT_CRL_DOWNLOAD, '-', |
| 897 | "Download CRL from distribution points"}, |
| 898 | {"cert_chain", OPT_CERT_CHAIN, '<', |
| 899 | "certificate chain file in PEM format"}, |
| 900 | {"dcert_chain", OPT_DCERT_CHAIN, '<', |
| 901 | "second certificate chain file in PEM format"}, |
| 902 | {"chainCApath", OPT_CHAINCAPATH, '/', |
| 903 | "use dir as certificate store path to build CA certificate chain"}, |
| 904 | {"verifyCApath", OPT_VERIFYCAPATH, '/', |
| 905 | "use dir as certificate store path to verify CA certificate"}, |
| 906 | {"no_cache", OPT_NO_CACHE, '-', "Disable session cache"}, |
| 907 | {"ext_cache", OPT_EXT_CACHE, '-', |
| 908 | "Disable internal cache, setup and use external cache"}, |
| 909 | {"CRLform", OPT_CRLFORM, 'F', "CRL format (PEM or DER) PEM is default" }, |
| 910 | {"verify_return_error", OPT_VERIFY_RET_ERROR, '-', |
| 911 | "Close connection on verification error"}, |
| 912 | {"verify_quiet", OPT_VERIFY_QUIET, '-', |
| 913 | "No verify output except verify errors"}, |
| 914 | {"build_chain", OPT_BUILD_CHAIN, '-', "Build certificate chain"}, |
| 915 | {"chainCAfile", OPT_CHAINCAFILE, '<', |
| 916 | "CA file for certificate chain (PEM format)"}, |
| 917 | {"verifyCAfile", OPT_VERIFYCAFILE, '<', |
| 918 | "CA file for certificate verification (PEM format)"}, |
| 919 | {"ign_eof", OPT_IGN_EOF, '-', "ignore input eof (default when -quiet)"}, |
| 920 | {"no_ign_eof", OPT_NO_IGN_EOF, '-', "Do not ignore input eof"}, |
| 921 | {"status", OPT_STATUS, '-', "Request certificate status from server"}, |
| 922 | {"status_verbose", OPT_STATUS_VERBOSE, '-', |
| 923 | "Print more output in certificate status callback"}, |
| 924 | {"status_timeout", OPT_STATUS_TIMEOUT, 'n', |
| 925 | "Status request responder timeout"}, |
| 926 | {"status_url", OPT_STATUS_URL, 's', "Status request fallback URL"}, |
| 927 | #ifndef OPENSSL_NO_SSL_TRACE |
| 928 | {"trace", OPT_TRACE, '-', "trace protocol messages"}, |
| 929 | #endif |
| 930 | {"security_debug", OPT_SECURITY_DEBUG, '-', |
| 931 | "Print output from SSL/TLS security framework"}, |
| 932 | {"security_debug_verbose", OPT_SECURITY_DEBUG_VERBOSE, '-', |
| 933 | "Print more output from SSL/TLS security framework"}, |
| 934 | {"brief", OPT_BRIEF, '-', \ |
| 935 | "Restrict output to brief summary of connection parameters"}, |
| 936 | {"rev", OPT_REV, '-', |
| 937 | "act as a simple test server which just sends back with the received text reversed"}, |
Matt Caswell | 7e25dd6 | 2015-02-13 23:33:12 +0000 | [diff] [blame] | 938 | {"async", OPT_ASYNC, '-', "Operate in asynchronous mode"}, |
A J Mohan Rao | 32eabe3 | 2016-02-09 10:55:42 -0500 | [diff] [blame] | 939 | {"ssl_config", OPT_SSL_CONFIG, 's', \ |
| 940 | "Configure SSL_CTX using the configuration 'val'"}, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 941 | OPT_S_OPTIONS, |
| 942 | OPT_V_OPTIONS, |
| 943 | OPT_X_OPTIONS, |
Rich Salz | 9c3bcfa | 2015-05-15 13:50:38 -0400 | [diff] [blame] | 944 | {"nbio", OPT_NBIO, '-', "Use non-blocking IO"}, |
Rich Salz | 9c3bcfa | 2015-05-15 13:50:38 -0400 | [diff] [blame] | 945 | #ifndef OPENSSL_NO_PSK |
| 946 | {"psk_hint", OPT_PSK_HINT, 's', "PSK identity hint to use"}, |
| 947 | {"psk", OPT_PSK, 's', "PSK in hex (without 0x)"}, |
Rich Salz | 9c3bcfa | 2015-05-15 13:50:38 -0400 | [diff] [blame] | 948 | #endif |
| 949 | #ifndef OPENSSL_NO_SRP |
| 950 | {"srpvfile", OPT_SRPVFILE, '<', "The verifier file for SRP"}, |
| 951 | {"srpuserseed", OPT_SRPUSERSEED, 's', |
| 952 | "A seed string for a default user salt"}, |
| 953 | #endif |
| 954 | #ifndef OPENSSL_NO_SSL3 |
| 955 | {"ssl3", OPT_SSL3, '-', "Just talk SSLv3"}, |
| 956 | #endif |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 957 | #ifndef OPENSSL_NO_TLS1 |
| 958 | {"tls1", OPT_TLS1, '-', "Just talk TLSv1"}, |
| 959 | #endif |
| 960 | #ifndef OPENSSL_NO_TLS1_1 |
| 961 | {"tls1_1", OPT_TLS1_1, '-', "Just talk TLSv1.1"}, |
| 962 | #endif |
| 963 | #ifndef OPENSSL_NO_TLS1_2 |
| 964 | {"tls1_2", OPT_TLS1_2, '-', "just talk TLSv1.2"}, |
| 965 | #endif |
Kurt Roeckx | a5ecdc6 | 2015-12-12 11:12:22 +0100 | [diff] [blame] | 966 | #ifndef OPENSSL_NO_DTLS |
A J Mohan Rao | 32eabe3 | 2016-02-09 10:55:42 -0500 | [diff] [blame] | 967 | {"dtls", OPT_DTLS, '-', "Use any DTLS version"}, |
Rich Salz | 9c3bcfa | 2015-05-15 13:50:38 -0400 | [diff] [blame] | 968 | {"timeout", OPT_TIMEOUT, '-', "Enable timeouts"}, |
| 969 | {"mtu", OPT_MTU, 'p', "Set link layer MTU"}, |
| 970 | {"chain", OPT_CHAIN, '-', "Read a certificate chain"}, |
Matt Caswell | fd4e98e | 2015-04-09 10:01:05 +0100 | [diff] [blame] | 971 | {"listen", OPT_LISTEN, '-', |
| 972 | "Listen for a DTLS ClientHello with a cookie and then connect"}, |
Rich Salz | 9c3bcfa | 2015-05-15 13:50:38 -0400 | [diff] [blame] | 973 | #endif |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 974 | #ifndef OPENSSL_NO_DTLS1 |
| 975 | {"dtls1", OPT_DTLS1, '-', "Just talk DTLSv1"}, |
| 976 | #endif |
| 977 | #ifndef OPENSSL_NO_DTLS1_2 |
| 978 | {"dtls1_2", OPT_DTLS1_2, '-', "Just talk DTLSv1.2"}, |
| 979 | #endif |
Rich Salz | 9c3bcfa | 2015-05-15 13:50:38 -0400 | [diff] [blame] | 980 | #ifndef OPENSSL_NO_DH |
| 981 | {"no_dhe", OPT_NO_DHE, '-', "Disable ephemeral DH"}, |
| 982 | #endif |
Rich Salz | 9c3bcfa | 2015-05-15 13:50:38 -0400 | [diff] [blame] | 983 | #ifndef OPENSSL_NO_NEXTPROTONEG |
| 984 | {"nextprotoneg", OPT_NEXTPROTONEG, 's', |
| 985 | "Set the advertised protocols for the NPN extension (comma-separated list)"}, |
| 986 | #endif |
| 987 | #ifndef OPENSSL_NO_SRTP |
Matt Caswell | e77bdc7 | 2015-08-04 19:18:02 +0100 | [diff] [blame] | 988 | {"use_srtp", OPT_SRTP_PROFILES, 's', |
Rich Salz | 9c3bcfa | 2015-05-15 13:50:38 -0400 | [diff] [blame] | 989 | "Offer SRTP key management with a colon-separated profile list"}, |
| 990 | {"alpn", OPT_ALPN, 's', |
| 991 | "Set the advertised protocols for the ALPN extension (comma-separated list)"}, |
| 992 | #endif |
| 993 | #ifndef OPENSSL_NO_ENGINE |
A J Mohan Rao | 32eabe3 | 2016-02-09 10:55:42 -0500 | [diff] [blame] | 994 | {"engine", OPT_ENGINE, 's', "Use engine, possibly a hardware device"}, |
Rich Salz | 9c3bcfa | 2015-05-15 13:50:38 -0400 | [diff] [blame] | 995 | #endif |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 996 | {NULL} |
| 997 | }; |
| 998 | |
| 999 | int s_server_main(int argc, char *argv[]) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1000 | { |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1001 | ENGINE *e = NULL; |
| 1002 | EVP_PKEY *s_key = NULL, *s_dkey = NULL; |
| 1003 | SSL_CONF_CTX *cctx = NULL; |
Matt Caswell | 32ec415 | 2015-03-27 23:01:51 +0000 | [diff] [blame] | 1004 | const SSL_METHOD *meth = TLS_server_method(); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1005 | SSL_EXCERT *exc = NULL; |
| 1006 | STACK_OF(OPENSSL_STRING) *ssl_args = NULL; |
| 1007 | STACK_OF(X509) *s_chain = NULL, *s_dchain = NULL; |
| 1008 | STACK_OF(X509_CRL) *crls = NULL; |
| 1009 | X509 *s_cert = NULL, *s_dcert = NULL; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1010 | X509_VERIFY_PARAM *vpm = NULL; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1011 | char *CApath = NULL, *CAfile = NULL, *chCApath = NULL, *chCAfile = NULL; |
Dr. Stephen Henson | 37f3a3b | 2015-09-19 22:03:15 +0100 | [diff] [blame] | 1012 | #ifndef OPENSSL_NO_DH |
| 1013 | char *dhfile = NULL; |
| 1014 | #endif |
| 1015 | char *dpassarg = NULL, *dpass = NULL, *inrand = NULL; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1016 | char *passarg = NULL, *pass = NULL, *vfyCApath = NULL, *vfyCAfile = NULL; |
Matt Caswell | a7f82a1 | 2015-05-15 09:42:08 +0100 | [diff] [blame] | 1017 | char *crl_file = NULL, *prog; |
| 1018 | #ifndef OPENSSL_NO_PSK |
| 1019 | char *p; |
| 1020 | #endif |
Richard Levitte | ab69ac0 | 2016-02-03 00:47:42 +0100 | [diff] [blame] | 1021 | #ifdef AF_UNIX |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1022 | int unlink_unix_path = 0; |
Dr. Stephen Henson | 9cd86ab | 2014-07-01 12:44:00 +0100 | [diff] [blame] | 1023 | #endif |
Rich Salz | a773b52 | 2016-02-13 22:33:56 -0500 | [diff] [blame] | 1024 | do_server_cb server_cb; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1025 | int vpmtouched = 0, build_chain = 0, no_cache = 0, ext_cache = 0; |
Dr. Stephen Henson | 37f3a3b | 2015-09-19 22:03:15 +0100 | [diff] [blame] | 1026 | #ifndef OPENSSL_NO_DH |
| 1027 | int no_dhe = 0; |
| 1028 | #endif |
Matt Caswell | 8caab74 | 2015-12-15 10:43:44 +0000 | [diff] [blame] | 1029 | int nocert = 0, ret = 1; |
Matt Caswell | 2b6bcb7 | 2015-09-22 16:00:52 +0100 | [diff] [blame] | 1030 | int noCApath = 0, noCAfile = 0; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1031 | int s_cert_format = FORMAT_PEM, s_key_format = FORMAT_PEM; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1032 | int s_dcert_format = FORMAT_PEM, s_dkey_format = FORMAT_PEM; |
Richard Levitte | ab69ac0 | 2016-02-03 00:47:42 +0100 | [diff] [blame] | 1033 | int rev = 0, naccept = -1, sdebug = 0; |
| 1034 | int socket_family = AF_UNSPEC, socket_type = SOCK_STREAM; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1035 | int state = 0, crl_format = FORMAT_PEM, crl_download = 0; |
Richard Levitte | ab69ac0 | 2016-02-03 00:47:42 +0100 | [diff] [blame] | 1036 | char *host = NULL; |
| 1037 | char *port = BUF_strdup(PORT); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1038 | unsigned char *context = NULL; |
| 1039 | OPTION_CHOICE o; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1040 | EVP_PKEY *s_key2 = NULL; |
| 1041 | X509 *s_cert2 = NULL; |
| 1042 | tlsextctx tlsextcbp = { NULL, NULL, SSL_TLSEXT_ERR_ALERT_WARNING }; |
Dr. Stephen Henson | 287d0b9 | 2015-07-08 23:09:52 +0100 | [diff] [blame] | 1043 | const char *ssl_config = NULL; |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 1044 | #ifndef OPENSSL_NO_NEXTPROTONEG |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1045 | const char *next_proto_neg_in = NULL; |
| 1046 | tlsextnextprotoctx next_proto = { NULL, 0 }; |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 1047 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1048 | const char *alpn_in = NULL; |
| 1049 | tlsextalpnctx alpn_ctx = { NULL, 0 }; |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 1050 | #ifndef OPENSSL_NO_PSK |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1051 | /* by default do not send a PSK identity hint */ |
| 1052 | static char *psk_identity_hint = NULL; |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 1053 | #endif |
Ben Laurie | edc032b | 2011-03-12 17:01:19 +0000 | [diff] [blame] | 1054 | #ifndef OPENSSL_NO_SRP |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1055 | char *srpuserseed = NULL; |
| 1056 | char *srp_verifier_file = NULL; |
Ben Laurie | edc032b | 2011-03-12 17:01:19 +0000 | [diff] [blame] | 1057 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1058 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1059 | local_argc = argc; |
| 1060 | local_argv = argv; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1061 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1062 | s_server_init(); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1063 | cctx = SSL_CONF_CTX_new(); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1064 | vpm = X509_VERIFY_PARAM_new(); |
| 1065 | if (cctx == NULL || vpm == NULL) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1066 | goto end; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1067 | SSL_CONF_CTX_set_flags(cctx, SSL_CONF_FLAG_SERVER | SSL_CONF_FLAG_CMDLINE); |
Dr. Stephen Henson | 5d2e07f | 2012-11-17 14:42:22 +0000 | [diff] [blame] | 1068 | |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1069 | prog = opt_init(argc, argv, s_server_options); |
| 1070 | while ((o = opt_next()) != OPT_EOF) { |
| 1071 | switch (o) { |
| 1072 | case OPT_EOF: |
| 1073 | case OPT_ERR: |
| 1074 | opthelp: |
| 1075 | BIO_printf(bio_err, "%s: Use -help for summary.\n", prog); |
| 1076 | goto end; |
| 1077 | case OPT_HELP: |
| 1078 | opt_help(s_server_options); |
| 1079 | ret = 0; |
| 1080 | goto end; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1081 | |
Richard Levitte | ab69ac0 | 2016-02-03 00:47:42 +0100 | [diff] [blame] | 1082 | case OPT_4: |
| 1083 | #ifdef AF_UNIX |
| 1084 | if (socket_family == AF_UNIX) { |
| 1085 | OPENSSL_free(host); host = NULL; |
| 1086 | OPENSSL_free(port); port = NULL; |
| 1087 | } |
Geoff Thorpe | a935132 | 2014-04-26 01:22:54 -0400 | [diff] [blame] | 1088 | #endif |
Richard Levitte | ab69ac0 | 2016-02-03 00:47:42 +0100 | [diff] [blame] | 1089 | socket_family = AF_INET; |
| 1090 | break; |
| 1091 | case OPT_6: |
| 1092 | if (1) { |
| 1093 | #ifdef AF_INET6 |
| 1094 | #ifdef AF_UNIX |
| 1095 | if (socket_family == AF_UNIX) { |
| 1096 | OPENSSL_free(host); host = NULL; |
| 1097 | OPENSSL_free(port); port = NULL; |
| 1098 | } |
| 1099 | #endif |
| 1100 | socket_family = AF_INET6; |
| 1101 | } else { |
| 1102 | #endif |
| 1103 | BIO_printf(bio_err, "%s: IPv6 domain sockets unsupported\n", prog); |
| 1104 | goto end; |
| 1105 | } |
| 1106 | break; |
| 1107 | case OPT_PORT: |
| 1108 | #ifdef AF_UNIX |
| 1109 | if (socket_family == AF_UNIX) { |
| 1110 | socket_family = AF_UNSPEC; |
| 1111 | } |
| 1112 | #endif |
| 1113 | OPENSSL_free(port); port = NULL; |
| 1114 | OPENSSL_free(host); host = NULL; |
| 1115 | if (BIO_parse_hostserv(opt_arg(), NULL, &port, BIO_PARSE_PRIO_SERV) < 1) { |
| 1116 | BIO_printf(bio_err, |
| 1117 | "%s: -port argument malformed or ambiguous\n", |
| 1118 | port); |
| 1119 | goto end; |
| 1120 | } |
| 1121 | break; |
| 1122 | case OPT_ACCEPT: |
| 1123 | #ifdef AF_UNIX |
| 1124 | if (socket_family == AF_UNIX) { |
| 1125 | socket_family = AF_UNSPEC; |
| 1126 | } |
| 1127 | #endif |
| 1128 | OPENSSL_free(port); port = NULL; |
| 1129 | OPENSSL_free(host); host = NULL; |
| 1130 | if (BIO_parse_hostserv(opt_arg(), &host, &port, BIO_PARSE_PRIO_SERV) < 1) { |
| 1131 | BIO_printf(bio_err, |
| 1132 | "%s: -accept argument malformed or ambiguous\n", |
| 1133 | port); |
| 1134 | goto end; |
| 1135 | } |
| 1136 | break; |
| 1137 | #ifdef AF_UNIX |
| 1138 | case OPT_UNIX: |
| 1139 | socket_family = AF_UNIX; |
| 1140 | OPENSSL_free(host); host = BUF_strdup(opt_arg()); |
| 1141 | OPENSSL_free(port); port = NULL; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1142 | break; |
| 1143 | case OPT_UNLINK: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1144 | unlink_unix_path = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1145 | break; |
Richard Levitte | ab69ac0 | 2016-02-03 00:47:42 +0100 | [diff] [blame] | 1146 | #endif |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1147 | case OPT_NACCEPT: |
| 1148 | naccept = atol(opt_arg()); |
| 1149 | break; |
| 1150 | case OPT_VERIFY: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1151 | s_server_verify = SSL_VERIFY_PEER | SSL_VERIFY_CLIENT_ONCE; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1152 | verify_depth = atoi(opt_arg()); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1153 | if (!s_quiet) |
| 1154 | BIO_printf(bio_err, "verify depth is %d\n", verify_depth); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1155 | break; |
| 1156 | case OPT_UPPER_V_VERIFY: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1157 | s_server_verify = |
| 1158 | SSL_VERIFY_PEER | SSL_VERIFY_FAIL_IF_NO_PEER_CERT | |
| 1159 | SSL_VERIFY_CLIENT_ONCE; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1160 | verify_depth = atoi(opt_arg()); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1161 | if (!s_quiet) |
| 1162 | BIO_printf(bio_err, |
| 1163 | "verify depth is %d, must return a certificate\n", |
| 1164 | verify_depth); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1165 | break; |
| 1166 | case OPT_CONTEXT: |
| 1167 | context = (unsigned char *)opt_arg(); |
| 1168 | break; |
| 1169 | case OPT_CERT: |
| 1170 | s_cert_file = opt_arg(); |
| 1171 | break; |
| 1172 | case OPT_CRL: |
| 1173 | crl_file = opt_arg(); |
| 1174 | break; |
| 1175 | case OPT_CRL_DOWNLOAD: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1176 | crl_download = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1177 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1178 | case OPT_SERVERINFO: |
| 1179 | s_serverinfo_file = opt_arg(); |
| 1180 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1181 | case OPT_CERTFORM: |
| 1182 | if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &s_cert_format)) |
| 1183 | goto opthelp; |
| 1184 | break; |
| 1185 | case OPT_KEY: |
| 1186 | s_key_file = opt_arg(); |
| 1187 | break; |
| 1188 | case OPT_KEYFORM: |
| 1189 | if (!opt_format(opt_arg(), OPT_FMT_ANY, &s_key_format)) |
| 1190 | goto opthelp; |
| 1191 | break; |
| 1192 | case OPT_PASS: |
| 1193 | passarg = opt_arg(); |
| 1194 | break; |
| 1195 | case OPT_CERT_CHAIN: |
| 1196 | s_chain_file = opt_arg(); |
| 1197 | break; |
| 1198 | case OPT_DHPARAM: |
Dr. Stephen Henson | 37f3a3b | 2015-09-19 22:03:15 +0100 | [diff] [blame] | 1199 | #ifndef OPENSSL_NO_DH |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1200 | dhfile = opt_arg(); |
Dr. Stephen Henson | 37f3a3b | 2015-09-19 22:03:15 +0100 | [diff] [blame] | 1201 | #endif |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1202 | break; |
| 1203 | case OPT_DCERTFORM: |
| 1204 | if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &s_dcert_format)) |
| 1205 | goto opthelp; |
| 1206 | break; |
| 1207 | case OPT_DCERT: |
| 1208 | s_dcert_file = opt_arg(); |
| 1209 | break; |
| 1210 | case OPT_DKEYFORM: |
| 1211 | if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &s_dkey_format)) |
| 1212 | goto opthelp; |
| 1213 | break; |
| 1214 | case OPT_DPASS: |
| 1215 | dpassarg = opt_arg(); |
| 1216 | break; |
| 1217 | case OPT_DKEY: |
| 1218 | s_dkey_file = opt_arg(); |
| 1219 | break; |
| 1220 | case OPT_DCERT_CHAIN: |
| 1221 | s_dchain_file = opt_arg(); |
| 1222 | break; |
| 1223 | case OPT_NOCERT: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1224 | nocert = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1225 | break; |
| 1226 | case OPT_CAPATH: |
| 1227 | CApath = opt_arg(); |
| 1228 | break; |
Matt Caswell | 2b6bcb7 | 2015-09-22 16:00:52 +0100 | [diff] [blame] | 1229 | case OPT_NOCAPATH: |
| 1230 | noCApath = 1; |
| 1231 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1232 | case OPT_CHAINCAPATH: |
| 1233 | chCApath = opt_arg(); |
| 1234 | break; |
| 1235 | case OPT_VERIFYCAPATH: |
| 1236 | vfyCApath = opt_arg(); |
| 1237 | break; |
| 1238 | case OPT_NO_CACHE: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1239 | no_cache = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1240 | break; |
| 1241 | case OPT_EXT_CACHE: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1242 | ext_cache = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1243 | break; |
| 1244 | case OPT_CRLFORM: |
| 1245 | if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &crl_format)) |
| 1246 | goto opthelp; |
| 1247 | break; |
| 1248 | case OPT_S_CASES: |
| 1249 | if (ssl_args == NULL) |
| 1250 | ssl_args = sk_OPENSSL_STRING_new_null(); |
| 1251 | if (ssl_args == NULL |
| 1252 | || !sk_OPENSSL_STRING_push(ssl_args, opt_flag()) |
| 1253 | || !sk_OPENSSL_STRING_push(ssl_args, opt_arg())) { |
| 1254 | BIO_printf(bio_err, "%s: Memory allocation failure\n", prog); |
| 1255 | goto end; |
| 1256 | } |
| 1257 | break; |
| 1258 | case OPT_V_CASES: |
| 1259 | if (!opt_verify(o, vpm)) |
| 1260 | goto end; |
| 1261 | vpmtouched++; |
| 1262 | break; |
| 1263 | case OPT_X_CASES: |
| 1264 | if (!args_excert(o, &exc)) |
| 1265 | goto end; |
| 1266 | break; |
| 1267 | case OPT_VERIFY_RET_ERROR: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1268 | verify_return_error = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1269 | break; |
| 1270 | case OPT_VERIFY_QUIET: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1271 | verify_quiet = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1272 | break; |
| 1273 | case OPT_BUILD_CHAIN: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1274 | build_chain = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1275 | break; |
| 1276 | case OPT_CAFILE: |
| 1277 | CAfile = opt_arg(); |
| 1278 | break; |
Matt Caswell | 2b6bcb7 | 2015-09-22 16:00:52 +0100 | [diff] [blame] | 1279 | case OPT_NOCAFILE: |
| 1280 | noCAfile = 1; |
| 1281 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1282 | case OPT_CHAINCAFILE: |
| 1283 | chCAfile = opt_arg(); |
| 1284 | break; |
| 1285 | case OPT_VERIFYCAFILE: |
| 1286 | vfyCAfile = opt_arg(); |
| 1287 | break; |
| 1288 | case OPT_NBIO: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1289 | s_nbio = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1290 | break; |
| 1291 | case OPT_NBIO_TEST: |
| 1292 | s_nbio = s_nbio_test = 1; |
| 1293 | break; |
| 1294 | case OPT_IGN_EOF: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1295 | s_ign_eof = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1296 | break; |
| 1297 | case OPT_NO_IGN_EOF: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1298 | s_ign_eof = 0; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1299 | break; |
| 1300 | case OPT_DEBUG: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1301 | s_debug = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1302 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1303 | case OPT_TLSEXTDEBUG: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1304 | s_tlsextdebug = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1305 | break; |
| 1306 | case OPT_STATUS: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1307 | s_tlsextstatus = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1308 | break; |
| 1309 | case OPT_STATUS_VERBOSE: |
| 1310 | s_tlsextstatus = tlscstatp.verbose = 1; |
| 1311 | break; |
| 1312 | case OPT_STATUS_TIMEOUT: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1313 | s_tlsextstatus = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1314 | tlscstatp.timeout = atoi(opt_arg()); |
| 1315 | break; |
| 1316 | case OPT_STATUS_URL: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1317 | s_tlsextstatus = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1318 | if (!OCSP_parse_url(opt_arg(), |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1319 | &tlscstatp.host, |
| 1320 | &tlscstatp.port, |
| 1321 | &tlscstatp.path, &tlscstatp.use_ssl)) { |
| 1322 | BIO_printf(bio_err, "Error parsing URL\n"); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1323 | goto end; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1324 | } |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1325 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1326 | case OPT_MSG: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1327 | s_msg = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1328 | break; |
| 1329 | case OPT_MSGFILE: |
| 1330 | bio_s_msg = BIO_new_file(opt_arg(), "w"); |
| 1331 | break; |
Rich Salz | 9c3bcfa | 2015-05-15 13:50:38 -0400 | [diff] [blame] | 1332 | case OPT_TRACE: |
Dr. Stephen Henson | 93ab9e4 | 2012-06-15 12:46:09 +0000 | [diff] [blame] | 1333 | #ifndef OPENSSL_NO_SSL_TRACE |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1334 | s_msg = 2; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1335 | #else |
Rich Salz | 9c3bcfa | 2015-05-15 13:50:38 -0400 | [diff] [blame] | 1336 | break; |
Dr. Stephen Henson | 93ab9e4 | 2012-06-15 12:46:09 +0000 | [diff] [blame] | 1337 | #endif |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1338 | case OPT_SECURITY_DEBUG: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1339 | sdebug = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1340 | break; |
| 1341 | case OPT_SECURITY_DEBUG_VERBOSE: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1342 | sdebug = 2; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1343 | break; |
| 1344 | case OPT_STATE: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1345 | state = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1346 | break; |
| 1347 | case OPT_CRLF: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1348 | s_crlf = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1349 | break; |
| 1350 | case OPT_QUIET: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1351 | s_quiet = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1352 | break; |
| 1353 | case OPT_BRIEF: |
| 1354 | s_quiet = s_brief = verify_quiet = 1; |
| 1355 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1356 | case OPT_NO_DHE: |
Dr. Stephen Henson | 37f3a3b | 2015-09-19 22:03:15 +0100 | [diff] [blame] | 1357 | #ifndef OPENSSL_NO_DH |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1358 | no_dhe = 1; |
Dr. Stephen Henson | 37f3a3b | 2015-09-19 22:03:15 +0100 | [diff] [blame] | 1359 | #endif |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1360 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1361 | case OPT_NO_RESUME_EPHEMERAL: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1362 | no_resume_ephemeral = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1363 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1364 | case OPT_PSK_HINT: |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 1365 | #ifndef OPENSSL_NO_PSK |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1366 | psk_identity_hint = opt_arg(); |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 1367 | #endif |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1368 | break; |
| 1369 | case OPT_PSK: |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 1370 | #ifndef OPENSSL_NO_PSK |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1371 | for (p = psk_key = opt_arg(); *p; p++) { |
Richard Levitte | 18295f0 | 2016-02-14 13:02:15 +0100 | [diff] [blame] | 1372 | if (isxdigit(_UC(*p))) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1373 | continue; |
| 1374 | BIO_printf(bio_err, "Not a hex number '%s'\n", *argv); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1375 | goto end; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1376 | } |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 1377 | #endif |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 1378 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1379 | case OPT_SRPVFILE: |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 1380 | #ifndef OPENSSL_NO_SRP |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1381 | srp_verifier_file = opt_arg(); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1382 | meth = TLSv1_server_method(); |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 1383 | #endif |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1384 | break; |
| 1385 | case OPT_SRPUSERSEED: |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 1386 | #ifndef OPENSSL_NO_SRP |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1387 | srpuserseed = opt_arg(); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1388 | meth = TLSv1_server_method(); |
Ben Laurie | edc032b | 2011-03-12 17:01:19 +0000 | [diff] [blame] | 1389 | #endif |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 1390 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1391 | case OPT_REV: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1392 | rev = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1393 | break; |
| 1394 | case OPT_WWW: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1395 | www = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1396 | break; |
| 1397 | case OPT_UPPER_WWW: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1398 | www = 2; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1399 | break; |
| 1400 | case OPT_HTTP: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1401 | www = 3; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1402 | break; |
Dr. Stephen Henson | 287d0b9 | 2015-07-08 23:09:52 +0100 | [diff] [blame] | 1403 | case OPT_SSL_CONFIG: |
| 1404 | ssl_config = opt_arg(); |
| 1405 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1406 | case OPT_SSL3: |
Rich Salz | 9c3bcfa | 2015-05-15 13:50:38 -0400 | [diff] [blame] | 1407 | #ifndef OPENSSL_NO_SSL3 |
Matt Caswell | 4407d07 | 2015-05-06 11:17:07 +0100 | [diff] [blame] | 1408 | meth = SSLv3_server_method(); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1409 | #endif |
Rich Salz | 9c3bcfa | 2015-05-15 13:50:38 -0400 | [diff] [blame] | 1410 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1411 | case OPT_TLS1_2: |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 1412 | #ifndef OPENSSL_NO_TLS1_2 |
Matt Caswell | 4407d07 | 2015-05-06 11:17:07 +0100 | [diff] [blame] | 1413 | meth = TLSv1_2_server_method(); |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 1414 | #endif |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1415 | break; |
| 1416 | case OPT_TLS1_1: |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 1417 | #ifndef OPENSSL_NO_TLS1_1 |
Matt Caswell | 4407d07 | 2015-05-06 11:17:07 +0100 | [diff] [blame] | 1418 | meth = TLSv1_1_server_method(); |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 1419 | #endif |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1420 | break; |
| 1421 | case OPT_TLS1: |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 1422 | #ifndef OPENSSL_NO_TLS1 |
Matt Caswell | 4407d07 | 2015-05-06 11:17:07 +0100 | [diff] [blame] | 1423 | meth = TLSv1_server_method(); |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 1424 | #endif |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1425 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1426 | case OPT_DTLS: |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 1427 | #ifndef OPENSSL_NO_DTLS |
Matt Caswell | 4407d07 | 2015-05-06 11:17:07 +0100 | [diff] [blame] | 1428 | meth = DTLS_server_method(); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1429 | socket_type = SOCK_DGRAM; |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 1430 | #endif |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1431 | break; |
| 1432 | case OPT_DTLS1: |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 1433 | #ifndef OPENSSL_NO_DTLS1 |
Matt Caswell | 4407d07 | 2015-05-06 11:17:07 +0100 | [diff] [blame] | 1434 | meth = DTLSv1_server_method(); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1435 | socket_type = SOCK_DGRAM; |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 1436 | #endif |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1437 | break; |
| 1438 | case OPT_DTLS1_2: |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 1439 | #ifndef OPENSSL_NO_DTLS1_2 |
Matt Caswell | 4407d07 | 2015-05-06 11:17:07 +0100 | [diff] [blame] | 1440 | meth = DTLSv1_2_server_method(); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1441 | socket_type = SOCK_DGRAM; |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 1442 | #endif |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1443 | break; |
| 1444 | case OPT_TIMEOUT: |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 1445 | #ifndef OPENSSL_NO_DTLS |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1446 | enable_timeouts = 1; |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 1447 | #endif |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1448 | break; |
| 1449 | case OPT_MTU: |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 1450 | #ifndef OPENSSL_NO_DTLS |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1451 | socket_mtu = atol(opt_arg()); |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 1452 | #endif |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1453 | break; |
| 1454 | case OPT_CHAIN: |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 1455 | #ifndef OPENSSL_NO_DTLS |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1456 | cert_chain = 1; |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 1457 | #endif |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1458 | break; |
Matt Caswell | fd4e98e | 2015-04-09 10:01:05 +0100 | [diff] [blame] | 1459 | case OPT_LISTEN: |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 1460 | #ifndef OPENSSL_NO_DTLS |
Matt Caswell | fd4e98e | 2015-04-09 10:01:05 +0100 | [diff] [blame] | 1461 | dtlslisten = 1; |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 1462 | #endif |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 1463 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1464 | case OPT_ID_PREFIX: |
| 1465 | session_id_prefix = opt_arg(); |
| 1466 | break; |
| 1467 | case OPT_ENGINE: |
Rich Salz | 333b070 | 2015-04-25 15:41:29 -0400 | [diff] [blame] | 1468 | e = setup_engine(opt_arg(), 1); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1469 | break; |
| 1470 | case OPT_RAND: |
| 1471 | inrand = opt_arg(); |
| 1472 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1473 | case OPT_SERVERNAME: |
| 1474 | tlsextcbp.servername = opt_arg(); |
| 1475 | break; |
| 1476 | case OPT_SERVERNAME_FATAL: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1477 | tlsextcbp.extension_error = SSL_TLSEXT_ERR_ALERT_FATAL; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1478 | break; |
| 1479 | case OPT_CERT2: |
| 1480 | s_cert_file2 = opt_arg(); |
| 1481 | break; |
| 1482 | case OPT_KEY2: |
| 1483 | s_key_file2 = opt_arg(); |
| 1484 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1485 | case OPT_NEXTPROTONEG: |
Rich Salz | 9c3bcfa | 2015-05-15 13:50:38 -0400 | [diff] [blame] | 1486 | # ifndef OPENSSL_NO_NEXTPROTONEG |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1487 | next_proto_neg_in = opt_arg(); |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 1488 | #endif |
Rich Salz | 9c3bcfa | 2015-05-15 13:50:38 -0400 | [diff] [blame] | 1489 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1490 | case OPT_ALPN: |
| 1491 | alpn_in = opt_arg(); |
| 1492 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1493 | case OPT_SRTP_PROFILES: |
| 1494 | srtp_profiles = opt_arg(); |
| 1495 | break; |
| 1496 | case OPT_KEYMATEXPORT: |
| 1497 | keymatexportlabel = opt_arg(); |
| 1498 | break; |
| 1499 | case OPT_KEYMATEXPORTLEN: |
| 1500 | keymatexportlen = atoi(opt_arg()); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1501 | break; |
Matt Caswell | 7e25dd6 | 2015-02-13 23:33:12 +0000 | [diff] [blame] | 1502 | case OPT_ASYNC: |
| 1503 | async = 1; |
| 1504 | break; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1505 | } |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1506 | } |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1507 | argc = opt_num_rest(); |
| 1508 | argv = opt_rest(); |
| 1509 | |
Kurt Roeckx | a5ecdc6 | 2015-12-12 11:12:22 +0100 | [diff] [blame] | 1510 | #ifndef OPENSSL_NO_DTLS |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1511 | if (www && socket_type == SOCK_DGRAM) { |
| 1512 | BIO_printf(bio_err, "Can't use -HTTP, -www or -WWW with DTLS\n"); |
| 1513 | goto end; |
| 1514 | } |
Matt Caswell | fd4e98e | 2015-04-09 10:01:05 +0100 | [diff] [blame] | 1515 | |
| 1516 | if (dtlslisten && socket_type != SOCK_DGRAM) { |
| 1517 | BIO_printf(bio_err, "Can only use -listen with DTLS\n"); |
| 1518 | goto end; |
| 1519 | } |
Dr. Stephen Henson | 199772e | 2014-07-15 12:22:49 +0100 | [diff] [blame] | 1520 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1521 | |
Richard Levitte | ab69ac0 | 2016-02-03 00:47:42 +0100 | [diff] [blame] | 1522 | #ifdef AF_UNIX |
| 1523 | if (socket_family == AF_UNIX && socket_type != SOCK_STREAM) { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1524 | BIO_printf(bio_err, |
| 1525 | "Can't use unix sockets and datagrams together\n"); |
| 1526 | goto end; |
| 1527 | } |
Richard Levitte | ab69ac0 | 2016-02-03 00:47:42 +0100 | [diff] [blame] | 1528 | #endif |
Dr. Stephen Henson | 2900fc8 | 2008-11-30 22:01:31 +0000 | [diff] [blame] | 1529 | |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1530 | if (!app_passwd(passarg, dpassarg, &pass, &dpass)) { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1531 | BIO_printf(bio_err, "Error getting password\n"); |
| 1532 | goto end; |
| 1533 | } |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 1534 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1535 | if (s_key_file == NULL) |
| 1536 | s_key_file = s_cert_file; |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 1537 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1538 | if (s_key_file2 == NULL) |
| 1539 | s_key_file2 = s_cert_file2; |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 1540 | |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1541 | if (!load_excert(&exc)) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1542 | goto end; |
Dr. Stephen Henson | 18d7158 | 2012-06-29 14:24:42 +0000 | [diff] [blame] | 1543 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1544 | if (nocert == 0) { |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1545 | s_key = load_key(s_key_file, s_key_format, 0, pass, e, |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1546 | "server certificate private key file"); |
| 1547 | if (!s_key) { |
| 1548 | ERR_print_errors(bio_err); |
| 1549 | goto end; |
| 1550 | } |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 1551 | |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1552 | s_cert = load_cert(s_cert_file, s_cert_format, |
Rich Salz | a773b52 | 2016-02-13 22:33:56 -0500 | [diff] [blame] | 1553 | "server certificate file"); |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 1554 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1555 | if (!s_cert) { |
| 1556 | ERR_print_errors(bio_err); |
| 1557 | goto end; |
| 1558 | } |
| 1559 | if (s_chain_file) { |
Rich Salz | a773b52 | 2016-02-13 22:33:56 -0500 | [diff] [blame] | 1560 | if (!load_certs(s_chain_file, &s_chain, FORMAT_PEM, NULL, |
Viktor Dukhovni | 0996dc5 | 2016-01-16 00:08:38 -0500 | [diff] [blame] | 1561 | "server certificate chain")) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1562 | goto end; |
| 1563 | } |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 1564 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1565 | if (tlsextcbp.servername) { |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1566 | s_key2 = load_key(s_key_file2, s_key_format, 0, pass, e, |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1567 | "second server certificate private key file"); |
| 1568 | if (!s_key2) { |
| 1569 | ERR_print_errors(bio_err); |
| 1570 | goto end; |
| 1571 | } |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 1572 | |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1573 | s_cert2 = load_cert(s_cert_file2, s_cert_format, |
Rich Salz | a773b52 | 2016-02-13 22:33:56 -0500 | [diff] [blame] | 1574 | "second server certificate file"); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1575 | |
| 1576 | if (!s_cert2) { |
| 1577 | ERR_print_errors(bio_err); |
| 1578 | goto end; |
| 1579 | } |
| 1580 | } |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1581 | } |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 1582 | #if !defined(OPENSSL_NO_NEXTPROTONEG) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1583 | if (next_proto_neg_in) { |
| 1584 | unsigned short len; |
| 1585 | next_proto.data = next_protos_parse(&len, next_proto_neg_in); |
| 1586 | if (next_proto.data == NULL) |
| 1587 | goto end; |
| 1588 | next_proto.len = len; |
| 1589 | } else { |
| 1590 | next_proto.data = NULL; |
| 1591 | } |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 1592 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1593 | alpn_ctx.data = NULL; |
| 1594 | if (alpn_in) { |
| 1595 | unsigned short len; |
| 1596 | alpn_ctx.data = next_protos_parse(&len, alpn_in); |
| 1597 | if (alpn_ctx.data == NULL) |
| 1598 | goto end; |
| 1599 | alpn_ctx.len = len; |
| 1600 | } |
Dr. Stephen Henson | dd25165 | 2012-07-03 16:37:50 +0000 | [diff] [blame] | 1601 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1602 | if (crl_file) { |
| 1603 | X509_CRL *crl; |
| 1604 | crl = load_crl(crl_file, crl_format); |
| 1605 | if (!crl) { |
| 1606 | BIO_puts(bio_err, "Error loading CRL\n"); |
| 1607 | ERR_print_errors(bio_err); |
| 1608 | goto end; |
| 1609 | } |
| 1610 | crls = sk_X509_CRL_new_null(); |
| 1611 | if (!crls || !sk_X509_CRL_push(crls, crl)) { |
| 1612 | BIO_puts(bio_err, "Error adding CRL\n"); |
| 1613 | ERR_print_errors(bio_err); |
| 1614 | X509_CRL_free(crl); |
| 1615 | goto end; |
| 1616 | } |
| 1617 | } |
Dr. Stephen Henson | fdb78f3 | 2012-12-02 16:16:28 +0000 | [diff] [blame] | 1618 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1619 | if (s_dcert_file) { |
Bodo Möller | ed3883d | 2006-01-02 23:14:37 +0000 | [diff] [blame] | 1620 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1621 | if (s_dkey_file == NULL) |
| 1622 | s_dkey_file = s_dcert_file; |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 1623 | |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1624 | s_dkey = load_key(s_dkey_file, s_dkey_format, |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1625 | 0, dpass, e, "second certificate private key file"); |
| 1626 | if (!s_dkey) { |
| 1627 | ERR_print_errors(bio_err); |
| 1628 | goto end; |
| 1629 | } |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 1630 | |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1631 | s_dcert = load_cert(s_dcert_file, s_dcert_format, |
Rich Salz | a773b52 | 2016-02-13 22:33:56 -0500 | [diff] [blame] | 1632 | "second server certificate file"); |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 1633 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1634 | if (!s_dcert) { |
| 1635 | ERR_print_errors(bio_err); |
| 1636 | goto end; |
| 1637 | } |
| 1638 | if (s_dchain_file) { |
Rich Salz | a773b52 | 2016-02-13 22:33:56 -0500 | [diff] [blame] | 1639 | if (!load_certs(s_dchain_file, &s_dchain, FORMAT_PEM, NULL, |
Viktor Dukhovni | 0996dc5 | 2016-01-16 00:08:38 -0500 | [diff] [blame] | 1640 | "second server certificate chain")) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1641 | goto end; |
| 1642 | } |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 1643 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1644 | } |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 1645 | |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1646 | if (!app_RAND_load_file(NULL, 1) && inrand == NULL |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1647 | && !RAND_status()) { |
| 1648 | BIO_printf(bio_err, |
| 1649 | "warning, not much extra random data, consider using the -rand option\n"); |
| 1650 | } |
| 1651 | if (inrand != NULL) |
| 1652 | BIO_printf(bio_err, "%ld semi-random bytes loaded\n", |
| 1653 | app_RAND_load_files(inrand)); |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 1654 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1655 | if (bio_s_out == NULL) { |
| 1656 | if (s_quiet && !s_debug) { |
| 1657 | bio_s_out = BIO_new(BIO_s_null()); |
| 1658 | if (s_msg && !bio_s_msg) |
Richard Levitte | a60994d | 2015-09-06 12:20:12 +0200 | [diff] [blame] | 1659 | bio_s_msg = dup_bio_out(FORMAT_TEXT); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1660 | } else { |
| 1661 | if (bio_s_out == NULL) |
Richard Levitte | a60994d | 2015-09-06 12:20:12 +0200 | [diff] [blame] | 1662 | bio_s_out = dup_bio_out(FORMAT_TEXT); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1663 | } |
| 1664 | } |
Rich Salz | 10bf4fc | 2015-03-10 19:09:27 -0400 | [diff] [blame] | 1665 | #if !defined(OPENSSL_NO_RSA) || !defined(OPENSSL_NO_DSA) || !defined(OPENSSL_NO_EC) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1666 | if (nocert) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1667 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1668 | { |
| 1669 | s_cert_file = NULL; |
| 1670 | s_key_file = NULL; |
| 1671 | s_dcert_file = NULL; |
| 1672 | s_dkey_file = NULL; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1673 | s_cert_file2 = NULL; |
| 1674 | s_key_file2 = NULL; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1675 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1676 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1677 | ctx = SSL_CTX_new(meth); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1678 | if (ctx == NULL) { |
| 1679 | ERR_print_errors(bio_err); |
| 1680 | goto end; |
| 1681 | } |
A J Mohan Rao | 32eabe3 | 2016-02-09 10:55:42 -0500 | [diff] [blame] | 1682 | if (sdebug) |
| 1683 | ssl_ctx_security_debug(ctx, sdebug); |
Dr. Stephen Henson | 287d0b9 | 2015-07-08 23:09:52 +0100 | [diff] [blame] | 1684 | if (ssl_config) { |
| 1685 | if (SSL_CTX_config(ctx, ssl_config) == 0) { |
| 1686 | BIO_printf(bio_err, "Error using configuration \"%s\"\n", |
| 1687 | ssl_config); |
| 1688 | ERR_print_errors(bio_err); |
| 1689 | goto end; |
| 1690 | } |
| 1691 | } |
| 1692 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1693 | if (session_id_prefix) { |
| 1694 | if (strlen(session_id_prefix) >= 32) |
| 1695 | BIO_printf(bio_err, |
| 1696 | "warning: id_prefix is too long, only one new session will be possible\n"); |
| 1697 | if (!SSL_CTX_set_generate_session_id(ctx, generate_session_id)) { |
| 1698 | BIO_printf(bio_err, "error setting 'id_prefix'\n"); |
| 1699 | ERR_print_errors(bio_err); |
| 1700 | goto end; |
| 1701 | } |
| 1702 | BIO_printf(bio_err, "id_prefix '%s' set.\n", session_id_prefix); |
| 1703 | } |
| 1704 | SSL_CTX_set_quiet_shutdown(ctx, 1); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1705 | if (exc) |
| 1706 | ssl_ctx_set_excert(ctx, exc); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1707 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1708 | if (state) |
| 1709 | SSL_CTX_set_info_callback(ctx, apps_ssl_info_callback); |
| 1710 | if (no_cache) |
| 1711 | SSL_CTX_set_session_cache_mode(ctx, SSL_SESS_CACHE_OFF); |
| 1712 | else if (ext_cache) |
| 1713 | init_session_cache_ctx(ctx); |
| 1714 | else |
| 1715 | SSL_CTX_sess_set_cache_size(ctx, 128); |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1716 | |
Matt Caswell | 252d6d3 | 2015-07-22 17:50:51 +0100 | [diff] [blame] | 1717 | if (async) { |
Matt Caswell | 7e25dd6 | 2015-02-13 23:33:12 +0000 | [diff] [blame] | 1718 | SSL_CTX_set_mode(ctx, SSL_MODE_ASYNC); |
Matt Caswell | 252d6d3 | 2015-07-22 17:50:51 +0100 | [diff] [blame] | 1719 | } |
Matt Caswell | 7e25dd6 | 2015-02-13 23:33:12 +0000 | [diff] [blame] | 1720 | |
Piotr Sikora | e783bae | 2014-12-22 11:15:51 +0000 | [diff] [blame] | 1721 | #ifndef OPENSSL_NO_SRTP |
Matt Caswell | ac59d70 | 2015-03-06 14:39:46 +0000 | [diff] [blame] | 1722 | if (srtp_profiles != NULL) { |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1723 | /* Returns 0 on success! */ |
| 1724 | if (SSL_CTX_set_tlsext_use_srtp(ctx, srtp_profiles) != 0) { |
Matt Caswell | ac59d70 | 2015-03-06 14:39:46 +0000 | [diff] [blame] | 1725 | BIO_printf(bio_err, "Error setting SRTP profile\n"); |
| 1726 | ERR_print_errors(bio_err); |
| 1727 | goto end; |
| 1728 | } |
| 1729 | } |
Piotr Sikora | e783bae | 2014-12-22 11:15:51 +0000 | [diff] [blame] | 1730 | #endif |
Ben Laurie | 333f926 | 2011-11-15 22:59:20 +0000 | [diff] [blame] | 1731 | |
Matt Caswell | 2b6bcb7 | 2015-09-22 16:00:52 +0100 | [diff] [blame] | 1732 | if (!ctx_set_verify_locations(ctx, CAfile, CApath, noCAfile, noCApath)) { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1733 | ERR_print_errors(bio_err); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1734 | goto end; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1735 | } |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1736 | if (vpmtouched && !SSL_CTX_set1_param(ctx, vpm)) { |
| 1737 | BIO_printf(bio_err, "Error setting verify params\n"); |
Matt Caswell | ac59d70 | 2015-03-06 14:39:46 +0000 | [diff] [blame] | 1738 | ERR_print_errors(bio_err); |
| 1739 | goto end; |
| 1740 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1741 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1742 | ssl_ctx_add_crls(ctx, crls, 0); |
Rich Salz | dba3177 | 2016-02-14 00:17:59 -0500 | [diff] [blame] | 1743 | if (!config_ctx(cctx, ssl_args, ctx)) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1744 | goto end; |
Dr. Stephen Henson | 5d2e07f | 2012-11-17 14:42:22 +0000 | [diff] [blame] | 1745 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1746 | if (!ssl_load_stores(ctx, vfyCApath, vfyCAfile, chCApath, chCAfile, |
| 1747 | crls, crl_download)) { |
| 1748 | BIO_printf(bio_err, "Error loading store locations\n"); |
| 1749 | ERR_print_errors(bio_err); |
| 1750 | goto end; |
| 1751 | } |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 1752 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1753 | if (s_cert2) { |
| 1754 | ctx2 = SSL_CTX_new(meth); |
| 1755 | if (ctx2 == NULL) { |
| 1756 | ERR_print_errors(bio_err); |
| 1757 | goto end; |
| 1758 | } |
| 1759 | } |
Bodo Möller | ed3883d | 2006-01-02 23:14:37 +0000 | [diff] [blame] | 1760 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1761 | if (ctx2) { |
| 1762 | BIO_printf(bio_s_out, "Setting secondary ctx parameters\n"); |
Dr. Stephen Henson | e03c5b5 | 2014-02-17 00:10:00 +0000 | [diff] [blame] | 1763 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1764 | if (sdebug) |
Rich Salz | ecf3a1f | 2015-04-29 11:27:08 -0400 | [diff] [blame] | 1765 | ssl_ctx_security_debug(ctx, sdebug); |
Bodo Möller | b1277b9 | 2006-01-02 23:29:12 +0000 | [diff] [blame] | 1766 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1767 | if (session_id_prefix) { |
| 1768 | if (strlen(session_id_prefix) >= 32) |
| 1769 | BIO_printf(bio_err, |
| 1770 | "warning: id_prefix is too long, only one new session will be possible\n"); |
| 1771 | if (!SSL_CTX_set_generate_session_id(ctx2, generate_session_id)) { |
| 1772 | BIO_printf(bio_err, "error setting 'id_prefix'\n"); |
| 1773 | ERR_print_errors(bio_err); |
| 1774 | goto end; |
| 1775 | } |
| 1776 | BIO_printf(bio_err, "id_prefix '%s' set.\n", session_id_prefix); |
| 1777 | } |
| 1778 | SSL_CTX_set_quiet_shutdown(ctx2, 1); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1779 | if (exc) |
| 1780 | ssl_ctx_set_excert(ctx2, exc); |
Bodo Möller | b1277b9 | 2006-01-02 23:29:12 +0000 | [diff] [blame] | 1781 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1782 | if (state) |
| 1783 | SSL_CTX_set_info_callback(ctx2, apps_ssl_info_callback); |
Bodo Möller | b1277b9 | 2006-01-02 23:29:12 +0000 | [diff] [blame] | 1784 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1785 | if (no_cache) |
| 1786 | SSL_CTX_set_session_cache_mode(ctx2, SSL_SESS_CACHE_OFF); |
| 1787 | else if (ext_cache) |
| 1788 | init_session_cache_ctx(ctx2); |
| 1789 | else |
| 1790 | SSL_CTX_sess_set_cache_size(ctx2, 128); |
Dr. Stephen Henson | 5d2e07f | 2012-11-17 14:42:22 +0000 | [diff] [blame] | 1791 | |
Matt Caswell | 7e25dd6 | 2015-02-13 23:33:12 +0000 | [diff] [blame] | 1792 | if (async) |
Matt Caswell | f4da39d | 2015-07-24 08:15:31 +0100 | [diff] [blame] | 1793 | SSL_CTX_set_mode(ctx2, SSL_MODE_ASYNC); |
Matt Caswell | 7e25dd6 | 2015-02-13 23:33:12 +0000 | [diff] [blame] | 1794 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1795 | if ((!SSL_CTX_load_verify_locations(ctx2, CAfile, CApath)) || |
| 1796 | (!SSL_CTX_set_default_verify_paths(ctx2))) { |
| 1797 | ERR_print_errors(bio_err); |
| 1798 | } |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1799 | if (vpmtouched && !SSL_CTX_set1_param(ctx2, vpm)) { |
| 1800 | BIO_printf(bio_err, "Error setting verify params\n"); |
Matt Caswell | ac59d70 | 2015-03-06 14:39:46 +0000 | [diff] [blame] | 1801 | ERR_print_errors(bio_err); |
| 1802 | goto end; |
| 1803 | } |
Ben Laurie | ee2ffc2 | 2010-07-28 10:06:55 +0000 | [diff] [blame] | 1804 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1805 | ssl_ctx_add_crls(ctx2, crls, 0); |
Rich Salz | dba3177 | 2016-02-14 00:17:59 -0500 | [diff] [blame] | 1806 | if (!config_ctx(cctx, ssl_args, ctx2)) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1807 | goto end; |
| 1808 | } |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 1809 | #ifndef OPENSSL_NO_NEXTPROTONEG |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1810 | if (next_proto.data) |
| 1811 | SSL_CTX_set_next_protos_advertised_cb(ctx, next_proto_cb, |
| 1812 | &next_proto); |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 1813 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1814 | if (alpn_ctx.data) |
| 1815 | SSL_CTX_set_alpn_select_cb(ctx, alpn_cb, &alpn_ctx); |
Bodo Möller | b1277b9 | 2006-01-02 23:29:12 +0000 | [diff] [blame] | 1816 | |
Richard Levitte | cf1b7d9 | 2001-02-19 16:06:34 +0000 | [diff] [blame] | 1817 | #ifndef OPENSSL_NO_DH |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1818 | if (!no_dhe) { |
| 1819 | DH *dh = NULL; |
Bodo Möller | 15d52dd | 2000-11-02 10:35:10 +0000 | [diff] [blame] | 1820 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1821 | if (dhfile) |
| 1822 | dh = load_dh_param(dhfile); |
| 1823 | else if (s_cert_file) |
| 1824 | dh = load_dh_param(s_cert_file); |
Bodo Möller | 15d52dd | 2000-11-02 10:35:10 +0000 | [diff] [blame] | 1825 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1826 | if (dh != NULL) { |
| 1827 | BIO_printf(bio_s_out, "Setting temp DH parameters\n"); |
| 1828 | } else { |
| 1829 | BIO_printf(bio_s_out, "Using default temp DH parameters\n"); |
| 1830 | } |
| 1831 | (void)BIO_flush(bio_s_out); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1832 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1833 | if (dh == NULL) |
| 1834 | SSL_CTX_set_dh_auto(ctx, 1); |
| 1835 | else if (!SSL_CTX_set_tmp_dh(ctx, dh)) { |
| 1836 | BIO_puts(bio_err, "Error setting temp DH parameters\n"); |
| 1837 | ERR_print_errors(bio_err); |
| 1838 | DH_free(dh); |
| 1839 | goto end; |
| 1840 | } |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 1841 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1842 | if (ctx2) { |
| 1843 | if (!dhfile) { |
| 1844 | DH *dh2 = load_dh_param(s_cert_file2); |
| 1845 | if (dh2 != NULL) { |
| 1846 | BIO_printf(bio_s_out, "Setting temp DH parameters\n"); |
| 1847 | (void)BIO_flush(bio_s_out); |
Bodo Möller | ed3883d | 2006-01-02 23:14:37 +0000 | [diff] [blame] | 1848 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1849 | DH_free(dh); |
| 1850 | dh = dh2; |
| 1851 | } |
| 1852 | } |
| 1853 | if (dh == NULL) |
| 1854 | SSL_CTX_set_dh_auto(ctx2, 1); |
| 1855 | else if (!SSL_CTX_set_tmp_dh(ctx2, dh)) { |
| 1856 | BIO_puts(bio_err, "Error setting temp DH parameters\n"); |
| 1857 | ERR_print_errors(bio_err); |
| 1858 | DH_free(dh); |
| 1859 | goto end; |
| 1860 | } |
| 1861 | } |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1862 | DH_free(dh); |
| 1863 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1864 | #endif |
Bodo Möller | ea26226 | 2002-08-09 08:56:08 +0000 | [diff] [blame] | 1865 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1866 | if (!set_cert_key_stuff(ctx, s_cert, s_key, s_chain, build_chain)) |
| 1867 | goto end; |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 1868 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1869 | if (s_serverinfo_file != NULL |
| 1870 | && !SSL_CTX_use_serverinfo_file(ctx, s_serverinfo_file)) { |
| 1871 | ERR_print_errors(bio_err); |
| 1872 | goto end; |
| 1873 | } |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 1874 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1875 | if (ctx2 && !set_cert_key_stuff(ctx2, s_cert2, s_key2, NULL, build_chain)) |
| 1876 | goto end; |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 1877 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1878 | if (s_dcert != NULL) { |
| 1879 | if (!set_cert_key_stuff(ctx, s_dcert, s_dkey, s_dchain, build_chain)) |
| 1880 | goto end; |
| 1881 | } |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1882 | |
| 1883 | if (no_resume_ephemeral) { |
| 1884 | SSL_CTX_set_not_resumable_session_callback(ctx, |
| 1885 | not_resumable_sess_cb); |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 1886 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1887 | if (ctx2) |
| 1888 | SSL_CTX_set_not_resumable_session_callback(ctx2, |
| 1889 | not_resumable_sess_cb); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1890 | } |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 1891 | #ifndef OPENSSL_NO_PSK |
Flavio Medeiros | b5292f7 | 2016-01-30 20:14:39 -0500 | [diff] [blame] | 1892 | if (psk_key != NULL) { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1893 | if (s_debug) |
| 1894 | BIO_printf(bio_s_out, |
Rich Salz | dba3177 | 2016-02-14 00:17:59 -0500 | [diff] [blame] | 1895 | "PSK key given, setting server callback\n"); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1896 | SSL_CTX_set_psk_server_callback(ctx, psk_server_cb); |
| 1897 | } |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 1898 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1899 | if (!SSL_CTX_use_psk_identity_hint(ctx, psk_identity_hint)) { |
| 1900 | BIO_printf(bio_err, "error setting PSK identity hint to context\n"); |
| 1901 | ERR_print_errors(bio_err); |
| 1902 | goto end; |
| 1903 | } |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 1904 | #endif |
| 1905 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1906 | SSL_CTX_set_verify(ctx, s_server_verify, verify_callback); |
Viktor Dukhovni | 61986d3 | 2015-04-16 01:50:03 -0400 | [diff] [blame] | 1907 | if (!SSL_CTX_set_session_id_context(ctx, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1908 | (void *)&s_server_session_id_context, |
| 1909 | sizeof s_server_session_id_context)) { |
Matt Caswell | ac59d70 | 2015-03-06 14:39:46 +0000 | [diff] [blame] | 1910 | BIO_printf(bio_err, "error setting session id context\n"); |
| 1911 | ERR_print_errors(bio_err); |
| 1912 | goto end; |
| 1913 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1914 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1915 | /* Set DTLS cookie generation and verification callbacks */ |
| 1916 | SSL_CTX_set_cookie_generate_cb(ctx, generate_cookie_callback); |
| 1917 | SSL_CTX_set_cookie_verify_cb(ctx, verify_cookie_callback); |
Dr. Stephen Henson | 07a9d1a | 2009-09-04 17:42:53 +0000 | [diff] [blame] | 1918 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1919 | if (ctx2) { |
| 1920 | SSL_CTX_set_verify(ctx2, s_server_verify, verify_callback); |
Viktor Dukhovni | 61986d3 | 2015-04-16 01:50:03 -0400 | [diff] [blame] | 1921 | if (!SSL_CTX_set_session_id_context(ctx2, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1922 | (void *)&s_server_session_id_context, |
| 1923 | sizeof s_server_session_id_context)) { |
Matt Caswell | ac59d70 | 2015-03-06 14:39:46 +0000 | [diff] [blame] | 1924 | BIO_printf(bio_err, "error setting session id context\n"); |
| 1925 | ERR_print_errors(bio_err); |
| 1926 | goto end; |
| 1927 | } |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1928 | tlsextcbp.biodebug = bio_s_out; |
| 1929 | SSL_CTX_set_tlsext_servername_callback(ctx2, ssl_servername_cb); |
| 1930 | SSL_CTX_set_tlsext_servername_arg(ctx2, &tlsextcbp); |
| 1931 | SSL_CTX_set_tlsext_servername_callback(ctx, ssl_servername_cb); |
| 1932 | SSL_CTX_set_tlsext_servername_arg(ctx, &tlsextcbp); |
| 1933 | } |
Bodo Möller | f1fd454 | 2006-01-03 03:27:19 +0000 | [diff] [blame] | 1934 | |
Ben Laurie | edc032b | 2011-03-12 17:01:19 +0000 | [diff] [blame] | 1935 | #ifndef OPENSSL_NO_SRP |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1936 | if (srp_verifier_file != NULL) { |
| 1937 | srp_callback_parm.vb = SRP_VBASE_new(srpuserseed); |
| 1938 | srp_callback_parm.user = NULL; |
| 1939 | srp_callback_parm.login = NULL; |
| 1940 | if ((ret = |
| 1941 | SRP_VBASE_init(srp_callback_parm.vb, |
| 1942 | srp_verifier_file)) != SRP_NO_ERROR) { |
| 1943 | BIO_printf(bio_err, |
| 1944 | "Cannot initialize SRP verifier file \"%s\":ret=%d\n", |
| 1945 | srp_verifier_file, ret); |
| 1946 | goto end; |
| 1947 | } |
| 1948 | SSL_CTX_set_verify(ctx, SSL_VERIFY_NONE, verify_callback); |
| 1949 | SSL_CTX_set_srp_cb_arg(ctx, &srp_callback_parm); |
| 1950 | SSL_CTX_set_srp_username_callback(ctx, ssl_srp_server_param_cb); |
| 1951 | } else |
Ben Laurie | edc032b | 2011-03-12 17:01:19 +0000 | [diff] [blame] | 1952 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1953 | if (CAfile != NULL) { |
| 1954 | SSL_CTX_set_client_CA_list(ctx, SSL_load_client_CA_file(CAfile)); |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 1955 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1956 | if (ctx2) |
| 1957 | SSL_CTX_set_client_CA_list(ctx2, SSL_load_client_CA_file(CAfile)); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1958 | } |
Adam Eijdenberg | be0c036 | 2015-07-29 21:34:35 -0400 | [diff] [blame] | 1959 | if (s_tlsextstatus) { |
| 1960 | SSL_CTX_set_tlsext_status_cb(ctx, cert_status_cb); |
| 1961 | SSL_CTX_set_tlsext_status_arg(ctx, &tlscstatp); |
| 1962 | if (ctx2) { |
| 1963 | SSL_CTX_set_tlsext_status_cb(ctx2, cert_status_cb); |
| 1964 | SSL_CTX_set_tlsext_status_arg(ctx2, &tlscstatp); |
| 1965 | } |
| 1966 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1967 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1968 | BIO_printf(bio_s_out, "ACCEPT\n"); |
| 1969 | (void)BIO_flush(bio_s_out); |
| 1970 | if (rev) |
| 1971 | server_cb = rev_body; |
| 1972 | else if (www) |
| 1973 | server_cb = www_body; |
| 1974 | else |
| 1975 | server_cb = sv_body; |
Richard Levitte | ab69ac0 | 2016-02-03 00:47:42 +0100 | [diff] [blame] | 1976 | #ifdef AF_UNIX |
| 1977 | if (socket_family == AF_UNIX |
| 1978 | && unlink_unix_path) |
| 1979 | unlink(host); |
Dr. Stephen Henson | 9cd86ab | 2014-07-01 12:44:00 +0100 | [diff] [blame] | 1980 | #endif |
Richard Levitte | ab69ac0 | 2016-02-03 00:47:42 +0100 | [diff] [blame] | 1981 | do_server(&accept_socket, host, port, socket_family, socket_type, |
| 1982 | server_cb, context, naccept); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1983 | print_stats(bio_s_out, ctx); |
| 1984 | ret = 0; |
| 1985 | end: |
Rich Salz | 62adbce | 2015-04-11 10:22:36 -0400 | [diff] [blame] | 1986 | SSL_CTX_free(ctx); |
Rich Salz | 222561f | 2015-04-30 17:33:59 -0400 | [diff] [blame] | 1987 | X509_free(s_cert); |
| 1988 | sk_X509_CRL_pop_free(crls, X509_CRL_free); |
| 1989 | X509_free(s_dcert); |
Rich Salz | c5ba2d9 | 2015-03-28 10:54:15 -0400 | [diff] [blame] | 1990 | EVP_PKEY_free(s_key); |
| 1991 | EVP_PKEY_free(s_dkey); |
Rich Salz | 222561f | 2015-04-30 17:33:59 -0400 | [diff] [blame] | 1992 | sk_X509_pop_free(s_chain, X509_free); |
| 1993 | sk_X509_pop_free(s_dchain, X509_free); |
Rich Salz | 25aaa98 | 2015-05-01 14:37:16 -0400 | [diff] [blame] | 1994 | OPENSSL_free(pass); |
| 1995 | OPENSSL_free(dpass); |
Richard Levitte | ab69ac0 | 2016-02-03 00:47:42 +0100 | [diff] [blame] | 1996 | OPENSSL_free(host); |
| 1997 | OPENSSL_free(port); |
Rich Salz | 222561f | 2015-04-30 17:33:59 -0400 | [diff] [blame] | 1998 | X509_VERIFY_PARAM_free(vpm); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1999 | free_sessions(); |
Rich Salz | 25aaa98 | 2015-05-01 14:37:16 -0400 | [diff] [blame] | 2000 | OPENSSL_free(tlscstatp.host); |
| 2001 | OPENSSL_free(tlscstatp.port); |
| 2002 | OPENSSL_free(tlscstatp.path); |
Rich Salz | 62adbce | 2015-04-11 10:22:36 -0400 | [diff] [blame] | 2003 | SSL_CTX_free(ctx2); |
Rich Salz | 222561f | 2015-04-30 17:33:59 -0400 | [diff] [blame] | 2004 | X509_free(s_cert2); |
Rich Salz | c5ba2d9 | 2015-03-28 10:54:15 -0400 | [diff] [blame] | 2005 | EVP_PKEY_free(s_key2); |
Rich Salz | ca3a82c | 2015-03-25 11:31:18 -0400 | [diff] [blame] | 2006 | BIO_free(serverinfo_in); |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 2007 | #ifndef OPENSSL_NO_NEXTPROTONEG |
Rich Salz | 25aaa98 | 2015-05-01 14:37:16 -0400 | [diff] [blame] | 2008 | OPENSSL_free(next_proto.data); |
Bodo Möller | ed3883d | 2006-01-02 23:14:37 +0000 | [diff] [blame] | 2009 | #endif |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 2010 | OPENSSL_free(alpn_ctx.data); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2011 | ssl_excert_free(exc); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 2012 | sk_OPENSSL_STRING_free(ssl_args); |
Rich Salz | 62adbce | 2015-04-11 10:22:36 -0400 | [diff] [blame] | 2013 | SSL_CONF_CTX_free(cctx); |
Rich Salz | ca3a82c | 2015-03-25 11:31:18 -0400 | [diff] [blame] | 2014 | BIO_free(bio_s_out); |
| 2015 | bio_s_out = NULL; |
| 2016 | BIO_free(bio_s_msg); |
| 2017 | bio_s_msg = NULL; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 2018 | return (ret); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2019 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2020 | |
Ulf Möller | 6b691a5 | 1999-04-19 21:31:43 +0000 | [diff] [blame] | 2021 | static void print_stats(BIO *bio, SSL_CTX *ssl_ctx) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2022 | { |
| 2023 | BIO_printf(bio, "%4ld items in the session cache\n", |
| 2024 | SSL_CTX_sess_number(ssl_ctx)); |
| 2025 | BIO_printf(bio, "%4ld client connects (SSL_connect())\n", |
| 2026 | SSL_CTX_sess_connect(ssl_ctx)); |
| 2027 | BIO_printf(bio, "%4ld client renegotiates (SSL_connect())\n", |
| 2028 | SSL_CTX_sess_connect_renegotiate(ssl_ctx)); |
| 2029 | BIO_printf(bio, "%4ld client connects that finished\n", |
| 2030 | SSL_CTX_sess_connect_good(ssl_ctx)); |
| 2031 | BIO_printf(bio, "%4ld server accepts (SSL_accept())\n", |
| 2032 | SSL_CTX_sess_accept(ssl_ctx)); |
| 2033 | BIO_printf(bio, "%4ld server renegotiates (SSL_accept())\n", |
| 2034 | SSL_CTX_sess_accept_renegotiate(ssl_ctx)); |
| 2035 | BIO_printf(bio, "%4ld server accepts that finished\n", |
| 2036 | SSL_CTX_sess_accept_good(ssl_ctx)); |
| 2037 | BIO_printf(bio, "%4ld session cache hits\n", SSL_CTX_sess_hits(ssl_ctx)); |
| 2038 | BIO_printf(bio, "%4ld session cache misses\n", |
| 2039 | SSL_CTX_sess_misses(ssl_ctx)); |
| 2040 | BIO_printf(bio, "%4ld session cache timeouts\n", |
| 2041 | SSL_CTX_sess_timeouts(ssl_ctx)); |
| 2042 | BIO_printf(bio, "%4ld callback cache hits\n", |
| 2043 | SSL_CTX_sess_cb_hits(ssl_ctx)); |
| 2044 | BIO_printf(bio, "%4ld cache full overflows (%ld allowed)\n", |
| 2045 | SSL_CTX_sess_cache_full(ssl_ctx), |
| 2046 | SSL_CTX_sess_get_cache_size(ssl_ctx)); |
| 2047 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2048 | |
Rich Salz | a773b52 | 2016-02-13 22:33:56 -0500 | [diff] [blame] | 2049 | static int sv_body(int s, int stype, unsigned char *context) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2050 | { |
| 2051 | char *buf = NULL; |
| 2052 | fd_set readfds; |
| 2053 | int ret = 1, width; |
| 2054 | int k, i; |
| 2055 | unsigned long l; |
| 2056 | SSL *con = NULL; |
| 2057 | BIO *sbio; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2058 | struct timeval timeout; |
Rich Salz | b317819 | 2014-12-17 17:24:51 -0500 | [diff] [blame] | 2059 | #if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS) || defined(OPENSSL_SYS_NETWARE) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2060 | struct timeval tv; |
Dr. Stephen Henson | ba4526e | 2009-08-18 11:15:33 +0000 | [diff] [blame] | 2061 | #else |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2062 | struct timeval *timeoutp; |
Dr. Stephen Henson | 06f4536 | 1999-09-20 22:09:17 +0000 | [diff] [blame] | 2063 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2064 | |
Rich Salz | 68dc682 | 2015-04-30 17:48:31 -0400 | [diff] [blame] | 2065 | buf = app_malloc(bufsize, "server buffer"); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2066 | if (s_nbio) { |
Rich Salz | ba81081 | 2016-02-27 13:24:28 -0500 | [diff] [blame^] | 2067 | if (!BIO_socket_nbio(s, 1)) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2068 | ERR_print_errors(bio_err); |
Rich Salz | ba81081 | 2016-02-27 13:24:28 -0500 | [diff] [blame^] | 2069 | else if (!s_quiet) |
| 2070 | BIO_printf(bio_err, "Turned on non blocking io\n"); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2071 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2072 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2073 | if (con == NULL) { |
| 2074 | con = SSL_new(ctx); |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 2075 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2076 | if (s_tlsextdebug) { |
| 2077 | SSL_set_tlsext_debug_callback(con, tlsext_cb); |
| 2078 | SSL_set_tlsext_debug_arg(con, bio_s_out); |
| 2079 | } |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 2080 | |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 2081 | if (context |
| 2082 | && !SSL_set_session_id_context(con, |
| 2083 | context, strlen((char *)context))) { |
Matt Caswell | ac59d70 | 2015-03-06 14:39:46 +0000 | [diff] [blame] | 2084 | BIO_printf(bio_err, "Error setting session id context\n"); |
| 2085 | ret = -1; |
| 2086 | goto err; |
| 2087 | } |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2088 | } |
Viktor Dukhovni | 61986d3 | 2015-04-16 01:50:03 -0400 | [diff] [blame] | 2089 | if (!SSL_clear(con)) { |
Matt Caswell | ac59d70 | 2015-03-06 14:39:46 +0000 | [diff] [blame] | 2090 | BIO_printf(bio_err, "Error clearing SSL connection\n"); |
| 2091 | ret = -1; |
| 2092 | goto err; |
| 2093 | } |
Ben Laurie | a7a14a2 | 2015-12-16 13:25:07 +0000 | [diff] [blame] | 2094 | #ifndef OPENSSL_NO_DTLS |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2095 | if (stype == SOCK_DGRAM) { |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 2096 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2097 | sbio = BIO_new_dgram(s, BIO_NOCLOSE); |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 2098 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2099 | if (enable_timeouts) { |
| 2100 | timeout.tv_sec = 0; |
| 2101 | timeout.tv_usec = DGRAM_RCV_TIMEOUT; |
| 2102 | BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_RECV_TIMEOUT, 0, &timeout); |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 2103 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2104 | timeout.tv_sec = 0; |
| 2105 | timeout.tv_usec = DGRAM_SND_TIMEOUT; |
| 2106 | BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_SEND_TIMEOUT, 0, &timeout); |
| 2107 | } |
| 2108 | |
| 2109 | if (socket_mtu) { |
| 2110 | if (socket_mtu < DTLS_get_link_min_mtu(con)) { |
| 2111 | BIO_printf(bio_err, "MTU too small. Must be at least %ld\n", |
| 2112 | DTLS_get_link_min_mtu(con)); |
| 2113 | ret = -1; |
| 2114 | BIO_free(sbio); |
| 2115 | goto err; |
| 2116 | } |
| 2117 | SSL_set_options(con, SSL_OP_NO_QUERY_MTU); |
| 2118 | if (!DTLS_set_link_mtu(con, socket_mtu)) { |
| 2119 | BIO_printf(bio_err, "Failed to set MTU\n"); |
| 2120 | ret = -1; |
| 2121 | BIO_free(sbio); |
| 2122 | goto err; |
| 2123 | } |
| 2124 | } else |
| 2125 | /* want to do MTU discovery */ |
| 2126 | BIO_ctrl(sbio, BIO_CTRL_DGRAM_MTU_DISCOVER, 0, NULL); |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 2127 | |
| 2128 | /* turn on cookie exchange */ |
| 2129 | SSL_set_options(con, SSL_OP_COOKIE_EXCHANGE); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2130 | } else |
Ben Laurie | a7a14a2 | 2015-12-16 13:25:07 +0000 | [diff] [blame] | 2131 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2132 | sbio = BIO_new_socket(s, BIO_NOCLOSE); |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 2133 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2134 | if (s_nbio_test) { |
| 2135 | BIO *test; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2136 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2137 | test = BIO_new(BIO_f_nbio_test()); |
| 2138 | sbio = BIO_push(test, sbio); |
| 2139 | } |
Ben Laurie | 6caa4ed | 2008-10-26 18:40:52 +0000 | [diff] [blame] | 2140 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2141 | SSL_set_bio(con, sbio, sbio); |
| 2142 | SSL_set_accept_state(con); |
| 2143 | /* SSL_set_fd(con,s); */ |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2144 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2145 | if (s_debug) { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2146 | BIO_set_callback(SSL_get_rbio(con), bio_dump_callback); |
| 2147 | BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out); |
| 2148 | } |
| 2149 | if (s_msg) { |
Dr. Stephen Henson | 93ab9e4 | 2012-06-15 12:46:09 +0000 | [diff] [blame] | 2150 | #ifndef OPENSSL_NO_SSL_TRACE |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2151 | if (s_msg == 2) |
| 2152 | SSL_set_msg_callback(con, SSL_trace); |
| 2153 | else |
Dr. Stephen Henson | 93ab9e4 | 2012-06-15 12:46:09 +0000 | [diff] [blame] | 2154 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2155 | SSL_set_msg_callback(con, msg_cb); |
| 2156 | SSL_set_msg_callback_arg(con, bio_s_msg ? bio_s_msg : bio_s_out); |
| 2157 | } |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 2158 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2159 | if (s_tlsextdebug) { |
| 2160 | SSL_set_tlsext_debug_callback(con, tlsext_cb); |
| 2161 | SSL_set_tlsext_debug_arg(con, bio_s_out); |
| 2162 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2163 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2164 | width = s + 1; |
| 2165 | for (;;) { |
| 2166 | int read_from_terminal; |
| 2167 | int read_from_sslcon; |
Bodo Möller | a2a0158 | 2000-02-21 17:09:54 +0000 | [diff] [blame] | 2168 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2169 | read_from_terminal = 0; |
Matt Caswell | 64c07bd | 2015-09-16 22:54:54 +0100 | [diff] [blame] | 2170 | read_from_sslcon = SSL_pending(con) |
| 2171 | || (async && SSL_waiting_for_async(con)); |
Bodo Möller | a2a0158 | 2000-02-21 17:09:54 +0000 | [diff] [blame] | 2172 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2173 | if (!read_from_sslcon) { |
| 2174 | FD_ZERO(&readfds); |
Rich Salz | b317819 | 2014-12-17 17:24:51 -0500 | [diff] [blame] | 2175 | #if !defined(OPENSSL_SYS_WINDOWS) && !defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_NETWARE) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2176 | openssl_fdset(fileno(stdin), &readfds); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2177 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2178 | openssl_fdset(s, &readfds); |
| 2179 | /* |
| 2180 | * Note: under VMS with SOCKETSHR the second parameter is |
| 2181 | * currently of type (int *) whereas under other systems it is |
| 2182 | * (void *) if you don't have a cast it will choke the compiler: |
| 2183 | * if you do have a cast then you can either go for (int *) or |
| 2184 | * (void *). |
| 2185 | */ |
Richard Levitte | 4d8743f | 2003-11-28 13:10:58 +0000 | [diff] [blame] | 2186 | #if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS) || defined(OPENSSL_SYS_NETWARE) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2187 | /* |
| 2188 | * Under DOS (non-djgpp) and Windows we can't select on stdin: |
| 2189 | * only on sockets. As a workaround we timeout the select every |
| 2190 | * second and check for any keypress. In a proper Windows |
| 2191 | * application we wouldn't do this because it is inefficient. |
| 2192 | */ |
| 2193 | tv.tv_sec = 1; |
| 2194 | tv.tv_usec = 0; |
| 2195 | i = select(width, (void *)&readfds, NULL, NULL, &tv); |
| 2196 | if ((i < 0) || (!i && !_kbhit())) |
| 2197 | continue; |
| 2198 | if (_kbhit()) |
| 2199 | read_from_terminal = 1; |
Dr. Stephen Henson | 06f4536 | 1999-09-20 22:09:17 +0000 | [diff] [blame] | 2200 | #else |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2201 | if ((SSL_version(con) == DTLS1_VERSION) && |
| 2202 | DTLSv1_get_timeout(con, &timeout)) |
| 2203 | timeoutp = &timeout; |
| 2204 | else |
| 2205 | timeoutp = NULL; |
Dr. Stephen Henson | b972fba | 2009-08-12 13:19:54 +0000 | [diff] [blame] | 2206 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2207 | i = select(width, (void *)&readfds, NULL, NULL, timeoutp); |
Dr. Stephen Henson | b972fba | 2009-08-12 13:19:54 +0000 | [diff] [blame] | 2208 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2209 | if ((SSL_version(con) == DTLS1_VERSION) |
| 2210 | && DTLSv1_handle_timeout(con) > 0) { |
| 2211 | BIO_printf(bio_err, "TIMEOUT occurred\n"); |
| 2212 | } |
Dr. Stephen Henson | b972fba | 2009-08-12 13:19:54 +0000 | [diff] [blame] | 2213 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2214 | if (i <= 0) |
| 2215 | continue; |
| 2216 | if (FD_ISSET(fileno(stdin), &readfds)) |
| 2217 | read_from_terminal = 1; |
Dr. Stephen Henson | 06f4536 | 1999-09-20 22:09:17 +0000 | [diff] [blame] | 2218 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2219 | if (FD_ISSET(s, &readfds)) |
| 2220 | read_from_sslcon = 1; |
| 2221 | } |
| 2222 | if (read_from_terminal) { |
| 2223 | if (s_crlf) { |
| 2224 | int j, lf_num; |
Bodo Möller | 1bdb863 | 1999-08-07 02:51:10 +0000 | [diff] [blame] | 2225 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2226 | i = raw_read_stdin(buf, bufsize / 2); |
| 2227 | lf_num = 0; |
| 2228 | /* both loops are skipped when i <= 0 */ |
| 2229 | for (j = 0; j < i; j++) |
| 2230 | if (buf[j] == '\n') |
| 2231 | lf_num++; |
| 2232 | for (j = i - 1; j >= 0; j--) { |
| 2233 | buf[j + lf_num] = buf[j]; |
| 2234 | if (buf[j] == '\n') { |
| 2235 | lf_num--; |
| 2236 | i++; |
| 2237 | buf[j + lf_num] = '\r'; |
| 2238 | } |
| 2239 | } |
| 2240 | assert(lf_num == 0); |
| 2241 | } else |
| 2242 | i = raw_read_stdin(buf, bufsize); |
| 2243 | if (!s_quiet && !s_brief) { |
| 2244 | if ((i <= 0) || (buf[0] == 'Q')) { |
| 2245 | BIO_printf(bio_s_out, "DONE\n"); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 2246 | (void)BIO_flush(bio_s_out); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2247 | SHUTDOWN(s); |
| 2248 | close_accept_socket(); |
| 2249 | ret = -11; |
| 2250 | goto err; |
| 2251 | } |
| 2252 | if ((i <= 0) || (buf[0] == 'q')) { |
| 2253 | BIO_printf(bio_s_out, "DONE\n"); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 2254 | (void)BIO_flush(bio_s_out); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2255 | if (SSL_version(con) != DTLS1_VERSION) |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 2256 | SHUTDOWN(s); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2257 | /* |
| 2258 | * close_accept_socket(); ret= -11; |
| 2259 | */ |
| 2260 | goto err; |
| 2261 | } |
Dr. Stephen Henson | 4817504 | 2011-12-31 22:59:57 +0000 | [diff] [blame] | 2262 | #ifndef OPENSSL_NO_HEARTBEATS |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2263 | if ((buf[0] == 'B') && ((buf[1] == '\n') || (buf[1] == '\r'))) { |
| 2264 | BIO_printf(bio_err, "HEARTBEATING\n"); |
| 2265 | SSL_heartbeat(con); |
| 2266 | i = 0; |
| 2267 | continue; |
| 2268 | } |
Dr. Stephen Henson | 4817504 | 2011-12-31 22:59:57 +0000 | [diff] [blame] | 2269 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2270 | if ((buf[0] == 'r') && ((buf[1] == '\n') || (buf[1] == '\r'))) { |
| 2271 | SSL_renegotiate(con); |
| 2272 | i = SSL_do_handshake(con); |
| 2273 | printf("SSL_do_handshake -> %d\n", i); |
| 2274 | i = 0; /* 13; */ |
| 2275 | continue; |
| 2276 | /* |
| 2277 | * strcpy(buf,"server side RE-NEGOTIATE\n"); |
| 2278 | */ |
| 2279 | } |
| 2280 | if ((buf[0] == 'R') && ((buf[1] == '\n') || (buf[1] == '\r'))) { |
| 2281 | SSL_set_verify(con, |
| 2282 | SSL_VERIFY_PEER | SSL_VERIFY_CLIENT_ONCE, |
| 2283 | NULL); |
| 2284 | SSL_renegotiate(con); |
| 2285 | i = SSL_do_handshake(con); |
| 2286 | printf("SSL_do_handshake -> %d\n", i); |
| 2287 | i = 0; /* 13; */ |
| 2288 | continue; |
| 2289 | /* |
| 2290 | * strcpy(buf,"server side RE-NEGOTIATE asking for client |
| 2291 | * cert\n"); |
| 2292 | */ |
| 2293 | } |
| 2294 | if (buf[0] == 'P') { |
| 2295 | static const char *str = "Lets print some clear text\n"; |
| 2296 | BIO_write(SSL_get_wbio(con), str, strlen(str)); |
| 2297 | } |
| 2298 | if (buf[0] == 'S') { |
| 2299 | print_stats(bio_s_out, SSL_get_SSL_CTX(con)); |
| 2300 | } |
| 2301 | } |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 2302 | #ifdef CHARSET_EBCDIC |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2303 | ebcdic2ascii(buf, buf, i); |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 2304 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2305 | l = k = 0; |
| 2306 | for (;;) { |
| 2307 | /* should do a select for the write */ |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 2308 | #ifdef RENEG |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2309 | { |
| 2310 | static count = 0; |
| 2311 | if (++count == 100) { |
| 2312 | count = 0; |
| 2313 | SSL_renegotiate(con); |
| 2314 | } |
| 2315 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2316 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2317 | k = SSL_write(con, &(buf[l]), (unsigned int)i); |
Dr. Stephen Henson | 9641be2 | 2012-02-10 19:43:14 +0000 | [diff] [blame] | 2318 | #ifndef OPENSSL_NO_SRP |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2319 | while (SSL_get_error(con, k) == SSL_ERROR_WANT_X509_LOOKUP) { |
| 2320 | BIO_printf(bio_s_out, "LOOKUP renego during write\n"); |
Emilia Kasper | 380f18e | 2016-02-24 12:59:59 +0100 | [diff] [blame] | 2321 | SRP_user_pwd_free(srp_callback_parm.user); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2322 | srp_callback_parm.user = |
Emilia Kasper | 380f18e | 2016-02-24 12:59:59 +0100 | [diff] [blame] | 2323 | SRP_VBASE_get1_by_user(srp_callback_parm.vb, |
| 2324 | srp_callback_parm.login); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2325 | if (srp_callback_parm.user) |
| 2326 | BIO_printf(bio_s_out, "LOOKUP done %s\n", |
| 2327 | srp_callback_parm.user->info); |
| 2328 | else |
| 2329 | BIO_printf(bio_s_out, "LOOKUP not successful\n"); |
| 2330 | k = SSL_write(con, &(buf[l]), (unsigned int)i); |
| 2331 | } |
Dr. Stephen Henson | 9641be2 | 2012-02-10 19:43:14 +0000 | [diff] [blame] | 2332 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2333 | switch (SSL_get_error(con, k)) { |
| 2334 | case SSL_ERROR_NONE: |
| 2335 | break; |
Matt Caswell | 7e25dd6 | 2015-02-13 23:33:12 +0000 | [diff] [blame] | 2336 | case SSL_ERROR_WANT_ASYNC: |
| 2337 | BIO_printf(bio_s_out, "Write BLOCK (Async)\n"); |
Matt Caswell | f4da39d | 2015-07-24 08:15:31 +0100 | [diff] [blame] | 2338 | wait_for_async(con); |
Matt Caswell | 7e25dd6 | 2015-02-13 23:33:12 +0000 | [diff] [blame] | 2339 | break; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2340 | case SSL_ERROR_WANT_WRITE: |
| 2341 | case SSL_ERROR_WANT_READ: |
| 2342 | case SSL_ERROR_WANT_X509_LOOKUP: |
| 2343 | BIO_printf(bio_s_out, "Write BLOCK\n"); |
| 2344 | break; |
| 2345 | case SSL_ERROR_SYSCALL: |
| 2346 | case SSL_ERROR_SSL: |
| 2347 | BIO_printf(bio_s_out, "ERROR\n"); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 2348 | (void)BIO_flush(bio_s_out); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2349 | ERR_print_errors(bio_err); |
| 2350 | ret = 1; |
| 2351 | goto err; |
| 2352 | /* break; */ |
| 2353 | case SSL_ERROR_ZERO_RETURN: |
| 2354 | BIO_printf(bio_s_out, "DONE\n"); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 2355 | (void)BIO_flush(bio_s_out); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2356 | ret = 1; |
| 2357 | goto err; |
| 2358 | } |
Robert Swiecki | 00d565c | 2015-05-18 19:08:02 -0400 | [diff] [blame] | 2359 | if (k > 0) { |
| 2360 | l += k; |
| 2361 | i -= k; |
| 2362 | } |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2363 | if (i <= 0) |
| 2364 | break; |
| 2365 | } |
| 2366 | } |
| 2367 | if (read_from_sslcon) { |
Matt Caswell | 64c07bd | 2015-09-16 22:54:54 +0100 | [diff] [blame] | 2368 | /* |
| 2369 | * init_ssl_connection handles all async events itself so if we're |
| 2370 | * waiting for async then we shouldn't go back into |
| 2371 | * init_ssl_connection |
| 2372 | */ |
| 2373 | if ((!async || !SSL_waiting_for_async(con)) |
| 2374 | && !SSL_is_init_finished(con)) { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2375 | i = init_ssl_connection(con); |
| 2376 | |
| 2377 | if (i < 0) { |
| 2378 | ret = 0; |
| 2379 | goto err; |
| 2380 | } else if (i == 0) { |
| 2381 | ret = 1; |
| 2382 | goto err; |
| 2383 | } |
| 2384 | } else { |
| 2385 | again: |
| 2386 | i = SSL_read(con, (char *)buf, bufsize); |
Dr. Stephen Henson | 9641be2 | 2012-02-10 19:43:14 +0000 | [diff] [blame] | 2387 | #ifndef OPENSSL_NO_SRP |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2388 | while (SSL_get_error(con, i) == SSL_ERROR_WANT_X509_LOOKUP) { |
| 2389 | BIO_printf(bio_s_out, "LOOKUP renego during read\n"); |
Emilia Kasper | 380f18e | 2016-02-24 12:59:59 +0100 | [diff] [blame] | 2390 | SRP_user_pwd_free(srp_callback_parm.user); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2391 | srp_callback_parm.user = |
Emilia Kasper | 380f18e | 2016-02-24 12:59:59 +0100 | [diff] [blame] | 2392 | SRP_VBASE_get1_by_user(srp_callback_parm.vb, |
| 2393 | srp_callback_parm.login); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2394 | if (srp_callback_parm.user) |
| 2395 | BIO_printf(bio_s_out, "LOOKUP done %s\n", |
| 2396 | srp_callback_parm.user->info); |
| 2397 | else |
| 2398 | BIO_printf(bio_s_out, "LOOKUP not successful\n"); |
| 2399 | i = SSL_read(con, (char *)buf, bufsize); |
| 2400 | } |
Dr. Stephen Henson | 9641be2 | 2012-02-10 19:43:14 +0000 | [diff] [blame] | 2401 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2402 | switch (SSL_get_error(con, i)) { |
| 2403 | case SSL_ERROR_NONE: |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 2404 | #ifdef CHARSET_EBCDIC |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2405 | ascii2ebcdic(buf, buf, i); |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 2406 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2407 | raw_write_stdout(buf, (unsigned int)i); |
| 2408 | if (SSL_pending(con)) |
| 2409 | goto again; |
| 2410 | break; |
Matt Caswell | 7e25dd6 | 2015-02-13 23:33:12 +0000 | [diff] [blame] | 2411 | case SSL_ERROR_WANT_ASYNC: |
Matt Caswell | f4da39d | 2015-07-24 08:15:31 +0100 | [diff] [blame] | 2412 | BIO_printf(bio_s_out, "Read BLOCK (Async)\n"); |
| 2413 | wait_for_async(con); |
| 2414 | break; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2415 | case SSL_ERROR_WANT_WRITE: |
| 2416 | case SSL_ERROR_WANT_READ: |
| 2417 | BIO_printf(bio_s_out, "Read BLOCK\n"); |
| 2418 | break; |
| 2419 | case SSL_ERROR_SYSCALL: |
| 2420 | case SSL_ERROR_SSL: |
| 2421 | BIO_printf(bio_s_out, "ERROR\n"); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 2422 | (void)BIO_flush(bio_s_out); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2423 | ERR_print_errors(bio_err); |
| 2424 | ret = 1; |
| 2425 | goto err; |
| 2426 | case SSL_ERROR_ZERO_RETURN: |
| 2427 | BIO_printf(bio_s_out, "DONE\n"); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 2428 | (void)BIO_flush(bio_s_out); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2429 | ret = 1; |
| 2430 | goto err; |
| 2431 | } |
| 2432 | } |
| 2433 | } |
| 2434 | } |
| 2435 | err: |
| 2436 | if (con != NULL) { |
| 2437 | BIO_printf(bio_s_out, "shutting down SSL\n"); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2438 | SSL_set_shutdown(con, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2439 | SSL_free(con); |
| 2440 | } |
| 2441 | BIO_printf(bio_s_out, "CONNECTION CLOSED\n"); |
Rich Salz | 4b45c6e | 2015-04-30 17:57:32 -0400 | [diff] [blame] | 2442 | OPENSSL_clear_free(buf, bufsize); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2443 | if (ret >= 0) |
| 2444 | BIO_printf(bio_s_out, "ACCEPT\n"); |
Rich Salz | c54cc2b | 2015-04-25 09:26:48 -0400 | [diff] [blame] | 2445 | (void)BIO_flush(bio_s_out); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2446 | return (ret); |
| 2447 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2448 | |
Ulf Möller | 6b691a5 | 1999-04-19 21:31:43 +0000 | [diff] [blame] | 2449 | static void close_accept_socket(void) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2450 | { |
| 2451 | BIO_printf(bio_err, "shutdown accept socket\n"); |
| 2452 | if (accept_socket >= 0) { |
| 2453 | SHUTDOWN2(accept_socket); |
| 2454 | } |
| 2455 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2456 | |
Ulf Möller | 6b691a5 | 1999-04-19 21:31:43 +0000 | [diff] [blame] | 2457 | static int init_ssl_connection(SSL *con) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2458 | { |
| 2459 | int i; |
| 2460 | const char *str; |
| 2461 | X509 *peer; |
Ben Laurie | df2ee0e | 2015-09-05 13:32:58 +0100 | [diff] [blame] | 2462 | long verify_err; |
Rich Salz | 68b00c2 | 2015-01-23 11:58:26 -0500 | [diff] [blame] | 2463 | char buf[BUFSIZ]; |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 2464 | #if !defined(OPENSSL_NO_NEXTPROTONEG) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2465 | const unsigned char *next_proto_neg; |
| 2466 | unsigned next_proto_neg_len; |
Ben Laurie | ee2ffc2 | 2010-07-28 10:06:55 +0000 | [diff] [blame] | 2467 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2468 | unsigned char *exportedkeymat; |
Ben Laurie | e0af040 | 2011-11-15 23:50:52 +0000 | [diff] [blame] | 2469 | |
Kurt Roeckx | a5ecdc6 | 2015-12-12 11:12:22 +0100 | [diff] [blame] | 2470 | #ifndef OPENSSL_NO_DTLS |
Matt Caswell | fd4e98e | 2015-04-09 10:01:05 +0100 | [diff] [blame] | 2471 | if(dtlslisten) { |
Richard Levitte | d858c87 | 2016-02-03 00:27:44 +0100 | [diff] [blame] | 2472 | BIO_ADDR *client = NULL; |
| 2473 | |
| 2474 | if ((client = BIO_ADDR_new()) == NULL) { |
| 2475 | BIO_printf(bio_err, "ERROR - memory\n"); |
| 2476 | return 0; |
| 2477 | } |
Matt Caswell | 3edeb62 | 2016-02-05 10:59:42 +0000 | [diff] [blame] | 2478 | i = DTLSv1_listen(con, client); |
Matt Caswell | fd4e98e | 2015-04-09 10:01:05 +0100 | [diff] [blame] | 2479 | if (i > 0) { |
| 2480 | BIO *wbio; |
Emilia Kasper | 3a79618 | 2015-09-23 19:57:42 +0200 | [diff] [blame] | 2481 | int fd = -1; |
Matt Caswell | fd4e98e | 2015-04-09 10:01:05 +0100 | [diff] [blame] | 2482 | |
| 2483 | wbio = SSL_get_wbio(con); |
| 2484 | if(wbio) { |
| 2485 | BIO_get_fd(wbio, &fd); |
| 2486 | } |
| 2487 | |
Richard Levitte | d858c87 | 2016-02-03 00:27:44 +0100 | [diff] [blame] | 2488 | if(!wbio || BIO_connect(fd, client, 0) == 0) { |
Matt Caswell | fd4e98e | 2015-04-09 10:01:05 +0100 | [diff] [blame] | 2489 | BIO_printf(bio_err, "ERROR - unable to connect\n"); |
Richard Levitte | d858c87 | 2016-02-03 00:27:44 +0100 | [diff] [blame] | 2490 | BIO_ADDR_free(client); |
Matt Caswell | fd4e98e | 2015-04-09 10:01:05 +0100 | [diff] [blame] | 2491 | return 0; |
| 2492 | } |
Richard Levitte | d858c87 | 2016-02-03 00:27:44 +0100 | [diff] [blame] | 2493 | BIO_ADDR_free(client); |
Matt Caswell | fd4e98e | 2015-04-09 10:01:05 +0100 | [diff] [blame] | 2494 | dtlslisten = 0; |
| 2495 | i = SSL_accept(con); |
| 2496 | } |
| 2497 | } else |
| 2498 | #endif |
Matt Caswell | 7e25dd6 | 2015-02-13 23:33:12 +0000 | [diff] [blame] | 2499 | |
| 2500 | do { |
Matt Caswell | fd4e98e | 2015-04-09 10:01:05 +0100 | [diff] [blame] | 2501 | i = SSL_accept(con); |
| 2502 | |
Dr. Stephen Henson | 3323314 | 2014-01-26 00:51:09 +0000 | [diff] [blame] | 2503 | #ifdef CERT_CB_TEST_RETRY |
Matt Caswell | 7e25dd6 | 2015-02-13 23:33:12 +0000 | [diff] [blame] | 2504 | { |
| 2505 | while (i <= 0 && SSL_get_error(con, i) == SSL_ERROR_WANT_X509_LOOKUP |
| 2506 | && SSL_get_state(con) == TLS_ST_SR_CLNT_HELLO) { |
| 2507 | BIO_printf(bio_err, |
Rich Salz | 7768e11 | 2015-06-04 14:26:55 -0400 | [diff] [blame] | 2508 | "LOOKUP from certificate callback during accept\n"); |
Matt Caswell | 7e25dd6 | 2015-02-13 23:33:12 +0000 | [diff] [blame] | 2509 | i = SSL_accept(con); |
| 2510 | } |
| 2511 | } |
| 2512 | #endif |
| 2513 | |
| 2514 | #ifndef OPENSSL_NO_SRP |
| 2515 | while (i <= 0 && SSL_get_error(con, i) == SSL_ERROR_WANT_X509_LOOKUP) { |
| 2516 | BIO_printf(bio_s_out, "LOOKUP during accept %s\n", |
| 2517 | srp_callback_parm.login); |
Emilia Kasper | 380f18e | 2016-02-24 12:59:59 +0100 | [diff] [blame] | 2518 | SRP_user_pwd_free(srp_callback_parm.user); |
Matt Caswell | 7e25dd6 | 2015-02-13 23:33:12 +0000 | [diff] [blame] | 2519 | srp_callback_parm.user = |
Emilia Kasper | 380f18e | 2016-02-24 12:59:59 +0100 | [diff] [blame] | 2520 | SRP_VBASE_get1_by_user(srp_callback_parm.vb, |
| 2521 | srp_callback_parm.login); |
Matt Caswell | 7e25dd6 | 2015-02-13 23:33:12 +0000 | [diff] [blame] | 2522 | if (srp_callback_parm.user) |
| 2523 | BIO_printf(bio_s_out, "LOOKUP done %s\n", |
| 2524 | srp_callback_parm.user->info); |
| 2525 | else |
| 2526 | BIO_printf(bio_s_out, "LOOKUP not successful\n"); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2527 | i = SSL_accept(con); |
| 2528 | } |
Dr. Stephen Henson | 3323314 | 2014-01-26 00:51:09 +0000 | [diff] [blame] | 2529 | #endif |
Matt Caswell | 7e25dd6 | 2015-02-13 23:33:12 +0000 | [diff] [blame] | 2530 | } while (i < 0 && SSL_waiting_for_async(con)); |
Scott Deboy | 67c408c | 2013-08-01 11:54:09 -0700 | [diff] [blame] | 2531 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2532 | if (i <= 0) { |
Matt Caswell | fd4e98e | 2015-04-09 10:01:05 +0100 | [diff] [blame] | 2533 | if ((dtlslisten && i == 0) |
| 2534 | || (!dtlslisten && BIO_sock_should_retry(i))) { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2535 | BIO_printf(bio_s_out, "DELAY\n"); |
| 2536 | return (1); |
| 2537 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2538 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2539 | BIO_printf(bio_err, "ERROR\n"); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 2540 | |
Ben Laurie | df2ee0e | 2015-09-05 13:32:58 +0100 | [diff] [blame] | 2541 | verify_err = SSL_get_verify_result(con); |
| 2542 | if (verify_err != X509_V_OK) { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2543 | BIO_printf(bio_err, "verify error:%s\n", |
Ben Laurie | df2ee0e | 2015-09-05 13:32:58 +0100 | [diff] [blame] | 2544 | X509_verify_cert_error_string(verify_err)); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2545 | } |
| 2546 | /* Always print any error messages */ |
| 2547 | ERR_print_errors(bio_err); |
| 2548 | return (0); |
| 2549 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2550 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2551 | if (s_brief) |
Rich Salz | ecf3a1f | 2015-04-29 11:27:08 -0400 | [diff] [blame] | 2552 | print_ssl_summary(con); |
Dr. Stephen Henson | 2a7cbe7 | 2012-09-12 23:14:28 +0000 | [diff] [blame] | 2553 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2554 | PEM_write_bio_SSL_SESSION(bio_s_out, SSL_get_session(con)); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2555 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2556 | peer = SSL_get_peer_certificate(con); |
| 2557 | if (peer != NULL) { |
| 2558 | BIO_printf(bio_s_out, "Client certificate\n"); |
| 2559 | PEM_write_bio_X509(bio_s_out, peer); |
| 2560 | X509_NAME_oneline(X509_get_subject_name(peer), buf, sizeof buf); |
| 2561 | BIO_printf(bio_s_out, "subject=%s\n", buf); |
| 2562 | X509_NAME_oneline(X509_get_issuer_name(peer), buf, sizeof buf); |
| 2563 | BIO_printf(bio_s_out, "issuer=%s\n", buf); |
| 2564 | X509_free(peer); |
| 2565 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2566 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2567 | if (SSL_get_shared_ciphers(con, buf, sizeof buf) != NULL) |
| 2568 | BIO_printf(bio_s_out, "Shared ciphers:%s\n", buf); |
| 2569 | str = SSL_CIPHER_get_name(SSL_get_current_cipher(con)); |
| 2570 | ssl_print_sigalgs(bio_s_out, con); |
Dr. Stephen Henson | 14536c8 | 2013-08-17 17:40:08 +0100 | [diff] [blame] | 2571 | #ifndef OPENSSL_NO_EC |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2572 | ssl_print_point_formats(bio_s_out, con); |
| 2573 | ssl_print_curves(bio_s_out, con, 0); |
Dr. Stephen Henson | 14536c8 | 2013-08-17 17:40:08 +0100 | [diff] [blame] | 2574 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2575 | BIO_printf(bio_s_out, "CIPHER is %s\n", (str != NULL) ? str : "(NONE)"); |
Dr. Stephen Henson | e7f8ff4 | 2012-03-06 14:28:21 +0000 | [diff] [blame] | 2576 | |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 2577 | #if !defined(OPENSSL_NO_NEXTPROTONEG) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2578 | SSL_get0_next_proto_negotiated(con, &next_proto_neg, &next_proto_neg_len); |
| 2579 | if (next_proto_neg) { |
| 2580 | BIO_printf(bio_s_out, "NEXTPROTO is "); |
| 2581 | BIO_write(bio_s_out, next_proto_neg, next_proto_neg_len); |
| 2582 | BIO_printf(bio_s_out, "\n"); |
| 2583 | } |
Ben Laurie | ee2ffc2 | 2010-07-28 10:06:55 +0000 | [diff] [blame] | 2584 | #endif |
Piotr Sikora | e783bae | 2014-12-22 11:15:51 +0000 | [diff] [blame] | 2585 | #ifndef OPENSSL_NO_SRTP |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2586 | { |
| 2587 | SRTP_PROTECTION_PROFILE *srtp_profile |
| 2588 | = SSL_get_selected_srtp_profile(con); |
Ben Laurie | 333f926 | 2011-11-15 22:59:20 +0000 | [diff] [blame] | 2589 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2590 | if (srtp_profile) |
| 2591 | BIO_printf(bio_s_out, "SRTP Extension negotiated, profile=%s\n", |
| 2592 | srtp_profile->name); |
| 2593 | } |
Piotr Sikora | e783bae | 2014-12-22 11:15:51 +0000 | [diff] [blame] | 2594 | #endif |
Dr. Stephen Henson | b577fd0 | 2016-02-08 16:18:26 +0000 | [diff] [blame] | 2595 | if (SSL_session_reused(con)) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2596 | BIO_printf(bio_s_out, "Reused session-id\n"); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2597 | BIO_printf(bio_s_out, "Secure Renegotiation IS%s supported\n", |
| 2598 | SSL_get_secure_renegotiation_support(con) ? "" : " NOT"); |
| 2599 | if (keymatexportlabel != NULL) { |
| 2600 | BIO_printf(bio_s_out, "Keying material exporter:\n"); |
| 2601 | BIO_printf(bio_s_out, " Label: '%s'\n", keymatexportlabel); |
| 2602 | BIO_printf(bio_s_out, " Length: %i bytes\n", keymatexportlen); |
Rich Salz | 68dc682 | 2015-04-30 17:48:31 -0400 | [diff] [blame] | 2603 | exportedkeymat = app_malloc(keymatexportlen, "export key"); |
| 2604 | if (!SSL_export_keying_material(con, exportedkeymat, |
| 2605 | keymatexportlen, |
| 2606 | keymatexportlabel, |
| 2607 | strlen(keymatexportlabel), |
| 2608 | NULL, 0, 0)) { |
| 2609 | BIO_printf(bio_s_out, " Error\n"); |
| 2610 | } else { |
| 2611 | BIO_printf(bio_s_out, " Keying material: "); |
| 2612 | for (i = 0; i < keymatexportlen; i++) |
| 2613 | BIO_printf(bio_s_out, "%02X", exportedkeymat[i]); |
| 2614 | BIO_printf(bio_s_out, "\n"); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2615 | } |
Rich Salz | 68dc682 | 2015-04-30 17:48:31 -0400 | [diff] [blame] | 2616 | OPENSSL_free(exportedkeymat); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2617 | } |
Ben Laurie | e0af040 | 2011-11-15 23:50:52 +0000 | [diff] [blame] | 2618 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2619 | return (1); |
| 2620 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2621 | |
Richard Levitte | cf1b7d9 | 2001-02-19 16:06:34 +0000 | [diff] [blame] | 2622 | #ifndef OPENSSL_NO_DH |
Nils Larsch | eb3eab2 | 2005-04-07 22:48:33 +0000 | [diff] [blame] | 2623 | static DH *load_dh_param(const char *dhfile) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2624 | { |
| 2625 | DH *ret = NULL; |
| 2626 | BIO *bio; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2627 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2628 | if ((bio = BIO_new_file(dhfile, "r")) == NULL) |
| 2629 | goto err; |
| 2630 | ret = PEM_read_bio_DHparams(bio, NULL, NULL, NULL); |
| 2631 | err: |
Rich Salz | ca3a82c | 2015-03-25 11:31:18 -0400 | [diff] [blame] | 2632 | BIO_free(bio); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2633 | return (ret); |
| 2634 | } |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 2635 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2636 | |
Rich Salz | a773b52 | 2016-02-13 22:33:56 -0500 | [diff] [blame] | 2637 | static int www_body(int s, int stype, unsigned char *context) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2638 | { |
| 2639 | char *buf = NULL; |
| 2640 | int ret = 1; |
| 2641 | int i, j, k, dot; |
| 2642 | SSL *con; |
| 2643 | const SSL_CIPHER *c; |
| 2644 | BIO *io, *ssl_bio, *sbio; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 2645 | #ifdef RENEG |
| 2646 | int total_bytes = 0; |
| 2647 | #endif |
Matt Caswell | 075c879 | 2015-09-11 13:11:37 +0100 | [diff] [blame] | 2648 | int width; |
| 2649 | fd_set readfds; |
| 2650 | |
| 2651 | /* Set width for a select call if needed */ |
| 2652 | width = s + 1; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2653 | |
Rich Salz | 68dc682 | 2015-04-30 17:48:31 -0400 | [diff] [blame] | 2654 | buf = app_malloc(bufsize, "server www buffer"); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2655 | io = BIO_new(BIO_f_buffer()); |
| 2656 | ssl_bio = BIO_new(BIO_f_ssl()); |
| 2657 | if ((io == NULL) || (ssl_bio == NULL)) |
| 2658 | goto err; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2659 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2660 | if (s_nbio) { |
Rich Salz | ba81081 | 2016-02-27 13:24:28 -0500 | [diff] [blame^] | 2661 | if (!BIO_socket_nbio(s, 1)) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2662 | ERR_print_errors(bio_err); |
Rich Salz | ba81081 | 2016-02-27 13:24:28 -0500 | [diff] [blame^] | 2663 | else if (!s_quiet) |
| 2664 | BIO_printf(bio_err, "Turned on non blocking io\n"); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2665 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2666 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2667 | /* lets make the output buffer a reasonable size */ |
| 2668 | if (!BIO_set_write_buffer_size(io, bufsize)) |
| 2669 | goto err; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2670 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2671 | if ((con = SSL_new(ctx)) == NULL) |
| 2672 | goto err; |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 2673 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2674 | if (s_tlsextdebug) { |
| 2675 | SSL_set_tlsext_debug_callback(con, tlsext_cb); |
| 2676 | SSL_set_tlsext_debug_arg(con, bio_s_out); |
| 2677 | } |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 2678 | |
Matt Caswell | ac59d70 | 2015-03-06 14:39:46 +0000 | [diff] [blame] | 2679 | if (context && !SSL_set_session_id_context(con, context, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 2680 | strlen((char *)context))) |
Matt Caswell | ac59d70 | 2015-03-06 14:39:46 +0000 | [diff] [blame] | 2681 | goto err; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2682 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2683 | sbio = BIO_new_socket(s, BIO_NOCLOSE); |
| 2684 | if (s_nbio_test) { |
| 2685 | BIO *test; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2686 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2687 | test = BIO_new(BIO_f_nbio_test()); |
| 2688 | sbio = BIO_push(test, sbio); |
| 2689 | } |
| 2690 | SSL_set_bio(con, sbio, sbio); |
| 2691 | SSL_set_accept_state(con); |
Ben Laurie | 71fa451 | 2012-06-03 22:00:21 +0000 | [diff] [blame] | 2692 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2693 | /* SSL_set_fd(con,s); */ |
| 2694 | BIO_set_ssl(ssl_bio, con, BIO_CLOSE); |
| 2695 | BIO_push(io, ssl_bio); |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 2696 | #ifdef CHARSET_EBCDIC |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2697 | io = BIO_push(BIO_new(BIO_f_ebcdic_filter()), io); |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 2698 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2699 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2700 | if (s_debug) { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2701 | BIO_set_callback(SSL_get_rbio(con), bio_dump_callback); |
| 2702 | BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out); |
| 2703 | } |
| 2704 | if (s_msg) { |
Dr. Stephen Henson | 93ab9e4 | 2012-06-15 12:46:09 +0000 | [diff] [blame] | 2705 | #ifndef OPENSSL_NO_SSL_TRACE |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2706 | if (s_msg == 2) |
| 2707 | SSL_set_msg_callback(con, SSL_trace); |
| 2708 | else |
Dr. Stephen Henson | 93ab9e4 | 2012-06-15 12:46:09 +0000 | [diff] [blame] | 2709 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2710 | SSL_set_msg_callback(con, msg_cb); |
| 2711 | SSL_set_msg_callback_arg(con, bio_s_msg ? bio_s_msg : bio_s_out); |
| 2712 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2713 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2714 | for (;;) { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2715 | i = BIO_gets(io, buf, bufsize - 1); |
| 2716 | if (i < 0) { /* error */ |
Matt Caswell | 4cfa620 | 2015-03-27 15:20:24 +0000 | [diff] [blame] | 2717 | if (!BIO_should_retry(io) && !SSL_waiting_for_async(con)) { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2718 | if (!s_quiet) |
| 2719 | ERR_print_errors(bio_err); |
| 2720 | goto err; |
| 2721 | } else { |
| 2722 | BIO_printf(bio_s_out, "read R BLOCK\n"); |
Dr. Stephen Henson | 4e7e623 | 2015-09-12 02:37:48 +0100 | [diff] [blame] | 2723 | #ifndef OPENSSL_NO_SRP |
| 2724 | if (BIO_should_io_special(io) |
| 2725 | && BIO_get_retry_reason(io) == BIO_RR_SSL_X509_LOOKUP) { |
| 2726 | BIO_printf(bio_s_out, "LOOKUP renego during read\n"); |
Emilia Kasper | 380f18e | 2016-02-24 12:59:59 +0100 | [diff] [blame] | 2727 | SRP_user_pwd_free(srp_callback_parm.user); |
Dr. Stephen Henson | 4e7e623 | 2015-09-12 02:37:48 +0100 | [diff] [blame] | 2728 | srp_callback_parm.user = |
Emilia Kasper | 380f18e | 2016-02-24 12:59:59 +0100 | [diff] [blame] | 2729 | SRP_VBASE_get1_by_user(srp_callback_parm.vb, |
| 2730 | srp_callback_parm.login); |
Dr. Stephen Henson | 4e7e623 | 2015-09-12 02:37:48 +0100 | [diff] [blame] | 2731 | if (srp_callback_parm.user) |
| 2732 | BIO_printf(bio_s_out, "LOOKUP done %s\n", |
| 2733 | srp_callback_parm.user->info); |
| 2734 | else |
| 2735 | BIO_printf(bio_s_out, "LOOKUP not successful\n"); |
| 2736 | continue; |
| 2737 | } |
| 2738 | #endif |
Richard Levitte | 4d8743f | 2003-11-28 13:10:58 +0000 | [diff] [blame] | 2739 | #if defined(OPENSSL_SYS_NETWARE) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2740 | delay(1000); |
Rich Salz | f642ebc | 2014-08-09 08:02:20 -0400 | [diff] [blame] | 2741 | #elif !defined(OPENSSL_SYS_MSDOS) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2742 | sleep(1); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2743 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2744 | continue; |
| 2745 | } |
| 2746 | } else if (i == 0) { /* end of input */ |
| 2747 | ret = 1; |
| 2748 | goto end; |
| 2749 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2750 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2751 | /* else we have data */ |
| 2752 | if (((www == 1) && (strncmp("GET ", buf, 4) == 0)) || |
Dmitry-Me | 0b142f0 | 2014-06-01 21:30:52 +0400 | [diff] [blame] | 2753 | ((www == 2) && (strncmp("GET /stats ", buf, 11) == 0))) { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2754 | char *p; |
| 2755 | X509 *peer; |
| 2756 | STACK_OF(SSL_CIPHER) *sk; |
| 2757 | static const char *space = " "; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2758 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2759 | if (www == 1 && strncmp("GET /reneg", buf, 10) == 0) { |
| 2760 | if (strncmp("GET /renegcert", buf, 14) == 0) |
| 2761 | SSL_set_verify(con, |
| 2762 | SSL_VERIFY_PEER | SSL_VERIFY_CLIENT_ONCE, |
| 2763 | NULL); |
| 2764 | i = SSL_renegotiate(con); |
| 2765 | BIO_printf(bio_s_out, "SSL_renegotiate -> %d\n", i); |
Matt Caswell | 075c879 | 2015-09-11 13:11:37 +0100 | [diff] [blame] | 2766 | /* Send the HelloRequest */ |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2767 | i = SSL_do_handshake(con); |
| 2768 | if (i <= 0) { |
| 2769 | BIO_printf(bio_s_out, "SSL_do_handshake() Retval %d\n", |
| 2770 | SSL_get_error(con, i)); |
| 2771 | ERR_print_errors(bio_err); |
| 2772 | goto err; |
| 2773 | } |
Matt Caswell | 075c879 | 2015-09-11 13:11:37 +0100 | [diff] [blame] | 2774 | /* Wait for a ClientHello to come back */ |
| 2775 | FD_ZERO(&readfds); |
| 2776 | openssl_fdset(s, &readfds); |
| 2777 | i = select(width, (void *)&readfds, NULL, NULL, NULL); |
| 2778 | if (i <= 0 || !FD_ISSET(s, &readfds)) { |
| 2779 | BIO_printf(bio_s_out, "Error waiting for client response\n"); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2780 | ERR_print_errors(bio_err); |
| 2781 | goto err; |
| 2782 | } |
Matt Caswell | 075c879 | 2015-09-11 13:11:37 +0100 | [diff] [blame] | 2783 | /* |
| 2784 | * We're not acutally expecting any data here and we ignore |
| 2785 | * any that is sent. This is just to force the handshake that |
| 2786 | * we're expecting to come from the client. If they haven't |
| 2787 | * sent one there's not much we can do. |
| 2788 | */ |
| 2789 | BIO_gets(io, buf, bufsize - 1); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2790 | } |
Dr. Stephen Henson | 08c2397 | 2010-01-28 19:48:36 +0000 | [diff] [blame] | 2791 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2792 | BIO_puts(io, |
| 2793 | "HTTP/1.0 200 ok\r\nContent-type: text/html\r\n\r\n"); |
| 2794 | BIO_puts(io, "<HTML><BODY BGCOLOR=\"#ffffff\">\n"); |
| 2795 | BIO_puts(io, "<pre>\n"); |
Rich Salz | b0700d2 | 2015-10-27 15:11:48 -0400 | [diff] [blame] | 2796 | /* BIO_puts(io,OpenSSL_version(OPENSSL_VERSION));*/ |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2797 | BIO_puts(io, "\n"); |
| 2798 | for (i = 0; i < local_argc; i++) { |
Rich Salz | f92beb9 | 2015-04-25 16:06:19 -0400 | [diff] [blame] | 2799 | const char *myp; |
| 2800 | for (myp = local_argv[i]; *myp; myp++) |
| 2801 | switch (*myp) { |
| 2802 | case '<': |
| 2803 | BIO_puts(io, "<"); |
| 2804 | break; |
| 2805 | case '>': |
| 2806 | BIO_puts(io, ">"); |
| 2807 | break; |
| 2808 | case '&': |
| 2809 | BIO_puts(io, "&"); |
| 2810 | break; |
| 2811 | default: |
| 2812 | BIO_write(io, myp, 1); |
| 2813 | break; |
| 2814 | } |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2815 | BIO_write(io, " ", 1); |
| 2816 | } |
| 2817 | BIO_puts(io, "\n"); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2818 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2819 | BIO_printf(io, |
| 2820 | "Secure Renegotiation IS%s supported\n", |
| 2821 | SSL_get_secure_renegotiation_support(con) ? |
| 2822 | "" : " NOT"); |
Dr. Stephen Henson | 08c2397 | 2010-01-28 19:48:36 +0000 | [diff] [blame] | 2823 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2824 | /* |
| 2825 | * The following is evil and should not really be done |
| 2826 | */ |
| 2827 | BIO_printf(io, "Ciphers supported in s_server binary\n"); |
| 2828 | sk = SSL_get_ciphers(con); |
| 2829 | j = sk_SSL_CIPHER_num(sk); |
| 2830 | for (i = 0; i < j; i++) { |
| 2831 | c = sk_SSL_CIPHER_value(sk, i); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 2832 | BIO_printf(io, "%-11s:%-25s ", |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2833 | SSL_CIPHER_get_version(c), SSL_CIPHER_get_name(c)); |
| 2834 | if ((((i + 1) % 2) == 0) && (i + 1 != j)) |
| 2835 | BIO_puts(io, "\n"); |
| 2836 | } |
| 2837 | BIO_puts(io, "\n"); |
| 2838 | p = SSL_get_shared_ciphers(con, buf, bufsize); |
| 2839 | if (p != NULL) { |
| 2840 | BIO_printf(io, |
| 2841 | "---\nCiphers common between both SSL end points:\n"); |
| 2842 | j = i = 0; |
| 2843 | while (*p) { |
| 2844 | if (*p == ':') { |
| 2845 | BIO_write(io, space, 26 - j); |
| 2846 | i++; |
| 2847 | j = 0; |
| 2848 | BIO_write(io, ((i % 3) ? " " : "\n"), 1); |
| 2849 | } else { |
| 2850 | BIO_write(io, p, 1); |
| 2851 | j++; |
| 2852 | } |
| 2853 | p++; |
| 2854 | } |
| 2855 | BIO_puts(io, "\n"); |
| 2856 | } |
| 2857 | ssl_print_sigalgs(io, con); |
Dr. Stephen Henson | 14536c8 | 2013-08-17 17:40:08 +0100 | [diff] [blame] | 2858 | #ifndef OPENSSL_NO_EC |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2859 | ssl_print_curves(io, con, 0); |
Dr. Stephen Henson | 14536c8 | 2013-08-17 17:40:08 +0100 | [diff] [blame] | 2860 | #endif |
Dr. Stephen Henson | b577fd0 | 2016-02-08 16:18:26 +0000 | [diff] [blame] | 2861 | BIO_printf(io, (SSL_session_reused(con) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2862 | ? "---\nReused, " : "---\nNew, ")); |
| 2863 | c = SSL_get_current_cipher(con); |
| 2864 | BIO_printf(io, "%s, Cipher is %s\n", |
| 2865 | SSL_CIPHER_get_version(c), SSL_CIPHER_get_name(c)); |
| 2866 | SSL_SESSION_print(io, SSL_get_session(con)); |
| 2867 | BIO_printf(io, "---\n"); |
| 2868 | print_stats(io, SSL_get_SSL_CTX(con)); |
| 2869 | BIO_printf(io, "---\n"); |
| 2870 | peer = SSL_get_peer_certificate(con); |
| 2871 | if (peer != NULL) { |
| 2872 | BIO_printf(io, "Client certificate\n"); |
| 2873 | X509_print(io, peer); |
| 2874 | PEM_write_bio_X509(io, peer); |
| 2875 | } else |
| 2876 | BIO_puts(io, "no client certificate available\n"); |
| 2877 | BIO_puts(io, "</BODY></HTML>\r\n\r\n"); |
| 2878 | break; |
| 2879 | } else if ((www == 2 || www == 3) |
| 2880 | && (strncmp("GET /", buf, 5) == 0)) { |
| 2881 | BIO *file; |
| 2882 | char *p, *e; |
| 2883 | static const char *text = |
| 2884 | "HTTP/1.0 200 ok\r\nContent-type: text/plain\r\n\r\n"; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2885 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2886 | /* skip the '/' */ |
| 2887 | p = &(buf[5]); |
Bodo Möller | 5d3ab9b | 2001-03-30 10:47:21 +0000 | [diff] [blame] | 2888 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2889 | dot = 1; |
| 2890 | for (e = p; *e != '\0'; e++) { |
| 2891 | if (e[0] == ' ') |
| 2892 | break; |
Bodo Möller | 5d3ab9b | 2001-03-30 10:47:21 +0000 | [diff] [blame] | 2893 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2894 | switch (dot) { |
| 2895 | case 1: |
| 2896 | dot = (e[0] == '.') ? 2 : 0; |
| 2897 | break; |
| 2898 | case 2: |
| 2899 | dot = (e[0] == '.') ? 3 : 0; |
| 2900 | break; |
| 2901 | case 3: |
| 2902 | dot = (e[0] == '/') ? -1 : 0; |
| 2903 | break; |
| 2904 | } |
| 2905 | if (dot == 0) |
| 2906 | dot = (e[0] == '/') ? 1 : 0; |
| 2907 | } |
| 2908 | dot = (dot == 3) || (dot == -1); /* filename contains ".." |
| 2909 | * component */ |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2910 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2911 | if (*e == '\0') { |
| 2912 | BIO_puts(io, text); |
| 2913 | BIO_printf(io, "'%s' is an invalid file name\r\n", p); |
| 2914 | break; |
| 2915 | } |
| 2916 | *e = '\0'; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2917 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2918 | if (dot) { |
| 2919 | BIO_puts(io, text); |
| 2920 | BIO_printf(io, "'%s' contains '..' reference\r\n", p); |
| 2921 | break; |
| 2922 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2923 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2924 | if (*p == '/') { |
| 2925 | BIO_puts(io, text); |
| 2926 | BIO_printf(io, "'%s' is an invalid path\r\n", p); |
| 2927 | break; |
| 2928 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2929 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2930 | /* if a directory, do the index thang */ |
| 2931 | if (app_isdir(p) > 0) { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2932 | BIO_puts(io, text); |
| 2933 | BIO_printf(io, "'%s' is a directory\r\n", p); |
| 2934 | break; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2935 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2936 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2937 | if ((file = BIO_new_file(p, "r")) == NULL) { |
| 2938 | BIO_puts(io, text); |
| 2939 | BIO_printf(io, "Error opening '%s'\r\n", p); |
| 2940 | ERR_print_errors(io); |
| 2941 | break; |
| 2942 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2943 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2944 | if (!s_quiet) |
| 2945 | BIO_printf(bio_err, "FILE:%s\n", p); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2946 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2947 | if (www == 2) { |
| 2948 | i = strlen(p); |
| 2949 | if (((i > 5) && (strcmp(&(p[i - 5]), ".html") == 0)) || |
| 2950 | ((i > 4) && (strcmp(&(p[i - 4]), ".php") == 0)) || |
| 2951 | ((i > 4) && (strcmp(&(p[i - 4]), ".htm") == 0))) |
| 2952 | BIO_puts(io, |
| 2953 | "HTTP/1.0 200 ok\r\nContent-type: text/html\r\n\r\n"); |
| 2954 | else |
| 2955 | BIO_puts(io, |
| 2956 | "HTTP/1.0 200 ok\r\nContent-type: text/plain\r\n\r\n"); |
| 2957 | } |
| 2958 | /* send the file */ |
| 2959 | for (;;) { |
| 2960 | i = BIO_read(file, buf, bufsize); |
| 2961 | if (i <= 0) |
| 2962 | break; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2963 | |
Ralf S. Engelschall | dfeab06 | 1998-12-21 11:00:56 +0000 | [diff] [blame] | 2964 | #ifdef RENEG |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2965 | total_bytes += i; |
Rich Salz | 7768e11 | 2015-06-04 14:26:55 -0400 | [diff] [blame] | 2966 | BIO_printf(bio_err, "%d\n", i); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2967 | if (total_bytes > 3 * 1024) { |
| 2968 | total_bytes = 0; |
Rich Salz | 7768e11 | 2015-06-04 14:26:55 -0400 | [diff] [blame] | 2969 | BIO_printf(bio_err, "RENEGOTIATE\n"); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2970 | SSL_renegotiate(con); |
| 2971 | } |
Ralf S. Engelschall | dfeab06 | 1998-12-21 11:00:56 +0000 | [diff] [blame] | 2972 | #endif |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 2973 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2974 | for (j = 0; j < i;) { |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 2975 | #ifdef RENEG |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2976 | { |
| 2977 | static count = 0; |
| 2978 | if (++count == 13) { |
| 2979 | SSL_renegotiate(con); |
| 2980 | } |
| 2981 | } |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 2982 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2983 | k = BIO_write(io, &(buf[j]), i - j); |
| 2984 | if (k <= 0) { |
Matt Caswell | 4cfa620 | 2015-03-27 15:20:24 +0000 | [diff] [blame] | 2985 | if (!BIO_should_retry(io) && !SSL_waiting_for_async(con)) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2986 | goto write_error; |
| 2987 | else { |
| 2988 | BIO_printf(bio_s_out, "rwrite W BLOCK\n"); |
| 2989 | } |
| 2990 | } else { |
| 2991 | j += k; |
| 2992 | } |
| 2993 | } |
| 2994 | } |
| 2995 | write_error: |
| 2996 | BIO_free(file); |
| 2997 | break; |
| 2998 | } |
| 2999 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 3000 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3001 | for (;;) { |
| 3002 | i = (int)BIO_flush(io); |
| 3003 | if (i <= 0) { |
| 3004 | if (!BIO_should_retry(io)) |
| 3005 | break; |
| 3006 | } else |
| 3007 | break; |
| 3008 | } |
| 3009 | end: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3010 | /* make sure we re-use sessions */ |
| 3011 | SSL_set_shutdown(con, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 3012 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3013 | err: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3014 | if (ret >= 0) |
| 3015 | BIO_printf(bio_s_out, "ACCEPT\n"); |
Rich Salz | b548a1f | 2015-05-01 10:02:07 -0400 | [diff] [blame] | 3016 | OPENSSL_free(buf); |
Rich Salz | ca3a82c | 2015-03-25 11:31:18 -0400 | [diff] [blame] | 3017 | BIO_free_all(io); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3018 | return (ret); |
| 3019 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 3020 | |
Rich Salz | a773b52 | 2016-02-13 22:33:56 -0500 | [diff] [blame] | 3021 | static int rev_body(int s, int stype, unsigned char *context) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3022 | { |
| 3023 | char *buf = NULL; |
| 3024 | int i; |
| 3025 | int ret = 1; |
| 3026 | SSL *con; |
| 3027 | BIO *io, *ssl_bio, *sbio; |
Dr. Stephen Henson | 4f3df8b | 2012-09-14 13:27:05 +0000 | [diff] [blame] | 3028 | |
Rich Salz | 68dc682 | 2015-04-30 17:48:31 -0400 | [diff] [blame] | 3029 | buf = app_malloc(bufsize, "server rev buffer"); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3030 | io = BIO_new(BIO_f_buffer()); |
| 3031 | ssl_bio = BIO_new(BIO_f_ssl()); |
| 3032 | if ((io == NULL) || (ssl_bio == NULL)) |
| 3033 | goto err; |
Dr. Stephen Henson | 4f3df8b | 2012-09-14 13:27:05 +0000 | [diff] [blame] | 3034 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3035 | /* lets make the output buffer a reasonable size */ |
| 3036 | if (!BIO_set_write_buffer_size(io, bufsize)) |
| 3037 | goto err; |
Dr. Stephen Henson | 4f3df8b | 2012-09-14 13:27:05 +0000 | [diff] [blame] | 3038 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3039 | if ((con = SSL_new(ctx)) == NULL) |
| 3040 | goto err; |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 3041 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3042 | if (s_tlsextdebug) { |
| 3043 | SSL_set_tlsext_debug_callback(con, tlsext_cb); |
| 3044 | SSL_set_tlsext_debug_arg(con, bio_s_out); |
| 3045 | } |
Matt Caswell | ac59d70 | 2015-03-06 14:39:46 +0000 | [diff] [blame] | 3046 | if (context && !SSL_set_session_id_context(con, context, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 3047 | strlen((char *)context))) { |
Matt Caswell | ac59d70 | 2015-03-06 14:39:46 +0000 | [diff] [blame] | 3048 | ERR_print_errors(bio_err); |
| 3049 | goto err; |
| 3050 | } |
Dr. Stephen Henson | 4f3df8b | 2012-09-14 13:27:05 +0000 | [diff] [blame] | 3051 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3052 | sbio = BIO_new_socket(s, BIO_NOCLOSE); |
| 3053 | SSL_set_bio(con, sbio, sbio); |
| 3054 | SSL_set_accept_state(con); |
Dr. Stephen Henson | 4f3df8b | 2012-09-14 13:27:05 +0000 | [diff] [blame] | 3055 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3056 | BIO_set_ssl(ssl_bio, con, BIO_CLOSE); |
| 3057 | BIO_push(io, ssl_bio); |
Dr. Stephen Henson | 4f3df8b | 2012-09-14 13:27:05 +0000 | [diff] [blame] | 3058 | #ifdef CHARSET_EBCDIC |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3059 | io = BIO_push(BIO_new(BIO_f_ebcdic_filter()), io); |
Dr. Stephen Henson | 4f3df8b | 2012-09-14 13:27:05 +0000 | [diff] [blame] | 3060 | #endif |
| 3061 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3062 | if (s_debug) { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3063 | BIO_set_callback(SSL_get_rbio(con), bio_dump_callback); |
| 3064 | BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out); |
| 3065 | } |
| 3066 | if (s_msg) { |
Dr. Stephen Henson | 4f3df8b | 2012-09-14 13:27:05 +0000 | [diff] [blame] | 3067 | #ifndef OPENSSL_NO_SSL_TRACE |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3068 | if (s_msg == 2) |
| 3069 | SSL_set_msg_callback(con, SSL_trace); |
| 3070 | else |
Dr. Stephen Henson | 4f3df8b | 2012-09-14 13:27:05 +0000 | [diff] [blame] | 3071 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3072 | SSL_set_msg_callback(con, msg_cb); |
| 3073 | SSL_set_msg_callback_arg(con, bio_s_msg ? bio_s_msg : bio_s_out); |
| 3074 | } |
Dr. Stephen Henson | 4f3df8b | 2012-09-14 13:27:05 +0000 | [diff] [blame] | 3075 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3076 | for (;;) { |
| 3077 | i = BIO_do_handshake(io); |
| 3078 | if (i > 0) |
| 3079 | break; |
| 3080 | if (!BIO_should_retry(io)) { |
| 3081 | BIO_puts(bio_err, "CONNECTION FAILURE\n"); |
| 3082 | ERR_print_errors(bio_err); |
| 3083 | goto end; |
| 3084 | } |
Dr. Stephen Henson | 4e7e623 | 2015-09-12 02:37:48 +0100 | [diff] [blame] | 3085 | #ifndef OPENSSL_NO_SRP |
| 3086 | if (BIO_should_io_special(io) |
| 3087 | && BIO_get_retry_reason(io) == BIO_RR_SSL_X509_LOOKUP) { |
| 3088 | BIO_printf(bio_s_out, "LOOKUP renego during accept\n"); |
Emilia Kasper | 380f18e | 2016-02-24 12:59:59 +0100 | [diff] [blame] | 3089 | SRP_user_pwd_free(srp_callback_parm.user); |
Dr. Stephen Henson | 4e7e623 | 2015-09-12 02:37:48 +0100 | [diff] [blame] | 3090 | srp_callback_parm.user = |
Emilia Kasper | 380f18e | 2016-02-24 12:59:59 +0100 | [diff] [blame] | 3091 | SRP_VBASE_get1_by_user(srp_callback_parm.vb, |
| 3092 | srp_callback_parm.login); |
Dr. Stephen Henson | 4e7e623 | 2015-09-12 02:37:48 +0100 | [diff] [blame] | 3093 | if (srp_callback_parm.user) |
| 3094 | BIO_printf(bio_s_out, "LOOKUP done %s\n", |
| 3095 | srp_callback_parm.user->info); |
| 3096 | else |
| 3097 | BIO_printf(bio_s_out, "LOOKUP not successful\n"); |
| 3098 | continue; |
| 3099 | } |
| 3100 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3101 | } |
| 3102 | BIO_printf(bio_err, "CONNECTION ESTABLISHED\n"); |
Rich Salz | ecf3a1f | 2015-04-29 11:27:08 -0400 | [diff] [blame] | 3103 | print_ssl_summary(con); |
Dr. Stephen Henson | 4f3df8b | 2012-09-14 13:27:05 +0000 | [diff] [blame] | 3104 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3105 | for (;;) { |
| 3106 | i = BIO_gets(io, buf, bufsize - 1); |
| 3107 | if (i < 0) { /* error */ |
| 3108 | if (!BIO_should_retry(io)) { |
| 3109 | if (!s_quiet) |
| 3110 | ERR_print_errors(bio_err); |
| 3111 | goto err; |
| 3112 | } else { |
| 3113 | BIO_printf(bio_s_out, "read R BLOCK\n"); |
Dr. Stephen Henson | 4e7e623 | 2015-09-12 02:37:48 +0100 | [diff] [blame] | 3114 | #ifndef OPENSSL_NO_SRP |
| 3115 | if (BIO_should_io_special(io) |
| 3116 | && BIO_get_retry_reason(io) == BIO_RR_SSL_X509_LOOKUP) { |
| 3117 | BIO_printf(bio_s_out, "LOOKUP renego during read\n"); |
Emilia Kasper | 380f18e | 2016-02-24 12:59:59 +0100 | [diff] [blame] | 3118 | SRP_user_pwd_free(srp_callback_parm.user); |
Dr. Stephen Henson | 4e7e623 | 2015-09-12 02:37:48 +0100 | [diff] [blame] | 3119 | srp_callback_parm.user = |
Emilia Kasper | 380f18e | 2016-02-24 12:59:59 +0100 | [diff] [blame] | 3120 | SRP_VBASE_get1_by_user(srp_callback_parm.vb, |
| 3121 | srp_callback_parm.login); |
Dr. Stephen Henson | 4e7e623 | 2015-09-12 02:37:48 +0100 | [diff] [blame] | 3122 | if (srp_callback_parm.user) |
| 3123 | BIO_printf(bio_s_out, "LOOKUP done %s\n", |
| 3124 | srp_callback_parm.user->info); |
| 3125 | else |
| 3126 | BIO_printf(bio_s_out, "LOOKUP not successful\n"); |
| 3127 | continue; |
| 3128 | } |
| 3129 | #endif |
Dr. Stephen Henson | 4f3df8b | 2012-09-14 13:27:05 +0000 | [diff] [blame] | 3130 | #if defined(OPENSSL_SYS_NETWARE) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3131 | delay(1000); |
Rich Salz | a900815 | 2014-08-08 16:46:14 -0400 | [diff] [blame] | 3132 | #elif !defined(OPENSSL_SYS_MSDOS) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3133 | sleep(1); |
Dr. Stephen Henson | 4f3df8b | 2012-09-14 13:27:05 +0000 | [diff] [blame] | 3134 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3135 | continue; |
| 3136 | } |
| 3137 | } else if (i == 0) { /* end of input */ |
| 3138 | ret = 1; |
| 3139 | BIO_printf(bio_err, "CONNECTION CLOSED\n"); |
| 3140 | goto end; |
| 3141 | } else { |
| 3142 | char *p = buf + i - 1; |
| 3143 | while (i && (*p == '\n' || *p == '\r')) { |
| 3144 | p--; |
| 3145 | i--; |
| 3146 | } |
Rich Salz | 86885c2 | 2015-05-06 14:56:14 -0400 | [diff] [blame] | 3147 | if (!s_ign_eof && (i == 5) && (strncmp(buf, "CLOSE", 5) == 0)) { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3148 | ret = 1; |
| 3149 | BIO_printf(bio_err, "CONNECTION CLOSED\n"); |
| 3150 | goto end; |
| 3151 | } |
| 3152 | BUF_reverse((unsigned char *)buf, NULL, i); |
| 3153 | buf[i] = '\n'; |
| 3154 | BIO_write(io, buf, i + 1); |
| 3155 | for (;;) { |
| 3156 | i = BIO_flush(io); |
| 3157 | if (i > 0) |
| 3158 | break; |
| 3159 | if (!BIO_should_retry(io)) |
| 3160 | goto end; |
| 3161 | } |
| 3162 | } |
| 3163 | } |
| 3164 | end: |
| 3165 | /* make sure we re-use sessions */ |
| 3166 | SSL_set_shutdown(con, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); |
Dr. Stephen Henson | 4f3df8b | 2012-09-14 13:27:05 +0000 | [diff] [blame] | 3167 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3168 | err: |
Dr. Stephen Henson | 4f3df8b | 2012-09-14 13:27:05 +0000 | [diff] [blame] | 3169 | |
Rich Salz | b548a1f | 2015-05-01 10:02:07 -0400 | [diff] [blame] | 3170 | OPENSSL_free(buf); |
Rich Salz | ca3a82c | 2015-03-25 11:31:18 -0400 | [diff] [blame] | 3171 | BIO_free_all(io); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3172 | return (ret); |
| 3173 | } |
Dr. Stephen Henson | 4f3df8b | 2012-09-14 13:27:05 +0000 | [diff] [blame] | 3174 | |
Geoff Thorpe | 1aa0d94 | 2001-02-21 18:38:48 +0000 | [diff] [blame] | 3175 | #define MAX_SESSION_ID_ATTEMPTS 10 |
| 3176 | static int generate_session_id(const SSL *ssl, unsigned char *id, |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3177 | unsigned int *id_len) |
| 3178 | { |
| 3179 | unsigned int count = 0; |
| 3180 | do { |
Matt Caswell | 266483d | 2015-02-26 11:57:37 +0000 | [diff] [blame] | 3181 | if (RAND_bytes(id, *id_len) <= 0) |
| 3182 | return 0; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3183 | /* |
| 3184 | * Prefix the session_id with the required prefix. NB: If our prefix |
| 3185 | * is too long, clip it - but there will be worse effects anyway, eg. |
| 3186 | * the server could only possibly create 1 session ID (ie. the |
| 3187 | * prefix!) so all future session negotiations will fail due to |
| 3188 | * conflicts. |
| 3189 | */ |
| 3190 | memcpy(id, session_id_prefix, |
| 3191 | (strlen(session_id_prefix) < *id_len) ? |
| 3192 | strlen(session_id_prefix) : *id_len); |
| 3193 | } |
| 3194 | while (SSL_has_matching_session_id(ssl, id, *id_len) && |
| 3195 | (++count < MAX_SESSION_ID_ATTEMPTS)); |
| 3196 | if (count >= MAX_SESSION_ID_ATTEMPTS) |
| 3197 | return 0; |
| 3198 | return 1; |
| 3199 | } |
Dr. Stephen Henson | 35b0ea4 | 2009-12-27 23:24:45 +0000 | [diff] [blame] | 3200 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3201 | /* |
| 3202 | * By default s_server uses an in-memory cache which caches SSL_SESSION |
Dr. Stephen Henson | 35b0ea4 | 2009-12-27 23:24:45 +0000 | [diff] [blame] | 3203 | * structures without any serialisation. This hides some bugs which only |
| 3204 | * become apparent in deployed servers. By implementing a basic external |
| 3205 | * session cache some issues can be debugged using s_server. |
| 3206 | */ |
| 3207 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3208 | typedef struct simple_ssl_session_st { |
| 3209 | unsigned char *id; |
| 3210 | unsigned int idlen; |
| 3211 | unsigned char *der; |
| 3212 | int derlen; |
| 3213 | struct simple_ssl_session_st *next; |
| 3214 | } simple_ssl_session; |
Dr. Stephen Henson | 35b0ea4 | 2009-12-27 23:24:45 +0000 | [diff] [blame] | 3215 | |
| 3216 | static simple_ssl_session *first = NULL; |
| 3217 | |
| 3218 | static int add_session(SSL *ssl, SSL_SESSION *session) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3219 | { |
Rich Salz | b4faea5 | 2015-05-01 23:10:31 -0400 | [diff] [blame] | 3220 | simple_ssl_session *sess = app_malloc(sizeof(*sess), "get session"); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3221 | unsigned char *p; |
Dr. Stephen Henson | 35b0ea4 | 2009-12-27 23:24:45 +0000 | [diff] [blame] | 3222 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3223 | SSL_SESSION_get_id(session, &sess->idlen); |
| 3224 | sess->derlen = i2d_SSL_SESSION(session, NULL); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 3225 | if (sess->derlen < 0) { |
| 3226 | BIO_printf(bio_err, "Error encoding session\n"); |
Rich Salz | a194ee7 | 2015-04-25 22:55:36 -0400 | [diff] [blame] | 3227 | OPENSSL_free(sess); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 3228 | return 0; |
| 3229 | } |
Dr. Stephen Henson | 35b0ea4 | 2009-12-27 23:24:45 +0000 | [diff] [blame] | 3230 | |
Rich Salz | 7644a9a | 2015-12-16 16:12:24 -0500 | [diff] [blame] | 3231 | sess->id = OPENSSL_memdup(SSL_SESSION_get_id(session, NULL), sess->idlen); |
Rich Salz | 68dc682 | 2015-04-30 17:48:31 -0400 | [diff] [blame] | 3232 | sess->der = app_malloc(sess->derlen, "get session buffer"); |
| 3233 | if (!sess->id) { |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 3234 | BIO_printf(bio_err, "Out of memory adding to external cache\n"); |
Rich Salz | a194ee7 | 2015-04-25 22:55:36 -0400 | [diff] [blame] | 3235 | OPENSSL_free(sess->id); |
| 3236 | OPENSSL_free(sess->der); |
Matt Caswell | 918bb86 | 2015-03-04 17:49:51 +0000 | [diff] [blame] | 3237 | OPENSSL_free(sess); |
| 3238 | return 0; |
| 3239 | } |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3240 | p = sess->der; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 3241 | |
| 3242 | /* Assume it still works. */ |
| 3243 | if (i2d_SSL_SESSION(session, &p) != sess->derlen) { |
Rich Salz | ce6766d | 2015-04-26 16:43:18 -0400 | [diff] [blame] | 3244 | BIO_printf(bio_err, "Unexpected session encoding length\n"); |
Rich Salz | a194ee7 | 2015-04-25 22:55:36 -0400 | [diff] [blame] | 3245 | OPENSSL_free(sess->id); |
| 3246 | OPENSSL_free(sess->der); |
| 3247 | OPENSSL_free(sess); |
Matt Caswell | ac59d70 | 2015-03-06 14:39:46 +0000 | [diff] [blame] | 3248 | return 0; |
| 3249 | } |
Dr. Stephen Henson | 35b0ea4 | 2009-12-27 23:24:45 +0000 | [diff] [blame] | 3250 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3251 | sess->next = first; |
| 3252 | first = sess; |
| 3253 | BIO_printf(bio_err, "New session added to external cache\n"); |
| 3254 | return 0; |
| 3255 | } |
Dr. Stephen Henson | 35b0ea4 | 2009-12-27 23:24:45 +0000 | [diff] [blame] | 3256 | |
Emilia Kasper | b698174 | 2016-02-01 15:26:18 +0100 | [diff] [blame] | 3257 | static SSL_SESSION *get_session(SSL *ssl, const unsigned char *id, int idlen, |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3258 | int *do_copy) |
| 3259 | { |
| 3260 | simple_ssl_session *sess; |
| 3261 | *do_copy = 0; |
| 3262 | for (sess = first; sess; sess = sess->next) { |
| 3263 | if (idlen == (int)sess->idlen && !memcmp(sess->id, id, idlen)) { |
| 3264 | const unsigned char *p = sess->der; |
| 3265 | BIO_printf(bio_err, "Lookup session: cache hit\n"); |
| 3266 | return d2i_SSL_SESSION(NULL, &p, sess->derlen); |
| 3267 | } |
| 3268 | } |
| 3269 | BIO_printf(bio_err, "Lookup session: cache miss\n"); |
| 3270 | return NULL; |
| 3271 | } |
Dr. Stephen Henson | 35b0ea4 | 2009-12-27 23:24:45 +0000 | [diff] [blame] | 3272 | |
| 3273 | static void del_session(SSL_CTX *sctx, SSL_SESSION *session) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3274 | { |
| 3275 | simple_ssl_session *sess, *prev = NULL; |
| 3276 | const unsigned char *id; |
| 3277 | unsigned int idlen; |
| 3278 | id = SSL_SESSION_get_id(session, &idlen); |
| 3279 | for (sess = first; sess; sess = sess->next) { |
| 3280 | if (idlen == sess->idlen && !memcmp(sess->id, id, idlen)) { |
| 3281 | if (prev) |
| 3282 | prev->next = sess->next; |
| 3283 | else |
| 3284 | first = sess->next; |
| 3285 | OPENSSL_free(sess->id); |
| 3286 | OPENSSL_free(sess->der); |
| 3287 | OPENSSL_free(sess); |
| 3288 | return; |
| 3289 | } |
| 3290 | prev = sess; |
| 3291 | } |
| 3292 | } |
Dr. Stephen Henson | 35b0ea4 | 2009-12-27 23:24:45 +0000 | [diff] [blame] | 3293 | |
| 3294 | static void init_session_cache_ctx(SSL_CTX *sctx) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3295 | { |
| 3296 | SSL_CTX_set_session_cache_mode(sctx, |
| 3297 | SSL_SESS_CACHE_NO_INTERNAL | |
| 3298 | SSL_SESS_CACHE_SERVER); |
| 3299 | SSL_CTX_sess_set_new_cb(sctx, add_session); |
| 3300 | SSL_CTX_sess_set_get_cb(sctx, get_session); |
| 3301 | SSL_CTX_sess_set_remove_cb(sctx, del_session); |
| 3302 | } |
Dr. Stephen Henson | 35b0ea4 | 2009-12-27 23:24:45 +0000 | [diff] [blame] | 3303 | |
| 3304 | static void free_sessions(void) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 3305 | { |
| 3306 | simple_ssl_session *sess, *tsess; |
| 3307 | for (sess = first; sess;) { |
| 3308 | OPENSSL_free(sess->id); |
| 3309 | OPENSSL_free(sess->der); |
| 3310 | tsess = sess; |
| 3311 | sess = sess->next; |
| 3312 | OPENSSL_free(tsess); |
| 3313 | } |
| 3314 | first = NULL; |
| 3315 | } |