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