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