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