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