94f2a941379b4e1c9e0245714a11b62d91df06a6
[oweals/openssl.git] / apps / s_client.c
1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
2  * All rights reserved.
3  *
4  * This package is an SSL implementation written
5  * by Eric Young (eay@cryptsoft.com).
6  * The implementation was written so as to conform with Netscapes SSL.
7  *
8  * This library is free for commercial and non-commercial use as long as
9  * the following conditions are aheared to.  The following conditions
10  * apply to all code found in this distribution, be it the RC4, RSA,
11  * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
12  * included with this distribution is covered by the same copyright terms
13  * except that the holder is Tim Hudson (tjh@cryptsoft.com).
14  *
15  * Copyright remains Eric Young's, and as such any Copyright notices in
16  * the code are not to be removed.
17  * If this package is used in a product, Eric Young should be given attribution
18  * as the author of the parts of the library used.
19  * This can be in the form of a textual message at program startup or
20  * in documentation (online or textual) provided with the package.
21  *
22  * Redistribution and use in source and binary forms, with or without
23  * modification, are permitted provided that the following conditions
24  * are met:
25  * 1. Redistributions of source code must retain the copyright
26  *    notice, this list of conditions and the following disclaimer.
27  * 2. Redistributions in binary form must reproduce the above copyright
28  *    notice, this list of conditions and the following disclaimer in the
29  *    documentation and/or other materials provided with the distribution.
30  * 3. All advertising materials mentioning features or use of this software
31  *    must display the following acknowledgement:
32  *    "This product includes cryptographic software written by
33  *     Eric Young (eay@cryptsoft.com)"
34  *    The word 'cryptographic' can be left out if the rouines from the library
35  *    being used are not cryptographic related :-).
36  * 4. If you include any Windows specific code (or a derivative thereof) from
37  *    the apps directory (application code) you must include an acknowledgement:
38  *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
39  *
40  * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
41  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
42  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
43  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
44  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
45  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
46  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
47  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
48  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
49  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
50  * SUCH DAMAGE.
51  *
52  * The licence and distribution terms for any publically available version or
53  * derivative of this code cannot be changed.  i.e. this code cannot simply be
54  * copied and put under another distribution licence
55  * [including the GNU Public Licence.]
56  */
57 /* ====================================================================
58  * Copyright (c) 1998-2006 The OpenSSL Project.  All rights reserved.
59  *
60  * Redistribution and use in source and binary forms, with or without
61  * modification, are permitted provided that the following conditions
62  * are met:
63  *
64  * 1. Redistributions of source code must retain the above copyright
65  *    notice, this list of conditions and the following disclaimer.
66  *
67  * 2. Redistributions in binary form must reproduce the above copyright
68  *    notice, this list of conditions and the following disclaimer in
69  *    the documentation and/or other materials provided with the
70  *    distribution.
71  *
72  * 3. All advertising materials mentioning features or use of this
73  *    software must display the following acknowledgment:
74  *    "This product includes software developed by the OpenSSL Project
75  *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
76  *
77  * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
78  *    endorse or promote products derived from this software without
79  *    prior written permission. For written permission, please contact
80  *    openssl-core@openssl.org.
81  *
82  * 5. Products derived from this software may not be called "OpenSSL"
83  *    nor may "OpenSSL" appear in their names without prior written
84  *    permission of the OpenSSL Project.
85  *
86  * 6. Redistributions of any form whatsoever must retain the following
87  *    acknowledgment:
88  *    "This product includes software developed by the OpenSSL Project
89  *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
90  *
91  * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
92  * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
93  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
94  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
95  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
96  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
97  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
98  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
99  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
100  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
101  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
102  * OF THE POSSIBILITY OF SUCH DAMAGE.
103  * ====================================================================
104  *
105  * This product includes cryptographic software written by Eric Young
106  * (eay@cryptsoft.com).  This product includes software written by Tim
107  * Hudson (tjh@cryptsoft.com).
108  *
109  */
110 /* ====================================================================
111  * Copyright 2005 Nokia. All rights reserved.
112  *
113  * The portions of the attached software ("Contribution") is developed by
114  * Nokia Corporation and is licensed pursuant to the OpenSSL open source
115  * license.
116  *
117  * The Contribution, originally written by Mika Kousa and Pasi Eronen of
118  * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
119  * support (see RFC 4279) to OpenSSL.
120  *
121  * No patent licenses or other rights except those expressly stated in
122  * the OpenSSL open source license shall be deemed granted or received
123  * expressly, by implication, estoppel, or otherwise.
124  *
125  * No assurances are provided by Nokia that the Contribution does not
126  * infringe the patent or other intellectual property rights of any third
127  * party or that the license provides you with all the necessary rights
128  * to make use of the Contribution.
129  *
130  * THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN
131  * ADDITION TO THE DISCLAIMERS INCLUDED IN THE LICENSE, NOKIA
132  * SPECIFICALLY DISCLAIMS ANY LIABILITY FOR CLAIMS BROUGHT BY YOU OR ANY
133  * OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR
134  * OTHERWISE.
135  */
136
137 #include <ctype.h>
138 #include <stdio.h>
139 #include <stdlib.h>
140 #include <string.h>
141 #include <openssl/e_os2.h>
142
143 /*
144  * With IPv6, it looks like Digital has mixed up the proper order of
145  * recursive header file inclusion, resulting in the compiler complaining
146  * that u_int isn't defined, but only if _POSIX_C_SOURCE is defined, which is
147  * needed to have fileno() declared correctly...  So let's define u_int
148  */
149 #if defined(OPENSSL_SYS_VMS_DECC) && !defined(__U_INT)
150 # define __U_INT
151 typedef unsigned int u_int;
152 #endif
153
154 #define USE_SOCKETS
155 #include "apps.h"
156 #include <openssl/x509.h>
157 #include <openssl/ssl.h>
158 #include <openssl/err.h>
159 #include <openssl/pem.h>
160 #include <openssl/rand.h>
161 #include <openssl/ocsp.h>
162 #include <openssl/bn.h>
163 #ifndef OPENSSL_NO_SRP
164 # include <openssl/srp.h>
165 #endif
166 #include "s_apps.h"
167 #include "timeouts.h"
168
169 #if (defined(OPENSSL_SYS_VMS) && __VMS_VER < 70000000)
170 /* FIONBIO used as a switch to enable ioctl, and that isn't in VMS < 7.0 */
171 # undef FIONBIO
172 #endif
173
174 #define SSL_HOST_NAME   "localhost"
175
176 #undef BUFSIZZ
177 #define BUFSIZZ 1024*8
178 #define S_CLIENT_IRC_READ_TIMEOUT 8
179
180 extern int verify_depth;
181 extern int verify_error;
182 extern int verify_return_error;
183 extern int verify_quiet;
184
185 static int c_nbio = 0;
186 static int c_tlsextdebug = 0;
187 static int c_status_req = 0;
188 static int c_Pause = 0;
189 static int c_debug = 0;
190 static int c_msg = 0;
191 static int c_showcerts = 0;
192 static char *keymatexportlabel = NULL;
193 static int keymatexportlen = 20;
194 static BIO *bio_c_out = NULL;
195 static BIO *bio_c_msg = NULL;
196 static int c_quiet = 0;
197 static int c_ign_eof = 0;
198 static int c_brief = 0;
199
200 static void print_stuff(BIO *berr, SSL *con, int full);
201 static int ocsp_resp_cb(SSL *s, void *arg);
202
203 #ifndef OPENSSL_NO_PSK
204 /* Default PSK identity and key */
205 static char *psk_identity = "Client_identity";
206 /*
207  * char *psk_key=NULL; by default PSK is not used
208  */
209
210 static unsigned int psk_client_cb(SSL *ssl, const char *hint, char *identity,
211                                   unsigned int max_identity_len,
212                                   unsigned char *psk,
213                                   unsigned int max_psk_len)
214 {
215     unsigned int psk_len = 0;
216     int ret;
217     BIGNUM *bn = NULL;
218
219     if (c_debug)
220         BIO_printf(bio_c_out, "psk_client_cb\n");
221     if (!hint) {
222         /* no ServerKeyExchange message */
223         if (c_debug)
224             BIO_printf(bio_c_out,
225                        "NULL received PSK identity hint, continuing anyway\n");
226     } else if (c_debug)
227         BIO_printf(bio_c_out, "Received PSK identity hint '%s'\n", hint);
228
229     /*
230      * lookup PSK identity and PSK key based on the given identity hint here
231      */
232     ret = BIO_snprintf(identity, max_identity_len, "%s", psk_identity);
233     if (ret < 0 || (unsigned int)ret > max_identity_len)
234         goto out_err;
235     if (c_debug)
236         BIO_printf(bio_c_out, "created identity '%s' len=%d\n", identity,
237                    ret);
238     ret = BN_hex2bn(&bn, psk_key);
239     if (!ret) {
240         BIO_printf(bio_err, "Could not convert PSK key '%s' to BIGNUM\n",
241                    psk_key);
242         BN_free(bn);
243         return 0;
244     }
245
246     if ((unsigned int)BN_num_bytes(bn) > max_psk_len) {
247         BIO_printf(bio_err,
248                    "psk buffer of callback is too small (%d) for key (%d)\n",
249                    max_psk_len, BN_num_bytes(bn));
250         BN_free(bn);
251         return 0;
252     }
253
254     psk_len = BN_bn2bin(bn, psk);
255     BN_free(bn);
256     if (psk_len == 0)
257         goto out_err;
258
259     if (c_debug)
260         BIO_printf(bio_c_out, "created PSK len=%d\n", psk_len);
261
262     return psk_len;
263  out_err:
264     if (c_debug)
265         BIO_printf(bio_err, "Error in PSK client callback\n");
266     return 0;
267 }
268 #endif
269
270 /* This is a context that we pass to callbacks */
271 typedef struct tlsextctx_st {
272     BIO *biodebug;
273     int ack;
274 } tlsextctx;
275
276 static int ssl_servername_cb(SSL *s, int *ad, void *arg)
277 {
278     tlsextctx *p = (tlsextctx *) arg;
279     const char *hn = SSL_get_servername(s, TLSEXT_NAMETYPE_host_name);
280     if (SSL_get_servername_type(s) != -1)
281         p->ack = !SSL_session_reused(s) && hn != NULL;
282     else
283         BIO_printf(bio_err, "Can't use SSL_get_servername\n");
284
285     return SSL_TLSEXT_ERR_OK;
286 }
287
288 #ifndef OPENSSL_NO_SRP
289
290 /* This is a context that we pass to all callbacks */
291 typedef struct srp_arg_st {
292     char *srppassin;
293     char *srplogin;
294     int msg;                    /* copy from c_msg */
295     int debug;                  /* copy from c_debug */
296     int amp;                    /* allow more groups */
297     int strength /* minimal size for N */ ;
298 } SRP_ARG;
299
300 # define SRP_NUMBER_ITERATIONS_FOR_PRIME 64
301
302 static int srp_Verify_N_and_g(const BIGNUM *N, const BIGNUM *g)
303 {
304     BN_CTX *bn_ctx = BN_CTX_new();
305     BIGNUM *p = BN_new();
306     BIGNUM *r = BN_new();
307     int ret =
308         g != NULL && N != NULL && bn_ctx != NULL && BN_is_odd(N) &&
309         BN_is_prime_ex(N, SRP_NUMBER_ITERATIONS_FOR_PRIME, bn_ctx, NULL) &&
310         p != NULL && BN_rshift1(p, N) &&
311         /* p = (N-1)/2 */
312         BN_is_prime_ex(p, SRP_NUMBER_ITERATIONS_FOR_PRIME, bn_ctx, NULL) &&
313         r != NULL &&
314         /* verify g^((N-1)/2) == -1 (mod N) */
315         BN_mod_exp(r, g, p, N, bn_ctx) &&
316         BN_add_word(r, 1) && BN_cmp(r, N) == 0;
317
318     BN_free(r);
319     BN_free(p);
320     BN_CTX_free(bn_ctx);
321     return ret;
322 }
323
324 /*-
325  * This callback is used here for two purposes:
326  * - extended debugging
327  * - making some primality tests for unknown groups
328  * The callback is only called for a non default group.
329  *
330  * An application does not need the call back at all if
331  * only the stanard groups are used.  In real life situations,
332  * client and server already share well known groups,
333  * thus there is no need to verify them.
334  * Furthermore, in case that a server actually proposes a group that
335  * is not one of those defined in RFC 5054, it is more appropriate
336  * to add the group to a static list and then compare since
337  * primality tests are rather cpu consuming.
338  */
339
340 static int ssl_srp_verify_param_cb(SSL *s, void *arg)
341 {
342     SRP_ARG *srp_arg = (SRP_ARG *)arg;
343     BIGNUM *N = NULL, *g = NULL;
344
345     if (((N = SSL_get_srp_N(s)) == NULL) || ((g = SSL_get_srp_g(s)) == NULL))
346         return 0;
347     if (srp_arg->debug || srp_arg->msg || srp_arg->amp == 1) {
348         BIO_printf(bio_err, "SRP parameters:\n");
349         BIO_printf(bio_err, "\tN=");
350         BN_print(bio_err, N);
351         BIO_printf(bio_err, "\n\tg=");
352         BN_print(bio_err, g);
353         BIO_printf(bio_err, "\n");
354     }
355
356     if (SRP_check_known_gN_param(g, N))
357         return 1;
358
359     if (srp_arg->amp == 1) {
360         if (srp_arg->debug)
361             BIO_printf(bio_err,
362                        "SRP param N and g are not known params, going to check deeper.\n");
363
364         /*
365          * The srp_moregroups is a real debugging feature. Implementors
366          * should rather add the value to the known ones. The minimal size
367          * has already been tested.
368          */
369         if (BN_num_bits(g) <= BN_BITS && srp_Verify_N_and_g(N, g))
370             return 1;
371     }
372     BIO_printf(bio_err, "SRP param N and g rejected.\n");
373     return 0;
374 }
375
376 # define PWD_STRLEN 1024
377
378 static char *ssl_give_srp_client_pwd_cb(SSL *s, void *arg)
379 {
380     SRP_ARG *srp_arg = (SRP_ARG *)arg;
381     char *pass = app_malloc(PWD_STRLEN + 1, "SRP password buffer");
382     PW_CB_DATA cb_tmp;
383     int l;
384
385     cb_tmp.password = (char *)srp_arg->srppassin;
386     cb_tmp.prompt_info = "SRP user";
387     if ((l = password_callback(pass, PWD_STRLEN, 0, &cb_tmp)) < 0) {
388         BIO_printf(bio_err, "Can't read Password\n");
389         OPENSSL_free(pass);
390         return NULL;
391     }
392     *(pass + l) = '\0';
393
394     return pass;
395 }
396
397 #endif
398
399 static char *srtp_profiles = NULL;
400
401 #ifndef OPENSSL_NO_NEXTPROTONEG
402 /* This the context that we pass to next_proto_cb */
403 typedef struct tlsextnextprotoctx_st {
404     unsigned char *data;
405     unsigned short len;
406     int status;
407 } tlsextnextprotoctx;
408
409 static tlsextnextprotoctx next_proto;
410
411 static int next_proto_cb(SSL *s, unsigned char **out, unsigned char *outlen,
412                          const unsigned char *in, unsigned int inlen,
413                          void *arg)
414 {
415     tlsextnextprotoctx *ctx = arg;
416
417     if (!c_quiet) {
418         /* We can assume that |in| is syntactically valid. */
419         unsigned i;
420         BIO_printf(bio_c_out, "Protocols advertised by server: ");
421         for (i = 0; i < inlen;) {
422             if (i)
423                 BIO_write(bio_c_out, ", ", 2);
424             BIO_write(bio_c_out, &in[i + 1], in[i]);
425             i += in[i] + 1;
426         }
427         BIO_write(bio_c_out, "\n", 1);
428     }
429
430     ctx->status =
431         SSL_select_next_proto(out, outlen, in, inlen, ctx->data, ctx->len);
432     return SSL_TLSEXT_ERR_OK;
433 }
434 #endif                         /* ndef OPENSSL_NO_NEXTPROTONEG */
435
436 static int serverinfo_cli_parse_cb(SSL *s, unsigned int ext_type,
437                                    const unsigned char *in, size_t inlen,
438                                    int *al, void *arg)
439 {
440     char pem_name[100];
441     unsigned char ext_buf[4 + 65536];
442
443     /* Reconstruct the type/len fields prior to extension data */
444     ext_buf[0] = ext_type >> 8;
445     ext_buf[1] = ext_type & 0xFF;
446     ext_buf[2] = inlen >> 8;
447     ext_buf[3] = inlen & 0xFF;
448     memcpy(ext_buf + 4, in, inlen);
449
450     BIO_snprintf(pem_name, sizeof(pem_name), "SERVERINFO FOR EXTENSION %d",
451                  ext_type);
452     PEM_write_bio(bio_c_out, pem_name, "", ext_buf, 4 + inlen);
453     return 1;
454 }
455
456 typedef enum OPTION_choice {
457     OPT_ERR = -1, OPT_EOF = 0, OPT_HELP,
458     OPT_HOST, OPT_PORT, OPT_CONNECT, OPT_UNIX, OPT_XMPPHOST, OPT_VERIFY,
459     OPT_CERT, OPT_CRL, OPT_CRL_DOWNLOAD, OPT_SESS_OUT, OPT_SESS_IN,
460     OPT_CERTFORM, OPT_CRLFORM, OPT_VERIFY_RET_ERROR, OPT_VERIFY_QUIET,
461     OPT_BRIEF, OPT_PREXIT, OPT_CRLF, OPT_QUIET, OPT_NBIO,
462     OPT_SSL_CLIENT_ENGINE, OPT_RAND, OPT_IGN_EOF, OPT_NO_IGN_EOF,
463     OPT_PAUSE, OPT_DEBUG, OPT_TLSEXTDEBUG, OPT_STATUS, OPT_WDEBUG,
464     OPT_MSG, OPT_MSGFILE, OPT_ENGINE, OPT_TRACE, OPT_SECURITY_DEBUG,
465     OPT_SECURITY_DEBUG_VERBOSE, OPT_SHOWCERTS, OPT_NBIO_TEST, OPT_STATE,
466     OPT_PSK_IDENTITY, OPT_PSK, OPT_SRPUSER, OPT_SRPPASS, OPT_SRP_STRENGTH,
467     OPT_SRP_LATEUSER, OPT_SRP_MOREGROUPS, OPT_SSL3,
468     OPT_TLS1_2, OPT_TLS1_1, OPT_TLS1, OPT_DTLS, OPT_DTLS1,
469     OPT_DTLS1_2, OPT_TIMEOUT, OPT_MTU, OPT_KEYFORM, OPT_PASS,
470     OPT_CERT_CHAIN, OPT_CAPATH, OPT_NOCAPATH, OPT_CHAINCAPATH, OPT_VERIFYCAPATH,
471     OPT_KEY, OPT_RECONNECT, OPT_BUILD_CHAIN, OPT_CAFILE, OPT_NOCAFILE,
472     OPT_CHAINCAFILE, OPT_VERIFYCAFILE, OPT_NEXTPROTONEG, OPT_ALPN,
473     OPT_SERVERINFO, OPT_STARTTLS, OPT_SERVERNAME, OPT_JPAKE,
474     OPT_USE_SRTP, OPT_KEYMATEXPORT, OPT_KEYMATEXPORTLEN, OPT_SMTPHOST,
475     OPT_V_ENUM,
476     OPT_X_ENUM,
477     OPT_S_ENUM,
478     OPT_FALLBACKSCSV, OPT_NOCMDS, OPT_PROXY
479 } OPTION_CHOICE;
480
481 OPTIONS s_client_options[] = {
482     {"help", OPT_HELP, '-', "Display this summary"},
483     {"host", OPT_HOST, 's', "Use -connect instead"},
484     {"port", OPT_PORT, 'p', "Use -connect instead"},
485     {"connect", OPT_CONNECT, 's',
486      "TCP/IP where to connect (default is " SSL_HOST_NAME ":" PORT_STR ")"},
487     {"proxy", OPT_PROXY, 's',
488      "Connect to via specified proxy to the real server"},
489     {"unix", OPT_UNIX, 's', "Connect over unix domain sockets"},
490     {"verify", OPT_VERIFY, 'p', "Turn on peer certificate verification"},
491     {"cert", OPT_CERT, '<', "Certificate file to use, PEM format assumed"},
492     {"certform", OPT_CERTFORM, 'F',
493      "Certificate format (PEM or DER) PEM default"},
494     {"key", OPT_KEY, '<', "Private key file to use, if not in -cert file"},
495     {"keyform", OPT_KEYFORM, 'F', "Key format (PEM or DER) PEM default"},
496     {"pass", OPT_PASS, 's', "Private key file pass phrase source"},
497     {"CApath", OPT_CAPATH, '/', "PEM format directory of CA's"},
498     {"CAfile", OPT_CAFILE, '<', "PEM format file of CA's"},
499     {"no-CAfile", OPT_NOCAFILE, '-',
500      "Do not load the default certificates file"},
501     {"no-CApath", OPT_NOCAPATH, '-',
502      "Do not load certificates from the default certificates directory"},
503     {"reconnect", OPT_RECONNECT, '-',
504      "Drop and re-make the connection with the same Session-ID"},
505     {"pause", OPT_PAUSE, '-', "Sleep  after each read and write system call"},
506     {"showcerts", OPT_SHOWCERTS, '-', "Show all certificates in the chain"},
507     {"debug", OPT_DEBUG, '-', "Extra output"},
508     {"msg", OPT_MSG, '-', "Show protocol messages"},
509     {"msgfile", OPT_MSGFILE, '>'},
510     {"nbio_test", OPT_NBIO_TEST, '-', "More ssl protocol testing"},
511     {"state", OPT_STATE, '-', "Print the ssl states"},
512     {"crlf", OPT_CRLF, '-', "Convert LF from terminal into CRLF"},
513     {"quiet", OPT_QUIET, '-', "No s_client output"},
514     {"ign_eof", OPT_IGN_EOF, '-', "Ignore input eof (default when -quiet)"},
515     {"no_ign_eof", OPT_NO_IGN_EOF, '-', "Don't ignore input eof"},
516     {"tls1_2", OPT_TLS1_2, '-', "Just use TLSv1.2"},
517     {"tls1_1", OPT_TLS1_1, '-', "Just use TLSv1.1"},
518     {"tls1", OPT_TLS1, '-', "Just use TLSv1"},
519     {"starttls", OPT_STARTTLS, 's',
520      "Use the appropriate STARTTLS command before starting TLS"},
521     {"xmpphost", OPT_XMPPHOST, 's',
522      "Host to use with \"-starttls xmpp[-server]\""},
523     {"rand", OPT_RAND, 's',
524      "Load the file(s) into the random number generator"},
525     {"sess_out", OPT_SESS_OUT, '>', "File to write SSL session to"},
526     {"sess_in", OPT_SESS_IN, '<', "File to read SSL session from"},
527     {"use_srtp", OPT_USE_SRTP, 's',
528      "Offer SRTP key management with a colon-separated profile list"},
529     {"keymatexport", OPT_KEYMATEXPORT, 's',
530      "Export keying material using label"},
531     {"keymatexportlen", OPT_KEYMATEXPORTLEN, 'p',
532      "Export len bytes of keying material (default 20)"},
533     {"fallback_scsv", OPT_FALLBACKSCSV, '-', "Send the fallback SCSV"},
534     {"name", OPT_SMTPHOST, 's', "Hostname to use for \"-starttls smtp\""},
535     {"CRL", OPT_CRL, '<'},
536     {"crl_download", OPT_CRL_DOWNLOAD, '-'},
537     {"CRLform", OPT_CRLFORM, 'F'},
538     {"verify_return_error", OPT_VERIFY_RET_ERROR, '-'},
539     {"verify_quiet", OPT_VERIFY_QUIET, '-'},
540     {"brief", OPT_BRIEF, '-'},
541     {"prexit", OPT_PREXIT, '-'},
542     {"security_debug", OPT_SECURITY_DEBUG, '-'},
543     {"security_debug_verbose", OPT_SECURITY_DEBUG_VERBOSE, '-'},
544     {"cert_chain", OPT_CERT_CHAIN, '<'},
545     {"chainCApath", OPT_CHAINCAPATH, '/'},
546     {"verifyCApath", OPT_VERIFYCAPATH, '/'},
547     {"build_chain", OPT_BUILD_CHAIN, '-'},
548     {"chainCAfile", OPT_CHAINCAFILE, '<'},
549     {"verifyCAfile", OPT_VERIFYCAFILE, '<'},
550     {"nocommands", OPT_NOCMDS, '-', "Do not use interactive command letters"},
551     {"servername", OPT_SERVERNAME, 's',
552      "Set TLS extension servername in ClientHello"},
553     {"tlsextdebug", OPT_TLSEXTDEBUG, '-',
554      "Hex dump of all TLS extensions received"},
555     {"status", OPT_STATUS, '-', "Request certificate status from server"},
556     {"serverinfo", OPT_SERVERINFO, 's',
557      "types  Send empty ClientHello extensions (comma-separated numbers)"},
558     {"alpn", OPT_ALPN, 's',
559      "Enable ALPN extension, considering named protocols supported (comma-separated list)"},
560     OPT_S_OPTIONS,
561     OPT_V_OPTIONS,
562     OPT_X_OPTIONS,
563 #ifndef OPENSSL_NO_SSL3
564     {"ssl3", OPT_SSL3, '-', "Just use SSLv3"},
565 #endif
566 #ifndef OPENSSL_NO_DTLS1
567     {"dtls", OPT_DTLS, '-'},
568     {"dtls1", OPT_DTLS1, '-', "Just use DTLSv1"},
569     {"dtls1_2", OPT_DTLS1_2, '-'},
570     {"timeout", OPT_TIMEOUT, '-'},
571     {"mtu", OPT_MTU, 'p', "Set the link layer MTU"},
572 #endif
573 #ifndef OPENSSL_NO_SSL_TRACE
574     {"trace", OPT_TRACE, '-'},
575 #endif
576 #ifdef WATT32
577     {"wdebug", OPT_WDEBUG, '-', "WATT-32 tcp debugging"},
578 #endif
579 #ifdef FIONBIO
580     {"nbio", OPT_NBIO, '-', "Use non-blocking IO"},
581 #endif
582 #ifndef OPENSSL_NO_PSK
583     {"psk_identity", OPT_PSK_IDENTITY, 's', "PSK identity"},
584     {"psk", OPT_PSK, 's', "PSK in hex (without 0x)"},
585 # ifndef OPENSSL_NO_JPAKE
586     {"jpake", OPT_JPAKE, 's', "JPAKE secret to use"},
587 # endif
588 #endif
589 #ifndef OPENSSL_NO_SRP
590     {"srpuser", OPT_SRPUSER, 's', "SRP authentification for 'user'"},
591     {"srppass", OPT_SRPPASS, 's', "Password for 'user'"},
592     {"srp_lateuser", OPT_SRP_LATEUSER, '-',
593      "SRP username into second ClientHello message"},
594     {"srp_moregroups", OPT_SRP_MOREGROUPS, '-',
595      "Tolerate other than the known g N values."},
596     {"srp_strength", OPT_SRP_STRENGTH, 'p', "Minimal length in bits for N"},
597 #endif
598 #ifndef OPENSSL_NO_NEXTPROTONEG
599     {"nextprotoneg", OPT_NEXTPROTONEG, 's',
600      "Enable NPN extension, considering named protocols supported (comma-separated list)"},
601 #endif
602 #ifndef OPENSSL_NO_ENGINE
603     {"engine", OPT_ENGINE, 's', "Use engine, possibly a hardware device"},
604     {"ssl_client_engine", OPT_SSL_CLIENT_ENGINE, 's'},
605 #endif
606     {NULL}
607 };
608
609 typedef enum PROTOCOL_choice {
610     PROTO_OFF,
611     PROTO_SMTP,
612     PROTO_POP3,
613     PROTO_IMAP,
614     PROTO_FTP,
615     PROTO_TELNET,
616     PROTO_XMPP,
617     PROTO_XMPP_SERVER,
618     PROTO_CONNECT,
619     PROTO_IRC
620 } PROTOCOL_CHOICE;
621
622 static OPT_PAIR services[] = {
623     {"smtp", PROTO_SMTP},
624     {"pop3", PROTO_POP3},
625     {"imap", PROTO_IMAP},
626     {"ftp", PROTO_FTP},
627     {"xmpp", PROTO_XMPP},
628     {"xmpp-server", PROTO_XMPP_SERVER},
629     {"telnet", PROTO_TELNET},
630     {"irc", PROTO_IRC},
631     {NULL}
632 };
633
634 int s_client_main(int argc, char **argv)
635 {
636     BIO *sbio;
637     EVP_PKEY *key = NULL;
638     SSL *con = NULL;
639     SSL_CTX *ctx = NULL;
640     STACK_OF(X509) *chain = NULL;
641     X509 *cert = NULL;
642     X509_VERIFY_PARAM *vpm = NULL;
643     SSL_EXCERT *exc = NULL;
644     SSL_CONF_CTX *cctx = NULL;
645     STACK_OF(OPENSSL_STRING) *ssl_args = NULL;
646     STACK_OF(X509_CRL) *crls = NULL;
647     const SSL_METHOD *meth = TLS_client_method();
648     char *CApath = NULL, *CAfile = NULL, *cbuf = NULL, *sbuf = NULL;
649     char *mbuf = NULL, *proxystr = NULL, *connectstr = NULL;
650     char *cert_file = NULL, *key_file = NULL, *chain_file = NULL, *prog;
651     char *chCApath = NULL, *chCAfile = NULL, *host = SSL_HOST_NAME;
652     char *inrand = NULL;
653     char *passarg = NULL, *pass = NULL, *vfyCApath = NULL, *vfyCAfile = NULL;
654     char *sess_in = NULL, *sess_out = NULL, *crl_file = NULL, *p;
655     char *jpake_secret = NULL, *xmpphost = NULL;
656     const char *unix_path = NULL;
657     const char *ehlo = "mail.example.com";
658     struct sockaddr peer;
659     struct timeval timeout, *timeoutp;
660     fd_set readfds, writefds;
661     int noCApath = 0, noCAfile = 0;
662     int build_chain = 0, cbuf_len, cbuf_off, cert_format = FORMAT_PEM;
663     int key_format = FORMAT_PEM, crlf = 0, full_log = 1, mbuf_len = 0;
664     int prexit = 0;
665     int enable_timeouts = 0, sdebug = 0, peerlen = sizeof peer;
666     int reconnect = 0, verify = SSL_VERIFY_NONE, vpmtouched = 0;
667     int ret = 1, in_init = 1, i, nbio_test = 0, s = -1, k, width, state = 0;
668     int sbuf_len, sbuf_off, socket_type = SOCK_STREAM, cmdletters = 1;
669     int starttls_proto = PROTO_OFF, crl_format = FORMAT_PEM, crl_download = 0;
670     int write_tty, read_tty, write_ssl, read_ssl, tty_on, ssl_pending;
671     int fallback_scsv = 0;
672     long socket_mtu = 0, randamt = 0;
673     unsigned short port = PORT;
674     OPTION_CHOICE o;
675 #ifndef OPENSSL_NO_ENGINE
676     ENGINE *ssl_client_engine = NULL;
677 #endif
678     ENGINE *e = NULL;
679 #if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS) || defined(OPENSSL_SYS_NETWARE)
680     struct timeval tv;
681 #endif
682     char *servername = NULL;
683     const char *alpn_in = NULL;
684     tlsextctx tlsextcbp = { NULL, 0 };
685 #define MAX_SI_TYPES 100
686     unsigned short serverinfo_types[MAX_SI_TYPES];
687     int serverinfo_count = 0, start = 0, len;
688 #ifndef OPENSSL_NO_NEXTPROTONEG
689     const char *next_proto_neg_in = NULL;
690 #endif
691 #ifndef OPENSSL_NO_SRP
692     char *srppass = NULL;
693     int srp_lateuser = 0;
694     SRP_ARG srp_arg = { NULL, NULL, 0, 0, 0, 1024 };
695 #endif
696
697     prog = opt_progname(argv[0]);
698     c_Pause = 0;
699     c_quiet = 0;
700     c_ign_eof = 0;
701     c_debug = 0;
702     c_msg = 0;
703     c_showcerts = 0;
704     c_nbio = 0;
705     verify_depth = 0;
706     verify_error = X509_V_OK;
707     vpm = X509_VERIFY_PARAM_new();
708     cbuf = app_malloc(BUFSIZZ, "cbuf");
709     sbuf = app_malloc(BUFSIZZ, "sbuf");
710     mbuf = app_malloc(BUFSIZZ, "mbuf");
711     cctx = SSL_CONF_CTX_new();
712
713     if (vpm == NULL || cctx == NULL) {
714         BIO_printf(bio_err, "%s: out of memory\n", prog);
715         goto end;
716     }
717
718     SSL_CONF_CTX_set_flags(cctx, SSL_CONF_FLAG_CLIENT | SSL_CONF_FLAG_CMDLINE);
719
720     prog = opt_init(argc, argv, s_client_options);
721     while ((o = opt_next()) != OPT_EOF) {
722         switch (o) {
723         case OPT_EOF:
724         case OPT_ERR:
725  opthelp:
726             BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);
727             goto end;
728         case OPT_HELP:
729             opt_help(s_client_options);
730             ret = 0;
731             goto end;
732         case OPT_HOST:
733             host = opt_arg();
734             break;
735         case OPT_PORT:
736             port = atoi(opt_arg());
737             break;
738         case OPT_CONNECT:
739             connectstr = opt_arg();
740             break;
741         case OPT_PROXY:
742             proxystr = opt_arg();
743             starttls_proto = PROTO_CONNECT;
744             break;
745         case OPT_UNIX:
746             unix_path = opt_arg();
747             break;
748         case OPT_XMPPHOST:
749             xmpphost = opt_arg();
750             break;
751         case OPT_SMTPHOST:
752             ehlo = opt_arg();
753             break;
754         case OPT_VERIFY:
755             verify = SSL_VERIFY_PEER;
756             verify_depth = atoi(opt_arg());
757             if (!c_quiet)
758                 BIO_printf(bio_err, "verify depth is %d\n", verify_depth);
759             break;
760         case OPT_CERT:
761             cert_file = opt_arg();
762             break;
763         case OPT_CRL:
764             crl_file = opt_arg();
765             break;
766         case OPT_CRL_DOWNLOAD:
767             crl_download = 1;
768             break;
769         case OPT_SESS_OUT:
770             sess_out = opt_arg();
771             break;
772         case OPT_SESS_IN:
773             sess_in = opt_arg();
774             break;
775         case OPT_CERTFORM:
776             if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &cert_format))
777                 goto opthelp;
778             break;
779         case OPT_CRLFORM:
780             if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &crl_format))
781                 goto opthelp;
782             break;
783         case OPT_VERIFY_RET_ERROR:
784             verify_return_error = 1;
785             break;
786         case OPT_VERIFY_QUIET:
787             verify_quiet = 1;
788             break;
789         case OPT_BRIEF:
790             c_brief = verify_quiet = c_quiet = 1;
791             break;
792         case OPT_S_CASES:
793             if (ssl_args == NULL)
794                 ssl_args = sk_OPENSSL_STRING_new_null();
795             if (ssl_args == NULL
796                 || !sk_OPENSSL_STRING_push(ssl_args, opt_flag())
797                 || !sk_OPENSSL_STRING_push(ssl_args, opt_arg())) {
798                 BIO_printf(bio_err, "%s: Memory allocation failure\n", prog);
799                 goto end;
800             }
801             break;
802         case OPT_V_CASES:
803             if (!opt_verify(o, vpm))
804                 goto end;
805             vpmtouched++;
806             break;
807         case OPT_X_CASES:
808             if (!args_excert(o, &exc))
809                 goto end;
810             break;
811         case OPT_PREXIT:
812             prexit = 1;
813             break;
814         case OPT_CRLF:
815             crlf = 1;
816             break;
817         case OPT_QUIET:
818             c_quiet = c_ign_eof = 1;
819             break;
820         case OPT_NBIO:
821             c_nbio = 1;
822             break;
823         case OPT_NOCMDS:
824             cmdletters = 0;
825             break;
826         case OPT_ENGINE:
827             e = setup_engine(opt_arg(), 1);
828             break;
829         case OPT_SSL_CLIENT_ENGINE:
830 #ifndef OPENSSL_NO_ENGINE
831             ssl_client_engine = ENGINE_by_id(opt_arg());
832             if (ssl_client_engine == NULL) {
833                 BIO_printf(bio_err, "Error getting client auth engine\n");
834                 goto opthelp;
835             }
836             break;
837 #endif
838             break;
839         case OPT_RAND:
840             inrand = opt_arg();
841             break;
842         case OPT_IGN_EOF:
843             c_ign_eof = 1;
844             break;
845         case OPT_NO_IGN_EOF:
846             c_ign_eof = 0;
847             break;
848         case OPT_PAUSE:
849             c_Pause = 1;
850             break;
851         case OPT_DEBUG:
852             c_debug = 1;
853             break;
854         case OPT_TLSEXTDEBUG:
855             c_tlsextdebug = 1;
856             break;
857         case OPT_STATUS:
858             c_status_req = 1;
859             break;
860         case OPT_WDEBUG:
861 #ifdef WATT32
862             dbug_init();
863 #endif
864             break;
865         case OPT_MSG:
866             c_msg = 1;
867             break;
868         case OPT_MSGFILE:
869             bio_c_msg = BIO_new_file(opt_arg(), "w");
870             break;
871         case OPT_TRACE:
872 #ifndef OPENSSL_NO_SSL_TRACE
873             c_msg = 2;
874 #endif
875             break;
876         case OPT_SECURITY_DEBUG:
877             sdebug = 1;
878             break;
879         case OPT_SECURITY_DEBUG_VERBOSE:
880             sdebug = 2;
881             break;
882         case OPT_SHOWCERTS:
883             c_showcerts = 1;
884             break;
885         case OPT_NBIO_TEST:
886             nbio_test = 1;
887             break;
888         case OPT_STATE:
889             state = 1;
890             break;
891 #ifndef OPENSSL_NO_PSK
892         case OPT_PSK_IDENTITY:
893             psk_identity = opt_arg();
894             break;
895         case OPT_PSK:
896             for (p = psk_key = opt_arg(); *p; p++) {
897                 if (isxdigit(*p))
898                     continue;
899                 BIO_printf(bio_err, "Not a hex number '%s'\n", psk_key);
900                 goto end;
901             }
902             break;
903 #else
904         case OPT_PSK_IDENTITY:
905         case OPT_PSK:
906             break;
907 #endif
908 #ifndef OPENSSL_NO_SRP
909         case OPT_SRPUSER:
910             srp_arg.srplogin = opt_arg();
911             meth = TLSv1_client_method();
912             break;
913         case OPT_SRPPASS:
914             srppass = opt_arg();
915             meth = TLSv1_client_method();
916             break;
917         case OPT_SRP_STRENGTH:
918             srp_arg.strength = atoi(opt_arg());
919             BIO_printf(bio_err, "SRP minimal length for N is %d\n",
920                        srp_arg.strength);
921             meth = TLSv1_client_method();
922             break;
923         case OPT_SRP_LATEUSER:
924             srp_lateuser = 1;
925             meth = TLSv1_client_method();
926             break;
927         case OPT_SRP_MOREGROUPS:
928             srp_arg.amp = 1;
929             meth = TLSv1_client_method();
930             break;
931 #else
932         case OPT_SRPUSER:
933         case OPT_SRPPASS:
934         case OPT_SRP_STRENGTH:
935         case OPT_SRP_LATEUSER:
936         case OPT_SRP_MOREGROUPS:
937             break;
938 #endif
939         case OPT_SSL3:
940 #ifndef OPENSSL_NO_SSL3
941             meth = SSLv3_client_method();
942 #endif
943             break;
944         case OPT_TLS1_2:
945             meth = TLSv1_2_client_method();
946             break;
947         case OPT_TLS1_1:
948             meth = TLSv1_1_client_method();
949             break;
950         case OPT_TLS1:
951             meth = TLSv1_client_method();
952             break;
953 #ifndef OPENSSL_NO_DTLS1
954         case OPT_DTLS:
955             meth = DTLS_client_method();
956             socket_type = SOCK_DGRAM;
957             break;
958         case OPT_DTLS1:
959             meth = DTLSv1_client_method();
960             socket_type = SOCK_DGRAM;
961             break;
962         case OPT_DTLS1_2:
963             meth = DTLSv1_2_client_method();
964             socket_type = SOCK_DGRAM;
965             break;
966         case OPT_TIMEOUT:
967             enable_timeouts = 1;
968             break;
969         case OPT_MTU:
970             socket_mtu = atol(opt_arg());
971             break;
972 #else
973         case OPT_DTLS:
974         case OPT_DTLS1:
975         case OPT_DTLS1_2:
976         case OPT_TIMEOUT:
977         case OPT_MTU:
978             break;
979 #endif
980         case OPT_FALLBACKSCSV:
981             fallback_scsv = 1;
982             break;
983         case OPT_KEYFORM:
984             if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &key_format))
985                 goto opthelp;
986             break;
987         case OPT_PASS:
988             passarg = opt_arg();
989             break;
990         case OPT_CERT_CHAIN:
991             chain_file = opt_arg();
992             break;
993         case OPT_KEY:
994             key_file = opt_arg();
995             break;
996         case OPT_RECONNECT:
997             reconnect = 5;
998             break;
999         case OPT_CAPATH:
1000             CApath = opt_arg();
1001             break;
1002         case OPT_NOCAPATH:
1003             noCApath = 1;
1004             break;
1005         case OPT_CHAINCAPATH:
1006             chCApath = opt_arg();
1007             break;
1008         case OPT_VERIFYCAPATH:
1009             vfyCApath = opt_arg();
1010             break;
1011         case OPT_BUILD_CHAIN:
1012             build_chain = 1;
1013             break;
1014         case OPT_CAFILE:
1015             CAfile = opt_arg();
1016             break;
1017         case OPT_NOCAFILE:
1018             noCAfile = 1;
1019             break;
1020         case OPT_CHAINCAFILE:
1021             chCAfile = opt_arg();
1022             break;
1023         case OPT_VERIFYCAFILE:
1024             vfyCAfile = opt_arg();
1025             break;
1026         case OPT_NEXTPROTONEG:
1027             next_proto_neg_in = opt_arg();
1028             break;
1029         case OPT_ALPN:
1030             alpn_in = opt_arg();
1031             break;
1032         case OPT_SERVERINFO:
1033             p = opt_arg();
1034             len = strlen(p);
1035             for (start = 0, i = 0; i <= len; ++i) {
1036                 if (i == len || p[i] == ',') {
1037                     serverinfo_types[serverinfo_count] = atoi(p + start);
1038                     if (++serverinfo_count == MAX_SI_TYPES)
1039                         break;
1040                     start = i + 1;
1041                 }
1042             }
1043             break;
1044         case OPT_STARTTLS:
1045             if (!opt_pair(opt_arg(), services, &starttls_proto))
1046                 goto end;
1047         case OPT_SERVERNAME:
1048             servername = opt_arg();
1049             break;
1050         case OPT_JPAKE:
1051 #ifndef OPENSSL_NO_JPAKE
1052             jpake_secret = opt_arg();
1053 #endif
1054             break;
1055         case OPT_USE_SRTP:
1056             srtp_profiles = opt_arg();
1057             break;
1058         case OPT_KEYMATEXPORT:
1059             keymatexportlabel = opt_arg();
1060             break;
1061         case OPT_KEYMATEXPORTLEN:
1062             keymatexportlen = atoi(opt_arg());
1063             break;
1064         }
1065     }
1066     argc = opt_num_rest();
1067     argv = opt_rest();
1068
1069     if (proxystr) {
1070         if (connectstr == NULL) {
1071             BIO_printf(bio_err, "%s: -proxy requires use of -connect\n", prog);
1072             goto opthelp;
1073         }
1074         if (!extract_host_port(proxystr, &host, NULL, &port))
1075             goto end;
1076     }
1077     else if (connectstr != NULL
1078             && !extract_host_port(connectstr, &host, NULL, &port))
1079         goto end;
1080
1081     if (unix_path && (socket_type != SOCK_STREAM)) {
1082         BIO_printf(bio_err,
1083                    "Can't use unix sockets and datagrams together\n");
1084         goto end;
1085     }
1086 #if !defined(OPENSSL_NO_JPAKE) && !defined(OPENSSL_NO_PSK)
1087     if (jpake_secret) {
1088         if (psk_key) {
1089             BIO_printf(bio_err, "Can't use JPAKE and PSK together\n");
1090             goto end;
1091         }
1092         psk_identity = "JPAKE";
1093     }
1094 #endif
1095
1096 #if !defined(OPENSSL_NO_NEXTPROTONEG)
1097     next_proto.status = -1;
1098     if (next_proto_neg_in) {
1099         next_proto.data =
1100             next_protos_parse(&next_proto.len, next_proto_neg_in);
1101         if (next_proto.data == NULL) {
1102             BIO_printf(bio_err, "Error parsing -nextprotoneg argument\n");
1103             goto end;
1104         }
1105     } else
1106         next_proto.data = NULL;
1107 #endif
1108
1109     if (!app_passwd(passarg, NULL, &pass, NULL)) {
1110         BIO_printf(bio_err, "Error getting password\n");
1111         goto end;
1112     }
1113
1114     if (key_file == NULL)
1115         key_file = cert_file;
1116
1117     if (key_file) {
1118         key = load_key(key_file, key_format, 0, pass, e,
1119                        "client certificate private key file");
1120         if (key == NULL) {
1121             ERR_print_errors(bio_err);
1122             goto end;
1123         }
1124     }
1125
1126     if (cert_file) {
1127         cert = load_cert(cert_file, cert_format,
1128                          NULL, e, "client certificate file");
1129         if (cert == NULL) {
1130             ERR_print_errors(bio_err);
1131             goto end;
1132         }
1133     }
1134
1135     if (chain_file) {
1136         chain = load_certs(chain_file, FORMAT_PEM,
1137                            NULL, e, "client certificate chain");
1138         if (!chain)
1139             goto end;
1140     }
1141
1142     if (crl_file) {
1143         X509_CRL *crl;
1144         crl = load_crl(crl_file, crl_format);
1145         if (crl == NULL) {
1146             BIO_puts(bio_err, "Error loading CRL\n");
1147             ERR_print_errors(bio_err);
1148             goto end;
1149         }
1150         crls = sk_X509_CRL_new_null();
1151         if (crls == NULL || !sk_X509_CRL_push(crls, crl)) {
1152             BIO_puts(bio_err, "Error adding CRL\n");
1153             ERR_print_errors(bio_err);
1154             X509_CRL_free(crl);
1155             goto end;
1156         }
1157     }
1158
1159     if (!load_excert(&exc))
1160         goto end;
1161
1162     if (!app_RAND_load_file(NULL, 1) && inrand == NULL
1163         && !RAND_status()) {
1164         BIO_printf(bio_err,
1165                    "warning, not much extra random data, consider using the -rand option\n");
1166     }
1167     if (inrand != NULL) {
1168         randamt = app_RAND_load_files(inrand);
1169         BIO_printf(bio_err, "%ld semi-random bytes loaded\n", randamt);
1170     }
1171
1172     if (bio_c_out == NULL) {
1173         if (c_quiet && !c_debug) {
1174             bio_c_out = BIO_new(BIO_s_null());
1175             if (c_msg && !bio_c_msg)
1176                 bio_c_msg = dup_bio_out(FORMAT_TEXT);
1177         } else if (bio_c_out == NULL)
1178             bio_c_out = dup_bio_out(FORMAT_TEXT);
1179     }
1180 #ifndef OPENSSL_NO_SRP
1181     if (!app_passwd(srppass, NULL, &srp_arg.srppassin, NULL)) {
1182         BIO_printf(bio_err, "Error getting password\n");
1183         goto end;
1184     }
1185 #endif
1186
1187     ctx = SSL_CTX_new(meth);
1188     if (ctx == NULL) {
1189         ERR_print_errors(bio_err);
1190         goto end;
1191     }
1192
1193     if (sdebug)
1194         ssl_ctx_security_debug(ctx, sdebug);
1195
1196     if (vpmtouched && !SSL_CTX_set1_param(ctx, vpm)) {
1197         BIO_printf(bio_err, "Error setting verify params\n");
1198         ERR_print_errors(bio_err);
1199         goto end;
1200     }
1201
1202     if (!config_ctx(cctx, ssl_args, ctx, 1, jpake_secret == NULL))
1203         goto end;
1204
1205     if (!ssl_load_stores(ctx, vfyCApath, vfyCAfile, chCApath, chCAfile,
1206                          crls, crl_download)) {
1207         BIO_printf(bio_err, "Error loading store locations\n");
1208         ERR_print_errors(bio_err);
1209         goto end;
1210     }
1211 #ifndef OPENSSL_NO_ENGINE
1212     if (ssl_client_engine) {
1213         if (!SSL_CTX_set_client_cert_engine(ctx, ssl_client_engine)) {
1214             BIO_puts(bio_err, "Error setting client auth engine\n");
1215             ERR_print_errors(bio_err);
1216             ENGINE_free(ssl_client_engine);
1217             goto end;
1218         }
1219         ENGINE_free(ssl_client_engine);
1220     }
1221 #endif
1222
1223 #ifndef OPENSSL_NO_PSK
1224     if (psk_key != NULL || jpake_secret) {
1225         if (c_debug)
1226             BIO_printf(bio_c_out,
1227                        "PSK key given or JPAKE in use, setting client callback\n");
1228         SSL_CTX_set_psk_client_callback(ctx, psk_client_cb);
1229     }
1230 #endif
1231 #ifndef OPENSSL_NO_SRTP
1232     if (srtp_profiles != NULL) {
1233         /* Returns 0 on success! */
1234         if (SSL_CTX_set_tlsext_use_srtp(ctx, srtp_profiles) != 0) {
1235             BIO_printf(bio_err, "Error setting SRTP profile\n");
1236             ERR_print_errors(bio_err);
1237             goto end;
1238         }
1239     }
1240 #endif
1241
1242     if (exc)
1243         ssl_ctx_set_excert(ctx, exc);
1244
1245 #if !defined(OPENSSL_NO_NEXTPROTONEG)
1246     if (next_proto.data)
1247         SSL_CTX_set_next_proto_select_cb(ctx, next_proto_cb, &next_proto);
1248 #endif
1249     if (alpn_in) {
1250         unsigned short alpn_len;
1251         unsigned char *alpn = next_protos_parse(&alpn_len, alpn_in);
1252
1253         if (alpn == NULL) {
1254             BIO_printf(bio_err, "Error parsing -alpn argument\n");
1255             goto end;
1256         }
1257         /* Returns 0 on success! */
1258         if (SSL_CTX_set_alpn_protos(ctx, alpn, alpn_len) != 0) {
1259            BIO_printf(bio_err, "Error setting ALPN\n");
1260             goto end;
1261         }
1262         OPENSSL_free(alpn);
1263     }
1264
1265     for (i = 0; i < serverinfo_count; i++) {
1266         if (!SSL_CTX_add_client_custom_ext(ctx,
1267                                            serverinfo_types[i],
1268                                            NULL, NULL, NULL,
1269                                            serverinfo_cli_parse_cb, NULL)) {
1270             BIO_printf(bio_err,
1271                     "Warning: Unable to add custom extension %u, skipping\n",
1272                     serverinfo_types[i]);
1273         }
1274     }
1275
1276     if (state)
1277         SSL_CTX_set_info_callback(ctx, apps_ssl_info_callback);
1278
1279     SSL_CTX_set_verify(ctx, verify, verify_callback);
1280
1281     if (!ctx_set_verify_locations(ctx, CAfile, CApath, noCAfile, noCApath)) {
1282         ERR_print_errors(bio_err);
1283         goto end;
1284     }
1285
1286     ssl_ctx_add_crls(ctx, crls, crl_download);
1287
1288     if (!set_cert_key_stuff(ctx, cert, key, chain, build_chain))
1289         goto end;
1290
1291     if (servername != NULL) {
1292         tlsextcbp.biodebug = bio_err;
1293         SSL_CTX_set_tlsext_servername_callback(ctx, ssl_servername_cb);
1294         SSL_CTX_set_tlsext_servername_arg(ctx, &tlsextcbp);
1295     }
1296 # ifndef OPENSSL_NO_SRP
1297     if (srp_arg.srplogin) {
1298         if (!srp_lateuser && !SSL_CTX_set_srp_username(ctx, srp_arg.srplogin)) {
1299             BIO_printf(bio_err, "Unable to set SRP username\n");
1300             goto end;
1301         }
1302         srp_arg.msg = c_msg;
1303         srp_arg.debug = c_debug;
1304         SSL_CTX_set_srp_cb_arg(ctx, &srp_arg);
1305         SSL_CTX_set_srp_client_pwd_callback(ctx, ssl_give_srp_client_pwd_cb);
1306         SSL_CTX_set_srp_strength(ctx, srp_arg.strength);
1307         if (c_msg || c_debug || srp_arg.amp == 0)
1308             SSL_CTX_set_srp_verify_param_callback(ctx,
1309                                                   ssl_srp_verify_param_cb);
1310     }
1311 # endif
1312
1313     con = SSL_new(ctx);
1314     if (sess_in) {
1315         SSL_SESSION *sess;
1316         BIO *stmp = BIO_new_file(sess_in, "r");
1317         if (!stmp) {
1318             BIO_printf(bio_err, "Can't open session file %s\n", sess_in);
1319             ERR_print_errors(bio_err);
1320             goto end;
1321         }
1322         sess = PEM_read_bio_SSL_SESSION(stmp, NULL, 0, NULL);
1323         BIO_free(stmp);
1324         if (!sess) {
1325             BIO_printf(bio_err, "Can't open session file %s\n", sess_in);
1326             ERR_print_errors(bio_err);
1327             goto end;
1328         }
1329         if (!SSL_set_session(con, sess)) {
1330             BIO_printf(bio_err, "Can't set session\n");
1331             ERR_print_errors(bio_err);
1332             goto end;
1333         }
1334         SSL_SESSION_free(sess);
1335     }
1336
1337     if (fallback_scsv)
1338         SSL_set_mode(con, SSL_MODE_SEND_FALLBACK_SCSV);
1339
1340     if (servername != NULL) {
1341         if (!SSL_set_tlsext_host_name(con, servername)) {
1342             BIO_printf(bio_err, "Unable to set TLS servername extension.\n");
1343             ERR_print_errors(bio_err);
1344             goto end;
1345         }
1346     }
1347
1348  re_start:
1349 #ifdef NO_SYS_UN_H
1350     if (init_client(&s, host, port, socket_type) == 0)
1351 #else
1352     if ((!unix_path && (init_client(&s, host, port, socket_type) == 0)) ||
1353         (unix_path && (init_client_unix(&s, unix_path) == 0)))
1354 #endif
1355     {
1356         BIO_printf(bio_err, "connect:errno=%d\n", get_last_socket_error());
1357         SHUTDOWN(s);
1358         goto end;
1359     }
1360     BIO_printf(bio_c_out, "CONNECTED(%08X)\n", s);
1361
1362 #ifdef FIONBIO
1363     if (c_nbio) {
1364         unsigned long l = 1;
1365         BIO_printf(bio_c_out, "turning on non blocking io\n");
1366         if (BIO_socket_ioctl(s, FIONBIO, &l) < 0) {
1367             ERR_print_errors(bio_err);
1368             goto end;
1369         }
1370     }
1371 #endif
1372     if (c_Pause & 0x01)
1373         SSL_set_debug(con, 1);
1374
1375     if (socket_type == SOCK_DGRAM) {
1376
1377         sbio = BIO_new_dgram(s, BIO_NOCLOSE);
1378         if (getsockname(s, &peer, (void *)&peerlen) < 0) {
1379             BIO_printf(bio_err, "getsockname:errno=%d\n",
1380                        get_last_socket_error());
1381             SHUTDOWN(s);
1382             goto end;
1383         }
1384
1385         (void)BIO_ctrl_set_connected(sbio, &peer);
1386
1387         if (enable_timeouts) {
1388             timeout.tv_sec = 0;
1389             timeout.tv_usec = DGRAM_RCV_TIMEOUT;
1390             BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_RECV_TIMEOUT, 0, &timeout);
1391
1392             timeout.tv_sec = 0;
1393             timeout.tv_usec = DGRAM_SND_TIMEOUT;
1394             BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_SEND_TIMEOUT, 0, &timeout);
1395         }
1396
1397         if (socket_mtu) {
1398             if (socket_mtu < DTLS_get_link_min_mtu(con)) {
1399                 BIO_printf(bio_err, "MTU too small. Must be at least %ld\n",
1400                            DTLS_get_link_min_mtu(con));
1401                 BIO_free(sbio);
1402                 goto shut;
1403             }
1404             SSL_set_options(con, SSL_OP_NO_QUERY_MTU);
1405             if (!DTLS_set_link_mtu(con, socket_mtu)) {
1406                 BIO_printf(bio_err, "Failed to set MTU\n");
1407                 BIO_free(sbio);
1408                 goto shut;
1409             }
1410         } else
1411             /* want to do MTU discovery */
1412             BIO_ctrl(sbio, BIO_CTRL_DGRAM_MTU_DISCOVER, 0, NULL);
1413     } else
1414         sbio = BIO_new_socket(s, BIO_NOCLOSE);
1415
1416     if (nbio_test) {
1417         BIO *test;
1418
1419         test = BIO_new(BIO_f_nbio_test());
1420         sbio = BIO_push(test, sbio);
1421     }
1422
1423     if (c_debug) {
1424         SSL_set_debug(con, 1);
1425         BIO_set_callback(sbio, bio_dump_callback);
1426         BIO_set_callback_arg(sbio, (char *)bio_c_out);
1427     }
1428     if (c_msg) {
1429 #ifndef OPENSSL_NO_SSL_TRACE
1430         if (c_msg == 2)
1431             SSL_set_msg_callback(con, SSL_trace);
1432         else
1433 #endif
1434             SSL_set_msg_callback(con, msg_cb);
1435         SSL_set_msg_callback_arg(con, bio_c_msg ? bio_c_msg : bio_c_out);
1436     }
1437
1438     if (c_tlsextdebug) {
1439         SSL_set_tlsext_debug_callback(con, tlsext_cb);
1440         SSL_set_tlsext_debug_arg(con, bio_c_out);
1441     }
1442     if (c_status_req) {
1443         SSL_set_tlsext_status_type(con, TLSEXT_STATUSTYPE_ocsp);
1444         SSL_CTX_set_tlsext_status_cb(ctx, ocsp_resp_cb);
1445         SSL_CTX_set_tlsext_status_arg(ctx, bio_c_out);
1446     }
1447 #ifndef OPENSSL_NO_JPAKE
1448     if (jpake_secret)
1449         jpake_client_auth(bio_c_out, sbio, jpake_secret);
1450 #endif
1451
1452     SSL_set_bio(con, sbio, sbio);
1453     SSL_set_connect_state(con);
1454
1455     /* ok, lets connect */
1456     width = SSL_get_fd(con) + 1;
1457
1458     read_tty = 1;
1459     write_tty = 0;
1460     tty_on = 0;
1461     read_ssl = 1;
1462     write_ssl = 1;
1463
1464     cbuf_len = 0;
1465     cbuf_off = 0;
1466     sbuf_len = 0;
1467     sbuf_off = 0;
1468
1469     switch ((PROTOCOL_CHOICE) starttls_proto) {
1470     case PROTO_OFF:
1471         break;
1472     case PROTO_SMTP:
1473         {
1474             /*
1475              * This is an ugly hack that does a lot of assumptions. We do
1476              * have to handle multi-line responses which may come in a single
1477              * packet or not. We therefore have to use BIO_gets() which does
1478              * need a buffering BIO. So during the initial chitchat we do
1479              * push a buffering BIO into the chain that is removed again
1480              * later on to not disturb the rest of the s_client operation.
1481              */
1482             int foundit = 0;
1483             BIO *fbio = BIO_new(BIO_f_buffer());
1484             BIO_push(fbio, sbio);
1485             /* wait for multi-line response to end from SMTP */
1486             do {
1487                 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ);
1488             }
1489             while (mbuf_len > 3 && mbuf[3] == '-');
1490             BIO_printf(fbio, "EHLO %s\r\n", ehlo);
1491             (void)BIO_flush(fbio);
1492             /* wait for multi-line response to end EHLO SMTP response */
1493             do {
1494                 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ);
1495                 if (strstr(mbuf, "STARTTLS"))
1496                     foundit = 1;
1497             }
1498             while (mbuf_len > 3 && mbuf[3] == '-');
1499             (void)BIO_flush(fbio);
1500             BIO_pop(fbio);
1501             BIO_free(fbio);
1502             if (!foundit)
1503                 BIO_printf(bio_err,
1504                            "didn't found starttls in server response,"
1505                            " try anyway...\n");
1506             BIO_printf(sbio, "STARTTLS\r\n");
1507             BIO_read(sbio, sbuf, BUFSIZZ);
1508         }
1509         break;
1510     case PROTO_POP3:
1511         {
1512             BIO_read(sbio, mbuf, BUFSIZZ);
1513             BIO_printf(sbio, "STLS\r\n");
1514             mbuf_len = BIO_read(sbio, sbuf, BUFSIZZ);
1515             if (mbuf_len < 0) {
1516                 BIO_printf(bio_err, "BIO_read failed\n");
1517                 goto end;
1518             }
1519         }
1520         break;
1521     case PROTO_IMAP:
1522         {
1523             int foundit = 0;
1524             BIO *fbio = BIO_new(BIO_f_buffer());
1525             BIO_push(fbio, sbio);
1526             BIO_gets(fbio, mbuf, BUFSIZZ);
1527             /* STARTTLS command requires CAPABILITY... */
1528             BIO_printf(fbio, ". CAPABILITY\r\n");
1529             (void)BIO_flush(fbio);
1530             /* wait for multi-line CAPABILITY response */
1531             do {
1532                 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ);
1533                 if (strstr(mbuf, "STARTTLS"))
1534                     foundit = 1;
1535             }
1536             while (mbuf_len > 3 && mbuf[0] != '.');
1537             (void)BIO_flush(fbio);
1538             BIO_pop(fbio);
1539             BIO_free(fbio);
1540             if (!foundit)
1541                 BIO_printf(bio_err,
1542                            "didn't found STARTTLS in server response,"
1543                            " try anyway...\n");
1544             BIO_printf(sbio, ". STARTTLS\r\n");
1545             BIO_read(sbio, sbuf, BUFSIZZ);
1546         }
1547         break;
1548     case PROTO_FTP:
1549         {
1550             BIO *fbio = BIO_new(BIO_f_buffer());
1551             BIO_push(fbio, sbio);
1552             /* wait for multi-line response to end from FTP */
1553             do {
1554                 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ);
1555             }
1556             while (mbuf_len > 3 && mbuf[3] == '-');
1557             (void)BIO_flush(fbio);
1558             BIO_pop(fbio);
1559             BIO_free(fbio);
1560             BIO_printf(sbio, "AUTH TLS\r\n");
1561             BIO_read(sbio, sbuf, BUFSIZZ);
1562         }
1563         break;
1564     case PROTO_XMPP:
1565     case PROTO_XMPP_SERVER:
1566         {
1567             int seen = 0;
1568             BIO_printf(sbio, "<stream:stream "
1569                        "xmlns:stream='http://etherx.jabber.org/streams' "
1570                        "xmlns='jabber:%s' to='%s' version='1.0'>",
1571                        starttls_proto == PROTO_XMPP ? "client" : "server",
1572                        xmpphost ? xmpphost : host);
1573             seen = BIO_read(sbio, mbuf, BUFSIZZ);
1574             mbuf[seen] = 0;
1575             while (!strstr
1576                    (mbuf, "<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'")
1577                    && !strstr(mbuf,
1578                               "<starttls xmlns=\"urn:ietf:params:xml:ns:xmpp-tls\""))
1579             {
1580                 seen = BIO_read(sbio, mbuf, BUFSIZZ);
1581
1582                 if (seen <= 0)
1583                     goto shut;
1584
1585                 mbuf[seen] = 0;
1586             }
1587             BIO_printf(sbio,
1588                        "<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>");
1589             seen = BIO_read(sbio, sbuf, BUFSIZZ);
1590             sbuf[seen] = 0;
1591             if (!strstr(sbuf, "<proceed"))
1592                 goto shut;
1593             mbuf[0] = 0;
1594         }
1595         break;
1596     case PROTO_TELNET:
1597         {
1598             static const unsigned char tls_do[] = {
1599                 /* IAC    DO   START_TLS */
1600                    255,   253, 46
1601             };
1602             static const unsigned char tls_will[] = {
1603                 /* IAC  WILL START_TLS */
1604                    255, 251, 46
1605             };
1606             static const unsigned char tls_follows[] = {
1607                 /* IAC  SB   START_TLS FOLLOWS IAC  SE */
1608                    255, 250, 46,       1,      255, 240
1609             };
1610             int bytes;
1611
1612             /* Telnet server should demand we issue START_TLS */
1613             bytes = BIO_read(sbio, mbuf, BUFSIZZ);
1614             if (bytes != 3 || memcmp(mbuf, tls_do, 3) != 0)
1615                 goto shut;
1616             /* Agree to issue START_TLS and send the FOLLOWS sub-command */
1617             BIO_write(sbio, tls_will, 3);
1618             BIO_write(sbio, tls_follows, 6);
1619             (void)BIO_flush(sbio);
1620             /* Telnet server also sent the FOLLOWS sub-command */
1621             bytes = BIO_read(sbio, mbuf, BUFSIZZ);
1622             if (bytes != 6 || memcmp(mbuf, tls_follows, 6) != 0)
1623                 goto shut;
1624         }
1625         break;
1626     case PROTO_CONNECT:
1627         {
1628             int foundit = 0;
1629             BIO *fbio = BIO_new(BIO_f_buffer());
1630
1631             BIO_push(fbio, sbio);
1632             BIO_printf(fbio, "CONNECT %s\r\n\r\n", connectstr);
1633             (void)BIO_flush(fbio);
1634             /* wait for multi-line response to end CONNECT response */
1635             do {
1636                 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ);
1637                 if (strstr(mbuf, "200") != NULL
1638                     && strstr(mbuf, "established") != NULL)
1639                     foundit++;
1640             } while (mbuf_len > 3 && foundit == 0);
1641             (void)BIO_flush(fbio);
1642             BIO_pop(fbio);
1643             BIO_free(fbio);
1644             if (!foundit) {
1645                 BIO_printf(bio_err, "%s: HTTP CONNECT failed\n", prog);
1646                 goto shut;
1647             }
1648         }
1649         break;
1650     case PROTO_IRC:
1651         {
1652             int numeric;
1653             BIO *fbio = BIO_new(BIO_f_buffer());
1654
1655             BIO_push(fbio, sbio);
1656             BIO_printf(fbio, "STARTTLS\r\n");
1657             (void)BIO_flush(fbio);
1658             width = SSL_get_fd(con) + 1;
1659
1660             do {
1661                 numeric = 0;
1662
1663                 FD_ZERO(&readfds);
1664                 openssl_fdset(SSL_get_fd(con), &readfds);
1665                 timeout.tv_sec = S_CLIENT_IRC_READ_TIMEOUT;
1666                 timeout.tv_usec = 0;
1667                 /*
1668                  * If the IRCd doesn't respond within
1669                  * S_CLIENT_IRC_READ_TIMEOUT seconds, assume
1670                  * it doesn't support STARTTLS. Many IRCds
1671                  * will not give _any_ sort of response to a
1672                  * STARTTLS command when it's not supported.
1673                  */
1674                 if (!BIO_get_buffer_num_lines(fbio)
1675                     && !BIO_pending(fbio)
1676                     && !BIO_pending(sbio)
1677                     && select(width, (void *)&readfds, NULL, NULL,
1678                               &timeout) < 1) {
1679                     BIO_printf(bio_err,
1680                                "Timeout waiting for response (%d seconds).\n",
1681                                S_CLIENT_IRC_READ_TIMEOUT);
1682                     break;
1683                 }
1684
1685                 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ);
1686                 if (mbuf_len < 1 || sscanf(mbuf, "%*s %d", &numeric) != 1)
1687                     break;
1688                 /* :example.net 451 STARTTLS :You have not registered */
1689                 /* :example.net 421 STARTTLS :Unknown command */
1690                 if ((numeric == 451 || numeric == 421)
1691                     && strstr(mbuf, "STARTTLS") != NULL) {
1692                     BIO_printf(bio_err, "STARTTLS not supported: %s", mbuf);
1693                     break;
1694                 }
1695                 if (numeric == 691) {
1696                     BIO_printf(bio_err, "STARTTLS negotiation failed: ");
1697                     ERR_print_errors(bio_err);
1698                     break;
1699                 }
1700             } while (numeric != 670);
1701
1702             (void)BIO_flush(fbio);
1703             BIO_pop(fbio);
1704             BIO_free(fbio);
1705             if (numeric != 670) {
1706                 BIO_printf(bio_err, "Server does not support STARTTLS.\n");
1707                 ret = 1;
1708                 goto shut;
1709             }
1710         }
1711     }
1712
1713     for (;;) {
1714         FD_ZERO(&readfds);
1715         FD_ZERO(&writefds);
1716
1717         if ((SSL_version(con) == DTLS1_VERSION) &&
1718             DTLSv1_get_timeout(con, &timeout))
1719             timeoutp = &timeout;
1720         else
1721             timeoutp = NULL;
1722
1723         if (SSL_in_init(con) && !SSL_total_renegotiations(con)) {
1724             in_init = 1;
1725             tty_on = 0;
1726         } else {
1727             tty_on = 1;
1728             if (in_init) {
1729                 in_init = 0;
1730
1731                 if (servername != NULL && !SSL_session_reused(con)) {
1732                     BIO_printf(bio_c_out,
1733                                "Server did %sacknowledge servername extension.\n",
1734                                tlsextcbp.ack ? "" : "not ");
1735                 }
1736
1737                 if (sess_out) {
1738                     BIO *stmp = BIO_new_file(sess_out, "w");
1739                     if (stmp) {
1740                         PEM_write_bio_SSL_SESSION(stmp, SSL_get_session(con));
1741                         BIO_free(stmp);
1742                     } else
1743                         BIO_printf(bio_err, "Error writing session file %s\n",
1744                                    sess_out);
1745                 }
1746                 if (c_brief) {
1747                     BIO_puts(bio_err, "CONNECTION ESTABLISHED\n");
1748                     print_ssl_summary(con);
1749                 }
1750
1751                 print_stuff(bio_c_out, con, full_log);
1752                 if (full_log > 0)
1753                     full_log--;
1754
1755                 if (starttls_proto) {
1756                     BIO_write(bio_err, mbuf, mbuf_len);
1757                     /* We don't need to know any more */
1758                     if (!reconnect)
1759                         starttls_proto = PROTO_OFF;
1760                 }
1761
1762                 if (reconnect) {
1763                     reconnect--;
1764                     BIO_printf(bio_c_out,
1765                                "drop connection and then reconnect\n");
1766                     SSL_shutdown(con);
1767                     SSL_set_connect_state(con);
1768                     SHUTDOWN(SSL_get_fd(con));
1769                     goto re_start;
1770                 }
1771             }
1772         }
1773
1774         ssl_pending = read_ssl && SSL_pending(con);
1775
1776         if (!ssl_pending) {
1777 #if !defined(OPENSSL_SYS_WINDOWS) && !defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_NETWARE)
1778             if (tty_on) {
1779                 if (read_tty)
1780                     openssl_fdset(fileno(stdin), &readfds);
1781                 if (write_tty)
1782                     openssl_fdset(fileno(stdout), &writefds);
1783             }
1784             if (read_ssl)
1785                 openssl_fdset(SSL_get_fd(con), &readfds);
1786             if (write_ssl)
1787                 openssl_fdset(SSL_get_fd(con), &writefds);
1788 #else
1789             if (!tty_on || !write_tty) {
1790                 if (read_ssl)
1791                     openssl_fdset(SSL_get_fd(con), &readfds);
1792                 if (write_ssl)
1793                     openssl_fdset(SSL_get_fd(con), &writefds);
1794             }
1795 #endif
1796
1797             /*
1798              * Note: under VMS with SOCKETSHR the second parameter is
1799              * currently of type (int *) whereas under other systems it is
1800              * (void *) if you don't have a cast it will choke the compiler:
1801              * if you do have a cast then you can either go for (int *) or
1802              * (void *).
1803              */
1804 #if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS)
1805             /*
1806              * Under Windows/DOS we make the assumption that we can always
1807              * write to the tty: therefore if we need to write to the tty we
1808              * just fall through. Otherwise we timeout the select every
1809              * second and see if there are any keypresses. Note: this is a
1810              * hack, in a proper Windows application we wouldn't do this.
1811              */
1812             i = 0;
1813             if (!write_tty) {
1814                 if (read_tty) {
1815                     tv.tv_sec = 1;
1816                     tv.tv_usec = 0;
1817                     i = select(width, (void *)&readfds, (void *)&writefds,
1818                                NULL, &tv);
1819 # if defined(OPENSSL_SYS_WINCE) || defined(OPENSSL_SYS_MSDOS)
1820                     if (!i && (!_kbhit() || !read_tty))
1821                         continue;
1822 # else
1823                     if (!i && (!((_kbhit())
1824                                  || (WAIT_OBJECT_0 ==
1825                                      WaitForSingleObject(GetStdHandle
1826                                                          (STD_INPUT_HANDLE),
1827                                                          0)))
1828                                || !read_tty))
1829                         continue;
1830 # endif
1831                 } else
1832                     i = select(width, (void *)&readfds, (void *)&writefds,
1833                                NULL, timeoutp);
1834             }
1835 #elif defined(OPENSSL_SYS_NETWARE)
1836             if (!write_tty) {
1837                 if (read_tty) {
1838                     tv.tv_sec = 1;
1839                     tv.tv_usec = 0;
1840                     i = select(width, (void *)&readfds, (void *)&writefds,
1841                                NULL, &tv);
1842                 } else
1843                     i = select(width, (void *)&readfds, (void *)&writefds,
1844                                NULL, timeoutp);
1845             }
1846 #else
1847             i = select(width, (void *)&readfds, (void *)&writefds,
1848                        NULL, timeoutp);
1849 #endif
1850             if (i < 0) {
1851                 BIO_printf(bio_err, "bad select %d\n",
1852                            get_last_socket_error());
1853                 goto shut;
1854                 /* goto end; */
1855             }
1856         }
1857
1858         if ((SSL_version(con) == DTLS1_VERSION)
1859             && DTLSv1_handle_timeout(con) > 0) {
1860             BIO_printf(bio_err, "TIMEOUT occurred\n");
1861         }
1862
1863         if (!ssl_pending && FD_ISSET(SSL_get_fd(con), &writefds)) {
1864             k = SSL_write(con, &(cbuf[cbuf_off]), (unsigned int)cbuf_len);
1865             switch (SSL_get_error(con, k)) {
1866             case SSL_ERROR_NONE:
1867                 cbuf_off += k;
1868                 cbuf_len -= k;
1869                 if (k <= 0)
1870                     goto end;
1871                 /* we have done a  write(con,NULL,0); */
1872                 if (cbuf_len <= 0) {
1873                     read_tty = 1;
1874                     write_ssl = 0;
1875                 } else {        /* if (cbuf_len > 0) */
1876
1877                     read_tty = 0;
1878                     write_ssl = 1;
1879                 }
1880                 break;
1881             case SSL_ERROR_WANT_WRITE:
1882                 BIO_printf(bio_c_out, "write W BLOCK\n");
1883                 write_ssl = 1;
1884                 read_tty = 0;
1885                 break;
1886             case SSL_ERROR_WANT_READ:
1887                 BIO_printf(bio_c_out, "write R BLOCK\n");
1888                 write_tty = 0;
1889                 read_ssl = 1;
1890                 write_ssl = 0;
1891                 break;
1892             case SSL_ERROR_WANT_X509_LOOKUP:
1893                 BIO_printf(bio_c_out, "write X BLOCK\n");
1894                 break;
1895             case SSL_ERROR_ZERO_RETURN:
1896                 if (cbuf_len != 0) {
1897                     BIO_printf(bio_c_out, "shutdown\n");
1898                     ret = 0;
1899                     goto shut;
1900                 } else {
1901                     read_tty = 1;
1902                     write_ssl = 0;
1903                     break;
1904                 }
1905
1906             case SSL_ERROR_SYSCALL:
1907                 if ((k != 0) || (cbuf_len != 0)) {
1908                     BIO_printf(bio_err, "write:errno=%d\n",
1909                                get_last_socket_error());
1910                     goto shut;
1911                 } else {
1912                     read_tty = 1;
1913                     write_ssl = 0;
1914                 }
1915                 break;
1916             case SSL_ERROR_SSL:
1917                 ERR_print_errors(bio_err);
1918                 goto shut;
1919             }
1920         }
1921 #if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS) || defined(OPENSSL_SYS_NETWARE)
1922         /* Assume Windows/DOS/BeOS can always write */
1923         else if (!ssl_pending && write_tty)
1924 #else
1925         else if (!ssl_pending && FD_ISSET(fileno(stdout), &writefds))
1926 #endif
1927         {
1928 #ifdef CHARSET_EBCDIC
1929             ascii2ebcdic(&(sbuf[sbuf_off]), &(sbuf[sbuf_off]), sbuf_len);
1930 #endif
1931             i = raw_write_stdout(&(sbuf[sbuf_off]), sbuf_len);
1932
1933             if (i <= 0) {
1934                 BIO_printf(bio_c_out, "DONE\n");
1935                 ret = 0;
1936                 goto shut;
1937                 /* goto end; */
1938             }
1939
1940             sbuf_len -= i;;
1941             sbuf_off += i;
1942             if (sbuf_len <= 0) {
1943                 read_ssl = 1;
1944                 write_tty = 0;
1945             }
1946         } else if (ssl_pending || FD_ISSET(SSL_get_fd(con), &readfds)) {
1947 #ifdef RENEG
1948             {
1949                 static int iiii;
1950                 if (++iiii == 52) {
1951                     SSL_renegotiate(con);
1952                     iiii = 0;
1953                 }
1954             }
1955 #endif
1956             k = SSL_read(con, sbuf, 1024 /* BUFSIZZ */ );
1957
1958             switch (SSL_get_error(con, k)) {
1959             case SSL_ERROR_NONE:
1960                 if (k <= 0)
1961                     goto end;
1962                 sbuf_off = 0;
1963                 sbuf_len = k;
1964
1965                 read_ssl = 0;
1966                 write_tty = 1;
1967                 break;
1968             case SSL_ERROR_WANT_WRITE:
1969                 BIO_printf(bio_c_out, "read W BLOCK\n");
1970                 write_ssl = 1;
1971                 read_tty = 0;
1972                 break;
1973             case SSL_ERROR_WANT_READ:
1974                 BIO_printf(bio_c_out, "read R BLOCK\n");
1975                 write_tty = 0;
1976                 read_ssl = 1;
1977                 if ((read_tty == 0) && (write_ssl == 0))
1978                     write_ssl = 1;
1979                 break;
1980             case SSL_ERROR_WANT_X509_LOOKUP:
1981                 BIO_printf(bio_c_out, "read X BLOCK\n");
1982                 break;
1983             case SSL_ERROR_SYSCALL:
1984                 ret = get_last_socket_error();
1985                 if (c_brief)
1986                     BIO_puts(bio_err, "CONNECTION CLOSED BY SERVER\n");
1987                 else
1988                     BIO_printf(bio_err, "read:errno=%d\n", ret);
1989                 goto shut;
1990             case SSL_ERROR_ZERO_RETURN:
1991                 BIO_printf(bio_c_out, "closed\n");
1992                 ret = 0;
1993                 goto shut;
1994             case SSL_ERROR_SSL:
1995                 ERR_print_errors(bio_err);
1996                 goto shut;
1997                 /* break; */
1998             }
1999         }
2000 #if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS)
2001 # if defined(OPENSSL_SYS_WINCE) || defined(OPENSSL_SYS_MSDOS)
2002         else if (_kbhit())
2003 # else
2004         else if ((_kbhit())
2005                  || (WAIT_OBJECT_0 ==
2006                      WaitForSingleObject(GetStdHandle(STD_INPUT_HANDLE), 0)))
2007 # endif
2008 #elif defined (OPENSSL_SYS_NETWARE)
2009         else if (_kbhit())
2010 #else
2011         else if (FD_ISSET(fileno(stdin), &readfds))
2012 #endif
2013         {
2014             if (crlf) {
2015                 int j, lf_num;
2016
2017                 i = raw_read_stdin(cbuf, BUFSIZZ / 2);
2018                 lf_num = 0;
2019                 /* both loops are skipped when i <= 0 */
2020                 for (j = 0; j < i; j++)
2021                     if (cbuf[j] == '\n')
2022                         lf_num++;
2023                 for (j = i - 1; j >= 0; j--) {
2024                     cbuf[j + lf_num] = cbuf[j];
2025                     if (cbuf[j] == '\n') {
2026                         lf_num--;
2027                         i++;
2028                         cbuf[j + lf_num] = '\r';
2029                     }
2030                 }
2031                 assert(lf_num == 0);
2032             } else
2033                 i = raw_read_stdin(cbuf, BUFSIZZ);
2034
2035             if ((!c_ign_eof) && ((i <= 0) || (cbuf[0] == 'Q' && cmdletters))) {
2036                 BIO_printf(bio_err, "DONE\n");
2037                 ret = 0;
2038                 goto shut;
2039             }
2040
2041             if ((!c_ign_eof) && (cbuf[0] == 'R' && cmdletters)) {
2042                 BIO_printf(bio_err, "RENEGOTIATING\n");
2043                 SSL_renegotiate(con);
2044                 cbuf_len = 0;
2045             }
2046 #ifndef OPENSSL_NO_HEARTBEATS
2047             else if ((!c_ign_eof) && (cbuf[0] == 'B' && cmdletters)) {
2048                 BIO_printf(bio_err, "HEARTBEATING\n");
2049                 SSL_heartbeat(con);
2050                 cbuf_len = 0;
2051             }
2052 #endif
2053             else {
2054                 cbuf_len = i;
2055                 cbuf_off = 0;
2056 #ifdef CHARSET_EBCDIC
2057                 ebcdic2ascii(cbuf, cbuf, i);
2058 #endif
2059             }
2060
2061             write_ssl = 1;
2062             read_tty = 0;
2063         }
2064     }
2065
2066     ret = 0;
2067  shut:
2068     if (in_init)
2069         print_stuff(bio_c_out, con, full_log);
2070     SSL_shutdown(con);
2071     SHUTDOWN(SSL_get_fd(con));
2072  end:
2073     if (con != NULL) {
2074         if (prexit != 0)
2075             print_stuff(bio_c_out, con, 1);
2076         SSL_free(con);
2077     }
2078 #if !defined(OPENSSL_NO_NEXTPROTONEG)
2079     OPENSSL_free(next_proto.data);
2080 #endif
2081     SSL_CTX_free(ctx);
2082     X509_free(cert);
2083     sk_X509_CRL_pop_free(crls, X509_CRL_free);
2084     EVP_PKEY_free(key);
2085     sk_X509_pop_free(chain, X509_free);
2086     OPENSSL_free(pass);
2087 #ifndef OPENSSL_NO_SRP
2088     OPENSSL_free(srp_arg.srppassin);
2089 #endif
2090     X509_VERIFY_PARAM_free(vpm);
2091     ssl_excert_free(exc);
2092     sk_OPENSSL_STRING_free(ssl_args);
2093     SSL_CONF_CTX_free(cctx);
2094     OPENSSL_clear_free(cbuf, BUFSIZZ);
2095     OPENSSL_clear_free(sbuf, BUFSIZZ);
2096     OPENSSL_clear_free(mbuf, BUFSIZZ);
2097     BIO_free(bio_c_out);
2098     bio_c_out = NULL;
2099     BIO_free(bio_c_msg);
2100     bio_c_msg = NULL;
2101     return (ret);
2102 }
2103
2104 static void print_stuff(BIO *bio, SSL *s, int full)
2105 {
2106     X509 *peer = NULL;
2107     char buf[BUFSIZ];
2108     STACK_OF(X509) *sk;
2109     STACK_OF(X509_NAME) *sk2;
2110     const SSL_CIPHER *c;
2111     X509_NAME *xn;
2112     int i;
2113 #ifndef OPENSSL_NO_COMP
2114     const COMP_METHOD *comp, *expansion;
2115 #endif
2116     unsigned char *exportedkeymat;
2117
2118     if (full) {
2119         int got_a_chain = 0;
2120
2121         sk = SSL_get_peer_cert_chain(s);
2122         if (sk != NULL) {
2123             got_a_chain = 1;
2124
2125             BIO_printf(bio, "---\nCertificate chain\n");
2126             for (i = 0; i < sk_X509_num(sk); i++) {
2127                 X509_NAME_oneline(X509_get_subject_name(sk_X509_value(sk, i)),
2128                                   buf, sizeof buf);
2129                 BIO_printf(bio, "%2d s:%s\n", i, buf);
2130                 X509_NAME_oneline(X509_get_issuer_name(sk_X509_value(sk, i)),
2131                                   buf, sizeof buf);
2132                 BIO_printf(bio, "   i:%s\n", buf);
2133                 if (c_showcerts)
2134                     PEM_write_bio_X509(bio, sk_X509_value(sk, i));
2135             }
2136         }
2137
2138         BIO_printf(bio, "---\n");
2139         peer = SSL_get_peer_certificate(s);
2140         if (peer != NULL) {
2141             BIO_printf(bio, "Server certificate\n");
2142
2143             /* Redundant if we showed the whole chain */
2144             if (!(c_showcerts && got_a_chain))
2145                 PEM_write_bio_X509(bio, peer);
2146             X509_NAME_oneline(X509_get_subject_name(peer), buf, sizeof buf);
2147             BIO_printf(bio, "subject=%s\n", buf);
2148             X509_NAME_oneline(X509_get_issuer_name(peer), buf, sizeof buf);
2149             BIO_printf(bio, "issuer=%s\n", buf);
2150         } else
2151             BIO_printf(bio, "no peer certificate available\n");
2152
2153         sk2 = SSL_get_client_CA_list(s);
2154         if ((sk2 != NULL) && (sk_X509_NAME_num(sk2) > 0)) {
2155             BIO_printf(bio, "---\nAcceptable client certificate CA names\n");
2156             for (i = 0; i < sk_X509_NAME_num(sk2); i++) {
2157                 xn = sk_X509_NAME_value(sk2, i);
2158                 X509_NAME_oneline(xn, buf, sizeof(buf));
2159                 BIO_write(bio, buf, strlen(buf));
2160                 BIO_write(bio, "\n", 1);
2161             }
2162         } else {
2163             BIO_printf(bio, "---\nNo client certificate CA names sent\n");
2164         }
2165
2166         ssl_print_sigalgs(bio, s);
2167         ssl_print_tmp_key(bio, s);
2168
2169         BIO_printf(bio,
2170                    "---\nSSL handshake has read %"PRIu64" bytes and written %"PRIu64" bytes\n",
2171                    BIO_number_read(SSL_get_rbio(s)),
2172                    BIO_number_written(SSL_get_wbio(s)));
2173     }
2174     BIO_printf(bio, (SSL_cache_hit(s) ? "---\nReused, " : "---\nNew, "));
2175     c = SSL_get_current_cipher(s);
2176     BIO_printf(bio, "%s, Cipher is %s\n",
2177                SSL_CIPHER_get_version(c), SSL_CIPHER_get_name(c));
2178     if (peer != NULL) {
2179         EVP_PKEY *pktmp;
2180         pktmp = X509_get_pubkey(peer);
2181         BIO_printf(bio, "Server public key is %d bit\n",
2182                    EVP_PKEY_bits(pktmp));
2183         EVP_PKEY_free(pktmp);
2184     }
2185     BIO_printf(bio, "Secure Renegotiation IS%s supported\n",
2186                SSL_get_secure_renegotiation_support(s) ? "" : " NOT");
2187 #ifndef OPENSSL_NO_COMP
2188     comp = SSL_get_current_compression(s);
2189     expansion = SSL_get_current_expansion(s);
2190     BIO_printf(bio, "Compression: %s\n",
2191                comp ? SSL_COMP_get_name(comp) : "NONE");
2192     BIO_printf(bio, "Expansion: %s\n",
2193                expansion ? SSL_COMP_get_name(expansion) : "NONE");
2194 #endif
2195
2196 #ifdef SSL_DEBUG
2197     {
2198         /* Print out local port of connection: useful for debugging */
2199         int sock;
2200         struct sockaddr_in ladd;
2201         socklen_t ladd_size = sizeof(ladd);
2202         sock = SSL_get_fd(s);
2203         getsockname(sock, (struct sockaddr *)&ladd, &ladd_size);
2204         BIO_printf(bio_c_out, "LOCAL PORT is %u\n", ntohs(ladd.sin_port));
2205     }
2206 #endif
2207
2208 #if !defined(OPENSSL_NO_NEXTPROTONEG)
2209     if (next_proto.status != -1) {
2210         const unsigned char *proto;
2211         unsigned int proto_len;
2212         SSL_get0_next_proto_negotiated(s, &proto, &proto_len);
2213         BIO_printf(bio, "Next protocol: (%d) ", next_proto.status);
2214         BIO_write(bio, proto, proto_len);
2215         BIO_write(bio, "\n", 1);
2216     }
2217 #endif
2218     {
2219         const unsigned char *proto;
2220         unsigned int proto_len;
2221         SSL_get0_alpn_selected(s, &proto, &proto_len);
2222         if (proto_len > 0) {
2223             BIO_printf(bio, "ALPN protocol: ");
2224             BIO_write(bio, proto, proto_len);
2225             BIO_write(bio, "\n", 1);
2226         } else
2227             BIO_printf(bio, "No ALPN negotiated\n");
2228     }
2229
2230 #ifndef OPENSSL_NO_SRTP
2231     {
2232         SRTP_PROTECTION_PROFILE *srtp_profile =
2233             SSL_get_selected_srtp_profile(s);
2234
2235         if (srtp_profile)
2236             BIO_printf(bio, "SRTP Extension negotiated, profile=%s\n",
2237                        srtp_profile->name);
2238     }
2239 #endif
2240
2241     SSL_SESSION_print(bio, SSL_get_session(s));
2242     if (keymatexportlabel != NULL) {
2243         BIO_printf(bio, "Keying material exporter:\n");
2244         BIO_printf(bio, "    Label: '%s'\n", keymatexportlabel);
2245         BIO_printf(bio, "    Length: %i bytes\n", keymatexportlen);
2246         exportedkeymat = app_malloc(keymatexportlen, "export key");
2247         if (!SSL_export_keying_material(s, exportedkeymat,
2248                                         keymatexportlen,
2249                                         keymatexportlabel,
2250                                         strlen(keymatexportlabel),
2251                                         NULL, 0, 0)) {
2252             BIO_printf(bio, "    Error\n");
2253         } else {
2254             BIO_printf(bio, "    Keying material: ");
2255             for (i = 0; i < keymatexportlen; i++)
2256                 BIO_printf(bio, "%02X", exportedkeymat[i]);
2257             BIO_printf(bio, "\n");
2258         }
2259         OPENSSL_free(exportedkeymat);
2260     }
2261     BIO_printf(bio, "---\n");
2262     X509_free(peer);
2263     /* flush, or debugging output gets mixed with http response */
2264     (void)BIO_flush(bio);
2265 }
2266
2267 static int ocsp_resp_cb(SSL *s, void *arg)
2268 {
2269     const unsigned char *p;
2270     int len;
2271     OCSP_RESPONSE *rsp;
2272     len = SSL_get_tlsext_status_ocsp_resp(s, &p);
2273     BIO_puts(arg, "OCSP response: ");
2274     if (!p) {
2275         BIO_puts(arg, "no response sent\n");
2276         return 1;
2277     }
2278     rsp = d2i_OCSP_RESPONSE(NULL, &p, len);
2279     if (!rsp) {
2280         BIO_puts(arg, "response parse error\n");
2281         BIO_dump_indent(arg, (char *)p, len, 4);
2282         return 0;
2283     }
2284     BIO_puts(arg, "\n======================================\n");
2285     OCSP_RESPONSE_print(arg, rsp, 0);
2286     BIO_puts(arg, "======================================\n");
2287     OCSP_RESPONSE_free(rsp);
2288     return 1;
2289 }