blob: 1a54f082f48e8cdc148c8f58f1359ec8d70b88cd [file] [log] [blame]
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00001/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002 * All rights reserved.
3 *
4 * This package is an SSL implementation written
5 * by Eric Young (eay@cryptsoft.com).
6 * The implementation was written so as to conform with Netscapes SSL.
Matt Caswell0f113f32015-01-22 03:40:55 +00007 *
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00008 * This library is free for commercial and non-commercial use as long as
9 * the following conditions are aheared to. The following conditions
10 * apply to all code found in this distribution, be it the RC4, RSA,
11 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
12 * included with this distribution is covered by the same copyright terms
13 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
Matt Caswell0f113f32015-01-22 03:40:55 +000014 *
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +000015 * Copyright remains Eric Young's, and as such any Copyright notices in
16 * the code are not to be removed.
17 * If this package is used in a product, Eric Young should be given attribution
18 * as the author of the parts of the library used.
19 * This can be in the form of a textual message at program startup or
20 * in documentation (online or textual) provided with the package.
Matt Caswell0f113f32015-01-22 03:40:55 +000021 *
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +000022 * Redistribution and use in source and binary forms, with or without
23 * modification, are permitted provided that the following conditions
24 * are met:
25 * 1. Redistributions of source code must retain the copyright
26 * notice, this list of conditions and the following disclaimer.
27 * 2. Redistributions in binary form must reproduce the above copyright
28 * notice, this list of conditions and the following disclaimer in the
29 * documentation and/or other materials provided with the distribution.
30 * 3. All advertising materials mentioning features or use of this software
31 * must display the following acknowledgement:
32 * "This product includes cryptographic software written by
33 * Eric Young (eay@cryptsoft.com)"
34 * The word 'cryptographic' can be left out if the rouines from the library
35 * being used are not cryptographic related :-).
Matt Caswell0f113f32015-01-22 03:40:55 +000036 * 4. If you include any Windows specific code (or a derivative thereof) from
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +000037 * the apps directory (application code) you must include an acknowledgement:
38 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
Matt Caswell0f113f32015-01-22 03:40:55 +000039 *
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +000040 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
41 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
42 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
43 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
44 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
45 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
46 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
48 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
49 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
50 * SUCH DAMAGE.
Matt Caswell0f113f32015-01-22 03:40:55 +000051 *
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +000052 * The licence and distribution terms for any publically available version or
53 * derivative of this code cannot be changed. i.e. this code cannot simply be
54 * copied and put under another distribution licence
55 * [including the GNU Public Licence.]
56 */
Bodo Möllera661b652001-10-20 17:56:36 +000057/* ====================================================================
Bodo Möllerb1277b92006-01-02 23:29:12 +000058 * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved.
Bodo Möllera661b652001-10-20 17:56:36 +000059 *
60 * Redistribution and use in source and binary forms, with or without
61 * modification, are permitted provided that the following conditions
62 * are met:
63 *
64 * 1. Redistributions of source code must retain the above copyright
Matt Caswell0f113f32015-01-22 03:40:55 +000065 * notice, this list of conditions and the following disclaimer.
Bodo Möllera661b652001-10-20 17:56:36 +000066 *
67 * 2. Redistributions in binary form must reproduce the above copyright
68 * notice, this list of conditions and the following disclaimer in
69 * the documentation and/or other materials provided with the
70 * distribution.
71 *
72 * 3. All advertising materials mentioning features or use of this
73 * software must display the following acknowledgment:
74 * "This product includes software developed by the OpenSSL Project
75 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
76 *
77 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
78 * endorse or promote products derived from this software without
79 * prior written permission. For written permission, please contact
80 * openssl-core@openssl.org.
81 *
82 * 5. Products derived from this software may not be called "OpenSSL"
83 * nor may "OpenSSL" appear in their names without prior written
84 * permission of the OpenSSL Project.
85 *
86 * 6. Redistributions of any form whatsoever must retain the following
87 * acknowledgment:
88 * "This product includes software developed by the OpenSSL Project
89 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
90 *
91 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
92 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
93 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
94 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
95 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
96 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
97 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
98 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
99 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
100 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
101 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
102 * OF THE POSSIBILITY OF SUCH DAMAGE.
103 * ====================================================================
104 *
105 * This product includes cryptographic software written by Eric Young
106 * (eay@cryptsoft.com). This product includes software written by Tim
107 * Hudson (tjh@cryptsoft.com).
108 *
109 */
Bodo Möllerea262262002-08-09 08:56:08 +0000110/* ====================================================================
111 * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
Matt Caswell0f113f32015-01-22 03:40:55 +0000112 * ECC cipher suite support in OpenSSL originally developed by
Bodo Möllerea262262002-08-09 08:56:08 +0000113 * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
114 */
Nils Larschddac1972006-03-10 23:06:27 +0000115/* ====================================================================
116 * Copyright 2005 Nokia. All rights reserved.
117 *
118 * The portions of the attached software ("Contribution") is developed by
119 * Nokia Corporation and is licensed pursuant to the OpenSSL open source
120 * license.
121 *
122 * The Contribution, originally written by Mika Kousa and Pasi Eronen of
123 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
124 * support (see RFC 4279) to OpenSSL.
125 *
126 * No patent licenses or other rights except those expressly stated in
127 * the OpenSSL open source license shall be deemed granted or received
128 * expressly, by implication, estoppel, or otherwise.
129 *
130 * No assurances are provided by Nokia that the Contribution does not
131 * infringe the patent or other intellectual property rights of any third
132 * party or that the license provides you with all the necessary rights
133 * to make use of the Contribution.
134 *
135 * THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN
136 * ADDITION TO THE DISCLAIMERS INCLUDED IN THE LICENSE, NOKIA
137 * SPECIFICALLY DISCLAIMS ANY LIABILITY FOR CLAIMS BROUGHT BY YOU OR ANY
138 * OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR
139 * OTHERWISE.
140 */
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000141
Nils Larschddac1972006-03-10 23:06:27 +0000142#include <ctype.h>
Ulf Möller8c197cc1999-07-28 23:25:59 +0000143#include <stdio.h>
144#include <stdlib.h>
145#include <string.h>
Matt Caswell252d6d32015-07-22 17:50:51 +0100146#include <openssl/async.h>
Richard Levitte4d8743f2003-11-28 13:10:58 +0000147
Richard Levittebe1bd922001-02-20 14:07:03 +0000148#include <openssl/e_os2.h>
Ulf Möller8c197cc1999-07-28 23:25:59 +0000149
Matt Caswell68d39f32015-01-21 19:18:47 +0000150/* conflicts with winsock2 stuff on netware */
151#if !defined(OPENSSL_SYS_NETWARE)
Matt Caswell0f113f32015-01-22 03:40:55 +0000152# include <sys/types.h>
Richard Levitte4d8743f2003-11-28 13:10:58 +0000153#endif
154
Matt Caswell0f113f32015-01-22 03:40:55 +0000155/*
156 * With IPv6, it looks like Digital has mixed up the proper order of
157 * recursive header file inclusion, resulting in the compiler complaining
158 * that u_int isn't defined, but only if _POSIX_C_SOURCE is defined, which is
159 * needed to have fileno() declared correctly... So let's define u_int
160 */
Richard Levittebc36ee62001-02-20 08:13:47 +0000161#if defined(OPENSSL_SYS_VMS_DECC) && !defined(__U_INT)
Matt Caswell0f113f32015-01-22 03:40:55 +0000162# define __U_INT
Ulf Möller7d7d2cb1999-05-13 11:37:32 +0000163typedef unsigned int u_int;
164#endif
165
Bodo Möllerec577821999-04-23 22:13:45 +0000166#include <openssl/lhash.h>
167#include <openssl/bn.h>
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000168#define USE_SOCKETS
169#include "apps.h"
Bodo Möllerec577821999-04-23 22:13:45 +0000170#include <openssl/err.h>
171#include <openssl/pem.h>
172#include <openssl/x509.h>
173#include <openssl/ssl.h>
Geoff Thorpe13729652001-09-12 02:39:06 +0000174#include <openssl/rand.h>
Dr. Stephen Henson67c8e7f2007-09-26 21:56:59 +0000175#include <openssl/ocsp.h>
Nils Larsch3eeaab42005-07-16 12:37:36 +0000176#ifndef OPENSSL_NO_DH
Matt Caswell0f113f32015-01-22 03:40:55 +0000177# include <openssl/dh.h>
Nils Larsch3eeaab42005-07-16 12:37:36 +0000178#endif
179#ifndef OPENSSL_NO_RSA
Matt Caswell0f113f32015-01-22 03:40:55 +0000180# include <openssl/rsa.h>
Nils Larsch3eeaab42005-07-16 12:37:36 +0000181#endif
Ben Laurieedc032b2011-03-12 17:01:19 +0000182#ifndef OPENSSL_NO_SRP
Matt Caswell0f113f32015-01-22 03:40:55 +0000183# include <openssl/srp.h>
Ben Laurieedc032b2011-03-12 17:01:19 +0000184#endif
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000185#include "s_apps.h"
Ben Laurie36d16f82005-04-26 16:02:40 +0000186#include "timeouts.h"
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000187
Richard Levittebc36ee62001-02-20 08:13:47 +0000188#if (defined(OPENSSL_SYS_VMS) && __VMS_VER < 70000000)
Ulf Möller75e07701999-05-13 13:21:17 +0000189/* FIONBIO used as a switch to enable ioctl, and that isn't in VMS < 7.0 */
Matt Caswell0f113f32015-01-22 03:40:55 +0000190# undef FIONBIO
Ulf Möller7d7d2cb1999-05-13 11:37:32 +0000191#endif
192
Bodo Möller7c2d4fe2010-08-26 15:15:47 +0000193static int not_resumable_sess_cb(SSL *s, int is_forward_secure);
Richard Levitteab69ac02016-02-03 00:47:42 +0100194static int sv_body(const char *hostname, int s, int stype,
195 unsigned char *context);
196static int www_body(const char *hostname, int s, int stype,
197 unsigned char *context);
198static int rev_body(const char *hostname, int s, int stype,
199 unsigned char *context);
Matt Caswell0f113f32015-01-22 03:40:55 +0000200static void close_accept_socket(void);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000201static int init_ssl_connection(SSL *s);
Matt Caswell0f113f32015-01-22 03:40:55 +0000202static void print_stats(BIO *bp, SSL_CTX *ctx);
Geoff Thorpe1aa0d942001-02-21 18:38:48 +0000203static int generate_session_id(const SSL *ssl, unsigned char *id,
Matt Caswell0f113f32015-01-22 03:40:55 +0000204 unsigned int *id_len);
Dr. Stephen Henson35b0ea42009-12-27 23:24:45 +0000205static void init_session_cache_ctx(SSL_CTX *sctx);
206static void free_sessions(void);
Richard Levittecf1b7d92001-02-19 16:06:34 +0000207#ifndef OPENSSL_NO_DH
Nils Larscheb3eab22005-04-07 22:48:33 +0000208static DH *load_dh_param(const char *dhfile);
Ralf S. Engelschall58964a41998-12-21 10:56:39 +0000209#endif
Bodo Möllerea262262002-08-09 08:56:08 +0000210
Bodo Möllerb74ba291999-09-03 23:08:45 +0000211static void s_server_init(void);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000212
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000213/* static int load_CA(SSL_CTX *ctx, char *file);*/
214
215#undef BUFSIZZ
Matt Caswell0f113f32015-01-22 03:40:55 +0000216#define BUFSIZZ 16*1024
217static int bufsize = BUFSIZZ;
218static int accept_socket = -1;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000219
Matt Caswell0f113f32015-01-22 03:40:55 +0000220#define TEST_CERT "server.pem"
Matt Caswelle481f9b2015-05-15 10:49:56 +0100221#define TEST_CERT2 "server2.pem"
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000222
Dr. Stephen Henson2a7cbe72012-09-12 23:14:28 +0000223extern int verify_depth, verify_return_error, verify_quiet;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000224
Matt Caswell0f113f32015-01-22 03:40:55 +0000225static int s_server_verify = SSL_VERIFY_NONE;
Bodo Möllerb56bce41999-05-13 15:09:38 +0000226static int s_server_session_id_context = 1; /* anything will do */
Matt Caswell0f113f32015-01-22 03:40:55 +0000227static const char *s_cert_file = TEST_CERT, *s_key_file =
228 NULL, *s_chain_file = NULL;
Matt Caswell55614192015-05-12 10:35:51 +0100229
Matt Caswell0f113f32015-01-22 03:40:55 +0000230static const char *s_cert_file2 = TEST_CERT2, *s_key_file2 = NULL;
Matt Caswell0f113f32015-01-22 03:40:55 +0000231static char *s_dcert_file = NULL, *s_dkey_file = NULL, *s_dchain_file = NULL;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000232#ifdef FIONBIO
Matt Caswell0f113f32015-01-22 03:40:55 +0000233static int s_nbio = 0;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000234#endif
Matt Caswell0f113f32015-01-22 03:40:55 +0000235static int s_nbio_test = 0;
Ben Lauriedf2ee0e2015-09-05 13:32:58 +0100236static int s_crlf = 0;
Matt Caswell0f113f32015-01-22 03:40:55 +0000237static SSL_CTX *ctx = NULL;
Matt Caswell0f113f32015-01-22 03:40:55 +0000238static SSL_CTX *ctx2 = NULL;
Matt Caswell0f113f32015-01-22 03:40:55 +0000239static int www = 0;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000240
Matt Caswell0f113f32015-01-22 03:40:55 +0000241static BIO *bio_s_out = NULL;
Dr. Stephen Henson93ab9e42012-06-15 12:46:09 +0000242static BIO *bio_s_msg = NULL;
Matt Caswell0f113f32015-01-22 03:40:55 +0000243static int s_debug = 0;
Matt Caswell0f113f32015-01-22 03:40:55 +0000244static int s_tlsextdebug = 0;
245static int s_tlsextstatus = 0;
Dr. Stephen Henson67c8e7f2007-09-26 21:56:59 +0000246static int cert_status_cb(SSL *s, void *arg);
Bodo Möller7c2d4fe2010-08-26 15:15:47 +0000247static int no_resume_ephemeral = 0;
Matt Caswell0f113f32015-01-22 03:40:55 +0000248static int s_msg = 0;
249static int s_quiet = 0;
250static int s_ign_eof = 0;
251static int s_brief = 0;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000252
Matt Caswell0f113f32015-01-22 03:40:55 +0000253static char *keymatexportlabel = NULL;
254static int keymatexportlen = 20;
Ben Lauriee0af0402011-11-15 23:50:52 +0000255
Matt Caswell7e25dd62015-02-13 23:33:12 +0000256static int async = 0;
257
Richard Levitte0b13e9f2003-01-30 17:39:26 +0000258#ifndef OPENSSL_NO_ENGINE
Matt Caswell0f113f32015-01-22 03:40:55 +0000259static char *engine_id = NULL;
Richard Levitte0b13e9f2003-01-30 17:39:26 +0000260#endif
Matt Caswell0f113f32015-01-22 03:40:55 +0000261static const char *session_id_prefix = NULL;
Bodo Möllerb74ba291999-09-03 23:08:45 +0000262
Ben Lauriea7a14a22015-12-16 13:25:07 +0000263#ifndef OPENSSL_NO_DTLS
Ben Laurie36d16f82005-04-26 16:02:40 +0000264static int enable_timeouts = 0;
Bodo Möllerb1277b92006-01-02 23:29:12 +0000265static long socket_mtu;
Ben Laurie36d16f82005-04-26 16:02:40 +0000266static int cert_chain = 0;
Dr. Stephen Henson58f41a92009-06-05 14:59:26 +0000267#endif
Matt Caswelld8249e92015-09-23 10:02:18 +0100268static int dtlslisten = 0;
Ben Laurie36d16f82005-04-26 16:02:40 +0000269
Trevora398f822013-05-12 18:55:27 -0700270static BIO *serverinfo_in = NULL;
271static const char *s_serverinfo_file = NULL;
Scott Deboy36086182013-06-18 14:34:38 -0700272
Nils Larschddac1972006-03-10 23:06:27 +0000273#ifndef OPENSSL_NO_PSK
Matt Caswell0f113f32015-01-22 03:40:55 +0000274static char *psk_identity = "Client_identity";
275char *psk_key = NULL; /* by default PSK is not used */
Nils Larschddac1972006-03-10 23:06:27 +0000276
277static unsigned int psk_server_cb(SSL *ssl, const char *identity,
Matt Caswell0f113f32015-01-22 03:40:55 +0000278 unsigned char *psk,
279 unsigned int max_psk_len)
280{
281 unsigned int psk_len = 0;
282 int ret;
283 BIGNUM *bn = NULL;
Nils Larschddac1972006-03-10 23:06:27 +0000284
Matt Caswell0f113f32015-01-22 03:40:55 +0000285 if (s_debug)
286 BIO_printf(bio_s_out, "psk_server_cb\n");
287 if (!identity) {
288 BIO_printf(bio_err, "Error: client did not send PSK identity\n");
289 goto out_err;
290 }
291 if (s_debug)
292 BIO_printf(bio_s_out, "identity_len=%d identity=%s\n",
Matt Caswell11abf922015-03-12 14:09:00 +0000293 (int)strlen(identity), identity);
Nils Larschddac1972006-03-10 23:06:27 +0000294
Matt Caswell0f113f32015-01-22 03:40:55 +0000295 /* here we could lookup the given identity e.g. from a database */
296 if (strcmp(identity, psk_identity) != 0) {
297 BIO_printf(bio_s_out, "PSK error: client identity not found"
298 " (got '%s' expected '%s')\n", identity, psk_identity);
299 goto out_err;
300 }
301 if (s_debug)
302 BIO_printf(bio_s_out, "PSK client identity found\n");
Nils Larschddac1972006-03-10 23:06:27 +0000303
Matt Caswell0f113f32015-01-22 03:40:55 +0000304 /* convert the PSK key to binary */
305 ret = BN_hex2bn(&bn, psk_key);
306 if (!ret) {
307 BIO_printf(bio_err, "Could not convert PSK key '%s' to BIGNUM\n",
308 psk_key);
Rich Salz23a1d5e2015-04-30 21:37:06 -0400309 BN_free(bn);
Matt Caswell0f113f32015-01-22 03:40:55 +0000310 return 0;
311 }
312 if (BN_num_bytes(bn) > (int)max_psk_len) {
313 BIO_printf(bio_err,
314 "psk buffer of callback is too small (%d) for key (%d)\n",
315 max_psk_len, BN_num_bytes(bn));
316 BN_free(bn);
317 return 0;
318 }
Nils Larschddac1972006-03-10 23:06:27 +0000319
Matt Caswell0f113f32015-01-22 03:40:55 +0000320 ret = BN_bn2bin(bn, psk);
321 BN_free(bn);
Nils Larschddac1972006-03-10 23:06:27 +0000322
Matt Caswell0f113f32015-01-22 03:40:55 +0000323 if (ret < 0)
324 goto out_err;
325 psk_len = (unsigned int)ret;
Nils Larschddac1972006-03-10 23:06:27 +0000326
Matt Caswell0f113f32015-01-22 03:40:55 +0000327 if (s_debug)
328 BIO_printf(bio_s_out, "fetched PSK len=%d\n", psk_len);
329 return psk_len;
Nils Larschddac1972006-03-10 23:06:27 +0000330 out_err:
Matt Caswell0f113f32015-01-22 03:40:55 +0000331 if (s_debug)
332 BIO_printf(bio_err, "Error in PSK server callback\n");
Rich Salzc54cc2b2015-04-25 09:26:48 -0400333 (void)BIO_flush(bio_err);
334 (void)BIO_flush(bio_s_out);
Matt Caswell0f113f32015-01-22 03:40:55 +0000335 return 0;
336}
Nils Larschddac1972006-03-10 23:06:27 +0000337#endif
Ben Laurie36d16f82005-04-26 16:02:40 +0000338
Ben Laurieedc032b2011-03-12 17:01:19 +0000339#ifndef OPENSSL_NO_SRP
340/* This is a context that we pass to callbacks */
Matt Caswell0f113f32015-01-22 03:40:55 +0000341typedef struct srpsrvparm_st {
342 char *login;
343 SRP_VBASE *vb;
344 SRP_user_pwd *user;
345} srpsrvparm;
Ben Laurieedc032b2011-03-12 17:01:19 +0000346
Matt Caswell0f113f32015-01-22 03:40:55 +0000347/*
348 * This callback pretends to require some asynchronous logic in order to
349 * obtain a verifier. When the callback is called for a new connection we
350 * return with a negative value. This will provoke the accept etc to return
351 * with an LOOKUP_X509. The main logic of the reinvokes the suspended call
352 * (which would normally occur after a worker has finished) and we set the
353 * user parameters.
354 */
Rich Salz6d23cf92015-01-12 17:29:26 -0500355static int ssl_srp_server_param_cb(SSL *s, int *ad, void *arg)
Matt Caswell0f113f32015-01-22 03:40:55 +0000356{
357 srpsrvparm *p = (srpsrvparm *) arg;
358 if (p->login == NULL && p->user == NULL) {
359 p->login = SSL_get_srp_username(s);
360 BIO_printf(bio_err, "SRP username = \"%s\"\n", p->login);
361 return (-1);
362 }
Ben Laurieedc032b2011-03-12 17:01:19 +0000363
Matt Caswell0f113f32015-01-22 03:40:55 +0000364 if (p->user == NULL) {
365 BIO_printf(bio_err, "User %s doesn't exist\n", p->login);
366 return SSL3_AL_FATAL;
367 }
368 if (SSL_set_srp_server_param
369 (s, p->user->N, p->user->g, p->user->s, p->user->v,
370 p->user->info) < 0) {
371 *ad = SSL_AD_INTERNAL_ERROR;
372 return SSL3_AL_FATAL;
373 }
374 BIO_printf(bio_err,
375 "SRP parameters set: username = \"%s\" info=\"%s\" \n",
376 p->login, p->user->info);
377 /* need to check whether there are memory leaks */
378 p->user = NULL;
379 p->login = NULL;
380 return SSL_ERROR_NONE;
381}
Ben Laurieedc032b2011-03-12 17:01:19 +0000382
383#endif
384
Ulf Möller6b691a51999-04-19 21:31:43 +0000385static void s_server_init(void)
Matt Caswell0f113f32015-01-22 03:40:55 +0000386{
387 accept_socket = -1;
Rich Salz7e1b7482015-04-24 15:26:15 -0400388 verify_depth = 0;
Matt Caswell0f113f32015-01-22 03:40:55 +0000389 s_server_verify = SSL_VERIFY_NONE;
390 s_dcert_file = NULL;
391 s_dkey_file = NULL;
392 s_dchain_file = NULL;
393 s_cert_file = TEST_CERT;
394 s_key_file = NULL;
395 s_chain_file = NULL;
Matt Caswell0f113f32015-01-22 03:40:55 +0000396 s_cert_file2 = TEST_CERT2;
397 s_key_file2 = NULL;
398 ctx2 = NULL;
Matt Caswell0f113f32015-01-22 03:40:55 +0000399 s_nbio = 0;
Matt Caswell0f113f32015-01-22 03:40:55 +0000400 s_nbio_test = 0;
401 ctx = NULL;
402 www = 0;
Matt Caswell0f113f32015-01-22 03:40:55 +0000403 bio_s_out = NULL;
404 s_debug = 0;
405 s_msg = 0;
406 s_quiet = 0;
407 s_brief = 0;
Matt Caswell7e25dd62015-02-13 23:33:12 +0000408 async = 0;
Richard Levitte0b13e9f2003-01-30 17:39:26 +0000409#ifndef OPENSSL_NO_ENGINE
Rich Salz7e1b7482015-04-24 15:26:15 -0400410 engine_id = NULL;
Richard Levitte0b13e9f2003-01-30 17:39:26 +0000411#endif
Matt Caswell0f113f32015-01-22 03:40:55 +0000412}
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000413
Matt Caswell0f113f32015-01-22 03:40:55 +0000414static int local_argc = 0;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000415static char **local_argv;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000416
Ulf Möllera53955d1999-06-04 21:35:58 +0000417#ifdef CHARSET_EBCDIC
418static int ebcdic_new(BIO *bi);
419static int ebcdic_free(BIO *a);
420static int ebcdic_read(BIO *b, char *out, int outl);
Bodo Möller0fd05a22002-08-15 14:52:54 +0000421static int ebcdic_write(BIO *b, const char *in, int inl);
422static long ebcdic_ctrl(BIO *b, int cmd, long num, void *ptr);
Ulf Möllera53955d1999-06-04 21:35:58 +0000423static int ebcdic_gets(BIO *bp, char *buf, int size);
Bodo Möller0fd05a22002-08-15 14:52:54 +0000424static int ebcdic_puts(BIO *bp, const char *str);
Ulf Möllera53955d1999-06-04 21:35:58 +0000425
Matt Caswell0f113f32015-01-22 03:40:55 +0000426# define BIO_TYPE_EBCDIC_FILTER (18|0x0200)
427static BIO_METHOD methods_ebcdic = {
428 BIO_TYPE_EBCDIC_FILTER,
429 "EBCDIC/ASCII filter",
430 ebcdic_write,
431 ebcdic_read,
432 ebcdic_puts,
433 ebcdic_gets,
434 ebcdic_ctrl,
435 ebcdic_new,
436 ebcdic_free,
437};
Ulf Möllera53955d1999-06-04 21:35:58 +0000438
Rich Salz68dc6822015-04-30 17:48:31 -0400439/* This struct is "unwarranted chumminess with the compiler." */
Matt Caswell0f113f32015-01-22 03:40:55 +0000440typedef struct {
441 size_t alloced;
442 char buff[1];
Ulf Möllera53955d1999-06-04 21:35:58 +0000443} EBCDIC_OUTBUFF;
444
445BIO_METHOD *BIO_f_ebcdic_filter()
446{
Matt Caswell0f113f32015-01-22 03:40:55 +0000447 return (&methods_ebcdic);
Ulf Möllera53955d1999-06-04 21:35:58 +0000448}
449
450static int ebcdic_new(BIO *bi)
451{
Matt Caswell0f113f32015-01-22 03:40:55 +0000452 EBCDIC_OUTBUFF *wbuf;
Ulf Möllera53955d1999-06-04 21:35:58 +0000453
Rich Salzb4faea52015-05-01 23:10:31 -0400454 wbuf = app_malloc(sizeof(*wbuf) + 1024, "ebcdic wbuf");
Matt Caswell0f113f32015-01-22 03:40:55 +0000455 wbuf->alloced = 1024;
456 wbuf->buff[0] = '\0';
Ulf Möllera53955d1999-06-04 21:35:58 +0000457
Matt Caswell0f113f32015-01-22 03:40:55 +0000458 bi->ptr = (char *)wbuf;
459 bi->init = 1;
460 bi->flags = 0;
461 return (1);
Ulf Möllera53955d1999-06-04 21:35:58 +0000462}
463
464static int ebcdic_free(BIO *a)
465{
Matt Caswell0f113f32015-01-22 03:40:55 +0000466 if (a == NULL)
467 return (0);
Rich Salz25aaa982015-05-01 14:37:16 -0400468 OPENSSL_free(a->ptr);
Matt Caswell0f113f32015-01-22 03:40:55 +0000469 a->ptr = NULL;
470 a->init = 0;
471 a->flags = 0;
472 return (1);
Ulf Möllera53955d1999-06-04 21:35:58 +0000473}
Matt Caswell0f113f32015-01-22 03:40:55 +0000474
Ulf Möllera53955d1999-06-04 21:35:58 +0000475static int ebcdic_read(BIO *b, char *out, int outl)
476{
Matt Caswell0f113f32015-01-22 03:40:55 +0000477 int ret = 0;
Ulf Möllera53955d1999-06-04 21:35:58 +0000478
Matt Caswell0f113f32015-01-22 03:40:55 +0000479 if (out == NULL || outl == 0)
480 return (0);
481 if (b->next_bio == NULL)
482 return (0);
Ulf Möllera53955d1999-06-04 21:35:58 +0000483
Matt Caswell0f113f32015-01-22 03:40:55 +0000484 ret = BIO_read(b->next_bio, out, outl);
485 if (ret > 0)
486 ascii2ebcdic(out, out, ret);
487 return (ret);
Ulf Möllera53955d1999-06-04 21:35:58 +0000488}
489
Bodo Möller0fd05a22002-08-15 14:52:54 +0000490static int ebcdic_write(BIO *b, const char *in, int inl)
Ulf Möllera53955d1999-06-04 21:35:58 +0000491{
Matt Caswell0f113f32015-01-22 03:40:55 +0000492 EBCDIC_OUTBUFF *wbuf;
493 int ret = 0;
494 int num;
495 unsigned char n;
Ulf Möllera53955d1999-06-04 21:35:58 +0000496
Matt Caswell0f113f32015-01-22 03:40:55 +0000497 if ((in == NULL) || (inl <= 0))
498 return (0);
499 if (b->next_bio == NULL)
500 return (0);
Ulf Möllera53955d1999-06-04 21:35:58 +0000501
Matt Caswell0f113f32015-01-22 03:40:55 +0000502 wbuf = (EBCDIC_OUTBUFF *) b->ptr;
Ulf Möllera53955d1999-06-04 21:35:58 +0000503
Matt Caswell0f113f32015-01-22 03:40:55 +0000504 if (inl > (num = wbuf->alloced)) {
505 num = num + num; /* double the size */
506 if (num < inl)
507 num = inl;
Rich Salzb4faea52015-05-01 23:10:31 -0400508 wbuf = app_malloc(sizeof(*wbuf) + num, "grow ebcdic wbuf");
Matt Caswell918bb862015-03-04 17:49:51 +0000509 OPENSSL_free(b->ptr);
Ulf Möllera53955d1999-06-04 21:35:58 +0000510
Matt Caswell0f113f32015-01-22 03:40:55 +0000511 wbuf->alloced = num;
512 wbuf->buff[0] = '\0';
Ulf Möllera53955d1999-06-04 21:35:58 +0000513
Matt Caswell0f113f32015-01-22 03:40:55 +0000514 b->ptr = (char *)wbuf;
515 }
Ulf Möllera53955d1999-06-04 21:35:58 +0000516
Matt Caswell0f113f32015-01-22 03:40:55 +0000517 ebcdic2ascii(wbuf->buff, in, inl);
Ulf Möllera53955d1999-06-04 21:35:58 +0000518
Matt Caswell0f113f32015-01-22 03:40:55 +0000519 ret = BIO_write(b->next_bio, wbuf->buff, inl);
Ulf Möllera53955d1999-06-04 21:35:58 +0000520
Matt Caswell0f113f32015-01-22 03:40:55 +0000521 return (ret);
Ulf Möllera53955d1999-06-04 21:35:58 +0000522}
523
Bodo Möller0fd05a22002-08-15 14:52:54 +0000524static long ebcdic_ctrl(BIO *b, int cmd, long num, void *ptr)
Ulf Möllera53955d1999-06-04 21:35:58 +0000525{
Matt Caswell0f113f32015-01-22 03:40:55 +0000526 long ret;
Ulf Möllera53955d1999-06-04 21:35:58 +0000527
Matt Caswell0f113f32015-01-22 03:40:55 +0000528 if (b->next_bio == NULL)
529 return (0);
530 switch (cmd) {
531 case BIO_CTRL_DUP:
532 ret = 0L;
533 break;
534 default:
535 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
536 break;
537 }
538 return (ret);
Ulf Möllera53955d1999-06-04 21:35:58 +0000539}
540
541static int ebcdic_gets(BIO *bp, char *buf, int size)
542{
Matt Caswell0f113f32015-01-22 03:40:55 +0000543 int i, ret = 0;
544 if (bp->next_bio == NULL)
545 return (0);
546/* return(BIO_gets(bp->next_bio,buf,size));*/
547 for (i = 0; i < size - 1; ++i) {
548 ret = ebcdic_read(bp, &buf[i], 1);
549 if (ret <= 0)
550 break;
551 else if (buf[i] == '\n') {
552 ++i;
553 break;
554 }
555 }
556 if (i < size)
557 buf[i] = '\0';
558 return (ret < 0 && i == 0) ? ret : i;
Ulf Möllera53955d1999-06-04 21:35:58 +0000559}
560
Bodo Möller0fd05a22002-08-15 14:52:54 +0000561static int ebcdic_puts(BIO *bp, const char *str)
Ulf Möllera53955d1999-06-04 21:35:58 +0000562{
Matt Caswell0f113f32015-01-22 03:40:55 +0000563 if (bp->next_bio == NULL)
564 return (0);
565 return ebcdic_write(bp, str, strlen(str));
Ulf Möllera53955d1999-06-04 21:35:58 +0000566}
567#endif
568
Bodo Möllered3883d2006-01-02 23:14:37 +0000569/* This is a context that we pass to callbacks */
570typedef struct tlsextctx_st {
Matt Caswell0f113f32015-01-22 03:40:55 +0000571 char *servername;
572 BIO *biodebug;
573 int extension_error;
Bodo Möllered3883d2006-01-02 23:14:37 +0000574} tlsextctx;
575
Rich Salz6d23cf92015-01-12 17:29:26 -0500576static int ssl_servername_cb(SSL *s, int *ad, void *arg)
Matt Caswell0f113f32015-01-22 03:40:55 +0000577{
578 tlsextctx *p = (tlsextctx *) arg;
579 const char *servername = SSL_get_servername(s, TLSEXT_NAMETYPE_host_name);
580 if (servername && p->biodebug)
581 BIO_printf(p->biodebug, "Hostname in TLS extension: \"%s\"\n",
582 servername);
583
584 if (!p->servername)
585 return SSL_TLSEXT_ERR_NOACK;
586
587 if (servername) {
588 if (strcasecmp(servername, p->servername))
589 return p->extension_error;
590 if (ctx2) {
591 BIO_printf(p->biodebug, "Switching server context.\n");
592 SSL_set_SSL_CTX(s, ctx2);
593 }
594 }
595 return SSL_TLSEXT_ERR_OK;
Bodo Möllered3883d2006-01-02 23:14:37 +0000596}
Dr. Stephen Henson67c8e7f2007-09-26 21:56:59 +0000597
598/* Structure passed to cert status callback */
599
600typedef struct tlsextstatusctx_st {
Matt Caswell0f113f32015-01-22 03:40:55 +0000601 /* Default responder to use */
602 char *host, *path, *port;
603 int use_ssl;
604 int timeout;
Matt Caswell0f113f32015-01-22 03:40:55 +0000605 int verbose;
Dr. Stephen Henson67c8e7f2007-09-26 21:56:59 +0000606} tlsextstatusctx;
607
Rich Salz7e1b7482015-04-24 15:26:15 -0400608static tlsextstatusctx tlscstatp = { NULL, NULL, NULL, 0, -1, 0 };
Dr. Stephen Henson67c8e7f2007-09-26 21:56:59 +0000609
Matt Caswell0f113f32015-01-22 03:40:55 +0000610/*
611 * Certificate Status callback. This is called when a client includes a
612 * certificate status request extension. This is a simplified version. It
613 * examines certificates each time and makes one OCSP responder query for
614 * each request. A full version would store details such as the OCSP
615 * certificate IDs and minimise the number of OCSP responses by caching them
616 * until they were considered "expired".
Dr. Stephen Henson67c8e7f2007-09-26 21:56:59 +0000617 */
618
619static int cert_status_cb(SSL *s, void *arg)
Matt Caswell0f113f32015-01-22 03:40:55 +0000620{
621 tlsextstatusctx *srctx = arg;
Gunnar Kudrjavets4c9b0a02015-05-06 10:16:55 +0100622 char *host = NULL, *port = NULL, *path = NULL;
Matt Caswell0f113f32015-01-22 03:40:55 +0000623 int use_ssl;
624 unsigned char *rspder = NULL;
625 int rspderlen;
626 STACK_OF(OPENSSL_STRING) *aia = NULL;
627 X509 *x = NULL;
628 X509_STORE_CTX inctx;
629 X509_OBJECT obj;
630 OCSP_REQUEST *req = NULL;
631 OCSP_RESPONSE *resp = NULL;
632 OCSP_CERTID *id = NULL;
633 STACK_OF(X509_EXTENSION) *exts;
634 int ret = SSL_TLSEXT_ERR_NOACK;
635 int i;
Rich Salz7e1b7482015-04-24 15:26:15 -0400636
Matt Caswell0f113f32015-01-22 03:40:55 +0000637 if (srctx->verbose)
Rich Salz7e1b7482015-04-24 15:26:15 -0400638 BIO_puts(bio_err, "cert_status: callback called\n");
Matt Caswell0f113f32015-01-22 03:40:55 +0000639 /* Build up OCSP query from server certificate */
640 x = SSL_get_certificate(s);
641 aia = X509_get1_ocsp(x);
642 if (aia) {
643 if (!OCSP_parse_url(sk_OPENSSL_STRING_value(aia, 0),
644 &host, &port, &path, &use_ssl)) {
Rich Salz7e1b7482015-04-24 15:26:15 -0400645 BIO_puts(bio_err, "cert_status: can't parse AIA URL\n");
Matt Caswell0f113f32015-01-22 03:40:55 +0000646 goto err;
647 }
648 if (srctx->verbose)
Rich Salz7e1b7482015-04-24 15:26:15 -0400649 BIO_printf(bio_err, "cert_status: AIA URL: %s\n",
Matt Caswell0f113f32015-01-22 03:40:55 +0000650 sk_OPENSSL_STRING_value(aia, 0));
651 } else {
652 if (!srctx->host) {
Rich Salz7e1b7482015-04-24 15:26:15 -0400653 BIO_puts(bio_err,
Matt Caswell0f113f32015-01-22 03:40:55 +0000654 "cert_status: no AIA and no default responder URL\n");
655 goto done;
656 }
657 host = srctx->host;
658 path = srctx->path;
659 port = srctx->port;
660 use_ssl = srctx->use_ssl;
661 }
662
663 if (!X509_STORE_CTX_init(&inctx,
664 SSL_CTX_get_cert_store(SSL_get_SSL_CTX(s)),
665 NULL, NULL))
666 goto err;
667 if (X509_STORE_get_by_subject(&inctx, X509_LU_X509,
668 X509_get_issuer_name(x), &obj) <= 0) {
Rich Salz7e1b7482015-04-24 15:26:15 -0400669 BIO_puts(bio_err, "cert_status: Can't retrieve issuer certificate.\n");
Matt Caswell0f113f32015-01-22 03:40:55 +0000670 X509_STORE_CTX_cleanup(&inctx);
671 goto done;
672 }
673 req = OCSP_REQUEST_new();
Matt Caswell96487cd2015-10-30 11:18:04 +0000674 if (req == NULL)
Matt Caswell0f113f32015-01-22 03:40:55 +0000675 goto err;
676 id = OCSP_cert_to_id(NULL, x, obj.data.x509);
677 X509_free(obj.data.x509);
678 X509_STORE_CTX_cleanup(&inctx);
679 if (!id)
680 goto err;
681 if (!OCSP_request_add0_id(req, id))
682 goto err;
683 id = NULL;
684 /* Add any extensions to the request */
685 SSL_get_tlsext_status_exts(s, &exts);
686 for (i = 0; i < sk_X509_EXTENSION_num(exts); i++) {
687 X509_EXTENSION *ext = sk_X509_EXTENSION_value(exts, i);
688 if (!OCSP_REQUEST_add_ext(req, ext, -1))
689 goto err;
690 }
Rich Salz7e1b7482015-04-24 15:26:15 -0400691 resp = process_responder(req, host, path, port, use_ssl, NULL,
Matt Caswell0f113f32015-01-22 03:40:55 +0000692 srctx->timeout);
693 if (!resp) {
Rich Salz7e1b7482015-04-24 15:26:15 -0400694 BIO_puts(bio_err, "cert_status: error querying responder\n");
Matt Caswell0f113f32015-01-22 03:40:55 +0000695 goto done;
696 }
697 rspderlen = i2d_OCSP_RESPONSE(resp, &rspder);
698 if (rspderlen <= 0)
699 goto err;
700 SSL_set_tlsext_status_ocsp_resp(s, rspder, rspderlen);
701 if (srctx->verbose) {
Rich Salz7e1b7482015-04-24 15:26:15 -0400702 BIO_puts(bio_err, "cert_status: ocsp response sent:\n");
703 OCSP_RESPONSE_print(bio_err, resp, 2);
Matt Caswell0f113f32015-01-22 03:40:55 +0000704 }
705 ret = SSL_TLSEXT_ERR_OK;
706 done:
707 if (ret != SSL_TLSEXT_ERR_OK)
Rich Salz7e1b7482015-04-24 15:26:15 -0400708 ERR_print_errors(bio_err);
Matt Caswell0f113f32015-01-22 03:40:55 +0000709 if (aia) {
710 OPENSSL_free(host);
711 OPENSSL_free(path);
712 OPENSSL_free(port);
713 X509_email_free(aia);
714 }
Rich Salz25aaa982015-05-01 14:37:16 -0400715 OCSP_CERTID_free(id);
716 OCSP_REQUEST_free(req);
717 OCSP_RESPONSE_free(resp);
Matt Caswell0f113f32015-01-22 03:40:55 +0000718 return ret;
719 err:
720 ret = SSL_TLSEXT_ERR_ALERT_FATAL;
721 goto done;
722}
Ben Laurieee2ffc22010-07-28 10:06:55 +0000723
Matt Caswelle481f9b2015-05-15 10:49:56 +0100724#ifndef OPENSSL_NO_NEXTPROTONEG
Ben Laurieee2ffc22010-07-28 10:06:55 +0000725/* This is the context that we pass to next_proto_cb */
726typedef struct tlsextnextprotoctx_st {
Matt Caswell0f113f32015-01-22 03:40:55 +0000727 unsigned char *data;
728 unsigned int len;
Ben Laurieee2ffc22010-07-28 10:06:55 +0000729} tlsextnextprotoctx;
730
Matt Caswell0f113f32015-01-22 03:40:55 +0000731static int next_proto_cb(SSL *s, const unsigned char **data,
732 unsigned int *len, void *arg)
733{
734 tlsextnextprotoctx *next_proto = arg;
Ben Laurieee2ffc22010-07-28 10:06:55 +0000735
Matt Caswell0f113f32015-01-22 03:40:55 +0000736 *data = next_proto->data;
737 *len = next_proto->len;
Ben Laurieee2ffc22010-07-28 10:06:55 +0000738
Matt Caswell0f113f32015-01-22 03:40:55 +0000739 return SSL_TLSEXT_ERR_OK;
740}
Matt Caswelle481f9b2015-05-15 10:49:56 +0100741#endif /* ndef OPENSSL_NO_NEXTPROTONEG */
Adam Langley6f017a82013-04-15 18:07:47 -0400742
743/* This the context that we pass to alpn_cb */
744typedef struct tlsextalpnctx_st {
Matt Caswell0f113f32015-01-22 03:40:55 +0000745 unsigned char *data;
746 unsigned short len;
Adam Langley6f017a82013-04-15 18:07:47 -0400747} tlsextalpnctx;
748
Matt Caswell0f113f32015-01-22 03:40:55 +0000749static int alpn_cb(SSL *s, const unsigned char **out, unsigned char *outlen,
750 const unsigned char *in, unsigned int inlen, void *arg)
751{
752 tlsextalpnctx *alpn_ctx = arg;
Adam Langley6f017a82013-04-15 18:07:47 -0400753
Matt Caswell0f113f32015-01-22 03:40:55 +0000754 if (!s_quiet) {
755 /* We can assume that |in| is syntactically valid. */
756 unsigned i;
757 BIO_printf(bio_s_out, "ALPN protocols advertised by the client: ");
758 for (i = 0; i < inlen;) {
759 if (i)
760 BIO_write(bio_s_out, ", ", 2);
761 BIO_write(bio_s_out, &in[i + 1], in[i]);
762 i += in[i] + 1;
763 }
764 BIO_write(bio_s_out, "\n", 1);
765 }
Adam Langley6f017a82013-04-15 18:07:47 -0400766
Matt Caswell0f113f32015-01-22 03:40:55 +0000767 if (SSL_select_next_proto
768 ((unsigned char **)out, outlen, alpn_ctx->data, alpn_ctx->len, in,
769 inlen) != OPENSSL_NPN_NEGOTIATED) {
770 return SSL_TLSEXT_ERR_NOACK;
771 }
Adam Langley6f017a82013-04-15 18:07:47 -0400772
Matt Caswell0f113f32015-01-22 03:40:55 +0000773 if (!s_quiet) {
774 BIO_printf(bio_s_out, "ALPN protocols selected: ");
775 BIO_write(bio_s_out, *out, *outlen);
776 BIO_write(bio_s_out, "\n", 1);
777 }
Adam Langley6f017a82013-04-15 18:07:47 -0400778
Matt Caswell0f113f32015-01-22 03:40:55 +0000779 return SSL_TLSEXT_ERR_OK;
780}
Bodo Möllered3883d2006-01-02 23:14:37 +0000781
Bodo Möller7c2d4fe2010-08-26 15:15:47 +0000782static int not_resumable_sess_cb(SSL *s, int is_forward_secure)
Matt Caswell0f113f32015-01-22 03:40:55 +0000783{
784 /* disable resumption for sessions with forward secure ciphers */
785 return is_forward_secure;
786}
Bodo Möller7c2d4fe2010-08-26 15:15:47 +0000787
Ben Laurie6caa4ed2008-10-26 18:40:52 +0000788static char *jpake_secret = NULL;
Dr. Stephen Hensonc79f22c2011-12-27 14:21:45 +0000789#ifndef OPENSSL_NO_SRP
Matt Caswell0f113f32015-01-22 03:40:55 +0000790static srpsrvparm srp_callback_parm;
Dr. Stephen Hensonc79f22c2011-12-27 14:21:45 +0000791#endif
Piotr Sikorae783bae2014-12-22 11:15:51 +0000792#ifndef OPENSSL_NO_SRTP
Ben Laurie333f9262011-11-15 22:59:20 +0000793static char *srtp_profiles = NULL;
Piotr Sikorae783bae2014-12-22 11:15:51 +0000794#endif
Ben Laurie6caa4ed2008-10-26 18:40:52 +0000795
Rich Salz7e1b7482015-04-24 15:26:15 -0400796typedef enum OPTION_choice {
Richard Levitteab69ac02016-02-03 00:47:42 +0100797 OPT_ERR = -1, OPT_EOF = 0, OPT_HELP, OPT_ENGINE,
798 OPT_4, OPT_6, OPT_ACCEPT, OPT_PORT, OPT_UNIX, OPT_UNLINK, OPT_NACCEPT,
Rich Salz7e1b7482015-04-24 15:26:15 -0400799 OPT_VERIFY, OPT_UPPER_V_VERIFY, OPT_CONTEXT, OPT_CERT, OPT_CRL,
800 OPT_CRL_DOWNLOAD, OPT_SERVERINFO, OPT_CERTFORM, OPT_KEY, OPT_KEYFORM,
801 OPT_PASS, OPT_CERT_CHAIN, OPT_DHPARAM, OPT_DCERTFORM, OPT_DCERT,
802 OPT_DKEYFORM, OPT_DPASS, OPT_DKEY, OPT_DCERT_CHAIN, OPT_NOCERT,
Matt Caswell2b6bcb72015-09-22 16:00:52 +0100803 OPT_CAPATH, OPT_NOCAPATH, OPT_CHAINCAPATH, OPT_VERIFYCAPATH, OPT_NO_CACHE,
Rich Salz7e1b7482015-04-24 15:26:15 -0400804 OPT_EXT_CACHE, OPT_CRLFORM, OPT_VERIFY_RET_ERROR, OPT_VERIFY_QUIET,
Matt Caswell2b6bcb72015-09-22 16:00:52 +0100805 OPT_BUILD_CHAIN, OPT_CAFILE, OPT_NOCAFILE, OPT_CHAINCAFILE,
806 OPT_VERIFYCAFILE, OPT_NBIO, OPT_NBIO_TEST, OPT_IGN_EOF, OPT_NO_IGN_EOF,
807 OPT_DEBUG, OPT_TLSEXTDEBUG, OPT_STATUS, OPT_STATUS_VERBOSE,
808 OPT_STATUS_TIMEOUT, OPT_STATUS_URL, OPT_MSG, OPT_MSGFILE, OPT_TRACE,
809 OPT_SECURITY_DEBUG, OPT_SECURITY_DEBUG_VERBOSE, OPT_STATE, OPT_CRLF,
Matt Caswell8caab742015-12-15 10:43:44 +0000810 OPT_QUIET, OPT_BRIEF, OPT_NO_DHE,
Rich Salz7e1b7482015-04-24 15:26:15 -0400811 OPT_NO_RESUME_EPHEMERAL, OPT_PSK_HINT, OPT_PSK, OPT_SRPVFILE,
Matt Caswell7e25dd62015-02-13 23:33:12 +0000812 OPT_SRPUSERSEED, OPT_REV, OPT_WWW, OPT_UPPER_WWW, OPT_HTTP, OPT_ASYNC,
Dr. Stephen Henson287d0b92015-07-08 23:09:52 +0100813 OPT_SSL_CONFIG, OPT_SSL3,
Rich Salz7e1b7482015-04-24 15:26:15 -0400814 OPT_TLS1_2, OPT_TLS1_1, OPT_TLS1, OPT_DTLS, OPT_DTLS1,
Matt Caswellfd4e98e2015-04-09 10:01:05 +0100815 OPT_DTLS1_2, OPT_TIMEOUT, OPT_MTU, OPT_CHAIN, OPT_LISTEN,
Rich Salz7e1b7482015-04-24 15:26:15 -0400816 OPT_ID_PREFIX, OPT_RAND, OPT_SERVERNAME, OPT_SERVERNAME_FATAL,
817 OPT_CERT2, OPT_KEY2, OPT_NEXTPROTONEG, OPT_ALPN, OPT_JPAKE,
818 OPT_SRTP_PROFILES, OPT_KEYMATEXPORT, OPT_KEYMATEXPORTLEN,
819 OPT_S_ENUM,
820 OPT_V_ENUM,
Matt Caswell55614192015-05-12 10:35:51 +0100821 OPT_X_ENUM
Rich Salz7e1b7482015-04-24 15:26:15 -0400822} OPTION_CHOICE;
823
824OPTIONS s_server_options[] = {
825 {"help", OPT_HELP, '-', "Display this summary"},
Rich Salz7e1b7482015-04-24 15:26:15 -0400826 {"port", OPT_PORT, 'p'},
Richard Levitteab69ac02016-02-03 00:47:42 +0100827 {"accept", OPT_ACCEPT, 's',
828 "TCP/IP port or service to accept on (default is " PORT ")"},
829#ifdef AF_UNIX
Rich Salz7e1b7482015-04-24 15:26:15 -0400830 {"unix", OPT_UNIX, 's', "Unix domain socket to accept on"},
Richard Levitteab69ac02016-02-03 00:47:42 +0100831#endif
832 {"4", OPT_4, '-', "Use IPv4 only"},
833 {"6", OPT_6, '-', "Use IPv6 only"},
Rich Salz7e1b7482015-04-24 15:26:15 -0400834 {"unlink", OPT_UNLINK, '-', "For -unix, unlink existing socket first"},
835 {"context", OPT_CONTEXT, 's', "Set session ID context"},
836 {"verify", OPT_VERIFY, 'n', "Turn on peer certificate verification"},
837 {"Verify", OPT_UPPER_V_VERIFY, 'n',
838 "Turn on peer certificate verification, must have a cert"},
839 {"cert", OPT_CERT, '<', "Certificate file to use; default is " TEST_CERT},
840 {"naccept", OPT_NACCEPT, 'p', "Terminate after pnum connections"},
Rich Salz7e1b7482015-04-24 15:26:15 -0400841 {"serverinfo", OPT_SERVERINFO, 's',
842 "PEM serverinfo file for certificate"},
Rich Salz7e1b7482015-04-24 15:26:15 -0400843 {"certform", OPT_CERTFORM, 'F',
844 "Certificate format (PEM or DER) PEM default"},
845 {"key", OPT_KEY, '<',
846 "Private Key if not in -cert; default is " TEST_CERT},
847 {"keyform", OPT_KEYFORM, 'f',
848 "Key format (PEM, DER or ENGINE) PEM default"},
849 {"pass", OPT_PASS, 's', "Private key file pass phrase source"},
850 {"dcert", OPT_DCERT, '<',
851 "Second certificate file to use (usually for DSA)"},
852 {"dcertform", OPT_DCERTFORM, 'F',
853 "Second certificate format (PEM or DER) PEM default"},
854 {"dkey", OPT_DKEY, '<',
855 "Second private key file to use (usually for DSA)"},
856 {"dkeyform", OPT_DKEYFORM, 'F',
857 "Second key format (PEM, DER or ENGINE) PEM default"},
858 {"dpass", OPT_DPASS, 's', "Second private key file pass phrase source"},
Rich Salz7e1b7482015-04-24 15:26:15 -0400859 {"nbio_test", OPT_NBIO_TEST, '-', "Test with the non-blocking test bio"},
860 {"crlf", OPT_CRLF, '-', "Convert LF from terminal into CRLF"},
861 {"debug", OPT_DEBUG, '-', "Print more output"},
862 {"msg", OPT_MSG, '-', "Show protocol messages"},
863 {"msgfile", OPT_MSGFILE, '>'},
864 {"state", OPT_STATE, '-', "Print the SSL states"},
Rich Salz7e1b7482015-04-24 15:26:15 -0400865 {"CAfile", OPT_CAFILE, '<', "PEM format file of CA's"},
Matt Caswell2b6bcb72015-09-22 16:00:52 +0100866 {"CApath", OPT_CAPATH, '/', "PEM format directory of CA's"},
867 {"no-CAfile", OPT_NOCAFILE, '-',
868 "Do not load the default certificates file"},
869 {"no-CApath", OPT_NOCAPATH, '-',
870 "Do not load certificates from the default certificates directory"},
Rich Salz7e1b7482015-04-24 15:26:15 -0400871 {"nocert", OPT_NOCERT, '-', "Don't use any certificates (Anon-DH)"},
872 {"quiet", OPT_QUIET, '-', "No server output"},
Rich Salz7e1b7482015-04-24 15:26:15 -0400873 {"no_resume_ephemeral", OPT_NO_RESUME_EPHEMERAL, '-',
874 "Disable caching and tickets if ephemeral (EC)DH is used"},
875 {"www", OPT_WWW, '-', "Respond to a 'GET /' with a status page"},
876 {"WWW", OPT_UPPER_WWW, '-', "Respond to a 'GET with the file ./path"},
Rich Salz7e1b7482015-04-24 15:26:15 -0400877 {"servername", OPT_SERVERNAME, 's',
878 "Servername for HostName TLS extension"},
879 {"servername_fatal", OPT_SERVERNAME_FATAL, '-',
880 "mismatch send fatal alert (default warning alert)"},
881 {"cert2", OPT_CERT2, '<',
882 "Certificate file to use for servername; default is" TEST_CERT2},
883 {"key2", OPT_KEY2, '<',
884 "-Private Key file to use for servername if not in -cert2"},
885 {"tlsextdebug", OPT_TLSEXTDEBUG, '-',
886 "Hex dump of all TLS extensions received"},
Rich Salz9c3bcfa2015-05-15 13:50:38 -0400887 {"HTTP", OPT_HTTP, '-', "Like -WWW but ./path incluedes HTTP headers"},
888 {"id_prefix", OPT_ID_PREFIX, 's',
889 "Generate SSL/TLS session IDs prefixed by arg"},
890 {"rand", OPT_RAND, 's',
891 "Load the file(s) into the random number generator"},
Rich Salz7e1b7482015-04-24 15:26:15 -0400892 {"keymatexport", OPT_KEYMATEXPORT, 's',
893 "Export keying material using label"},
894 {"keymatexportlen", OPT_KEYMATEXPORTLEN, 'p',
895 "Export len bytes of keying material (default 20)"},
896 {"CRL", OPT_CRL, '<'},
897 {"crl_download", OPT_CRL_DOWNLOAD, '-'},
898 {"cert_chain", OPT_CERT_CHAIN, '<'},
899 {"dcert_chain", OPT_DCERT_CHAIN, '<'},
900 {"chainCApath", OPT_CHAINCAPATH, '/'},
901 {"verifyCApath", OPT_VERIFYCAPATH, '/'},
902 {"no_cache", OPT_NO_CACHE, '-'},
903 {"ext_cache", OPT_EXT_CACHE, '-'},
904 {"CRLform", OPT_CRLFORM, 'F'},
905 {"verify_return_error", OPT_VERIFY_RET_ERROR, '-'},
906 {"verify_quiet", OPT_VERIFY_QUIET, '-'},
907 {"build_chain", OPT_BUILD_CHAIN, '-'},
908 {"chainCAfile", OPT_CHAINCAFILE, '<'},
909 {"verifyCAfile", OPT_VERIFYCAFILE, '<'},
910 {"ign_eof", OPT_IGN_EOF, '-'},
911 {"no_ign_eof", OPT_NO_IGN_EOF, '-'},
912 {"status", OPT_STATUS, '-'},
913 {"status_verbose", OPT_STATUS_VERBOSE, '-'},
914 {"status_timeout", OPT_STATUS_TIMEOUT, 'n'},
915 {"status_url", OPT_STATUS_URL, 's'},
916 {"trace", OPT_TRACE, '-'},
917 {"security_debug", OPT_SECURITY_DEBUG, '-'},
918 {"security_debug_verbose", OPT_SECURITY_DEBUG_VERBOSE, '-'},
919 {"brief", OPT_BRIEF, '-'},
920 {"rev", OPT_REV, '-'},
Matt Caswell7e25dd62015-02-13 23:33:12 +0000921 {"async", OPT_ASYNC, '-', "Operate in asynchronous mode"},
Dr. Stephen Henson287d0b92015-07-08 23:09:52 +0100922 {"ssl_config", OPT_SSL_CONFIG, 's'},
Rich Salz7e1b7482015-04-24 15:26:15 -0400923 OPT_S_OPTIONS,
924 OPT_V_OPTIONS,
925 OPT_X_OPTIONS,
Rich Salz9c3bcfa2015-05-15 13:50:38 -0400926#ifdef FIONBIO
927 {"nbio", OPT_NBIO, '-', "Use non-blocking IO"},
928#endif
929#ifndef OPENSSL_NO_PSK
930 {"psk_hint", OPT_PSK_HINT, 's', "PSK identity hint to use"},
931 {"psk", OPT_PSK, 's', "PSK in hex (without 0x)"},
932# ifndef OPENSSL_NO_JPAKE
933 {"jpake", OPT_JPAKE, 's', "JPAKE secret to use"},
934# endif
935#endif
936#ifndef OPENSSL_NO_SRP
937 {"srpvfile", OPT_SRPVFILE, '<', "The verifier file for SRP"},
938 {"srpuserseed", OPT_SRPUSERSEED, 's',
939 "A seed string for a default user salt"},
940#endif
941#ifndef OPENSSL_NO_SSL3
942 {"ssl3", OPT_SSL3, '-', "Just talk SSLv3"},
943#endif
Viktor Dukhovni6b01bed2016-01-18 13:10:21 -0500944#ifndef OPENSSL_NO_TLS1
945 {"tls1", OPT_TLS1, '-', "Just talk TLSv1"},
946#endif
947#ifndef OPENSSL_NO_TLS1_1
948 {"tls1_1", OPT_TLS1_1, '-', "Just talk TLSv1.1"},
949#endif
950#ifndef OPENSSL_NO_TLS1_2
951 {"tls1_2", OPT_TLS1_2, '-', "just talk TLSv1.2"},
952#endif
Kurt Roeckxa5ecdc62015-12-12 11:12:22 +0100953#ifndef OPENSSL_NO_DTLS
Rich Salz9c3bcfa2015-05-15 13:50:38 -0400954 {"dtls", OPT_DTLS, '-'},
Rich Salz9c3bcfa2015-05-15 13:50:38 -0400955 {"timeout", OPT_TIMEOUT, '-', "Enable timeouts"},
956 {"mtu", OPT_MTU, 'p', "Set link layer MTU"},
957 {"chain", OPT_CHAIN, '-', "Read a certificate chain"},
Matt Caswellfd4e98e2015-04-09 10:01:05 +0100958 {"listen", OPT_LISTEN, '-',
959 "Listen for a DTLS ClientHello with a cookie and then connect"},
Rich Salz9c3bcfa2015-05-15 13:50:38 -0400960#endif
Viktor Dukhovni6b01bed2016-01-18 13:10:21 -0500961#ifndef OPENSSL_NO_DTLS1
962 {"dtls1", OPT_DTLS1, '-', "Just talk DTLSv1"},
963#endif
964#ifndef OPENSSL_NO_DTLS1_2
965 {"dtls1_2", OPT_DTLS1_2, '-', "Just talk DTLSv1.2"},
966#endif
Rich Salz9c3bcfa2015-05-15 13:50:38 -0400967#ifndef OPENSSL_NO_DH
968 {"no_dhe", OPT_NO_DHE, '-', "Disable ephemeral DH"},
969#endif
Rich Salz9c3bcfa2015-05-15 13:50:38 -0400970#ifndef OPENSSL_NO_NEXTPROTONEG
971 {"nextprotoneg", OPT_NEXTPROTONEG, 's',
972 "Set the advertised protocols for the NPN extension (comma-separated list)"},
973#endif
974#ifndef OPENSSL_NO_SRTP
Matt Caswelle77bdc72015-08-04 19:18:02 +0100975 {"use_srtp", OPT_SRTP_PROFILES, 's',
Rich Salz9c3bcfa2015-05-15 13:50:38 -0400976 "Offer SRTP key management with a colon-separated profile list"},
977 {"alpn", OPT_ALPN, 's',
978 "Set the advertised protocols for the ALPN extension (comma-separated list)"},
979#endif
980#ifndef OPENSSL_NO_ENGINE
981 {"engine", OPT_ENGINE, 's'},
982#endif
Rich Salz7e1b7482015-04-24 15:26:15 -0400983 {NULL}
984};
985
986int s_server_main(int argc, char *argv[])
Matt Caswell0f113f32015-01-22 03:40:55 +0000987{
Rich Salz7e1b7482015-04-24 15:26:15 -0400988 ENGINE *e = NULL;
989 EVP_PKEY *s_key = NULL, *s_dkey = NULL;
990 SSL_CONF_CTX *cctx = NULL;
Matt Caswell32ec4152015-03-27 23:01:51 +0000991 const SSL_METHOD *meth = TLS_server_method();
Rich Salz7e1b7482015-04-24 15:26:15 -0400992 SSL_EXCERT *exc = NULL;
993 STACK_OF(OPENSSL_STRING) *ssl_args = NULL;
994 STACK_OF(X509) *s_chain = NULL, *s_dchain = NULL;
995 STACK_OF(X509_CRL) *crls = NULL;
996 X509 *s_cert = NULL, *s_dcert = NULL;
Matt Caswell0f113f32015-01-22 03:40:55 +0000997 X509_VERIFY_PARAM *vpm = NULL;
Rich Salz7e1b7482015-04-24 15:26:15 -0400998 char *CApath = NULL, *CAfile = NULL, *chCApath = NULL, *chCAfile = NULL;
Dr. Stephen Henson37f3a3b2015-09-19 22:03:15 +0100999#ifndef OPENSSL_NO_DH
1000 char *dhfile = NULL;
1001#endif
1002 char *dpassarg = NULL, *dpass = NULL, *inrand = NULL;
Rich Salz7e1b7482015-04-24 15:26:15 -04001003 char *passarg = NULL, *pass = NULL, *vfyCApath = NULL, *vfyCAfile = NULL;
Matt Caswella7f82a12015-05-15 09:42:08 +01001004 char *crl_file = NULL, *prog;
1005#ifndef OPENSSL_NO_PSK
1006 char *p;
1007#endif
Richard Levitteab69ac02016-02-03 00:47:42 +01001008#ifdef AF_UNIX
Matt Caswell0f113f32015-01-22 03:40:55 +00001009 int unlink_unix_path = 0;
Dr. Stephen Henson9cd86ab2014-07-01 12:44:00 +01001010#endif
Richard Levitteab69ac02016-02-03 00:47:42 +01001011 int (*server_cb) (const char *hostname, int s, int stype,
Matt Caswell0f113f32015-01-22 03:40:55 +00001012 unsigned char *context);
Rich Salz7e1b7482015-04-24 15:26:15 -04001013 int vpmtouched = 0, build_chain = 0, no_cache = 0, ext_cache = 0;
Dr. Stephen Henson37f3a3b2015-09-19 22:03:15 +01001014#ifndef OPENSSL_NO_DH
1015 int no_dhe = 0;
1016#endif
Matt Caswell8caab742015-12-15 10:43:44 +00001017 int nocert = 0, ret = 1;
Matt Caswell2b6bcb72015-09-22 16:00:52 +01001018 int noCApath = 0, noCAfile = 0;
Matt Caswell0f113f32015-01-22 03:40:55 +00001019 int s_cert_format = FORMAT_PEM, s_key_format = FORMAT_PEM;
Matt Caswell0f113f32015-01-22 03:40:55 +00001020 int s_dcert_format = FORMAT_PEM, s_dkey_format = FORMAT_PEM;
Richard Levitteab69ac02016-02-03 00:47:42 +01001021 int rev = 0, naccept = -1, sdebug = 0;
1022 int socket_family = AF_UNSPEC, socket_type = SOCK_STREAM;
Rich Salz7e1b7482015-04-24 15:26:15 -04001023 int state = 0, crl_format = FORMAT_PEM, crl_download = 0;
Richard Levitteab69ac02016-02-03 00:47:42 +01001024 char *host = NULL;
1025 char *port = BUF_strdup(PORT);
Rich Salz7e1b7482015-04-24 15:26:15 -04001026 unsigned char *context = NULL;
1027 OPTION_CHOICE o;
Matt Caswell0f113f32015-01-22 03:40:55 +00001028 EVP_PKEY *s_key2 = NULL;
1029 X509 *s_cert2 = NULL;
1030 tlsextctx tlsextcbp = { NULL, NULL, SSL_TLSEXT_ERR_ALERT_WARNING };
Dr. Stephen Henson287d0b92015-07-08 23:09:52 +01001031 const char *ssl_config = NULL;
Matt Caswelle481f9b2015-05-15 10:49:56 +01001032#ifndef OPENSSL_NO_NEXTPROTONEG
Matt Caswell0f113f32015-01-22 03:40:55 +00001033 const char *next_proto_neg_in = NULL;
1034 tlsextnextprotoctx next_proto = { NULL, 0 };
Matt Caswelle481f9b2015-05-15 10:49:56 +01001035#endif
Matt Caswell0f113f32015-01-22 03:40:55 +00001036 const char *alpn_in = NULL;
1037 tlsextalpnctx alpn_ctx = { NULL, 0 };
Nils Larschddac1972006-03-10 23:06:27 +00001038#ifndef OPENSSL_NO_PSK
Matt Caswell0f113f32015-01-22 03:40:55 +00001039 /* by default do not send a PSK identity hint */
1040 static char *psk_identity_hint = NULL;
Nils Larschddac1972006-03-10 23:06:27 +00001041#endif
Ben Laurieedc032b2011-03-12 17:01:19 +00001042#ifndef OPENSSL_NO_SRP
Matt Caswell0f113f32015-01-22 03:40:55 +00001043 char *srpuserseed = NULL;
1044 char *srp_verifier_file = NULL;
Ben Laurieedc032b2011-03-12 17:01:19 +00001045#endif
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001046
Matt Caswell0f113f32015-01-22 03:40:55 +00001047 local_argc = argc;
1048 local_argv = argv;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001049
Matt Caswell0f113f32015-01-22 03:40:55 +00001050 s_server_init();
Matt Caswell0f113f32015-01-22 03:40:55 +00001051 cctx = SSL_CONF_CTX_new();
Rich Salz7e1b7482015-04-24 15:26:15 -04001052 vpm = X509_VERIFY_PARAM_new();
1053 if (cctx == NULL || vpm == NULL)
Matt Caswell0f113f32015-01-22 03:40:55 +00001054 goto end;
Rich Salz7e1b7482015-04-24 15:26:15 -04001055 SSL_CONF_CTX_set_flags(cctx, SSL_CONF_FLAG_SERVER | SSL_CONF_FLAG_CMDLINE);
Dr. Stephen Henson5d2e07f2012-11-17 14:42:22 +00001056
Rich Salz7e1b7482015-04-24 15:26:15 -04001057 prog = opt_init(argc, argv, s_server_options);
1058 while ((o = opt_next()) != OPT_EOF) {
1059 switch (o) {
1060 case OPT_EOF:
1061 case OPT_ERR:
1062 opthelp:
1063 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);
1064 goto end;
1065 case OPT_HELP:
1066 opt_help(s_server_options);
1067 ret = 0;
1068 goto end;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001069
Richard Levitteab69ac02016-02-03 00:47:42 +01001070 case OPT_4:
1071#ifdef AF_UNIX
1072 if (socket_family == AF_UNIX) {
1073 OPENSSL_free(host); host = NULL;
1074 OPENSSL_free(port); port = NULL;
1075 }
Geoff Thorpea9351322014-04-26 01:22:54 -04001076#endif
Richard Levitteab69ac02016-02-03 00:47:42 +01001077 socket_family = AF_INET;
1078 break;
1079 case OPT_6:
1080 if (1) {
1081#ifdef AF_INET6
1082#ifdef AF_UNIX
1083 if (socket_family == AF_UNIX) {
1084 OPENSSL_free(host); host = NULL;
1085 OPENSSL_free(port); port = NULL;
1086 }
1087#endif
1088 socket_family = AF_INET6;
1089 } else {
1090#endif
1091 BIO_printf(bio_err, "%s: IPv6 domain sockets unsupported\n", prog);
1092 goto end;
1093 }
1094 break;
1095 case OPT_PORT:
1096#ifdef AF_UNIX
1097 if (socket_family == AF_UNIX) {
1098 socket_family = AF_UNSPEC;
1099 }
1100#endif
1101 OPENSSL_free(port); port = NULL;
1102 OPENSSL_free(host); host = NULL;
1103 if (BIO_parse_hostserv(opt_arg(), NULL, &port, BIO_PARSE_PRIO_SERV) < 1) {
1104 BIO_printf(bio_err,
1105 "%s: -port argument malformed or ambiguous\n",
1106 port);
1107 goto end;
1108 }
1109 break;
1110 case OPT_ACCEPT:
1111#ifdef AF_UNIX
1112 if (socket_family == AF_UNIX) {
1113 socket_family = AF_UNSPEC;
1114 }
1115#endif
1116 OPENSSL_free(port); port = NULL;
1117 OPENSSL_free(host); host = NULL;
1118 if (BIO_parse_hostserv(opt_arg(), &host, &port, BIO_PARSE_PRIO_SERV) < 1) {
1119 BIO_printf(bio_err,
1120 "%s: -accept argument malformed or ambiguous\n",
1121 port);
1122 goto end;
1123 }
1124 break;
1125#ifdef AF_UNIX
1126 case OPT_UNIX:
1127 socket_family = AF_UNIX;
1128 OPENSSL_free(host); host = BUF_strdup(opt_arg());
1129 OPENSSL_free(port); port = NULL;
Rich Salz7e1b7482015-04-24 15:26:15 -04001130 break;
1131 case OPT_UNLINK:
Matt Caswell0f113f32015-01-22 03:40:55 +00001132 unlink_unix_path = 1;
Rich Salz7e1b7482015-04-24 15:26:15 -04001133 break;
Richard Levitteab69ac02016-02-03 00:47:42 +01001134#endif
Rich Salz7e1b7482015-04-24 15:26:15 -04001135 case OPT_NACCEPT:
1136 naccept = atol(opt_arg());
1137 break;
1138 case OPT_VERIFY:
Matt Caswell0f113f32015-01-22 03:40:55 +00001139 s_server_verify = SSL_VERIFY_PEER | SSL_VERIFY_CLIENT_ONCE;
Rich Salz7e1b7482015-04-24 15:26:15 -04001140 verify_depth = atoi(opt_arg());
Matt Caswell0f113f32015-01-22 03:40:55 +00001141 if (!s_quiet)
1142 BIO_printf(bio_err, "verify depth is %d\n", verify_depth);
Rich Salz7e1b7482015-04-24 15:26:15 -04001143 break;
1144 case OPT_UPPER_V_VERIFY:
Matt Caswell0f113f32015-01-22 03:40:55 +00001145 s_server_verify =
1146 SSL_VERIFY_PEER | SSL_VERIFY_FAIL_IF_NO_PEER_CERT |
1147 SSL_VERIFY_CLIENT_ONCE;
Rich Salz7e1b7482015-04-24 15:26:15 -04001148 verify_depth = atoi(opt_arg());
Matt Caswell0f113f32015-01-22 03:40:55 +00001149 if (!s_quiet)
1150 BIO_printf(bio_err,
1151 "verify depth is %d, must return a certificate\n",
1152 verify_depth);
Rich Salz7e1b7482015-04-24 15:26:15 -04001153 break;
1154 case OPT_CONTEXT:
1155 context = (unsigned char *)opt_arg();
1156 break;
1157 case OPT_CERT:
1158 s_cert_file = opt_arg();
1159 break;
1160 case OPT_CRL:
1161 crl_file = opt_arg();
1162 break;
1163 case OPT_CRL_DOWNLOAD:
Matt Caswell0f113f32015-01-22 03:40:55 +00001164 crl_download = 1;
Rich Salz7e1b7482015-04-24 15:26:15 -04001165 break;
Rich Salz7e1b7482015-04-24 15:26:15 -04001166 case OPT_SERVERINFO:
1167 s_serverinfo_file = opt_arg();
1168 break;
Rich Salz7e1b7482015-04-24 15:26:15 -04001169 case OPT_CERTFORM:
1170 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &s_cert_format))
1171 goto opthelp;
1172 break;
1173 case OPT_KEY:
1174 s_key_file = opt_arg();
1175 break;
1176 case OPT_KEYFORM:
1177 if (!opt_format(opt_arg(), OPT_FMT_ANY, &s_key_format))
1178 goto opthelp;
1179 break;
1180 case OPT_PASS:
1181 passarg = opt_arg();
1182 break;
1183 case OPT_CERT_CHAIN:
1184 s_chain_file = opt_arg();
1185 break;
1186 case OPT_DHPARAM:
Dr. Stephen Henson37f3a3b2015-09-19 22:03:15 +01001187#ifndef OPENSSL_NO_DH
Rich Salz7e1b7482015-04-24 15:26:15 -04001188 dhfile = opt_arg();
Dr. Stephen Henson37f3a3b2015-09-19 22:03:15 +01001189#endif
Rich Salz7e1b7482015-04-24 15:26:15 -04001190 break;
1191 case OPT_DCERTFORM:
1192 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &s_dcert_format))
1193 goto opthelp;
1194 break;
1195 case OPT_DCERT:
1196 s_dcert_file = opt_arg();
1197 break;
1198 case OPT_DKEYFORM:
1199 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &s_dkey_format))
1200 goto opthelp;
1201 break;
1202 case OPT_DPASS:
1203 dpassarg = opt_arg();
1204 break;
1205 case OPT_DKEY:
1206 s_dkey_file = opt_arg();
1207 break;
1208 case OPT_DCERT_CHAIN:
1209 s_dchain_file = opt_arg();
1210 break;
1211 case OPT_NOCERT:
Matt Caswell0f113f32015-01-22 03:40:55 +00001212 nocert = 1;
Rich Salz7e1b7482015-04-24 15:26:15 -04001213 break;
1214 case OPT_CAPATH:
1215 CApath = opt_arg();
1216 break;
Matt Caswell2b6bcb72015-09-22 16:00:52 +01001217 case OPT_NOCAPATH:
1218 noCApath = 1;
1219 break;
Rich Salz7e1b7482015-04-24 15:26:15 -04001220 case OPT_CHAINCAPATH:
1221 chCApath = opt_arg();
1222 break;
1223 case OPT_VERIFYCAPATH:
1224 vfyCApath = opt_arg();
1225 break;
1226 case OPT_NO_CACHE:
Matt Caswell0f113f32015-01-22 03:40:55 +00001227 no_cache = 1;
Rich Salz7e1b7482015-04-24 15:26:15 -04001228 break;
1229 case OPT_EXT_CACHE:
Matt Caswell0f113f32015-01-22 03:40:55 +00001230 ext_cache = 1;
Rich Salz7e1b7482015-04-24 15:26:15 -04001231 break;
1232 case OPT_CRLFORM:
1233 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &crl_format))
1234 goto opthelp;
1235 break;
1236 case OPT_S_CASES:
1237 if (ssl_args == NULL)
1238 ssl_args = sk_OPENSSL_STRING_new_null();
1239 if (ssl_args == NULL
1240 || !sk_OPENSSL_STRING_push(ssl_args, opt_flag())
1241 || !sk_OPENSSL_STRING_push(ssl_args, opt_arg())) {
1242 BIO_printf(bio_err, "%s: Memory allocation failure\n", prog);
1243 goto end;
1244 }
1245 break;
1246 case OPT_V_CASES:
1247 if (!opt_verify(o, vpm))
1248 goto end;
1249 vpmtouched++;
1250 break;
1251 case OPT_X_CASES:
1252 if (!args_excert(o, &exc))
1253 goto end;
1254 break;
1255 case OPT_VERIFY_RET_ERROR:
Matt Caswell0f113f32015-01-22 03:40:55 +00001256 verify_return_error = 1;
Rich Salz7e1b7482015-04-24 15:26:15 -04001257 break;
1258 case OPT_VERIFY_QUIET:
Matt Caswell0f113f32015-01-22 03:40:55 +00001259 verify_quiet = 1;
Rich Salz7e1b7482015-04-24 15:26:15 -04001260 break;
1261 case OPT_BUILD_CHAIN:
Matt Caswell0f113f32015-01-22 03:40:55 +00001262 build_chain = 1;
Rich Salz7e1b7482015-04-24 15:26:15 -04001263 break;
1264 case OPT_CAFILE:
1265 CAfile = opt_arg();
1266 break;
Matt Caswell2b6bcb72015-09-22 16:00:52 +01001267 case OPT_NOCAFILE:
1268 noCAfile = 1;
1269 break;
Rich Salz7e1b7482015-04-24 15:26:15 -04001270 case OPT_CHAINCAFILE:
1271 chCAfile = opt_arg();
1272 break;
1273 case OPT_VERIFYCAFILE:
1274 vfyCAfile = opt_arg();
1275 break;
1276 case OPT_NBIO:
Matt Caswell0f113f32015-01-22 03:40:55 +00001277 s_nbio = 1;
Rich Salz7e1b7482015-04-24 15:26:15 -04001278 break;
1279 case OPT_NBIO_TEST:
1280 s_nbio = s_nbio_test = 1;
1281 break;
1282 case OPT_IGN_EOF:
Matt Caswell0f113f32015-01-22 03:40:55 +00001283 s_ign_eof = 1;
Rich Salz7e1b7482015-04-24 15:26:15 -04001284 break;
1285 case OPT_NO_IGN_EOF:
Matt Caswell0f113f32015-01-22 03:40:55 +00001286 s_ign_eof = 0;
Rich Salz7e1b7482015-04-24 15:26:15 -04001287 break;
1288 case OPT_DEBUG:
Matt Caswell0f113f32015-01-22 03:40:55 +00001289 s_debug = 1;
Rich Salz7e1b7482015-04-24 15:26:15 -04001290 break;
Rich Salz7e1b7482015-04-24 15:26:15 -04001291 case OPT_TLSEXTDEBUG:
Matt Caswell0f113f32015-01-22 03:40:55 +00001292 s_tlsextdebug = 1;
Rich Salz7e1b7482015-04-24 15:26:15 -04001293 break;
1294 case OPT_STATUS:
Matt Caswell0f113f32015-01-22 03:40:55 +00001295 s_tlsextstatus = 1;
Rich Salz7e1b7482015-04-24 15:26:15 -04001296 break;
1297 case OPT_STATUS_VERBOSE:
1298 s_tlsextstatus = tlscstatp.verbose = 1;
1299 break;
1300 case OPT_STATUS_TIMEOUT:
Matt Caswell0f113f32015-01-22 03:40:55 +00001301 s_tlsextstatus = 1;
Rich Salz7e1b7482015-04-24 15:26:15 -04001302 tlscstatp.timeout = atoi(opt_arg());
1303 break;
1304 case OPT_STATUS_URL:
Matt Caswell0f113f32015-01-22 03:40:55 +00001305 s_tlsextstatus = 1;
Rich Salz7e1b7482015-04-24 15:26:15 -04001306 if (!OCSP_parse_url(opt_arg(),
Matt Caswell0f113f32015-01-22 03:40:55 +00001307 &tlscstatp.host,
1308 &tlscstatp.port,
1309 &tlscstatp.path, &tlscstatp.use_ssl)) {
1310 BIO_printf(bio_err, "Error parsing URL\n");
Rich Salz7e1b7482015-04-24 15:26:15 -04001311 goto end;
Matt Caswell0f113f32015-01-22 03:40:55 +00001312 }
Rich Salz7e1b7482015-04-24 15:26:15 -04001313 break;
Rich Salz7e1b7482015-04-24 15:26:15 -04001314 case OPT_MSG:
Matt Caswell0f113f32015-01-22 03:40:55 +00001315 s_msg = 1;
Rich Salz7e1b7482015-04-24 15:26:15 -04001316 break;
1317 case OPT_MSGFILE:
1318 bio_s_msg = BIO_new_file(opt_arg(), "w");
1319 break;
Rich Salz9c3bcfa2015-05-15 13:50:38 -04001320 case OPT_TRACE:
Dr. Stephen Henson93ab9e42012-06-15 12:46:09 +00001321#ifndef OPENSSL_NO_SSL_TRACE
Matt Caswell0f113f32015-01-22 03:40:55 +00001322 s_msg = 2;
Rich Salz7e1b7482015-04-24 15:26:15 -04001323#else
Rich Salz9c3bcfa2015-05-15 13:50:38 -04001324 break;
Dr. Stephen Henson93ab9e42012-06-15 12:46:09 +00001325#endif
Rich Salz7e1b7482015-04-24 15:26:15 -04001326 case OPT_SECURITY_DEBUG:
Matt Caswell0f113f32015-01-22 03:40:55 +00001327 sdebug = 1;
Rich Salz7e1b7482015-04-24 15:26:15 -04001328 break;
1329 case OPT_SECURITY_DEBUG_VERBOSE:
Matt Caswell0f113f32015-01-22 03:40:55 +00001330 sdebug = 2;
Rich Salz7e1b7482015-04-24 15:26:15 -04001331 break;
1332 case OPT_STATE:
Matt Caswell0f113f32015-01-22 03:40:55 +00001333 state = 1;
Rich Salz7e1b7482015-04-24 15:26:15 -04001334 break;
1335 case OPT_CRLF:
Matt Caswell0f113f32015-01-22 03:40:55 +00001336 s_crlf = 1;
Rich Salz7e1b7482015-04-24 15:26:15 -04001337 break;
1338 case OPT_QUIET:
Matt Caswell0f113f32015-01-22 03:40:55 +00001339 s_quiet = 1;
Rich Salz7e1b7482015-04-24 15:26:15 -04001340 break;
1341 case OPT_BRIEF:
1342 s_quiet = s_brief = verify_quiet = 1;
1343 break;
Rich Salz7e1b7482015-04-24 15:26:15 -04001344 case OPT_NO_DHE:
Dr. Stephen Henson37f3a3b2015-09-19 22:03:15 +01001345#ifndef OPENSSL_NO_DH
Matt Caswell0f113f32015-01-22 03:40:55 +00001346 no_dhe = 1;
Dr. Stephen Henson37f3a3b2015-09-19 22:03:15 +01001347#endif
Rich Salz7e1b7482015-04-24 15:26:15 -04001348 break;
Rich Salz7e1b7482015-04-24 15:26:15 -04001349 case OPT_NO_RESUME_EPHEMERAL:
Matt Caswell0f113f32015-01-22 03:40:55 +00001350 no_resume_ephemeral = 1;
Rich Salz7e1b7482015-04-24 15:26:15 -04001351 break;
Rich Salz7e1b7482015-04-24 15:26:15 -04001352 case OPT_PSK_HINT:
Viktor Dukhovni6b01bed2016-01-18 13:10:21 -05001353#ifndef OPENSSL_NO_PSK
Rich Salz7e1b7482015-04-24 15:26:15 -04001354 psk_identity_hint = opt_arg();
Viktor Dukhovni6b01bed2016-01-18 13:10:21 -05001355#endif
Rich Salz7e1b7482015-04-24 15:26:15 -04001356 break;
1357 case OPT_PSK:
Viktor Dukhovni6b01bed2016-01-18 13:10:21 -05001358#ifndef OPENSSL_NO_PSK
Rich Salz7e1b7482015-04-24 15:26:15 -04001359 for (p = psk_key = opt_arg(); *p; p++) {
1360 if (isxdigit(*p))
Matt Caswell0f113f32015-01-22 03:40:55 +00001361 continue;
1362 BIO_printf(bio_err, "Not a hex number '%s'\n", *argv);
Rich Salz7e1b7482015-04-24 15:26:15 -04001363 goto end;
Matt Caswell0f113f32015-01-22 03:40:55 +00001364 }
Nils Larschddac1972006-03-10 23:06:27 +00001365#endif
Viktor Dukhovni6b01bed2016-01-18 13:10:21 -05001366 break;
Rich Salz7e1b7482015-04-24 15:26:15 -04001367 case OPT_SRPVFILE:
Viktor Dukhovni6b01bed2016-01-18 13:10:21 -05001368#ifndef OPENSSL_NO_SRP
Rich Salz7e1b7482015-04-24 15:26:15 -04001369 srp_verifier_file = opt_arg();
Matt Caswell0f113f32015-01-22 03:40:55 +00001370 meth = TLSv1_server_method();
Viktor Dukhovni6b01bed2016-01-18 13:10:21 -05001371#endif
Rich Salz7e1b7482015-04-24 15:26:15 -04001372 break;
1373 case OPT_SRPUSERSEED:
Viktor Dukhovni6b01bed2016-01-18 13:10:21 -05001374#ifndef OPENSSL_NO_SRP
Rich Salz7e1b7482015-04-24 15:26:15 -04001375 srpuserseed = opt_arg();
Matt Caswell0f113f32015-01-22 03:40:55 +00001376 meth = TLSv1_server_method();
Ben Laurieedc032b2011-03-12 17:01:19 +00001377#endif
Viktor Dukhovni6b01bed2016-01-18 13:10:21 -05001378 break;
Rich Salz7e1b7482015-04-24 15:26:15 -04001379 case OPT_REV:
Matt Caswell0f113f32015-01-22 03:40:55 +00001380 rev = 1;
Rich Salz7e1b7482015-04-24 15:26:15 -04001381 break;
1382 case OPT_WWW:
Matt Caswell0f113f32015-01-22 03:40:55 +00001383 www = 1;
Rich Salz7e1b7482015-04-24 15:26:15 -04001384 break;
1385 case OPT_UPPER_WWW:
Matt Caswell0f113f32015-01-22 03:40:55 +00001386 www = 2;
Rich Salz7e1b7482015-04-24 15:26:15 -04001387 break;
1388 case OPT_HTTP:
Matt Caswell0f113f32015-01-22 03:40:55 +00001389 www = 3;
Rich Salz7e1b7482015-04-24 15:26:15 -04001390 break;
Dr. Stephen Henson287d0b92015-07-08 23:09:52 +01001391 case OPT_SSL_CONFIG:
1392 ssl_config = opt_arg();
1393 break;
Rich Salz7e1b7482015-04-24 15:26:15 -04001394 case OPT_SSL3:
Rich Salz9c3bcfa2015-05-15 13:50:38 -04001395#ifndef OPENSSL_NO_SSL3
Matt Caswell4407d072015-05-06 11:17:07 +01001396 meth = SSLv3_server_method();
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001397#endif
Rich Salz9c3bcfa2015-05-15 13:50:38 -04001398 break;
Rich Salz7e1b7482015-04-24 15:26:15 -04001399 case OPT_TLS1_2:
Viktor Dukhovni6b01bed2016-01-18 13:10:21 -05001400#ifndef OPENSSL_NO_TLS1_2
Matt Caswell4407d072015-05-06 11:17:07 +01001401 meth = TLSv1_2_server_method();
Viktor Dukhovni6b01bed2016-01-18 13:10:21 -05001402#endif
Rich Salz7e1b7482015-04-24 15:26:15 -04001403 break;
1404 case OPT_TLS1_1:
Viktor Dukhovni6b01bed2016-01-18 13:10:21 -05001405#ifndef OPENSSL_NO_TLS1_1
Matt Caswell4407d072015-05-06 11:17:07 +01001406 meth = TLSv1_1_server_method();
Viktor Dukhovni6b01bed2016-01-18 13:10:21 -05001407#endif
Rich Salz7e1b7482015-04-24 15:26:15 -04001408 break;
1409 case OPT_TLS1:
Viktor Dukhovni6b01bed2016-01-18 13:10:21 -05001410#ifndef OPENSSL_NO_TLS1
Matt Caswell4407d072015-05-06 11:17:07 +01001411 meth = TLSv1_server_method();
Viktor Dukhovni6b01bed2016-01-18 13:10:21 -05001412#endif
Rich Salz7e1b7482015-04-24 15:26:15 -04001413 break;
Rich Salz7e1b7482015-04-24 15:26:15 -04001414 case OPT_DTLS:
Viktor Dukhovni6b01bed2016-01-18 13:10:21 -05001415#ifndef OPENSSL_NO_DTLS
Matt Caswell4407d072015-05-06 11:17:07 +01001416 meth = DTLS_server_method();
Matt Caswell0f113f32015-01-22 03:40:55 +00001417 socket_type = SOCK_DGRAM;
Viktor Dukhovni6b01bed2016-01-18 13:10:21 -05001418#endif
Rich Salz7e1b7482015-04-24 15:26:15 -04001419 break;
1420 case OPT_DTLS1:
Viktor Dukhovni6b01bed2016-01-18 13:10:21 -05001421#ifndef OPENSSL_NO_DTLS1
Matt Caswell4407d072015-05-06 11:17:07 +01001422 meth = DTLSv1_server_method();
Matt Caswell0f113f32015-01-22 03:40:55 +00001423 socket_type = SOCK_DGRAM;
Viktor Dukhovni6b01bed2016-01-18 13:10:21 -05001424#endif
Rich Salz7e1b7482015-04-24 15:26:15 -04001425 break;
1426 case OPT_DTLS1_2:
Viktor Dukhovni6b01bed2016-01-18 13:10:21 -05001427#ifndef OPENSSL_NO_DTLS1_2
Matt Caswell4407d072015-05-06 11:17:07 +01001428 meth = DTLSv1_2_server_method();
Matt Caswell0f113f32015-01-22 03:40:55 +00001429 socket_type = SOCK_DGRAM;
Viktor Dukhovni6b01bed2016-01-18 13:10:21 -05001430#endif
Rich Salz7e1b7482015-04-24 15:26:15 -04001431 break;
1432 case OPT_TIMEOUT:
Viktor Dukhovni6b01bed2016-01-18 13:10:21 -05001433#ifndef OPENSSL_NO_DTLS
Matt Caswell0f113f32015-01-22 03:40:55 +00001434 enable_timeouts = 1;
Viktor Dukhovni6b01bed2016-01-18 13:10:21 -05001435#endif
Rich Salz7e1b7482015-04-24 15:26:15 -04001436 break;
1437 case OPT_MTU:
Viktor Dukhovni6b01bed2016-01-18 13:10:21 -05001438#ifndef OPENSSL_NO_DTLS
Rich Salz7e1b7482015-04-24 15:26:15 -04001439 socket_mtu = atol(opt_arg());
Viktor Dukhovni6b01bed2016-01-18 13:10:21 -05001440#endif
Rich Salz7e1b7482015-04-24 15:26:15 -04001441 break;
1442 case OPT_CHAIN:
Viktor Dukhovni6b01bed2016-01-18 13:10:21 -05001443#ifndef OPENSSL_NO_DTLS
Matt Caswell0f113f32015-01-22 03:40:55 +00001444 cert_chain = 1;
Viktor Dukhovni6b01bed2016-01-18 13:10:21 -05001445#endif
Rich Salz7e1b7482015-04-24 15:26:15 -04001446 break;
Matt Caswellfd4e98e2015-04-09 10:01:05 +01001447 case OPT_LISTEN:
Viktor Dukhovni6b01bed2016-01-18 13:10:21 -05001448#ifndef OPENSSL_NO_DTLS
Matt Caswellfd4e98e2015-04-09 10:01:05 +01001449 dtlslisten = 1;
Ben Laurie36d16f82005-04-26 16:02:40 +00001450#endif
Viktor Dukhovni6b01bed2016-01-18 13:10:21 -05001451 break;
Rich Salz7e1b7482015-04-24 15:26:15 -04001452 case OPT_ID_PREFIX:
1453 session_id_prefix = opt_arg();
1454 break;
1455 case OPT_ENGINE:
Rich Salz333b0702015-04-25 15:41:29 -04001456 e = setup_engine(opt_arg(), 1);
Rich Salz7e1b7482015-04-24 15:26:15 -04001457 break;
1458 case OPT_RAND:
1459 inrand = opt_arg();
1460 break;
Rich Salz7e1b7482015-04-24 15:26:15 -04001461 case OPT_SERVERNAME:
1462 tlsextcbp.servername = opt_arg();
1463 break;
1464 case OPT_SERVERNAME_FATAL:
Matt Caswell0f113f32015-01-22 03:40:55 +00001465 tlsextcbp.extension_error = SSL_TLSEXT_ERR_ALERT_FATAL;
Rich Salz7e1b7482015-04-24 15:26:15 -04001466 break;
1467 case OPT_CERT2:
1468 s_cert_file2 = opt_arg();
1469 break;
1470 case OPT_KEY2:
1471 s_key_file2 = opt_arg();
1472 break;
Rich Salz7e1b7482015-04-24 15:26:15 -04001473 case OPT_NEXTPROTONEG:
Rich Salz9c3bcfa2015-05-15 13:50:38 -04001474# ifndef OPENSSL_NO_NEXTPROTONEG
Rich Salz7e1b7482015-04-24 15:26:15 -04001475 next_proto_neg_in = opt_arg();
Matt Caswelle481f9b2015-05-15 10:49:56 +01001476#endif
Rich Salz9c3bcfa2015-05-15 13:50:38 -04001477 break;
Rich Salz7e1b7482015-04-24 15:26:15 -04001478 case OPT_ALPN:
1479 alpn_in = opt_arg();
1480 break;
Dr. Stephen Henson79bd20f2008-11-24 17:27:08 +00001481#if !defined(OPENSSL_NO_JPAKE) && !defined(OPENSSL_NO_PSK)
Rich Salz7e1b7482015-04-24 15:26:15 -04001482 case OPT_JPAKE:
1483 jpake_secret = opt_arg();
1484 break;
1485#else
1486 case OPT_JPAKE:
1487 goto opthelp;
Dr. Stephen Hensoned551cd2008-11-12 17:28:18 +00001488#endif
Rich Salz7e1b7482015-04-24 15:26:15 -04001489 case OPT_SRTP_PROFILES:
1490 srtp_profiles = opt_arg();
1491 break;
1492 case OPT_KEYMATEXPORT:
1493 keymatexportlabel = opt_arg();
1494 break;
1495 case OPT_KEYMATEXPORTLEN:
1496 keymatexportlen = atoi(opt_arg());
Matt Caswell0f113f32015-01-22 03:40:55 +00001497 break;
Matt Caswell7e25dd62015-02-13 23:33:12 +00001498 case OPT_ASYNC:
1499 async = 1;
1500 break;
Matt Caswell0f113f32015-01-22 03:40:55 +00001501 }
Matt Caswell0f113f32015-01-22 03:40:55 +00001502 }
Rich Salz7e1b7482015-04-24 15:26:15 -04001503 argc = opt_num_rest();
1504 argv = opt_rest();
1505
Kurt Roeckxa5ecdc62015-12-12 11:12:22 +01001506#ifndef OPENSSL_NO_DTLS
Matt Caswell0f113f32015-01-22 03:40:55 +00001507 if (www && socket_type == SOCK_DGRAM) {
1508 BIO_printf(bio_err, "Can't use -HTTP, -www or -WWW with DTLS\n");
1509 goto end;
1510 }
Matt Caswellfd4e98e2015-04-09 10:01:05 +01001511
1512 if (dtlslisten && socket_type != SOCK_DGRAM) {
1513 BIO_printf(bio_err, "Can only use -listen with DTLS\n");
1514 goto end;
1515 }
Dr. Stephen Henson199772e2014-07-15 12:22:49 +01001516#endif
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001517
Richard Levitteab69ac02016-02-03 00:47:42 +01001518#ifdef AF_UNIX
1519 if (socket_family == AF_UNIX && socket_type != SOCK_STREAM) {
Matt Caswell0f113f32015-01-22 03:40:55 +00001520 BIO_printf(bio_err,
1521 "Can't use unix sockets and datagrams together\n");
1522 goto end;
1523 }
Richard Levitteab69ac02016-02-03 00:47:42 +01001524#endif
Dr. Stephen Henson79bd20f2008-11-24 17:27:08 +00001525#if !defined(OPENSSL_NO_JPAKE) && !defined(OPENSSL_NO_PSK)
Matt Caswell0f113f32015-01-22 03:40:55 +00001526 if (jpake_secret) {
1527 if (psk_key) {
1528 BIO_printf(bio_err, "Can't use JPAKE and PSK together\n");
1529 goto end;
1530 }
1531 psk_identity = "JPAKE";
1532 }
Ben Laurief3b7bda2008-11-16 12:47:12 +00001533#endif
Dr. Stephen Henson2900fc82008-11-30 22:01:31 +00001534
Rich Salz7e1b7482015-04-24 15:26:15 -04001535 if (!app_passwd(passarg, dpassarg, &pass, &dpass)) {
Matt Caswell0f113f32015-01-22 03:40:55 +00001536 BIO_printf(bio_err, "Error getting password\n");
1537 goto end;
1538 }
Dr. Stephen Henson826a42a2004-11-16 17:30:59 +00001539
Matt Caswell0f113f32015-01-22 03:40:55 +00001540 if (s_key_file == NULL)
1541 s_key_file = s_cert_file;
Matt Caswelle481f9b2015-05-15 10:49:56 +01001542
Matt Caswell0f113f32015-01-22 03:40:55 +00001543 if (s_key_file2 == NULL)
1544 s_key_file2 = s_cert_file2;
Dr. Stephen Henson826a42a2004-11-16 17:30:59 +00001545
Rich Salz7e1b7482015-04-24 15:26:15 -04001546 if (!load_excert(&exc))
Matt Caswell0f113f32015-01-22 03:40:55 +00001547 goto end;
Dr. Stephen Henson18d71582012-06-29 14:24:42 +00001548
Matt Caswell0f113f32015-01-22 03:40:55 +00001549 if (nocert == 0) {
Rich Salz7e1b7482015-04-24 15:26:15 -04001550 s_key = load_key(s_key_file, s_key_format, 0, pass, e,
Matt Caswell0f113f32015-01-22 03:40:55 +00001551 "server certificate private key file");
1552 if (!s_key) {
1553 ERR_print_errors(bio_err);
1554 goto end;
1555 }
Dr. Stephen Henson826a42a2004-11-16 17:30:59 +00001556
Rich Salz7e1b7482015-04-24 15:26:15 -04001557 s_cert = load_cert(s_cert_file, s_cert_format,
Matt Caswell0f113f32015-01-22 03:40:55 +00001558 NULL, e, "server certificate file");
Dr. Stephen Henson826a42a2004-11-16 17:30:59 +00001559
Matt Caswell0f113f32015-01-22 03:40:55 +00001560 if (!s_cert) {
1561 ERR_print_errors(bio_err);
1562 goto end;
1563 }
1564 if (s_chain_file) {
Viktor Dukhovni0996dc52016-01-16 00:08:38 -05001565 if (!load_certs(s_chain_file, &s_chain, FORMAT_PEM, NULL, e,
1566 "server certificate chain"))
Matt Caswell0f113f32015-01-22 03:40:55 +00001567 goto end;
1568 }
Matt Caswelle481f9b2015-05-15 10:49:56 +01001569
Matt Caswell0f113f32015-01-22 03:40:55 +00001570 if (tlsextcbp.servername) {
Rich Salz7e1b7482015-04-24 15:26:15 -04001571 s_key2 = load_key(s_key_file2, s_key_format, 0, pass, e,
Matt Caswell0f113f32015-01-22 03:40:55 +00001572 "second server certificate private key file");
1573 if (!s_key2) {
1574 ERR_print_errors(bio_err);
1575 goto end;
1576 }
Dr. Stephen Henson826a42a2004-11-16 17:30:59 +00001577
Rich Salz7e1b7482015-04-24 15:26:15 -04001578 s_cert2 = load_cert(s_cert_file2, s_cert_format,
Matt Caswell0f113f32015-01-22 03:40:55 +00001579 NULL, e, "second server certificate file");
1580
1581 if (!s_cert2) {
1582 ERR_print_errors(bio_err);
1583 goto end;
1584 }
1585 }
Matt Caswell0f113f32015-01-22 03:40:55 +00001586 }
Matt Caswelle481f9b2015-05-15 10:49:56 +01001587#if !defined(OPENSSL_NO_NEXTPROTONEG)
Matt Caswell0f113f32015-01-22 03:40:55 +00001588 if (next_proto_neg_in) {
1589 unsigned short len;
1590 next_proto.data = next_protos_parse(&len, next_proto_neg_in);
1591 if (next_proto.data == NULL)
1592 goto end;
1593 next_proto.len = len;
1594 } else {
1595 next_proto.data = NULL;
1596 }
Matt Caswelle481f9b2015-05-15 10:49:56 +01001597#endif
Matt Caswell0f113f32015-01-22 03:40:55 +00001598 alpn_ctx.data = NULL;
1599 if (alpn_in) {
1600 unsigned short len;
1601 alpn_ctx.data = next_protos_parse(&len, alpn_in);
1602 if (alpn_ctx.data == NULL)
1603 goto end;
1604 alpn_ctx.len = len;
1605 }
Dr. Stephen Hensondd251652012-07-03 16:37:50 +00001606
Matt Caswell0f113f32015-01-22 03:40:55 +00001607 if (crl_file) {
1608 X509_CRL *crl;
1609 crl = load_crl(crl_file, crl_format);
1610 if (!crl) {
1611 BIO_puts(bio_err, "Error loading CRL\n");
1612 ERR_print_errors(bio_err);
1613 goto end;
1614 }
1615 crls = sk_X509_CRL_new_null();
1616 if (!crls || !sk_X509_CRL_push(crls, crl)) {
1617 BIO_puts(bio_err, "Error adding CRL\n");
1618 ERR_print_errors(bio_err);
1619 X509_CRL_free(crl);
1620 goto end;
1621 }
1622 }
Dr. Stephen Hensonfdb78f32012-12-02 16:16:28 +00001623
Matt Caswell0f113f32015-01-22 03:40:55 +00001624 if (s_dcert_file) {
Bodo Möllered3883d2006-01-02 23:14:37 +00001625
Matt Caswell0f113f32015-01-22 03:40:55 +00001626 if (s_dkey_file == NULL)
1627 s_dkey_file = s_dcert_file;
Dr. Stephen Henson826a42a2004-11-16 17:30:59 +00001628
Rich Salz7e1b7482015-04-24 15:26:15 -04001629 s_dkey = load_key(s_dkey_file, s_dkey_format,
Matt Caswell0f113f32015-01-22 03:40:55 +00001630 0, dpass, e, "second certificate private key file");
1631 if (!s_dkey) {
1632 ERR_print_errors(bio_err);
1633 goto end;
1634 }
Dr. Stephen Henson826a42a2004-11-16 17:30:59 +00001635
Rich Salz7e1b7482015-04-24 15:26:15 -04001636 s_dcert = load_cert(s_dcert_file, s_dcert_format,
Matt Caswell0f113f32015-01-22 03:40:55 +00001637 NULL, e, "second server certificate file");
Dr. Stephen Henson826a42a2004-11-16 17:30:59 +00001638
Matt Caswell0f113f32015-01-22 03:40:55 +00001639 if (!s_dcert) {
1640 ERR_print_errors(bio_err);
1641 goto end;
1642 }
1643 if (s_dchain_file) {
Viktor Dukhovni0996dc52016-01-16 00:08:38 -05001644 if (!load_certs(s_dchain_file, &s_dchain, FORMAT_PEM, NULL, e,
1645 "second server certificate chain"))
Matt Caswell0f113f32015-01-22 03:40:55 +00001646 goto end;
1647 }
Dr. Stephen Henson826a42a2004-11-16 17:30:59 +00001648
Matt Caswell0f113f32015-01-22 03:40:55 +00001649 }
Dr. Stephen Henson826a42a2004-11-16 17:30:59 +00001650
Rich Salz7e1b7482015-04-24 15:26:15 -04001651 if (!app_RAND_load_file(NULL, 1) && inrand == NULL
Matt Caswell0f113f32015-01-22 03:40:55 +00001652 && !RAND_status()) {
1653 BIO_printf(bio_err,
1654 "warning, not much extra random data, consider using the -rand option\n");
1655 }
1656 if (inrand != NULL)
1657 BIO_printf(bio_err, "%ld semi-random bytes loaded\n",
1658 app_RAND_load_files(inrand));
Dr. Stephen Henson826a42a2004-11-16 17:30:59 +00001659
Matt Caswell0f113f32015-01-22 03:40:55 +00001660 if (bio_s_out == NULL) {
1661 if (s_quiet && !s_debug) {
1662 bio_s_out = BIO_new(BIO_s_null());
1663 if (s_msg && !bio_s_msg)
Richard Levittea60994d2015-09-06 12:20:12 +02001664 bio_s_msg = dup_bio_out(FORMAT_TEXT);
Matt Caswell0f113f32015-01-22 03:40:55 +00001665 } else {
1666 if (bio_s_out == NULL)
Richard Levittea60994d2015-09-06 12:20:12 +02001667 bio_s_out = dup_bio_out(FORMAT_TEXT);
Matt Caswell0f113f32015-01-22 03:40:55 +00001668 }
1669 }
Rich Salz10bf4fc2015-03-10 19:09:27 -04001670#if !defined(OPENSSL_NO_RSA) || !defined(OPENSSL_NO_DSA) || !defined(OPENSSL_NO_EC)
Matt Caswell0f113f32015-01-22 03:40:55 +00001671 if (nocert)
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001672#endif
Matt Caswell0f113f32015-01-22 03:40:55 +00001673 {
1674 s_cert_file = NULL;
1675 s_key_file = NULL;
1676 s_dcert_file = NULL;
1677 s_dkey_file = NULL;
Matt Caswell0f113f32015-01-22 03:40:55 +00001678 s_cert_file2 = NULL;
1679 s_key_file2 = NULL;
Matt Caswell0f113f32015-01-22 03:40:55 +00001680 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001681
Matt Caswell0f113f32015-01-22 03:40:55 +00001682 ctx = SSL_CTX_new(meth);
1683 if (sdebug)
Rich Salzecf3a1f2015-04-29 11:27:08 -04001684 ssl_ctx_security_debug(ctx, sdebug);
Matt Caswell0f113f32015-01-22 03:40:55 +00001685 if (ctx == NULL) {
1686 ERR_print_errors(bio_err);
1687 goto end;
1688 }
Dr. Stephen Henson287d0b92015-07-08 23:09:52 +01001689 if (ssl_config) {
1690 if (SSL_CTX_config(ctx, ssl_config) == 0) {
1691 BIO_printf(bio_err, "Error using configuration \"%s\"\n",
1692 ssl_config);
1693 ERR_print_errors(bio_err);
1694 goto end;
1695 }
1696 }
1697
Matt Caswell0f113f32015-01-22 03:40:55 +00001698 if (session_id_prefix) {
1699 if (strlen(session_id_prefix) >= 32)
1700 BIO_printf(bio_err,
1701 "warning: id_prefix is too long, only one new session will be possible\n");
1702 if (!SSL_CTX_set_generate_session_id(ctx, generate_session_id)) {
1703 BIO_printf(bio_err, "error setting 'id_prefix'\n");
1704 ERR_print_errors(bio_err);
1705 goto end;
1706 }
1707 BIO_printf(bio_err, "id_prefix '%s' set.\n", session_id_prefix);
1708 }
1709 SSL_CTX_set_quiet_shutdown(ctx, 1);
Matt Caswell0f113f32015-01-22 03:40:55 +00001710 if (exc)
1711 ssl_ctx_set_excert(ctx, exc);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001712
Matt Caswell0f113f32015-01-22 03:40:55 +00001713 if (state)
1714 SSL_CTX_set_info_callback(ctx, apps_ssl_info_callback);
1715 if (no_cache)
1716 SSL_CTX_set_session_cache_mode(ctx, SSL_SESS_CACHE_OFF);
1717 else if (ext_cache)
1718 init_session_cache_ctx(ctx);
1719 else
1720 SSL_CTX_sess_set_cache_size(ctx, 128);
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00001721
Matt Caswell252d6d32015-07-22 17:50:51 +01001722 if (async) {
Matt Caswell7e25dd62015-02-13 23:33:12 +00001723 SSL_CTX_set_mode(ctx, SSL_MODE_ASYNC);
Matt Caswell68487a92015-11-13 23:54:44 +00001724 ASYNC_init(1, 0, 0);
Matt Caswell252d6d32015-07-22 17:50:51 +01001725 }
Matt Caswell7e25dd62015-02-13 23:33:12 +00001726
Piotr Sikorae783bae2014-12-22 11:15:51 +00001727#ifndef OPENSSL_NO_SRTP
Matt Caswellac59d702015-03-06 14:39:46 +00001728 if (srtp_profiles != NULL) {
Rich Salz7e1b7482015-04-24 15:26:15 -04001729 /* Returns 0 on success! */
1730 if (SSL_CTX_set_tlsext_use_srtp(ctx, srtp_profiles) != 0) {
Matt Caswellac59d702015-03-06 14:39:46 +00001731 BIO_printf(bio_err, "Error setting SRTP profile\n");
1732 ERR_print_errors(bio_err);
1733 goto end;
1734 }
1735 }
Piotr Sikorae783bae2014-12-22 11:15:51 +00001736#endif
Ben Laurie333f9262011-11-15 22:59:20 +00001737
Matt Caswell2b6bcb72015-09-22 16:00:52 +01001738 if (!ctx_set_verify_locations(ctx, CAfile, CApath, noCAfile, noCApath)) {
Matt Caswell0f113f32015-01-22 03:40:55 +00001739 ERR_print_errors(bio_err);
Rich Salz7e1b7482015-04-24 15:26:15 -04001740 goto end;
Matt Caswell0f113f32015-01-22 03:40:55 +00001741 }
Rich Salz7e1b7482015-04-24 15:26:15 -04001742 if (vpmtouched && !SSL_CTX_set1_param(ctx, vpm)) {
1743 BIO_printf(bio_err, "Error setting verify params\n");
Matt Caswellac59d702015-03-06 14:39:46 +00001744 ERR_print_errors(bio_err);
1745 goto end;
1746 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001747
Matt Caswell0f113f32015-01-22 03:40:55 +00001748 ssl_ctx_add_crls(ctx, crls, 0);
Matt Caswell8caab742015-12-15 10:43:44 +00001749 if (!config_ctx(cctx, ssl_args, ctx, jpake_secret == NULL))
Matt Caswell0f113f32015-01-22 03:40:55 +00001750 goto end;
Dr. Stephen Henson5d2e07f2012-11-17 14:42:22 +00001751
Matt Caswell0f113f32015-01-22 03:40:55 +00001752 if (!ssl_load_stores(ctx, vfyCApath, vfyCAfile, chCApath, chCAfile,
1753 crls, crl_download)) {
1754 BIO_printf(bio_err, "Error loading store locations\n");
1755 ERR_print_errors(bio_err);
1756 goto end;
1757 }
Matt Caswelle481f9b2015-05-15 10:49:56 +01001758
Matt Caswell0f113f32015-01-22 03:40:55 +00001759 if (s_cert2) {
1760 ctx2 = SSL_CTX_new(meth);
1761 if (ctx2 == NULL) {
1762 ERR_print_errors(bio_err);
1763 goto end;
1764 }
1765 }
Bodo Möllered3883d2006-01-02 23:14:37 +00001766
Matt Caswell0f113f32015-01-22 03:40:55 +00001767 if (ctx2) {
1768 BIO_printf(bio_s_out, "Setting secondary ctx parameters\n");
Dr. Stephen Hensone03c5b52014-02-17 00:10:00 +00001769
Matt Caswell0f113f32015-01-22 03:40:55 +00001770 if (sdebug)
Rich Salzecf3a1f2015-04-29 11:27:08 -04001771 ssl_ctx_security_debug(ctx, sdebug);
Bodo Möllerb1277b92006-01-02 23:29:12 +00001772
Matt Caswell0f113f32015-01-22 03:40:55 +00001773 if (session_id_prefix) {
1774 if (strlen(session_id_prefix) >= 32)
1775 BIO_printf(bio_err,
1776 "warning: id_prefix is too long, only one new session will be possible\n");
1777 if (!SSL_CTX_set_generate_session_id(ctx2, generate_session_id)) {
1778 BIO_printf(bio_err, "error setting 'id_prefix'\n");
1779 ERR_print_errors(bio_err);
1780 goto end;
1781 }
1782 BIO_printf(bio_err, "id_prefix '%s' set.\n", session_id_prefix);
1783 }
1784 SSL_CTX_set_quiet_shutdown(ctx2, 1);
Matt Caswell0f113f32015-01-22 03:40:55 +00001785 if (exc)
1786 ssl_ctx_set_excert(ctx2, exc);
Bodo Möllerb1277b92006-01-02 23:29:12 +00001787
Matt Caswell0f113f32015-01-22 03:40:55 +00001788 if (state)
1789 SSL_CTX_set_info_callback(ctx2, apps_ssl_info_callback);
Bodo Möllerb1277b92006-01-02 23:29:12 +00001790
Matt Caswell0f113f32015-01-22 03:40:55 +00001791 if (no_cache)
1792 SSL_CTX_set_session_cache_mode(ctx2, SSL_SESS_CACHE_OFF);
1793 else if (ext_cache)
1794 init_session_cache_ctx(ctx2);
1795 else
1796 SSL_CTX_sess_set_cache_size(ctx2, 128);
Dr. Stephen Henson5d2e07f2012-11-17 14:42:22 +00001797
Matt Caswell7e25dd62015-02-13 23:33:12 +00001798 if (async)
Matt Caswellf4da39d2015-07-24 08:15:31 +01001799 SSL_CTX_set_mode(ctx2, SSL_MODE_ASYNC);
Matt Caswell7e25dd62015-02-13 23:33:12 +00001800
Matt Caswell0f113f32015-01-22 03:40:55 +00001801 if ((!SSL_CTX_load_verify_locations(ctx2, CAfile, CApath)) ||
1802 (!SSL_CTX_set_default_verify_paths(ctx2))) {
1803 ERR_print_errors(bio_err);
1804 }
Rich Salz7e1b7482015-04-24 15:26:15 -04001805 if (vpmtouched && !SSL_CTX_set1_param(ctx2, vpm)) {
1806 BIO_printf(bio_err, "Error setting verify params\n");
Matt Caswellac59d702015-03-06 14:39:46 +00001807 ERR_print_errors(bio_err);
1808 goto end;
1809 }
Ben Laurieee2ffc22010-07-28 10:06:55 +00001810
Matt Caswell0f113f32015-01-22 03:40:55 +00001811 ssl_ctx_add_crls(ctx2, crls, 0);
Matt Caswell8caab742015-12-15 10:43:44 +00001812 if (!config_ctx(cctx, ssl_args, ctx2, jpake_secret == NULL))
Matt Caswell0f113f32015-01-22 03:40:55 +00001813 goto end;
1814 }
Matt Caswelle481f9b2015-05-15 10:49:56 +01001815#ifndef OPENSSL_NO_NEXTPROTONEG
Matt Caswell0f113f32015-01-22 03:40:55 +00001816 if (next_proto.data)
1817 SSL_CTX_set_next_protos_advertised_cb(ctx, next_proto_cb,
1818 &next_proto);
Matt Caswelle481f9b2015-05-15 10:49:56 +01001819#endif
Matt Caswell0f113f32015-01-22 03:40:55 +00001820 if (alpn_ctx.data)
1821 SSL_CTX_set_alpn_select_cb(ctx, alpn_cb, &alpn_ctx);
Bodo Möllerb1277b92006-01-02 23:29:12 +00001822
Richard Levittecf1b7d92001-02-19 16:06:34 +00001823#ifndef OPENSSL_NO_DH
Matt Caswell0f113f32015-01-22 03:40:55 +00001824 if (!no_dhe) {
1825 DH *dh = NULL;
Bodo Möller15d52dd2000-11-02 10:35:10 +00001826
Matt Caswell0f113f32015-01-22 03:40:55 +00001827 if (dhfile)
1828 dh = load_dh_param(dhfile);
1829 else if (s_cert_file)
1830 dh = load_dh_param(s_cert_file);
Bodo Möller15d52dd2000-11-02 10:35:10 +00001831
Matt Caswell0f113f32015-01-22 03:40:55 +00001832 if (dh != NULL) {
1833 BIO_printf(bio_s_out, "Setting temp DH parameters\n");
1834 } else {
1835 BIO_printf(bio_s_out, "Using default temp DH parameters\n");
1836 }
1837 (void)BIO_flush(bio_s_out);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001838
Matt Caswell0f113f32015-01-22 03:40:55 +00001839 if (dh == NULL)
1840 SSL_CTX_set_dh_auto(ctx, 1);
1841 else if (!SSL_CTX_set_tmp_dh(ctx, dh)) {
1842 BIO_puts(bio_err, "Error setting temp DH parameters\n");
1843 ERR_print_errors(bio_err);
1844 DH_free(dh);
1845 goto end;
1846 }
Matt Caswelle481f9b2015-05-15 10:49:56 +01001847
Matt Caswell0f113f32015-01-22 03:40:55 +00001848 if (ctx2) {
1849 if (!dhfile) {
1850 DH *dh2 = load_dh_param(s_cert_file2);
1851 if (dh2 != NULL) {
1852 BIO_printf(bio_s_out, "Setting temp DH parameters\n");
1853 (void)BIO_flush(bio_s_out);
Bodo Möllered3883d2006-01-02 23:14:37 +00001854
Matt Caswell0f113f32015-01-22 03:40:55 +00001855 DH_free(dh);
1856 dh = dh2;
1857 }
1858 }
1859 if (dh == NULL)
1860 SSL_CTX_set_dh_auto(ctx2, 1);
1861 else if (!SSL_CTX_set_tmp_dh(ctx2, dh)) {
1862 BIO_puts(bio_err, "Error setting temp DH parameters\n");
1863 ERR_print_errors(bio_err);
1864 DH_free(dh);
1865 goto end;
1866 }
1867 }
Matt Caswell0f113f32015-01-22 03:40:55 +00001868 DH_free(dh);
1869 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001870#endif
Bodo Möllerea262262002-08-09 08:56:08 +00001871
Matt Caswell0f113f32015-01-22 03:40:55 +00001872 if (!set_cert_key_stuff(ctx, s_cert, s_key, s_chain, build_chain))
1873 goto end;
Matt Caswelle481f9b2015-05-15 10:49:56 +01001874
Matt Caswell0f113f32015-01-22 03:40:55 +00001875 if (s_serverinfo_file != NULL
1876 && !SSL_CTX_use_serverinfo_file(ctx, s_serverinfo_file)) {
1877 ERR_print_errors(bio_err);
1878 goto end;
1879 }
Matt Caswelle481f9b2015-05-15 10:49:56 +01001880
Matt Caswell0f113f32015-01-22 03:40:55 +00001881 if (ctx2 && !set_cert_key_stuff(ctx2, s_cert2, s_key2, NULL, build_chain))
1882 goto end;
Matt Caswelle481f9b2015-05-15 10:49:56 +01001883
Matt Caswell0f113f32015-01-22 03:40:55 +00001884 if (s_dcert != NULL) {
1885 if (!set_cert_key_stuff(ctx, s_dcert, s_dkey, s_dchain, build_chain))
1886 goto end;
1887 }
Matt Caswell0f113f32015-01-22 03:40:55 +00001888
1889 if (no_resume_ephemeral) {
1890 SSL_CTX_set_not_resumable_session_callback(ctx,
1891 not_resumable_sess_cb);
Matt Caswelle481f9b2015-05-15 10:49:56 +01001892
Matt Caswell0f113f32015-01-22 03:40:55 +00001893 if (ctx2)
1894 SSL_CTX_set_not_resumable_session_callback(ctx2,
1895 not_resumable_sess_cb);
Matt Caswell0f113f32015-01-22 03:40:55 +00001896 }
Nils Larschddac1972006-03-10 23:06:27 +00001897#ifndef OPENSSL_NO_PSK
Matt Caswell0f113f32015-01-22 03:40:55 +00001898# ifdef OPENSSL_NO_JPAKE
1899 if (psk_key != NULL)
1900# else
1901 if (psk_key != NULL || jpake_secret)
1902# endif
1903 {
1904 if (s_debug)
1905 BIO_printf(bio_s_out,
1906 "PSK key given or JPAKE in use, setting server callback\n");
1907 SSL_CTX_set_psk_server_callback(ctx, psk_server_cb);
1908 }
Nils Larschddac1972006-03-10 23:06:27 +00001909
Matt Caswell0f113f32015-01-22 03:40:55 +00001910 if (!SSL_CTX_use_psk_identity_hint(ctx, psk_identity_hint)) {
1911 BIO_printf(bio_err, "error setting PSK identity hint to context\n");
1912 ERR_print_errors(bio_err);
1913 goto end;
1914 }
Nils Larschddac1972006-03-10 23:06:27 +00001915#endif
1916
Matt Caswell0f113f32015-01-22 03:40:55 +00001917 SSL_CTX_set_verify(ctx, s_server_verify, verify_callback);
Viktor Dukhovni61986d32015-04-16 01:50:03 -04001918 if (!SSL_CTX_set_session_id_context(ctx,
Rich Salz7e1b7482015-04-24 15:26:15 -04001919 (void *)&s_server_session_id_context,
1920 sizeof s_server_session_id_context)) {
Matt Caswellac59d702015-03-06 14:39:46 +00001921 BIO_printf(bio_err, "error setting session id context\n");
1922 ERR_print_errors(bio_err);
1923 goto end;
1924 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001925
Matt Caswell0f113f32015-01-22 03:40:55 +00001926 /* Set DTLS cookie generation and verification callbacks */
1927 SSL_CTX_set_cookie_generate_cb(ctx, generate_cookie_callback);
1928 SSL_CTX_set_cookie_verify_cb(ctx, verify_cookie_callback);
Dr. Stephen Henson07a9d1a2009-09-04 17:42:53 +00001929
Matt Caswell0f113f32015-01-22 03:40:55 +00001930 if (ctx2) {
1931 SSL_CTX_set_verify(ctx2, s_server_verify, verify_callback);
Viktor Dukhovni61986d32015-04-16 01:50:03 -04001932 if (!SSL_CTX_set_session_id_context(ctx2,
Rich Salz7e1b7482015-04-24 15:26:15 -04001933 (void *)&s_server_session_id_context,
1934 sizeof s_server_session_id_context)) {
Matt Caswellac59d702015-03-06 14:39:46 +00001935 BIO_printf(bio_err, "error setting session id context\n");
1936 ERR_print_errors(bio_err);
1937 goto end;
1938 }
Matt Caswell0f113f32015-01-22 03:40:55 +00001939 tlsextcbp.biodebug = bio_s_out;
1940 SSL_CTX_set_tlsext_servername_callback(ctx2, ssl_servername_cb);
1941 SSL_CTX_set_tlsext_servername_arg(ctx2, &tlsextcbp);
1942 SSL_CTX_set_tlsext_servername_callback(ctx, ssl_servername_cb);
1943 SSL_CTX_set_tlsext_servername_arg(ctx, &tlsextcbp);
1944 }
Bodo Möllerf1fd4542006-01-03 03:27:19 +00001945
Ben Laurieedc032b2011-03-12 17:01:19 +00001946#ifndef OPENSSL_NO_SRP
Matt Caswell0f113f32015-01-22 03:40:55 +00001947 if (srp_verifier_file != NULL) {
1948 srp_callback_parm.vb = SRP_VBASE_new(srpuserseed);
1949 srp_callback_parm.user = NULL;
1950 srp_callback_parm.login = NULL;
1951 if ((ret =
1952 SRP_VBASE_init(srp_callback_parm.vb,
1953 srp_verifier_file)) != SRP_NO_ERROR) {
1954 BIO_printf(bio_err,
1955 "Cannot initialize SRP verifier file \"%s\":ret=%d\n",
1956 srp_verifier_file, ret);
1957 goto end;
1958 }
1959 SSL_CTX_set_verify(ctx, SSL_VERIFY_NONE, verify_callback);
1960 SSL_CTX_set_srp_cb_arg(ctx, &srp_callback_parm);
1961 SSL_CTX_set_srp_username_callback(ctx, ssl_srp_server_param_cb);
1962 } else
Ben Laurieedc032b2011-03-12 17:01:19 +00001963#endif
Matt Caswell0f113f32015-01-22 03:40:55 +00001964 if (CAfile != NULL) {
1965 SSL_CTX_set_client_CA_list(ctx, SSL_load_client_CA_file(CAfile));
Matt Caswelle481f9b2015-05-15 10:49:56 +01001966
Matt Caswell0f113f32015-01-22 03:40:55 +00001967 if (ctx2)
1968 SSL_CTX_set_client_CA_list(ctx2, SSL_load_client_CA_file(CAfile));
Matt Caswell0f113f32015-01-22 03:40:55 +00001969 }
Adam Eijdenbergbe0c0362015-07-29 21:34:35 -04001970 if (s_tlsextstatus) {
1971 SSL_CTX_set_tlsext_status_cb(ctx, cert_status_cb);
1972 SSL_CTX_set_tlsext_status_arg(ctx, &tlscstatp);
1973 if (ctx2) {
1974 SSL_CTX_set_tlsext_status_cb(ctx2, cert_status_cb);
1975 SSL_CTX_set_tlsext_status_arg(ctx2, &tlscstatp);
1976 }
1977 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001978
Matt Caswell0f113f32015-01-22 03:40:55 +00001979 BIO_printf(bio_s_out, "ACCEPT\n");
1980 (void)BIO_flush(bio_s_out);
1981 if (rev)
1982 server_cb = rev_body;
1983 else if (www)
1984 server_cb = www_body;
1985 else
1986 server_cb = sv_body;
Richard Levitteab69ac02016-02-03 00:47:42 +01001987#ifdef AF_UNIX
1988 if (socket_family == AF_UNIX
1989 && unlink_unix_path)
1990 unlink(host);
Dr. Stephen Henson9cd86ab2014-07-01 12:44:00 +01001991#endif
Richard Levitteab69ac02016-02-03 00:47:42 +01001992 do_server(&accept_socket, host, port, socket_family, socket_type,
1993 server_cb, context, naccept);
Matt Caswell0f113f32015-01-22 03:40:55 +00001994 print_stats(bio_s_out, ctx);
1995 ret = 0;
1996 end:
Rich Salz62adbce2015-04-11 10:22:36 -04001997 SSL_CTX_free(ctx);
Rich Salz222561f2015-04-30 17:33:59 -04001998 X509_free(s_cert);
1999 sk_X509_CRL_pop_free(crls, X509_CRL_free);
2000 X509_free(s_dcert);
Rich Salzc5ba2d92015-03-28 10:54:15 -04002001 EVP_PKEY_free(s_key);
2002 EVP_PKEY_free(s_dkey);
Rich Salz222561f2015-04-30 17:33:59 -04002003 sk_X509_pop_free(s_chain, X509_free);
2004 sk_X509_pop_free(s_dchain, X509_free);
Rich Salz25aaa982015-05-01 14:37:16 -04002005 OPENSSL_free(pass);
2006 OPENSSL_free(dpass);
Richard Levitteab69ac02016-02-03 00:47:42 +01002007 OPENSSL_free(host);
2008 OPENSSL_free(port);
Rich Salz222561f2015-04-30 17:33:59 -04002009 X509_VERIFY_PARAM_free(vpm);
Matt Caswell0f113f32015-01-22 03:40:55 +00002010 free_sessions();
Rich Salz25aaa982015-05-01 14:37:16 -04002011 OPENSSL_free(tlscstatp.host);
2012 OPENSSL_free(tlscstatp.port);
2013 OPENSSL_free(tlscstatp.path);
Rich Salz62adbce2015-04-11 10:22:36 -04002014 SSL_CTX_free(ctx2);
Rich Salz222561f2015-04-30 17:33:59 -04002015 X509_free(s_cert2);
Rich Salzc5ba2d92015-03-28 10:54:15 -04002016 EVP_PKEY_free(s_key2);
Rich Salzca3a82c2015-03-25 11:31:18 -04002017 BIO_free(serverinfo_in);
Matt Caswelle481f9b2015-05-15 10:49:56 +01002018#ifndef OPENSSL_NO_NEXTPROTONEG
Rich Salz25aaa982015-05-01 14:37:16 -04002019 OPENSSL_free(next_proto.data);
Bodo Möllered3883d2006-01-02 23:14:37 +00002020#endif
Matt Caswelle481f9b2015-05-15 10:49:56 +01002021 OPENSSL_free(alpn_ctx.data);
Matt Caswell0f113f32015-01-22 03:40:55 +00002022 ssl_excert_free(exc);
Rich Salz7e1b7482015-04-24 15:26:15 -04002023 sk_OPENSSL_STRING_free(ssl_args);
Rich Salz62adbce2015-04-11 10:22:36 -04002024 SSL_CONF_CTX_free(cctx);
Rich Salzca3a82c2015-03-25 11:31:18 -04002025 BIO_free(bio_s_out);
2026 bio_s_out = NULL;
2027 BIO_free(bio_s_msg);
2028 bio_s_msg = NULL;
Matt Caswell252d6d32015-07-22 17:50:51 +01002029 if (async) {
Matt Caswell68487a92015-11-13 23:54:44 +00002030 ASYNC_cleanup(1);
Matt Caswell252d6d32015-07-22 17:50:51 +01002031 }
Rich Salz7e1b7482015-04-24 15:26:15 -04002032 return (ret);
Matt Caswell0f113f32015-01-22 03:40:55 +00002033}
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002034
Ulf Möller6b691a51999-04-19 21:31:43 +00002035static void print_stats(BIO *bio, SSL_CTX *ssl_ctx)
Matt Caswell0f113f32015-01-22 03:40:55 +00002036{
2037 BIO_printf(bio, "%4ld items in the session cache\n",
2038 SSL_CTX_sess_number(ssl_ctx));
2039 BIO_printf(bio, "%4ld client connects (SSL_connect())\n",
2040 SSL_CTX_sess_connect(ssl_ctx));
2041 BIO_printf(bio, "%4ld client renegotiates (SSL_connect())\n",
2042 SSL_CTX_sess_connect_renegotiate(ssl_ctx));
2043 BIO_printf(bio, "%4ld client connects that finished\n",
2044 SSL_CTX_sess_connect_good(ssl_ctx));
2045 BIO_printf(bio, "%4ld server accepts (SSL_accept())\n",
2046 SSL_CTX_sess_accept(ssl_ctx));
2047 BIO_printf(bio, "%4ld server renegotiates (SSL_accept())\n",
2048 SSL_CTX_sess_accept_renegotiate(ssl_ctx));
2049 BIO_printf(bio, "%4ld server accepts that finished\n",
2050 SSL_CTX_sess_accept_good(ssl_ctx));
2051 BIO_printf(bio, "%4ld session cache hits\n", SSL_CTX_sess_hits(ssl_ctx));
2052 BIO_printf(bio, "%4ld session cache misses\n",
2053 SSL_CTX_sess_misses(ssl_ctx));
2054 BIO_printf(bio, "%4ld session cache timeouts\n",
2055 SSL_CTX_sess_timeouts(ssl_ctx));
2056 BIO_printf(bio, "%4ld callback cache hits\n",
2057 SSL_CTX_sess_cb_hits(ssl_ctx));
2058 BIO_printf(bio, "%4ld cache full overflows (%ld allowed)\n",
2059 SSL_CTX_sess_cache_full(ssl_ctx),
2060 SSL_CTX_sess_get_cache_size(ssl_ctx));
2061}
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002062
Richard Levitteab69ac02016-02-03 00:47:42 +01002063static int sv_body(const char *hostname, int s, int stype,
2064 unsigned char *context)
Matt Caswell0f113f32015-01-22 03:40:55 +00002065{
2066 char *buf = NULL;
2067 fd_set readfds;
2068 int ret = 1, width;
2069 int k, i;
2070 unsigned long l;
2071 SSL *con = NULL;
2072 BIO *sbio;
Matt Caswell0f113f32015-01-22 03:40:55 +00002073 struct timeval timeout;
Rich Salzb3178192014-12-17 17:24:51 -05002074#if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS) || defined(OPENSSL_SYS_NETWARE)
Matt Caswell0f113f32015-01-22 03:40:55 +00002075 struct timeval tv;
Dr. Stephen Hensonba4526e2009-08-18 11:15:33 +00002076#else
Matt Caswell0f113f32015-01-22 03:40:55 +00002077 struct timeval *timeoutp;
Dr. Stephen Henson06f45361999-09-20 22:09:17 +00002078#endif
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002079
Rich Salz68dc6822015-04-30 17:48:31 -04002080 buf = app_malloc(bufsize, "server buffer");
Matt Caswell0f113f32015-01-22 03:40:55 +00002081#ifdef FIONBIO
2082 if (s_nbio) {
2083 unsigned long sl = 1;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002084
Matt Caswell0f113f32015-01-22 03:40:55 +00002085 if (!s_quiet)
2086 BIO_printf(bio_err, "turning on non blocking io\n");
2087 if (BIO_socket_ioctl(s, FIONBIO, &sl) < 0)
2088 ERR_print_errors(bio_err);
2089 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002090#endif
2091
Matt Caswell0f113f32015-01-22 03:40:55 +00002092 if (con == NULL) {
2093 con = SSL_new(ctx);
Matt Caswelle481f9b2015-05-15 10:49:56 +01002094
Matt Caswell0f113f32015-01-22 03:40:55 +00002095 if (s_tlsextdebug) {
2096 SSL_set_tlsext_debug_callback(con, tlsext_cb);
2097 SSL_set_tlsext_debug_arg(con, bio_s_out);
2098 }
Matt Caswelle481f9b2015-05-15 10:49:56 +01002099
Rich Salz7e1b7482015-04-24 15:26:15 -04002100 if (context
2101 && !SSL_set_session_id_context(con,
2102 context, strlen((char *)context))) {
Matt Caswellac59d702015-03-06 14:39:46 +00002103 BIO_printf(bio_err, "Error setting session id context\n");
2104 ret = -1;
2105 goto err;
2106 }
Matt Caswell0f113f32015-01-22 03:40:55 +00002107 }
Viktor Dukhovni61986d32015-04-16 01:50:03 -04002108 if (!SSL_clear(con)) {
Matt Caswellac59d702015-03-06 14:39:46 +00002109 BIO_printf(bio_err, "Error clearing SSL connection\n");
2110 ret = -1;
2111 goto err;
2112 }
Ben Lauriea7a14a22015-12-16 13:25:07 +00002113#ifndef OPENSSL_NO_DTLS
Matt Caswell0f113f32015-01-22 03:40:55 +00002114 if (stype == SOCK_DGRAM) {
Ben Laurie36d16f82005-04-26 16:02:40 +00002115
Matt Caswell0f113f32015-01-22 03:40:55 +00002116 sbio = BIO_new_dgram(s, BIO_NOCLOSE);
Ben Laurie36d16f82005-04-26 16:02:40 +00002117
Matt Caswell0f113f32015-01-22 03:40:55 +00002118 if (enable_timeouts) {
2119 timeout.tv_sec = 0;
2120 timeout.tv_usec = DGRAM_RCV_TIMEOUT;
2121 BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_RECV_TIMEOUT, 0, &timeout);
Ben Laurie36d16f82005-04-26 16:02:40 +00002122
Matt Caswell0f113f32015-01-22 03:40:55 +00002123 timeout.tv_sec = 0;
2124 timeout.tv_usec = DGRAM_SND_TIMEOUT;
2125 BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_SEND_TIMEOUT, 0, &timeout);
2126 }
2127
2128 if (socket_mtu) {
2129 if (socket_mtu < DTLS_get_link_min_mtu(con)) {
2130 BIO_printf(bio_err, "MTU too small. Must be at least %ld\n",
2131 DTLS_get_link_min_mtu(con));
2132 ret = -1;
2133 BIO_free(sbio);
2134 goto err;
2135 }
2136 SSL_set_options(con, SSL_OP_NO_QUERY_MTU);
2137 if (!DTLS_set_link_mtu(con, socket_mtu)) {
2138 BIO_printf(bio_err, "Failed to set MTU\n");
2139 ret = -1;
2140 BIO_free(sbio);
2141 goto err;
2142 }
2143 } else
2144 /* want to do MTU discovery */
2145 BIO_ctrl(sbio, BIO_CTRL_DGRAM_MTU_DISCOVER, 0, NULL);
Ben Laurie36d16f82005-04-26 16:02:40 +00002146
2147 /* turn on cookie exchange */
2148 SSL_set_options(con, SSL_OP_COOKIE_EXCHANGE);
Matt Caswell0f113f32015-01-22 03:40:55 +00002149 } else
Ben Lauriea7a14a22015-12-16 13:25:07 +00002150#endif
Matt Caswell0f113f32015-01-22 03:40:55 +00002151 sbio = BIO_new_socket(s, BIO_NOCLOSE);
Ben Laurie36d16f82005-04-26 16:02:40 +00002152
Matt Caswell0f113f32015-01-22 03:40:55 +00002153 if (s_nbio_test) {
2154 BIO *test;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002155
Matt Caswell0f113f32015-01-22 03:40:55 +00002156 test = BIO_new(BIO_f_nbio_test());
2157 sbio = BIO_push(test, sbio);
2158 }
Dr. Stephen Henson79bd20f2008-11-24 17:27:08 +00002159#ifndef OPENSSL_NO_JPAKE
Matt Caswell0f113f32015-01-22 03:40:55 +00002160 if (jpake_secret)
2161 jpake_server_auth(bio_s_out, sbio, jpake_secret);
Dr. Stephen Hensoned551cd2008-11-12 17:28:18 +00002162#endif
Ben Laurie6caa4ed2008-10-26 18:40:52 +00002163
Matt Caswell0f113f32015-01-22 03:40:55 +00002164 SSL_set_bio(con, sbio, sbio);
2165 SSL_set_accept_state(con);
2166 /* SSL_set_fd(con,s); */
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002167
Matt Caswell0f113f32015-01-22 03:40:55 +00002168 if (s_debug) {
Matt Caswell0f113f32015-01-22 03:40:55 +00002169 BIO_set_callback(SSL_get_rbio(con), bio_dump_callback);
2170 BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out);
2171 }
2172 if (s_msg) {
Dr. Stephen Henson93ab9e42012-06-15 12:46:09 +00002173#ifndef OPENSSL_NO_SSL_TRACE
Matt Caswell0f113f32015-01-22 03:40:55 +00002174 if (s_msg == 2)
2175 SSL_set_msg_callback(con, SSL_trace);
2176 else
Dr. Stephen Henson93ab9e42012-06-15 12:46:09 +00002177#endif
Matt Caswell0f113f32015-01-22 03:40:55 +00002178 SSL_set_msg_callback(con, msg_cb);
2179 SSL_set_msg_callback_arg(con, bio_s_msg ? bio_s_msg : bio_s_out);
2180 }
Matt Caswelle481f9b2015-05-15 10:49:56 +01002181
Matt Caswell0f113f32015-01-22 03:40:55 +00002182 if (s_tlsextdebug) {
2183 SSL_set_tlsext_debug_callback(con, tlsext_cb);
2184 SSL_set_tlsext_debug_arg(con, bio_s_out);
2185 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002186
Matt Caswell0f113f32015-01-22 03:40:55 +00002187 width = s + 1;
2188 for (;;) {
2189 int read_from_terminal;
2190 int read_from_sslcon;
Bodo Möllera2a01582000-02-21 17:09:54 +00002191
Matt Caswell0f113f32015-01-22 03:40:55 +00002192 read_from_terminal = 0;
Matt Caswell64c07bd2015-09-16 22:54:54 +01002193 read_from_sslcon = SSL_pending(con)
2194 || (async && SSL_waiting_for_async(con));
Bodo Möllera2a01582000-02-21 17:09:54 +00002195
Matt Caswell0f113f32015-01-22 03:40:55 +00002196 if (!read_from_sslcon) {
2197 FD_ZERO(&readfds);
Rich Salzb3178192014-12-17 17:24:51 -05002198#if !defined(OPENSSL_SYS_WINDOWS) && !defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_NETWARE)
Matt Caswell0f113f32015-01-22 03:40:55 +00002199 openssl_fdset(fileno(stdin), &readfds);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002200#endif
Matt Caswell0f113f32015-01-22 03:40:55 +00002201 openssl_fdset(s, &readfds);
2202 /*
2203 * Note: under VMS with SOCKETSHR the second parameter is
2204 * currently of type (int *) whereas under other systems it is
2205 * (void *) if you don't have a cast it will choke the compiler:
2206 * if you do have a cast then you can either go for (int *) or
2207 * (void *).
2208 */
Richard Levitte4d8743f2003-11-28 13:10:58 +00002209#if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS) || defined(OPENSSL_SYS_NETWARE)
Matt Caswell0f113f32015-01-22 03:40:55 +00002210 /*
2211 * Under DOS (non-djgpp) and Windows we can't select on stdin:
2212 * only on sockets. As a workaround we timeout the select every
2213 * second and check for any keypress. In a proper Windows
2214 * application we wouldn't do this because it is inefficient.
2215 */
2216 tv.tv_sec = 1;
2217 tv.tv_usec = 0;
2218 i = select(width, (void *)&readfds, NULL, NULL, &tv);
2219 if ((i < 0) || (!i && !_kbhit()))
2220 continue;
2221 if (_kbhit())
2222 read_from_terminal = 1;
Dr. Stephen Henson06f45361999-09-20 22:09:17 +00002223#else
Matt Caswell0f113f32015-01-22 03:40:55 +00002224 if ((SSL_version(con) == DTLS1_VERSION) &&
2225 DTLSv1_get_timeout(con, &timeout))
2226 timeoutp = &timeout;
2227 else
2228 timeoutp = NULL;
Dr. Stephen Hensonb972fba2009-08-12 13:19:54 +00002229
Matt Caswell0f113f32015-01-22 03:40:55 +00002230 i = select(width, (void *)&readfds, NULL, NULL, timeoutp);
Dr. Stephen Hensonb972fba2009-08-12 13:19:54 +00002231
Matt Caswell0f113f32015-01-22 03:40:55 +00002232 if ((SSL_version(con) == DTLS1_VERSION)
2233 && DTLSv1_handle_timeout(con) > 0) {
2234 BIO_printf(bio_err, "TIMEOUT occurred\n");
2235 }
Dr. Stephen Hensonb972fba2009-08-12 13:19:54 +00002236
Matt Caswell0f113f32015-01-22 03:40:55 +00002237 if (i <= 0)
2238 continue;
2239 if (FD_ISSET(fileno(stdin), &readfds))
2240 read_from_terminal = 1;
Dr. Stephen Henson06f45361999-09-20 22:09:17 +00002241#endif
Matt Caswell0f113f32015-01-22 03:40:55 +00002242 if (FD_ISSET(s, &readfds))
2243 read_from_sslcon = 1;
2244 }
2245 if (read_from_terminal) {
2246 if (s_crlf) {
2247 int j, lf_num;
Bodo Möller1bdb8631999-08-07 02:51:10 +00002248
Matt Caswell0f113f32015-01-22 03:40:55 +00002249 i = raw_read_stdin(buf, bufsize / 2);
2250 lf_num = 0;
2251 /* both loops are skipped when i <= 0 */
2252 for (j = 0; j < i; j++)
2253 if (buf[j] == '\n')
2254 lf_num++;
2255 for (j = i - 1; j >= 0; j--) {
2256 buf[j + lf_num] = buf[j];
2257 if (buf[j] == '\n') {
2258 lf_num--;
2259 i++;
2260 buf[j + lf_num] = '\r';
2261 }
2262 }
2263 assert(lf_num == 0);
2264 } else
2265 i = raw_read_stdin(buf, bufsize);
2266 if (!s_quiet && !s_brief) {
2267 if ((i <= 0) || (buf[0] == 'Q')) {
2268 BIO_printf(bio_s_out, "DONE\n");
Rich Salz7e1b7482015-04-24 15:26:15 -04002269 (void)BIO_flush(bio_s_out);
Matt Caswell0f113f32015-01-22 03:40:55 +00002270 SHUTDOWN(s);
2271 close_accept_socket();
2272 ret = -11;
2273 goto err;
2274 }
2275 if ((i <= 0) || (buf[0] == 'q')) {
2276 BIO_printf(bio_s_out, "DONE\n");
Rich Salz7e1b7482015-04-24 15:26:15 -04002277 (void)BIO_flush(bio_s_out);
Matt Caswell0f113f32015-01-22 03:40:55 +00002278 if (SSL_version(con) != DTLS1_VERSION)
Ben Laurie36d16f82005-04-26 16:02:40 +00002279 SHUTDOWN(s);
Matt Caswell0f113f32015-01-22 03:40:55 +00002280 /*
2281 * close_accept_socket(); ret= -11;
2282 */
2283 goto err;
2284 }
Dr. Stephen Henson48175042011-12-31 22:59:57 +00002285#ifndef OPENSSL_NO_HEARTBEATS
Matt Caswell0f113f32015-01-22 03:40:55 +00002286 if ((buf[0] == 'B') && ((buf[1] == '\n') || (buf[1] == '\r'))) {
2287 BIO_printf(bio_err, "HEARTBEATING\n");
2288 SSL_heartbeat(con);
2289 i = 0;
2290 continue;
2291 }
Dr. Stephen Henson48175042011-12-31 22:59:57 +00002292#endif
Matt Caswell0f113f32015-01-22 03:40:55 +00002293 if ((buf[0] == 'r') && ((buf[1] == '\n') || (buf[1] == '\r'))) {
2294 SSL_renegotiate(con);
2295 i = SSL_do_handshake(con);
2296 printf("SSL_do_handshake -> %d\n", i);
2297 i = 0; /* 13; */
2298 continue;
2299 /*
2300 * strcpy(buf,"server side RE-NEGOTIATE\n");
2301 */
2302 }
2303 if ((buf[0] == 'R') && ((buf[1] == '\n') || (buf[1] == '\r'))) {
2304 SSL_set_verify(con,
2305 SSL_VERIFY_PEER | SSL_VERIFY_CLIENT_ONCE,
2306 NULL);
2307 SSL_renegotiate(con);
2308 i = SSL_do_handshake(con);
2309 printf("SSL_do_handshake -> %d\n", i);
2310 i = 0; /* 13; */
2311 continue;
2312 /*
2313 * strcpy(buf,"server side RE-NEGOTIATE asking for client
2314 * cert\n");
2315 */
2316 }
2317 if (buf[0] == 'P') {
2318 static const char *str = "Lets print some clear text\n";
2319 BIO_write(SSL_get_wbio(con), str, strlen(str));
2320 }
2321 if (buf[0] == 'S') {
2322 print_stats(bio_s_out, SSL_get_SSL_CTX(con));
2323 }
2324 }
Ulf Möllera53955d1999-06-04 21:35:58 +00002325#ifdef CHARSET_EBCDIC
Matt Caswell0f113f32015-01-22 03:40:55 +00002326 ebcdic2ascii(buf, buf, i);
Ulf Möllera53955d1999-06-04 21:35:58 +00002327#endif
Matt Caswell0f113f32015-01-22 03:40:55 +00002328 l = k = 0;
2329 for (;;) {
2330 /* should do a select for the write */
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00002331#ifdef RENEG
Matt Caswell0f113f32015-01-22 03:40:55 +00002332 {
2333 static count = 0;
2334 if (++count == 100) {
2335 count = 0;
2336 SSL_renegotiate(con);
2337 }
2338 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002339#endif
Matt Caswell0f113f32015-01-22 03:40:55 +00002340 k = SSL_write(con, &(buf[l]), (unsigned int)i);
Dr. Stephen Henson9641be22012-02-10 19:43:14 +00002341#ifndef OPENSSL_NO_SRP
Matt Caswell0f113f32015-01-22 03:40:55 +00002342 while (SSL_get_error(con, k) == SSL_ERROR_WANT_X509_LOOKUP) {
2343 BIO_printf(bio_s_out, "LOOKUP renego during write\n");
2344 srp_callback_parm.user =
2345 SRP_VBASE_get_by_user(srp_callback_parm.vb,
2346 srp_callback_parm.login);
2347 if (srp_callback_parm.user)
2348 BIO_printf(bio_s_out, "LOOKUP done %s\n",
2349 srp_callback_parm.user->info);
2350 else
2351 BIO_printf(bio_s_out, "LOOKUP not successful\n");
2352 k = SSL_write(con, &(buf[l]), (unsigned int)i);
2353 }
Dr. Stephen Henson9641be22012-02-10 19:43:14 +00002354#endif
Matt Caswell0f113f32015-01-22 03:40:55 +00002355 switch (SSL_get_error(con, k)) {
2356 case SSL_ERROR_NONE:
2357 break;
Matt Caswell7e25dd62015-02-13 23:33:12 +00002358 case SSL_ERROR_WANT_ASYNC:
2359 BIO_printf(bio_s_out, "Write BLOCK (Async)\n");
Matt Caswellf4da39d2015-07-24 08:15:31 +01002360 wait_for_async(con);
Matt Caswell7e25dd62015-02-13 23:33:12 +00002361 break;
Matt Caswell0f113f32015-01-22 03:40:55 +00002362 case SSL_ERROR_WANT_WRITE:
2363 case SSL_ERROR_WANT_READ:
2364 case SSL_ERROR_WANT_X509_LOOKUP:
2365 BIO_printf(bio_s_out, "Write BLOCK\n");
2366 break;
2367 case SSL_ERROR_SYSCALL:
2368 case SSL_ERROR_SSL:
2369 BIO_printf(bio_s_out, "ERROR\n");
Rich Salz7e1b7482015-04-24 15:26:15 -04002370 (void)BIO_flush(bio_s_out);
Matt Caswell0f113f32015-01-22 03:40:55 +00002371 ERR_print_errors(bio_err);
2372 ret = 1;
2373 goto err;
2374 /* break; */
2375 case SSL_ERROR_ZERO_RETURN:
2376 BIO_printf(bio_s_out, "DONE\n");
Rich Salz7e1b7482015-04-24 15:26:15 -04002377 (void)BIO_flush(bio_s_out);
Matt Caswell0f113f32015-01-22 03:40:55 +00002378 ret = 1;
2379 goto err;
2380 }
Robert Swiecki00d565c2015-05-18 19:08:02 -04002381 if (k > 0) {
2382 l += k;
2383 i -= k;
2384 }
Matt Caswell0f113f32015-01-22 03:40:55 +00002385 if (i <= 0)
2386 break;
2387 }
2388 }
2389 if (read_from_sslcon) {
Matt Caswell64c07bd2015-09-16 22:54:54 +01002390 /*
2391 * init_ssl_connection handles all async events itself so if we're
2392 * waiting for async then we shouldn't go back into
2393 * init_ssl_connection
2394 */
2395 if ((!async || !SSL_waiting_for_async(con))
2396 && !SSL_is_init_finished(con)) {
Matt Caswell0f113f32015-01-22 03:40:55 +00002397 i = init_ssl_connection(con);
2398
2399 if (i < 0) {
2400 ret = 0;
2401 goto err;
2402 } else if (i == 0) {
2403 ret = 1;
2404 goto err;
2405 }
2406 } else {
2407 again:
2408 i = SSL_read(con, (char *)buf, bufsize);
Dr. Stephen Henson9641be22012-02-10 19:43:14 +00002409#ifndef OPENSSL_NO_SRP
Matt Caswell0f113f32015-01-22 03:40:55 +00002410 while (SSL_get_error(con, i) == SSL_ERROR_WANT_X509_LOOKUP) {
2411 BIO_printf(bio_s_out, "LOOKUP renego during read\n");
2412 srp_callback_parm.user =
2413 SRP_VBASE_get_by_user(srp_callback_parm.vb,
2414 srp_callback_parm.login);
2415 if (srp_callback_parm.user)
2416 BIO_printf(bio_s_out, "LOOKUP done %s\n",
2417 srp_callback_parm.user->info);
2418 else
2419 BIO_printf(bio_s_out, "LOOKUP not successful\n");
2420 i = SSL_read(con, (char *)buf, bufsize);
2421 }
Dr. Stephen Henson9641be22012-02-10 19:43:14 +00002422#endif
Matt Caswell0f113f32015-01-22 03:40:55 +00002423 switch (SSL_get_error(con, i)) {
2424 case SSL_ERROR_NONE:
Ulf Möllera53955d1999-06-04 21:35:58 +00002425#ifdef CHARSET_EBCDIC
Matt Caswell0f113f32015-01-22 03:40:55 +00002426 ascii2ebcdic(buf, buf, i);
Ulf Möllera53955d1999-06-04 21:35:58 +00002427#endif
Matt Caswell0f113f32015-01-22 03:40:55 +00002428 raw_write_stdout(buf, (unsigned int)i);
2429 if (SSL_pending(con))
2430 goto again;
2431 break;
Matt Caswell7e25dd62015-02-13 23:33:12 +00002432 case SSL_ERROR_WANT_ASYNC:
Matt Caswellf4da39d2015-07-24 08:15:31 +01002433 BIO_printf(bio_s_out, "Read BLOCK (Async)\n");
2434 wait_for_async(con);
2435 break;
Matt Caswell0f113f32015-01-22 03:40:55 +00002436 case SSL_ERROR_WANT_WRITE:
2437 case SSL_ERROR_WANT_READ:
2438 BIO_printf(bio_s_out, "Read BLOCK\n");
2439 break;
2440 case SSL_ERROR_SYSCALL:
2441 case SSL_ERROR_SSL:
2442 BIO_printf(bio_s_out, "ERROR\n");
Rich Salz7e1b7482015-04-24 15:26:15 -04002443 (void)BIO_flush(bio_s_out);
Matt Caswell0f113f32015-01-22 03:40:55 +00002444 ERR_print_errors(bio_err);
2445 ret = 1;
2446 goto err;
2447 case SSL_ERROR_ZERO_RETURN:
2448 BIO_printf(bio_s_out, "DONE\n");
Rich Salz7e1b7482015-04-24 15:26:15 -04002449 (void)BIO_flush(bio_s_out);
Matt Caswell0f113f32015-01-22 03:40:55 +00002450 ret = 1;
2451 goto err;
2452 }
2453 }
2454 }
2455 }
2456 err:
2457 if (con != NULL) {
2458 BIO_printf(bio_s_out, "shutting down SSL\n");
Matt Caswell0f113f32015-01-22 03:40:55 +00002459 SSL_set_shutdown(con, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN);
Matt Caswell0f113f32015-01-22 03:40:55 +00002460 SSL_free(con);
2461 }
2462 BIO_printf(bio_s_out, "CONNECTION CLOSED\n");
Rich Salz4b45c6e2015-04-30 17:57:32 -04002463 OPENSSL_clear_free(buf, bufsize);
Matt Caswell0f113f32015-01-22 03:40:55 +00002464 if (ret >= 0)
2465 BIO_printf(bio_s_out, "ACCEPT\n");
Rich Salzc54cc2b2015-04-25 09:26:48 -04002466 (void)BIO_flush(bio_s_out);
Matt Caswell0f113f32015-01-22 03:40:55 +00002467 return (ret);
2468}
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002469
Ulf Möller6b691a51999-04-19 21:31:43 +00002470static void close_accept_socket(void)
Matt Caswell0f113f32015-01-22 03:40:55 +00002471{
2472 BIO_printf(bio_err, "shutdown accept socket\n");
2473 if (accept_socket >= 0) {
2474 SHUTDOWN2(accept_socket);
2475 }
2476}
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002477
Ulf Möller6b691a51999-04-19 21:31:43 +00002478static int init_ssl_connection(SSL *con)
Matt Caswell0f113f32015-01-22 03:40:55 +00002479{
2480 int i;
2481 const char *str;
2482 X509 *peer;
Ben Lauriedf2ee0e2015-09-05 13:32:58 +01002483 long verify_err;
Rich Salz68b00c22015-01-23 11:58:26 -05002484 char buf[BUFSIZ];
Matt Caswelle481f9b2015-05-15 10:49:56 +01002485#if !defined(OPENSSL_NO_NEXTPROTONEG)
Matt Caswell0f113f32015-01-22 03:40:55 +00002486 const unsigned char *next_proto_neg;
2487 unsigned next_proto_neg_len;
Ben Laurieee2ffc22010-07-28 10:06:55 +00002488#endif
Matt Caswell0f113f32015-01-22 03:40:55 +00002489 unsigned char *exportedkeymat;
Ben Lauriee0af0402011-11-15 23:50:52 +00002490
Kurt Roeckxa5ecdc62015-12-12 11:12:22 +01002491#ifndef OPENSSL_NO_DTLS
Matt Caswellfd4e98e2015-04-09 10:01:05 +01002492 if(dtlslisten) {
Richard Levitted858c872016-02-03 00:27:44 +01002493 BIO_ADDR *client = NULL;
2494
2495 if ((client = BIO_ADDR_new()) == NULL) {
2496 BIO_printf(bio_err, "ERROR - memory\n");
2497 return 0;
2498 }
Matt Caswellfd4e98e2015-04-09 10:01:05 +01002499 i = DTLSv1_listen(con, &client);
2500 if (i > 0) {
2501 BIO *wbio;
Emilia Kasper3a796182015-09-23 19:57:42 +02002502 int fd = -1;
Matt Caswellfd4e98e2015-04-09 10:01:05 +01002503
2504 wbio = SSL_get_wbio(con);
2505 if(wbio) {
2506 BIO_get_fd(wbio, &fd);
2507 }
2508
Richard Levitted858c872016-02-03 00:27:44 +01002509 if(!wbio || BIO_connect(fd, client, 0) == 0) {
Matt Caswellfd4e98e2015-04-09 10:01:05 +01002510 BIO_printf(bio_err, "ERROR - unable to connect\n");
Richard Levitted858c872016-02-03 00:27:44 +01002511 BIO_ADDR_free(client);
Matt Caswellfd4e98e2015-04-09 10:01:05 +01002512 return 0;
2513 }
Richard Levitted858c872016-02-03 00:27:44 +01002514 BIO_ADDR_free(client);
Matt Caswellfd4e98e2015-04-09 10:01:05 +01002515 dtlslisten = 0;
2516 i = SSL_accept(con);
2517 }
2518 } else
2519#endif
Matt Caswell7e25dd62015-02-13 23:33:12 +00002520
2521 do {
Matt Caswellfd4e98e2015-04-09 10:01:05 +01002522 i = SSL_accept(con);
2523
Dr. Stephen Henson33233142014-01-26 00:51:09 +00002524#ifdef CERT_CB_TEST_RETRY
Matt Caswell7e25dd62015-02-13 23:33:12 +00002525 {
2526 while (i <= 0 && SSL_get_error(con, i) == SSL_ERROR_WANT_X509_LOOKUP
2527 && SSL_get_state(con) == TLS_ST_SR_CLNT_HELLO) {
2528 BIO_printf(bio_err,
Rich Salz7768e112015-06-04 14:26:55 -04002529 "LOOKUP from certificate callback during accept\n");
Matt Caswell7e25dd62015-02-13 23:33:12 +00002530 i = SSL_accept(con);
2531 }
2532 }
2533#endif
2534
2535#ifndef OPENSSL_NO_SRP
2536 while (i <= 0 && SSL_get_error(con, i) == SSL_ERROR_WANT_X509_LOOKUP) {
2537 BIO_printf(bio_s_out, "LOOKUP during accept %s\n",
2538 srp_callback_parm.login);
2539 srp_callback_parm.user =
2540 SRP_VBASE_get_by_user(srp_callback_parm.vb,
2541 srp_callback_parm.login);
2542 if (srp_callback_parm.user)
2543 BIO_printf(bio_s_out, "LOOKUP done %s\n",
2544 srp_callback_parm.user->info);
2545 else
2546 BIO_printf(bio_s_out, "LOOKUP not successful\n");
Matt Caswell0f113f32015-01-22 03:40:55 +00002547 i = SSL_accept(con);
2548 }
Dr. Stephen Henson33233142014-01-26 00:51:09 +00002549#endif
Matt Caswell7e25dd62015-02-13 23:33:12 +00002550 } while (i < 0 && SSL_waiting_for_async(con));
Scott Deboy67c408c2013-08-01 11:54:09 -07002551
Matt Caswell0f113f32015-01-22 03:40:55 +00002552 if (i <= 0) {
Matt Caswellfd4e98e2015-04-09 10:01:05 +01002553 if ((dtlslisten && i == 0)
2554 || (!dtlslisten && BIO_sock_should_retry(i))) {
Matt Caswell0f113f32015-01-22 03:40:55 +00002555 BIO_printf(bio_s_out, "DELAY\n");
2556 return (1);
2557 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002558
Matt Caswell0f113f32015-01-22 03:40:55 +00002559 BIO_printf(bio_err, "ERROR\n");
Rich Salz7e1b7482015-04-24 15:26:15 -04002560
Ben Lauriedf2ee0e2015-09-05 13:32:58 +01002561 verify_err = SSL_get_verify_result(con);
2562 if (verify_err != X509_V_OK) {
Matt Caswell0f113f32015-01-22 03:40:55 +00002563 BIO_printf(bio_err, "verify error:%s\n",
Ben Lauriedf2ee0e2015-09-05 13:32:58 +01002564 X509_verify_cert_error_string(verify_err));
Matt Caswell0f113f32015-01-22 03:40:55 +00002565 }
2566 /* Always print any error messages */
2567 ERR_print_errors(bio_err);
2568 return (0);
2569 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002570
Matt Caswell0f113f32015-01-22 03:40:55 +00002571 if (s_brief)
Rich Salzecf3a1f2015-04-29 11:27:08 -04002572 print_ssl_summary(con);
Dr. Stephen Henson2a7cbe72012-09-12 23:14:28 +00002573
Matt Caswell0f113f32015-01-22 03:40:55 +00002574 PEM_write_bio_SSL_SESSION(bio_s_out, SSL_get_session(con));
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002575
Matt Caswell0f113f32015-01-22 03:40:55 +00002576 peer = SSL_get_peer_certificate(con);
2577 if (peer != NULL) {
2578 BIO_printf(bio_s_out, "Client certificate\n");
2579 PEM_write_bio_X509(bio_s_out, peer);
2580 X509_NAME_oneline(X509_get_subject_name(peer), buf, sizeof buf);
2581 BIO_printf(bio_s_out, "subject=%s\n", buf);
2582 X509_NAME_oneline(X509_get_issuer_name(peer), buf, sizeof buf);
2583 BIO_printf(bio_s_out, "issuer=%s\n", buf);
2584 X509_free(peer);
2585 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002586
Matt Caswell0f113f32015-01-22 03:40:55 +00002587 if (SSL_get_shared_ciphers(con, buf, sizeof buf) != NULL)
2588 BIO_printf(bio_s_out, "Shared ciphers:%s\n", buf);
2589 str = SSL_CIPHER_get_name(SSL_get_current_cipher(con));
2590 ssl_print_sigalgs(bio_s_out, con);
Dr. Stephen Henson14536c82013-08-17 17:40:08 +01002591#ifndef OPENSSL_NO_EC
Matt Caswell0f113f32015-01-22 03:40:55 +00002592 ssl_print_point_formats(bio_s_out, con);
2593 ssl_print_curves(bio_s_out, con, 0);
Dr. Stephen Henson14536c82013-08-17 17:40:08 +01002594#endif
Matt Caswell0f113f32015-01-22 03:40:55 +00002595 BIO_printf(bio_s_out, "CIPHER is %s\n", (str != NULL) ? str : "(NONE)");
Dr. Stephen Hensone7f8ff42012-03-06 14:28:21 +00002596
Matt Caswelle481f9b2015-05-15 10:49:56 +01002597#if !defined(OPENSSL_NO_NEXTPROTONEG)
Matt Caswell0f113f32015-01-22 03:40:55 +00002598 SSL_get0_next_proto_negotiated(con, &next_proto_neg, &next_proto_neg_len);
2599 if (next_proto_neg) {
2600 BIO_printf(bio_s_out, "NEXTPROTO is ");
2601 BIO_write(bio_s_out, next_proto_neg, next_proto_neg_len);
2602 BIO_printf(bio_s_out, "\n");
2603 }
Ben Laurieee2ffc22010-07-28 10:06:55 +00002604#endif
Piotr Sikorae783bae2014-12-22 11:15:51 +00002605#ifndef OPENSSL_NO_SRTP
Matt Caswell0f113f32015-01-22 03:40:55 +00002606 {
2607 SRTP_PROTECTION_PROFILE *srtp_profile
2608 = SSL_get_selected_srtp_profile(con);
Ben Laurie333f9262011-11-15 22:59:20 +00002609
Matt Caswell0f113f32015-01-22 03:40:55 +00002610 if (srtp_profile)
2611 BIO_printf(bio_s_out, "SRTP Extension negotiated, profile=%s\n",
2612 srtp_profile->name);
2613 }
Piotr Sikorae783bae2014-12-22 11:15:51 +00002614#endif
Matt Caswell0f113f32015-01-22 03:40:55 +00002615 if (SSL_cache_hit(con))
2616 BIO_printf(bio_s_out, "Reused session-id\n");
Matt Caswell0f113f32015-01-22 03:40:55 +00002617 BIO_printf(bio_s_out, "Secure Renegotiation IS%s supported\n",
2618 SSL_get_secure_renegotiation_support(con) ? "" : " NOT");
2619 if (keymatexportlabel != NULL) {
2620 BIO_printf(bio_s_out, "Keying material exporter:\n");
2621 BIO_printf(bio_s_out, " Label: '%s'\n", keymatexportlabel);
2622 BIO_printf(bio_s_out, " Length: %i bytes\n", keymatexportlen);
Rich Salz68dc6822015-04-30 17:48:31 -04002623 exportedkeymat = app_malloc(keymatexportlen, "export key");
2624 if (!SSL_export_keying_material(con, exportedkeymat,
2625 keymatexportlen,
2626 keymatexportlabel,
2627 strlen(keymatexportlabel),
2628 NULL, 0, 0)) {
2629 BIO_printf(bio_s_out, " Error\n");
2630 } else {
2631 BIO_printf(bio_s_out, " Keying material: ");
2632 for (i = 0; i < keymatexportlen; i++)
2633 BIO_printf(bio_s_out, "%02X", exportedkeymat[i]);
2634 BIO_printf(bio_s_out, "\n");
Matt Caswell0f113f32015-01-22 03:40:55 +00002635 }
Rich Salz68dc6822015-04-30 17:48:31 -04002636 OPENSSL_free(exportedkeymat);
Matt Caswell0f113f32015-01-22 03:40:55 +00002637 }
Ben Lauriee0af0402011-11-15 23:50:52 +00002638
Matt Caswell0f113f32015-01-22 03:40:55 +00002639 return (1);
2640}
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002641
Richard Levittecf1b7d92001-02-19 16:06:34 +00002642#ifndef OPENSSL_NO_DH
Nils Larscheb3eab22005-04-07 22:48:33 +00002643static DH *load_dh_param(const char *dhfile)
Matt Caswell0f113f32015-01-22 03:40:55 +00002644{
2645 DH *ret = NULL;
2646 BIO *bio;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002647
Matt Caswell0f113f32015-01-22 03:40:55 +00002648 if ((bio = BIO_new_file(dhfile, "r")) == NULL)
2649 goto err;
2650 ret = PEM_read_bio_DHparams(bio, NULL, NULL, NULL);
2651 err:
Rich Salzca3a82c2015-03-25 11:31:18 -04002652 BIO_free(bio);
Matt Caswell0f113f32015-01-22 03:40:55 +00002653 return (ret);
2654}
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00002655#endif
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002656
Richard Levitteab69ac02016-02-03 00:47:42 +01002657static int www_body(const char *hostname, int s, int stype,
2658 unsigned char *context)
Matt Caswell0f113f32015-01-22 03:40:55 +00002659{
2660 char *buf = NULL;
2661 int ret = 1;
2662 int i, j, k, dot;
2663 SSL *con;
2664 const SSL_CIPHER *c;
2665 BIO *io, *ssl_bio, *sbio;
Rich Salz7e1b7482015-04-24 15:26:15 -04002666#ifdef RENEG
2667 int total_bytes = 0;
2668#endif
Matt Caswell075c8792015-09-11 13:11:37 +01002669 int width;
2670 fd_set readfds;
2671
2672 /* Set width for a select call if needed */
2673 width = s + 1;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002674
Rich Salz68dc6822015-04-30 17:48:31 -04002675 buf = app_malloc(bufsize, "server www buffer");
Matt Caswell0f113f32015-01-22 03:40:55 +00002676 io = BIO_new(BIO_f_buffer());
2677 ssl_bio = BIO_new(BIO_f_ssl());
2678 if ((io == NULL) || (ssl_bio == NULL))
2679 goto err;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002680
Matt Caswell0f113f32015-01-22 03:40:55 +00002681#ifdef FIONBIO
2682 if (s_nbio) {
2683 unsigned long sl = 1;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002684
Matt Caswell0f113f32015-01-22 03:40:55 +00002685 if (!s_quiet)
2686 BIO_printf(bio_err, "turning on non blocking io\n");
2687 if (BIO_socket_ioctl(s, FIONBIO, &sl) < 0)
2688 ERR_print_errors(bio_err);
2689 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002690#endif
2691
Matt Caswell0f113f32015-01-22 03:40:55 +00002692 /* lets make the output buffer a reasonable size */
2693 if (!BIO_set_write_buffer_size(io, bufsize))
2694 goto err;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002695
Matt Caswell0f113f32015-01-22 03:40:55 +00002696 if ((con = SSL_new(ctx)) == NULL)
2697 goto err;
Matt Caswelle481f9b2015-05-15 10:49:56 +01002698
Matt Caswell0f113f32015-01-22 03:40:55 +00002699 if (s_tlsextdebug) {
2700 SSL_set_tlsext_debug_callback(con, tlsext_cb);
2701 SSL_set_tlsext_debug_arg(con, bio_s_out);
2702 }
Matt Caswelle481f9b2015-05-15 10:49:56 +01002703
Matt Caswellac59d702015-03-06 14:39:46 +00002704 if (context && !SSL_set_session_id_context(con, context,
Rich Salz7e1b7482015-04-24 15:26:15 -04002705 strlen((char *)context)))
Matt Caswellac59d702015-03-06 14:39:46 +00002706 goto err;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002707
Matt Caswell0f113f32015-01-22 03:40:55 +00002708 sbio = BIO_new_socket(s, BIO_NOCLOSE);
2709 if (s_nbio_test) {
2710 BIO *test;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002711
Matt Caswell0f113f32015-01-22 03:40:55 +00002712 test = BIO_new(BIO_f_nbio_test());
2713 sbio = BIO_push(test, sbio);
2714 }
2715 SSL_set_bio(con, sbio, sbio);
2716 SSL_set_accept_state(con);
Ben Laurie71fa4512012-06-03 22:00:21 +00002717
Matt Caswell0f113f32015-01-22 03:40:55 +00002718 /* SSL_set_fd(con,s); */
2719 BIO_set_ssl(ssl_bio, con, BIO_CLOSE);
2720 BIO_push(io, ssl_bio);
Ulf Möllera53955d1999-06-04 21:35:58 +00002721#ifdef CHARSET_EBCDIC
Matt Caswell0f113f32015-01-22 03:40:55 +00002722 io = BIO_push(BIO_new(BIO_f_ebcdic_filter()), io);
Ulf Möllera53955d1999-06-04 21:35:58 +00002723#endif
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002724
Matt Caswell0f113f32015-01-22 03:40:55 +00002725 if (s_debug) {
Matt Caswell0f113f32015-01-22 03:40:55 +00002726 BIO_set_callback(SSL_get_rbio(con), bio_dump_callback);
2727 BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out);
2728 }
2729 if (s_msg) {
Dr. Stephen Henson93ab9e42012-06-15 12:46:09 +00002730#ifndef OPENSSL_NO_SSL_TRACE
Matt Caswell0f113f32015-01-22 03:40:55 +00002731 if (s_msg == 2)
2732 SSL_set_msg_callback(con, SSL_trace);
2733 else
Dr. Stephen Henson93ab9e42012-06-15 12:46:09 +00002734#endif
Matt Caswell0f113f32015-01-22 03:40:55 +00002735 SSL_set_msg_callback(con, msg_cb);
2736 SSL_set_msg_callback_arg(con, bio_s_msg ? bio_s_msg : bio_s_out);
2737 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002738
Matt Caswell0f113f32015-01-22 03:40:55 +00002739 for (;;) {
Matt Caswell0f113f32015-01-22 03:40:55 +00002740 i = BIO_gets(io, buf, bufsize - 1);
2741 if (i < 0) { /* error */
Matt Caswell4cfa6202015-03-27 15:20:24 +00002742 if (!BIO_should_retry(io) && !SSL_waiting_for_async(con)) {
Matt Caswell0f113f32015-01-22 03:40:55 +00002743 if (!s_quiet)
2744 ERR_print_errors(bio_err);
2745 goto err;
2746 } else {
2747 BIO_printf(bio_s_out, "read R BLOCK\n");
Dr. Stephen Henson4e7e6232015-09-12 02:37:48 +01002748#ifndef OPENSSL_NO_SRP
2749 if (BIO_should_io_special(io)
2750 && BIO_get_retry_reason(io) == BIO_RR_SSL_X509_LOOKUP) {
2751 BIO_printf(bio_s_out, "LOOKUP renego during read\n");
2752 srp_callback_parm.user =
2753 SRP_VBASE_get_by_user(srp_callback_parm.vb,
2754 srp_callback_parm.login);
2755 if (srp_callback_parm.user)
2756 BIO_printf(bio_s_out, "LOOKUP done %s\n",
2757 srp_callback_parm.user->info);
2758 else
2759 BIO_printf(bio_s_out, "LOOKUP not successful\n");
2760 continue;
2761 }
2762#endif
Richard Levitte4d8743f2003-11-28 13:10:58 +00002763#if defined(OPENSSL_SYS_NETWARE)
Matt Caswell0f113f32015-01-22 03:40:55 +00002764 delay(1000);
Rich Salzf642ebc2014-08-09 08:02:20 -04002765#elif !defined(OPENSSL_SYS_MSDOS)
Matt Caswell0f113f32015-01-22 03:40:55 +00002766 sleep(1);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002767#endif
Matt Caswell0f113f32015-01-22 03:40:55 +00002768 continue;
2769 }
2770 } else if (i == 0) { /* end of input */
2771 ret = 1;
2772 goto end;
2773 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002774
Matt Caswell0f113f32015-01-22 03:40:55 +00002775 /* else we have data */
2776 if (((www == 1) && (strncmp("GET ", buf, 4) == 0)) ||
Dmitry-Me0b142f02014-06-01 21:30:52 +04002777 ((www == 2) && (strncmp("GET /stats ", buf, 11) == 0))) {
Matt Caswell0f113f32015-01-22 03:40:55 +00002778 char *p;
2779 X509 *peer;
2780 STACK_OF(SSL_CIPHER) *sk;
2781 static const char *space = " ";
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002782
Matt Caswell0f113f32015-01-22 03:40:55 +00002783 if (www == 1 && strncmp("GET /reneg", buf, 10) == 0) {
2784 if (strncmp("GET /renegcert", buf, 14) == 0)
2785 SSL_set_verify(con,
2786 SSL_VERIFY_PEER | SSL_VERIFY_CLIENT_ONCE,
2787 NULL);
2788 i = SSL_renegotiate(con);
2789 BIO_printf(bio_s_out, "SSL_renegotiate -> %d\n", i);
Matt Caswell075c8792015-09-11 13:11:37 +01002790 /* Send the HelloRequest */
Matt Caswell0f113f32015-01-22 03:40:55 +00002791 i = SSL_do_handshake(con);
2792 if (i <= 0) {
2793 BIO_printf(bio_s_out, "SSL_do_handshake() Retval %d\n",
2794 SSL_get_error(con, i));
2795 ERR_print_errors(bio_err);
2796 goto err;
2797 }
Matt Caswell075c8792015-09-11 13:11:37 +01002798 /* Wait for a ClientHello to come back */
2799 FD_ZERO(&readfds);
2800 openssl_fdset(s, &readfds);
2801 i = select(width, (void *)&readfds, NULL, NULL, NULL);
2802 if (i <= 0 || !FD_ISSET(s, &readfds)) {
2803 BIO_printf(bio_s_out, "Error waiting for client response\n");
Matt Caswell0f113f32015-01-22 03:40:55 +00002804 ERR_print_errors(bio_err);
2805 goto err;
2806 }
Matt Caswell075c8792015-09-11 13:11:37 +01002807 /*
2808 * We're not acutally expecting any data here and we ignore
2809 * any that is sent. This is just to force the handshake that
2810 * we're expecting to come from the client. If they haven't
2811 * sent one there's not much we can do.
2812 */
2813 BIO_gets(io, buf, bufsize - 1);
Matt Caswell0f113f32015-01-22 03:40:55 +00002814 }
Dr. Stephen Henson08c23972010-01-28 19:48:36 +00002815
Matt Caswell0f113f32015-01-22 03:40:55 +00002816 BIO_puts(io,
2817 "HTTP/1.0 200 ok\r\nContent-type: text/html\r\n\r\n");
2818 BIO_puts(io, "<HTML><BODY BGCOLOR=\"#ffffff\">\n");
2819 BIO_puts(io, "<pre>\n");
Rich Salzb0700d22015-10-27 15:11:48 -04002820/* BIO_puts(io,OpenSSL_version(OPENSSL_VERSION));*/
Matt Caswell0f113f32015-01-22 03:40:55 +00002821 BIO_puts(io, "\n");
2822 for (i = 0; i < local_argc; i++) {
Rich Salzf92beb92015-04-25 16:06:19 -04002823 const char *myp;
2824 for (myp = local_argv[i]; *myp; myp++)
2825 switch (*myp) {
2826 case '<':
2827 BIO_puts(io, "&lt;");
2828 break;
2829 case '>':
2830 BIO_puts(io, "&gt;");
2831 break;
2832 case '&':
2833 BIO_puts(io, "&amp;");
2834 break;
2835 default:
2836 BIO_write(io, myp, 1);
2837 break;
2838 }
Matt Caswell0f113f32015-01-22 03:40:55 +00002839 BIO_write(io, " ", 1);
2840 }
2841 BIO_puts(io, "\n");
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002842
Matt Caswell0f113f32015-01-22 03:40:55 +00002843 BIO_printf(io,
2844 "Secure Renegotiation IS%s supported\n",
2845 SSL_get_secure_renegotiation_support(con) ?
2846 "" : " NOT");
Dr. Stephen Henson08c23972010-01-28 19:48:36 +00002847
Matt Caswell0f113f32015-01-22 03:40:55 +00002848 /*
2849 * The following is evil and should not really be done
2850 */
2851 BIO_printf(io, "Ciphers supported in s_server binary\n");
2852 sk = SSL_get_ciphers(con);
2853 j = sk_SSL_CIPHER_num(sk);
2854 for (i = 0; i < j; i++) {
2855 c = sk_SSL_CIPHER_value(sk, i);
Rich Salz7e1b7482015-04-24 15:26:15 -04002856 BIO_printf(io, "%-11s:%-25s ",
Matt Caswell0f113f32015-01-22 03:40:55 +00002857 SSL_CIPHER_get_version(c), SSL_CIPHER_get_name(c));
2858 if ((((i + 1) % 2) == 0) && (i + 1 != j))
2859 BIO_puts(io, "\n");
2860 }
2861 BIO_puts(io, "\n");
2862 p = SSL_get_shared_ciphers(con, buf, bufsize);
2863 if (p != NULL) {
2864 BIO_printf(io,
2865 "---\nCiphers common between both SSL end points:\n");
2866 j = i = 0;
2867 while (*p) {
2868 if (*p == ':') {
2869 BIO_write(io, space, 26 - j);
2870 i++;
2871 j = 0;
2872 BIO_write(io, ((i % 3) ? " " : "\n"), 1);
2873 } else {
2874 BIO_write(io, p, 1);
2875 j++;
2876 }
2877 p++;
2878 }
2879 BIO_puts(io, "\n");
2880 }
2881 ssl_print_sigalgs(io, con);
Dr. Stephen Henson14536c82013-08-17 17:40:08 +01002882#ifndef OPENSSL_NO_EC
Matt Caswell0f113f32015-01-22 03:40:55 +00002883 ssl_print_curves(io, con, 0);
Dr. Stephen Henson14536c82013-08-17 17:40:08 +01002884#endif
Matt Caswell0f113f32015-01-22 03:40:55 +00002885 BIO_printf(io, (SSL_cache_hit(con)
2886 ? "---\nReused, " : "---\nNew, "));
2887 c = SSL_get_current_cipher(con);
2888 BIO_printf(io, "%s, Cipher is %s\n",
2889 SSL_CIPHER_get_version(c), SSL_CIPHER_get_name(c));
2890 SSL_SESSION_print(io, SSL_get_session(con));
2891 BIO_printf(io, "---\n");
2892 print_stats(io, SSL_get_SSL_CTX(con));
2893 BIO_printf(io, "---\n");
2894 peer = SSL_get_peer_certificate(con);
2895 if (peer != NULL) {
2896 BIO_printf(io, "Client certificate\n");
2897 X509_print(io, peer);
2898 PEM_write_bio_X509(io, peer);
2899 } else
2900 BIO_puts(io, "no client certificate available\n");
2901 BIO_puts(io, "</BODY></HTML>\r\n\r\n");
2902 break;
2903 } else if ((www == 2 || www == 3)
2904 && (strncmp("GET /", buf, 5) == 0)) {
2905 BIO *file;
2906 char *p, *e;
2907 static const char *text =
2908 "HTTP/1.0 200 ok\r\nContent-type: text/plain\r\n\r\n";
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002909
Matt Caswell0f113f32015-01-22 03:40:55 +00002910 /* skip the '/' */
2911 p = &(buf[5]);
Bodo Möller5d3ab9b2001-03-30 10:47:21 +00002912
Matt Caswell0f113f32015-01-22 03:40:55 +00002913 dot = 1;
2914 for (e = p; *e != '\0'; e++) {
2915 if (e[0] == ' ')
2916 break;
Bodo Möller5d3ab9b2001-03-30 10:47:21 +00002917
Matt Caswell0f113f32015-01-22 03:40:55 +00002918 switch (dot) {
2919 case 1:
2920 dot = (e[0] == '.') ? 2 : 0;
2921 break;
2922 case 2:
2923 dot = (e[0] == '.') ? 3 : 0;
2924 break;
2925 case 3:
2926 dot = (e[0] == '/') ? -1 : 0;
2927 break;
2928 }
2929 if (dot == 0)
2930 dot = (e[0] == '/') ? 1 : 0;
2931 }
2932 dot = (dot == 3) || (dot == -1); /* filename contains ".."
2933 * component */
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002934
Matt Caswell0f113f32015-01-22 03:40:55 +00002935 if (*e == '\0') {
2936 BIO_puts(io, text);
2937 BIO_printf(io, "'%s' is an invalid file name\r\n", p);
2938 break;
2939 }
2940 *e = '\0';
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002941
Matt Caswell0f113f32015-01-22 03:40:55 +00002942 if (dot) {
2943 BIO_puts(io, text);
2944 BIO_printf(io, "'%s' contains '..' reference\r\n", p);
2945 break;
2946 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002947
Matt Caswell0f113f32015-01-22 03:40:55 +00002948 if (*p == '/') {
2949 BIO_puts(io, text);
2950 BIO_printf(io, "'%s' is an invalid path\r\n", p);
2951 break;
2952 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002953
Matt Caswell0f113f32015-01-22 03:40:55 +00002954 /* if a directory, do the index thang */
2955 if (app_isdir(p) > 0) {
Matt Caswell0f113f32015-01-22 03:40:55 +00002956 BIO_puts(io, text);
2957 BIO_printf(io, "'%s' is a directory\r\n", p);
2958 break;
Matt Caswell0f113f32015-01-22 03:40:55 +00002959 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002960
Matt Caswell0f113f32015-01-22 03:40:55 +00002961 if ((file = BIO_new_file(p, "r")) == NULL) {
2962 BIO_puts(io, text);
2963 BIO_printf(io, "Error opening '%s'\r\n", p);
2964 ERR_print_errors(io);
2965 break;
2966 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002967
Matt Caswell0f113f32015-01-22 03:40:55 +00002968 if (!s_quiet)
2969 BIO_printf(bio_err, "FILE:%s\n", p);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002970
Matt Caswell0f113f32015-01-22 03:40:55 +00002971 if (www == 2) {
2972 i = strlen(p);
2973 if (((i > 5) && (strcmp(&(p[i - 5]), ".html") == 0)) ||
2974 ((i > 4) && (strcmp(&(p[i - 4]), ".php") == 0)) ||
2975 ((i > 4) && (strcmp(&(p[i - 4]), ".htm") == 0)))
2976 BIO_puts(io,
2977 "HTTP/1.0 200 ok\r\nContent-type: text/html\r\n\r\n");
2978 else
2979 BIO_puts(io,
2980 "HTTP/1.0 200 ok\r\nContent-type: text/plain\r\n\r\n");
2981 }
2982 /* send the file */
2983 for (;;) {
2984 i = BIO_read(file, buf, bufsize);
2985 if (i <= 0)
2986 break;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002987
Ralf S. Engelschalldfeab061998-12-21 11:00:56 +00002988#ifdef RENEG
Matt Caswell0f113f32015-01-22 03:40:55 +00002989 total_bytes += i;
Rich Salz7768e112015-06-04 14:26:55 -04002990 BIO_printf(bio_err, "%d\n", i);
Matt Caswell0f113f32015-01-22 03:40:55 +00002991 if (total_bytes > 3 * 1024) {
2992 total_bytes = 0;
Rich Salz7768e112015-06-04 14:26:55 -04002993 BIO_printf(bio_err, "RENEGOTIATE\n");
Matt Caswell0f113f32015-01-22 03:40:55 +00002994 SSL_renegotiate(con);
2995 }
Ralf S. Engelschalldfeab061998-12-21 11:00:56 +00002996#endif
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00002997
Matt Caswell0f113f32015-01-22 03:40:55 +00002998 for (j = 0; j < i;) {
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00002999#ifdef RENEG
Matt Caswell0f113f32015-01-22 03:40:55 +00003000 {
3001 static count = 0;
3002 if (++count == 13) {
3003 SSL_renegotiate(con);
3004 }
3005 }
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00003006#endif
Matt Caswell0f113f32015-01-22 03:40:55 +00003007 k = BIO_write(io, &(buf[j]), i - j);
3008 if (k <= 0) {
Matt Caswell4cfa6202015-03-27 15:20:24 +00003009 if (!BIO_should_retry(io) && !SSL_waiting_for_async(con))
Matt Caswell0f113f32015-01-22 03:40:55 +00003010 goto write_error;
3011 else {
3012 BIO_printf(bio_s_out, "rwrite W BLOCK\n");
3013 }
3014 } else {
3015 j += k;
3016 }
3017 }
3018 }
3019 write_error:
3020 BIO_free(file);
3021 break;
3022 }
3023 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00003024
Matt Caswell0f113f32015-01-22 03:40:55 +00003025 for (;;) {
3026 i = (int)BIO_flush(io);
3027 if (i <= 0) {
3028 if (!BIO_should_retry(io))
3029 break;
3030 } else
3031 break;
3032 }
3033 end:
Matt Caswell0f113f32015-01-22 03:40:55 +00003034 /* make sure we re-use sessions */
3035 SSL_set_shutdown(con, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00003036
Matt Caswell0f113f32015-01-22 03:40:55 +00003037 err:
Matt Caswell0f113f32015-01-22 03:40:55 +00003038 if (ret >= 0)
3039 BIO_printf(bio_s_out, "ACCEPT\n");
Rich Salzb548a1f2015-05-01 10:02:07 -04003040 OPENSSL_free(buf);
Rich Salzca3a82c2015-03-25 11:31:18 -04003041 BIO_free_all(io);
Matt Caswell0f113f32015-01-22 03:40:55 +00003042 return (ret);
3043}
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00003044
Richard Levitteab69ac02016-02-03 00:47:42 +01003045static int rev_body(const char *hostname, int s, int stype,
3046 unsigned char *context)
Matt Caswell0f113f32015-01-22 03:40:55 +00003047{
3048 char *buf = NULL;
3049 int i;
3050 int ret = 1;
3051 SSL *con;
3052 BIO *io, *ssl_bio, *sbio;
Dr. Stephen Henson4f3df8b2012-09-14 13:27:05 +00003053
Rich Salz68dc6822015-04-30 17:48:31 -04003054 buf = app_malloc(bufsize, "server rev buffer");
Matt Caswell0f113f32015-01-22 03:40:55 +00003055 io = BIO_new(BIO_f_buffer());
3056 ssl_bio = BIO_new(BIO_f_ssl());
3057 if ((io == NULL) || (ssl_bio == NULL))
3058 goto err;
Dr. Stephen Henson4f3df8b2012-09-14 13:27:05 +00003059
Matt Caswell0f113f32015-01-22 03:40:55 +00003060 /* lets make the output buffer a reasonable size */
3061 if (!BIO_set_write_buffer_size(io, bufsize))
3062 goto err;
Dr. Stephen Henson4f3df8b2012-09-14 13:27:05 +00003063
Matt Caswell0f113f32015-01-22 03:40:55 +00003064 if ((con = SSL_new(ctx)) == NULL)
3065 goto err;
Matt Caswelle481f9b2015-05-15 10:49:56 +01003066
Matt Caswell0f113f32015-01-22 03:40:55 +00003067 if (s_tlsextdebug) {
3068 SSL_set_tlsext_debug_callback(con, tlsext_cb);
3069 SSL_set_tlsext_debug_arg(con, bio_s_out);
3070 }
Matt Caswellac59d702015-03-06 14:39:46 +00003071 if (context && !SSL_set_session_id_context(con, context,
Rich Salz7e1b7482015-04-24 15:26:15 -04003072 strlen((char *)context))) {
Matt Caswellac59d702015-03-06 14:39:46 +00003073 ERR_print_errors(bio_err);
3074 goto err;
3075 }
Dr. Stephen Henson4f3df8b2012-09-14 13:27:05 +00003076
Matt Caswell0f113f32015-01-22 03:40:55 +00003077 sbio = BIO_new_socket(s, BIO_NOCLOSE);
3078 SSL_set_bio(con, sbio, sbio);
3079 SSL_set_accept_state(con);
Dr. Stephen Henson4f3df8b2012-09-14 13:27:05 +00003080
Matt Caswell0f113f32015-01-22 03:40:55 +00003081 BIO_set_ssl(ssl_bio, con, BIO_CLOSE);
3082 BIO_push(io, ssl_bio);
Dr. Stephen Henson4f3df8b2012-09-14 13:27:05 +00003083#ifdef CHARSET_EBCDIC
Matt Caswell0f113f32015-01-22 03:40:55 +00003084 io = BIO_push(BIO_new(BIO_f_ebcdic_filter()), io);
Dr. Stephen Henson4f3df8b2012-09-14 13:27:05 +00003085#endif
3086
Matt Caswell0f113f32015-01-22 03:40:55 +00003087 if (s_debug) {
Matt Caswell0f113f32015-01-22 03:40:55 +00003088 BIO_set_callback(SSL_get_rbio(con), bio_dump_callback);
3089 BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out);
3090 }
3091 if (s_msg) {
Dr. Stephen Henson4f3df8b2012-09-14 13:27:05 +00003092#ifndef OPENSSL_NO_SSL_TRACE
Matt Caswell0f113f32015-01-22 03:40:55 +00003093 if (s_msg == 2)
3094 SSL_set_msg_callback(con, SSL_trace);
3095 else
Dr. Stephen Henson4f3df8b2012-09-14 13:27:05 +00003096#endif
Matt Caswell0f113f32015-01-22 03:40:55 +00003097 SSL_set_msg_callback(con, msg_cb);
3098 SSL_set_msg_callback_arg(con, bio_s_msg ? bio_s_msg : bio_s_out);
3099 }
Dr. Stephen Henson4f3df8b2012-09-14 13:27:05 +00003100
Matt Caswell0f113f32015-01-22 03:40:55 +00003101 for (;;) {
3102 i = BIO_do_handshake(io);
3103 if (i > 0)
3104 break;
3105 if (!BIO_should_retry(io)) {
3106 BIO_puts(bio_err, "CONNECTION FAILURE\n");
3107 ERR_print_errors(bio_err);
3108 goto end;
3109 }
Dr. Stephen Henson4e7e6232015-09-12 02:37:48 +01003110#ifndef OPENSSL_NO_SRP
3111 if (BIO_should_io_special(io)
3112 && BIO_get_retry_reason(io) == BIO_RR_SSL_X509_LOOKUP) {
3113 BIO_printf(bio_s_out, "LOOKUP renego during accept\n");
3114 srp_callback_parm.user =
3115 SRP_VBASE_get_by_user(srp_callback_parm.vb,
3116 srp_callback_parm.login);
3117 if (srp_callback_parm.user)
3118 BIO_printf(bio_s_out, "LOOKUP done %s\n",
3119 srp_callback_parm.user->info);
3120 else
3121 BIO_printf(bio_s_out, "LOOKUP not successful\n");
3122 continue;
3123 }
3124#endif
Matt Caswell0f113f32015-01-22 03:40:55 +00003125 }
3126 BIO_printf(bio_err, "CONNECTION ESTABLISHED\n");
Rich Salzecf3a1f2015-04-29 11:27:08 -04003127 print_ssl_summary(con);
Dr. Stephen Henson4f3df8b2012-09-14 13:27:05 +00003128
Matt Caswell0f113f32015-01-22 03:40:55 +00003129 for (;;) {
3130 i = BIO_gets(io, buf, bufsize - 1);
3131 if (i < 0) { /* error */
3132 if (!BIO_should_retry(io)) {
3133 if (!s_quiet)
3134 ERR_print_errors(bio_err);
3135 goto err;
3136 } else {
3137 BIO_printf(bio_s_out, "read R BLOCK\n");
Dr. Stephen Henson4e7e6232015-09-12 02:37:48 +01003138#ifndef OPENSSL_NO_SRP
3139 if (BIO_should_io_special(io)
3140 && BIO_get_retry_reason(io) == BIO_RR_SSL_X509_LOOKUP) {
3141 BIO_printf(bio_s_out, "LOOKUP renego during read\n");
3142 srp_callback_parm.user =
3143 SRP_VBASE_get_by_user(srp_callback_parm.vb,
3144 srp_callback_parm.login);
3145 if (srp_callback_parm.user)
3146 BIO_printf(bio_s_out, "LOOKUP done %s\n",
3147 srp_callback_parm.user->info);
3148 else
3149 BIO_printf(bio_s_out, "LOOKUP not successful\n");
3150 continue;
3151 }
3152#endif
Dr. Stephen Henson4f3df8b2012-09-14 13:27:05 +00003153#if defined(OPENSSL_SYS_NETWARE)
Matt Caswell0f113f32015-01-22 03:40:55 +00003154 delay(1000);
Rich Salza9008152014-08-08 16:46:14 -04003155#elif !defined(OPENSSL_SYS_MSDOS)
Matt Caswell0f113f32015-01-22 03:40:55 +00003156 sleep(1);
Dr. Stephen Henson4f3df8b2012-09-14 13:27:05 +00003157#endif
Matt Caswell0f113f32015-01-22 03:40:55 +00003158 continue;
3159 }
3160 } else if (i == 0) { /* end of input */
3161 ret = 1;
3162 BIO_printf(bio_err, "CONNECTION CLOSED\n");
3163 goto end;
3164 } else {
3165 char *p = buf + i - 1;
3166 while (i && (*p == '\n' || *p == '\r')) {
3167 p--;
3168 i--;
3169 }
Rich Salz86885c22015-05-06 14:56:14 -04003170 if (!s_ign_eof && (i == 5) && (strncmp(buf, "CLOSE", 5) == 0)) {
Matt Caswell0f113f32015-01-22 03:40:55 +00003171 ret = 1;
3172 BIO_printf(bio_err, "CONNECTION CLOSED\n");
3173 goto end;
3174 }
3175 BUF_reverse((unsigned char *)buf, NULL, i);
3176 buf[i] = '\n';
3177 BIO_write(io, buf, i + 1);
3178 for (;;) {
3179 i = BIO_flush(io);
3180 if (i > 0)
3181 break;
3182 if (!BIO_should_retry(io))
3183 goto end;
3184 }
3185 }
3186 }
3187 end:
3188 /* make sure we re-use sessions */
3189 SSL_set_shutdown(con, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN);
Dr. Stephen Henson4f3df8b2012-09-14 13:27:05 +00003190
Matt Caswell0f113f32015-01-22 03:40:55 +00003191 err:
Dr. Stephen Henson4f3df8b2012-09-14 13:27:05 +00003192
Rich Salzb548a1f2015-05-01 10:02:07 -04003193 OPENSSL_free(buf);
Rich Salzca3a82c2015-03-25 11:31:18 -04003194 BIO_free_all(io);
Matt Caswell0f113f32015-01-22 03:40:55 +00003195 return (ret);
3196}
Dr. Stephen Henson4f3df8b2012-09-14 13:27:05 +00003197
Geoff Thorpe1aa0d942001-02-21 18:38:48 +00003198#define MAX_SESSION_ID_ATTEMPTS 10
3199static int generate_session_id(const SSL *ssl, unsigned char *id,
Matt Caswell0f113f32015-01-22 03:40:55 +00003200 unsigned int *id_len)
3201{
3202 unsigned int count = 0;
3203 do {
Matt Caswell266483d2015-02-26 11:57:37 +00003204 if (RAND_bytes(id, *id_len) <= 0)
3205 return 0;
Matt Caswell0f113f32015-01-22 03:40:55 +00003206 /*
3207 * Prefix the session_id with the required prefix. NB: If our prefix
3208 * is too long, clip it - but there will be worse effects anyway, eg.
3209 * the server could only possibly create 1 session ID (ie. the
3210 * prefix!) so all future session negotiations will fail due to
3211 * conflicts.
3212 */
3213 memcpy(id, session_id_prefix,
3214 (strlen(session_id_prefix) < *id_len) ?
3215 strlen(session_id_prefix) : *id_len);
3216 }
3217 while (SSL_has_matching_session_id(ssl, id, *id_len) &&
3218 (++count < MAX_SESSION_ID_ATTEMPTS));
3219 if (count >= MAX_SESSION_ID_ATTEMPTS)
3220 return 0;
3221 return 1;
3222}
Dr. Stephen Henson35b0ea42009-12-27 23:24:45 +00003223
Matt Caswell0f113f32015-01-22 03:40:55 +00003224/*
3225 * By default s_server uses an in-memory cache which caches SSL_SESSION
Dr. Stephen Henson35b0ea42009-12-27 23:24:45 +00003226 * structures without any serialisation. This hides some bugs which only
3227 * become apparent in deployed servers. By implementing a basic external
3228 * session cache some issues can be debugged using s_server.
3229 */
3230
Matt Caswell0f113f32015-01-22 03:40:55 +00003231typedef struct simple_ssl_session_st {
3232 unsigned char *id;
3233 unsigned int idlen;
3234 unsigned char *der;
3235 int derlen;
3236 struct simple_ssl_session_st *next;
3237} simple_ssl_session;
Dr. Stephen Henson35b0ea42009-12-27 23:24:45 +00003238
3239static simple_ssl_session *first = NULL;
3240
3241static int add_session(SSL *ssl, SSL_SESSION *session)
Matt Caswell0f113f32015-01-22 03:40:55 +00003242{
Rich Salzb4faea52015-05-01 23:10:31 -04003243 simple_ssl_session *sess = app_malloc(sizeof(*sess), "get session");
Matt Caswell0f113f32015-01-22 03:40:55 +00003244 unsigned char *p;
Dr. Stephen Henson35b0ea42009-12-27 23:24:45 +00003245
Matt Caswell0f113f32015-01-22 03:40:55 +00003246 SSL_SESSION_get_id(session, &sess->idlen);
3247 sess->derlen = i2d_SSL_SESSION(session, NULL);
Rich Salz7e1b7482015-04-24 15:26:15 -04003248 if (sess->derlen < 0) {
3249 BIO_printf(bio_err, "Error encoding session\n");
Rich Salza194ee72015-04-25 22:55:36 -04003250 OPENSSL_free(sess);
Rich Salz7e1b7482015-04-24 15:26:15 -04003251 return 0;
3252 }
Dr. Stephen Henson35b0ea42009-12-27 23:24:45 +00003253
Rich Salz7644a9a2015-12-16 16:12:24 -05003254 sess->id = OPENSSL_memdup(SSL_SESSION_get_id(session, NULL), sess->idlen);
Rich Salz68dc6822015-04-30 17:48:31 -04003255 sess->der = app_malloc(sess->derlen, "get session buffer");
3256 if (!sess->id) {
Rich Salz7e1b7482015-04-24 15:26:15 -04003257 BIO_printf(bio_err, "Out of memory adding to external cache\n");
Rich Salza194ee72015-04-25 22:55:36 -04003258 OPENSSL_free(sess->id);
3259 OPENSSL_free(sess->der);
Matt Caswell918bb862015-03-04 17:49:51 +00003260 OPENSSL_free(sess);
3261 return 0;
3262 }
Matt Caswell0f113f32015-01-22 03:40:55 +00003263 p = sess->der;
Rich Salz7e1b7482015-04-24 15:26:15 -04003264
3265 /* Assume it still works. */
3266 if (i2d_SSL_SESSION(session, &p) != sess->derlen) {
Rich Salzce6766d2015-04-26 16:43:18 -04003267 BIO_printf(bio_err, "Unexpected session encoding length\n");
Rich Salza194ee72015-04-25 22:55:36 -04003268 OPENSSL_free(sess->id);
3269 OPENSSL_free(sess->der);
3270 OPENSSL_free(sess);
Matt Caswellac59d702015-03-06 14:39:46 +00003271 return 0;
3272 }
Dr. Stephen Henson35b0ea42009-12-27 23:24:45 +00003273
Matt Caswell0f113f32015-01-22 03:40:55 +00003274 sess->next = first;
3275 first = sess;
3276 BIO_printf(bio_err, "New session added to external cache\n");
3277 return 0;
3278}
Dr. Stephen Henson35b0ea42009-12-27 23:24:45 +00003279
Emilia Kasperb6981742016-02-01 15:26:18 +01003280static SSL_SESSION *get_session(SSL *ssl, const unsigned char *id, int idlen,
Matt Caswell0f113f32015-01-22 03:40:55 +00003281 int *do_copy)
3282{
3283 simple_ssl_session *sess;
3284 *do_copy = 0;
3285 for (sess = first; sess; sess = sess->next) {
3286 if (idlen == (int)sess->idlen && !memcmp(sess->id, id, idlen)) {
3287 const unsigned char *p = sess->der;
3288 BIO_printf(bio_err, "Lookup session: cache hit\n");
3289 return d2i_SSL_SESSION(NULL, &p, sess->derlen);
3290 }
3291 }
3292 BIO_printf(bio_err, "Lookup session: cache miss\n");
3293 return NULL;
3294}
Dr. Stephen Henson35b0ea42009-12-27 23:24:45 +00003295
3296static void del_session(SSL_CTX *sctx, SSL_SESSION *session)
Matt Caswell0f113f32015-01-22 03:40:55 +00003297{
3298 simple_ssl_session *sess, *prev = NULL;
3299 const unsigned char *id;
3300 unsigned int idlen;
3301 id = SSL_SESSION_get_id(session, &idlen);
3302 for (sess = first; sess; sess = sess->next) {
3303 if (idlen == sess->idlen && !memcmp(sess->id, id, idlen)) {
3304 if (prev)
3305 prev->next = sess->next;
3306 else
3307 first = sess->next;
3308 OPENSSL_free(sess->id);
3309 OPENSSL_free(sess->der);
3310 OPENSSL_free(sess);
3311 return;
3312 }
3313 prev = sess;
3314 }
3315}
Dr. Stephen Henson35b0ea42009-12-27 23:24:45 +00003316
3317static void init_session_cache_ctx(SSL_CTX *sctx)
Matt Caswell0f113f32015-01-22 03:40:55 +00003318{
3319 SSL_CTX_set_session_cache_mode(sctx,
3320 SSL_SESS_CACHE_NO_INTERNAL |
3321 SSL_SESS_CACHE_SERVER);
3322 SSL_CTX_sess_set_new_cb(sctx, add_session);
3323 SSL_CTX_sess_set_get_cb(sctx, get_session);
3324 SSL_CTX_sess_set_remove_cb(sctx, del_session);
3325}
Dr. Stephen Henson35b0ea42009-12-27 23:24:45 +00003326
3327static void free_sessions(void)
Matt Caswell0f113f32015-01-22 03:40:55 +00003328{
3329 simple_ssl_session *sess, *tsess;
3330 for (sess = first; sess;) {
3331 OPENSSL_free(sess->id);
3332 OPENSSL_free(sess->der);
3333 tsess = sess;
3334 sess = sess->next;
3335 OPENSSL_free(tsess);
3336 }
3337 first = NULL;
3338}