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