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