e990a432c9cfeb57d37fdbf460d69d1712437992
[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
179 extern int verify_depth;
180 extern int verify_error;
181 extern int verify_return_error;
182 extern int verify_quiet;
183
184 static int c_nbio = 0;
185 static int c_tlsextdebug = 0;
186 static int c_status_req = 0;
187 static int c_Pause = 0;
188 static int c_debug = 0;
189 static int c_msg = 0;
190 static int c_showcerts = 0;
191 static char *keymatexportlabel = NULL;
192 static int keymatexportlen = 20;
193 static BIO *bio_c_out = NULL;
194 static BIO *bio_c_msg = NULL;
195 static int c_quiet = 0;
196 static int c_ign_eof = 0;
197 static int c_brief = 0;
198
199 static void print_stuff(BIO *berr, SSL *con, int full);
200 static int ocsp_resp_cb(SSL *s, void *arg);
201
202 #ifndef OPENSSL_NO_PSK
203 /* Default PSK identity and key */
204 static char *psk_identity = "Client_identity";
205 /*
206  * char *psk_key=NULL; by default PSK is not used
207  */
208
209 static unsigned int psk_client_cb(SSL *ssl, const char *hint, char *identity,
210                                   unsigned int max_identity_len,
211                                   unsigned char *psk,
212                                   unsigned int max_psk_len)
213 {
214     unsigned int psk_len = 0;
215     int ret;
216     BIGNUM *bn = NULL;
217
218     if (c_debug)
219         BIO_printf(bio_c_out, "psk_client_cb\n");
220     if (!hint) {
221         /* no ServerKeyExchange message */
222         if (c_debug)
223             BIO_printf(bio_c_out,
224                        "NULL received PSK identity hint, continuing anyway\n");
225     } else if (c_debug)
226         BIO_printf(bio_c_out, "Received PSK identity hint '%s'\n", hint);
227
228     /*
229      * lookup PSK identity and PSK key based on the given identity hint here
230      */
231     ret = BIO_snprintf(identity, max_identity_len, "%s", psk_identity);
232     if (ret < 0 || (unsigned int)ret > max_identity_len)
233         goto out_err;
234     if (c_debug)
235         BIO_printf(bio_c_out, "created identity '%s' len=%d\n", identity,
236                    ret);
237     ret = BN_hex2bn(&bn, psk_key);
238     if (!ret) {
239         BIO_printf(bio_err, "Could not convert PSK key '%s' to BIGNUM\n",
240                    psk_key);
241         BN_free(bn);
242         return 0;
243     }
244
245     if ((unsigned int)BN_num_bytes(bn) > max_psk_len) {
246         BIO_printf(bio_err,
247                    "psk buffer of callback is too small (%d) for key (%d)\n",
248                    max_psk_len, BN_num_bytes(bn));
249         BN_free(bn);
250         return 0;
251     }
252
253     psk_len = BN_bn2bin(bn, psk);
254     BN_free(bn);
255     if (psk_len == 0)
256         goto out_err;
257
258     if (c_debug)
259         BIO_printf(bio_c_out, "created PSK len=%d\n", psk_len);
260
261     return psk_len;
262  out_err:
263     if (c_debug)
264         BIO_printf(bio_err, "Error in PSK client callback\n");
265     return 0;
266 }
267 #endif
268
269 /* This is a context that we pass to callbacks */
270 typedef struct tlsextctx_st {
271     BIO *biodebug;
272     int ack;
273 } tlsextctx;
274
275 static int ssl_servername_cb(SSL *s, int *ad, void *arg)
276 {
277     tlsextctx *p = (tlsextctx *) arg;
278     const char *hn = SSL_get_servername(s, TLSEXT_NAMETYPE_host_name);
279     if (SSL_get_servername_type(s) != -1)
280         p->ack = !SSL_session_reused(s) && hn != NULL;
281     else
282         BIO_printf(bio_err, "Can't use SSL_get_servername\n");
283
284     return SSL_TLSEXT_ERR_OK;
285 }
286
287 #ifndef OPENSSL_NO_SRP
288
289 /* This is a context that we pass to all callbacks */
290 typedef struct srp_arg_st {
291     char *srppassin;
292     char *srplogin;
293     int msg;                    /* copy from c_msg */
294     int debug;                  /* copy from c_debug */
295     int amp;                    /* allow more groups */
296     int strength /* minimal size for N */ ;
297 } SRP_ARG;
298
299 # define SRP_NUMBER_ITERATIONS_FOR_PRIME 64
300
301 static int srp_Verify_N_and_g(const BIGNUM *N, const BIGNUM *g)
302 {
303     BN_CTX *bn_ctx = BN_CTX_new();
304     BIGNUM *p = BN_new();
305     BIGNUM *r = BN_new();
306     int ret =
307         g != NULL && N != NULL && bn_ctx != NULL && BN_is_odd(N) &&
308         BN_is_prime_ex(N, SRP_NUMBER_ITERATIONS_FOR_PRIME, bn_ctx, NULL) &&
309         p != NULL && BN_rshift1(p, N) &&
310         /* p = (N-1)/2 */
311         BN_is_prime_ex(p, SRP_NUMBER_ITERATIONS_FOR_PRIME, bn_ctx, NULL) &&
312         r != NULL &&
313         /* verify g^((N-1)/2) == -1 (mod N) */
314         BN_mod_exp(r, g, p, N, bn_ctx) &&
315         BN_add_word(r, 1) && BN_cmp(r, N) == 0;
316
317     BN_free(r);
318     BN_free(p);
319     BN_CTX_free(bn_ctx);
320     return ret;
321 }
322
323 /*-
324  * This callback is used here for two purposes:
325  * - extended debugging
326  * - making some primality tests for unknown groups
327  * The callback is only called for a non default group.
328  *
329  * An application does not need the call back at all if
330  * only the stanard groups are used.  In real life situations,
331  * client and server already share well known groups,
332  * thus there is no need to verify them.
333  * Furthermore, in case that a server actually proposes a group that
334  * is not one of those defined in RFC 5054, it is more appropriate
335  * to add the group to a static list and then compare since
336  * primality tests are rather cpu consuming.
337  */
338
339 static int ssl_srp_verify_param_cb(SSL *s, void *arg)
340 {
341     SRP_ARG *srp_arg = (SRP_ARG *)arg;
342     BIGNUM *N = NULL, *g = NULL;
343
344     if (((N = SSL_get_srp_N(s)) == NULL) || ((g = SSL_get_srp_g(s)) == NULL))
345         return 0;
346     if (srp_arg->debug || srp_arg->msg || srp_arg->amp == 1) {
347         BIO_printf(bio_err, "SRP parameters:\n");
348         BIO_printf(bio_err, "\tN=");
349         BN_print(bio_err, N);
350         BIO_printf(bio_err, "\n\tg=");
351         BN_print(bio_err, g);
352         BIO_printf(bio_err, "\n");
353     }
354
355     if (SRP_check_known_gN_param(g, N))
356         return 1;
357
358     if (srp_arg->amp == 1) {
359         if (srp_arg->debug)
360             BIO_printf(bio_err,
361                        "SRP param N and g are not known params, going to check deeper.\n");
362
363         /*
364          * The srp_moregroups is a real debugging feature. Implementors
365          * should rather add the value to the known ones. The minimal size
366          * has already been tested.
367          */
368         if (BN_num_bits(g) <= BN_BITS && srp_Verify_N_and_g(N, g))
369             return 1;
370     }
371     BIO_printf(bio_err, "SRP param N and g rejected.\n");
372     return 0;
373 }
374
375 # define PWD_STRLEN 1024
376
377 static char *ssl_give_srp_client_pwd_cb(SSL *s, void *arg)
378 {
379     SRP_ARG *srp_arg = (SRP_ARG *)arg;
380     char *pass = app_malloc(PWD_STRLEN + 1, "SRP password buffer");
381     PW_CB_DATA cb_tmp;
382     int l;
383
384     cb_tmp.password = (char *)srp_arg->srppassin;
385     cb_tmp.prompt_info = "SRP user";
386     if ((l = password_callback(pass, PWD_STRLEN, 0, &cb_tmp)) < 0) {
387         BIO_printf(bio_err, "Can't read Password\n");
388         OPENSSL_free(pass);
389         return NULL;
390     }
391     *(pass + l) = '\0';
392
393     return pass;
394 }
395
396 #endif
397
398 static char *srtp_profiles = NULL;
399
400 #ifndef OPENSSL_NO_NEXTPROTONEG
401 /* This the context that we pass to next_proto_cb */
402 typedef struct tlsextnextprotoctx_st {
403     unsigned char *data;
404     unsigned short len;
405     int status;
406 } tlsextnextprotoctx;
407
408 static tlsextnextprotoctx next_proto;
409
410 static int next_proto_cb(SSL *s, unsigned char **out, unsigned char *outlen,
411                          const unsigned char *in, unsigned int inlen,
412                          void *arg)
413 {
414     tlsextnextprotoctx *ctx = arg;
415
416     if (!c_quiet) {
417         /* We can assume that |in| is syntactically valid. */
418         unsigned i;
419         BIO_printf(bio_c_out, "Protocols advertised by server: ");
420         for (i = 0; i < inlen;) {
421             if (i)
422                 BIO_write(bio_c_out, ", ", 2);
423             BIO_write(bio_c_out, &in[i + 1], in[i]);
424             i += in[i] + 1;
425         }
426         BIO_write(bio_c_out, "\n", 1);
427     }
428
429     ctx->status =
430         SSL_select_next_proto(out, outlen, in, inlen, ctx->data, ctx->len);
431     return SSL_TLSEXT_ERR_OK;
432 }
433 #endif                         /* ndef OPENSSL_NO_NEXTPROTONEG */
434
435 static int serverinfo_cli_parse_cb(SSL *s, unsigned int ext_type,
436                                    const unsigned char *in, size_t inlen,
437                                    int *al, void *arg)
438 {
439     char pem_name[100];
440     unsigned char ext_buf[4 + 65536];
441
442     /* Reconstruct the type/len fields prior to extension data */
443     ext_buf[0] = ext_type >> 8;
444     ext_buf[1] = ext_type & 0xFF;
445     ext_buf[2] = inlen >> 8;
446     ext_buf[3] = inlen & 0xFF;
447     memcpy(ext_buf + 4, in, inlen);
448
449     BIO_snprintf(pem_name, sizeof(pem_name), "SERVERINFO FOR EXTENSION %d",
450                  ext_type);
451     PEM_write_bio(bio_c_out, pem_name, "", ext_buf, 4 + inlen);
452     return 1;
453 }
454
455 typedef enum OPTION_choice {
456     OPT_ERR = -1, OPT_EOF = 0, OPT_HELP,
457     OPT_HOST, OPT_PORT, OPT_CONNECT, OPT_UNIX, OPT_XMPPHOST, OPT_VERIFY,
458     OPT_CERT, OPT_CRL, OPT_CRL_DOWNLOAD, OPT_SESS_OUT, OPT_SESS_IN,
459     OPT_CERTFORM, OPT_CRLFORM, OPT_VERIFY_RET_ERROR, OPT_VERIFY_QUIET,
460     OPT_BRIEF, OPT_PREXIT, OPT_CRLF, OPT_QUIET, OPT_NBIO,
461     OPT_SSL_CLIENT_ENGINE, OPT_RAND, OPT_IGN_EOF, OPT_NO_IGN_EOF,
462     OPT_PAUSE, OPT_DEBUG, OPT_TLSEXTDEBUG, OPT_STATUS, OPT_WDEBUG,
463     OPT_MSG, OPT_MSGFILE, OPT_ENGINE, OPT_TRACE, OPT_SECURITY_DEBUG,
464     OPT_SECURITY_DEBUG_VERBOSE, OPT_SHOWCERTS, OPT_NBIO_TEST, OPT_STATE,
465     OPT_PSK_IDENTITY, OPT_PSK, OPT_SRPUSER, OPT_SRPPASS, OPT_SRP_STRENGTH,
466     OPT_SRP_LATEUSER, OPT_SRP_MOREGROUPS, OPT_SSL3,
467     OPT_TLS1_2, OPT_TLS1_1, OPT_TLS1, OPT_DTLS, OPT_DTLS1,
468     OPT_DTLS1_2, OPT_TIMEOUT, OPT_MTU, OPT_KEYFORM, OPT_PASS,
469     OPT_CERT_CHAIN, OPT_CAPATH, OPT_NOCAPATH, OPT_CHAINCAPATH, OPT_VERIFYCAPATH,
470     OPT_KEY, OPT_RECONNECT, OPT_BUILD_CHAIN, OPT_CAFILE, OPT_NOCAFILE,
471     OPT_CHAINCAFILE, OPT_VERIFYCAFILE, OPT_NEXTPROTONEG, OPT_ALPN,
472     OPT_SERVERINFO, OPT_STARTTLS, OPT_SERVERNAME, OPT_JPAKE,
473     OPT_USE_SRTP, OPT_KEYMATEXPORT, OPT_KEYMATEXPORTLEN, OPT_SMTPHOST,
474     OPT_V_ENUM,
475     OPT_X_ENUM,
476     OPT_S_ENUM,
477     OPT_FALLBACKSCSV, OPT_NOCMDS, OPT_PROXY
478 } OPTION_CHOICE;
479
480 OPTIONS s_client_options[] = {
481     {"help", OPT_HELP, '-', "Display this summary"},
482     {"host", OPT_HOST, 's', "Use -connect instead"},
483     {"port", OPT_PORT, 'p', "Use -connect instead"},
484     {"connect", OPT_CONNECT, 's',
485      "TCP/IP where to connect (default is " SSL_HOST_NAME ":" PORT_STR ")"},
486     {"proxy", OPT_PROXY, 's',
487      "Connect to via specified proxy to the real server"},
488     {"unix", OPT_UNIX, 's', "Connect over unix domain sockets"},
489     {"verify", OPT_VERIFY, 'p', "Turn on peer certificate verification"},
490     {"cert", OPT_CERT, '<', "Certificate file to use, PEM format assumed"},
491     {"certform", OPT_CERTFORM, 'F',
492      "Certificate format (PEM or DER) PEM default"},
493     {"key", OPT_KEY, '<', "Private key file to use, if not in -cert file"},
494     {"keyform", OPT_KEYFORM, 'F', "Key format (PEM or DER) PEM default"},
495     {"pass", OPT_PASS, 's', "Private key file pass phrase source"},
496     {"CApath", OPT_CAPATH, '/', "PEM format directory of CA's"},
497     {"CAfile", OPT_CAFILE, '<', "PEM format file of CA's"},
498     {"no-CAfile", OPT_NOCAFILE, '-',
499      "Do not load the default certificates file"},
500     {"no-CApath", OPT_NOCAPATH, '-',
501      "Do not load certificates from the default certificates directory"},
502     {"reconnect", OPT_RECONNECT, '-',
503      "Drop and re-make the connection with the same Session-ID"},
504     {"pause", OPT_PAUSE, '-', "Sleep  after each read and write system call"},
505     {"showcerts", OPT_SHOWCERTS, '-', "Show all certificates in the chain"},
506     {"debug", OPT_DEBUG, '-', "Extra output"},
507     {"msg", OPT_MSG, '-', "Show protocol messages"},
508     {"msgfile", OPT_MSGFILE, '>'},
509     {"nbio_test", OPT_NBIO_TEST, '-', "More ssl protocol testing"},
510     {"state", OPT_STATE, '-', "Print the ssl states"},
511     {"crlf", OPT_CRLF, '-', "Convert LF from terminal into CRLF"},
512     {"quiet", OPT_QUIET, '-', "No s_client output"},
513     {"ign_eof", OPT_IGN_EOF, '-', "Ignore input eof (default when -quiet)"},
514     {"no_ign_eof", OPT_NO_IGN_EOF, '-', "Don't ignore input eof"},
515     {"tls1_2", OPT_TLS1_2, '-', "Just use TLSv1.2"},
516     {"tls1_1", OPT_TLS1_1, '-', "Just use TLSv1.1"},
517     {"tls1", OPT_TLS1, '-', "Just use TLSv1"},
518     {"starttls", OPT_STARTTLS, 's',
519      "Use the STARTTLS command before starting TLS"},
520     {"xmpphost", OPT_XMPPHOST, 's',
521      "Host to use with \"-starttls xmpp[-server]\""},
522     {"rand", OPT_RAND, 's',
523      "Load the file(s) into the random number generator"},
524     {"sess_out", OPT_SESS_OUT, '>', "File to write SSL session to"},
525     {"sess_in", OPT_SESS_IN, '<', "File to read SSL session from"},
526     {"use_srtp", OPT_USE_SRTP, 's',
527      "Offer SRTP key management with a colon-separated profile list"},
528     {"keymatexport", OPT_KEYMATEXPORT, 's',
529      "Export keying material using label"},
530     {"keymatexportlen", OPT_KEYMATEXPORTLEN, 'p',
531      "Export len bytes of keying material (default 20)"},
532     {"fallback_scsv", OPT_FALLBACKSCSV, '-', "Send the fallback SCSV"},
533     {"name", OPT_SMTPHOST, 's', "Hostname to use for \"-starttls smtp\""},
534     {"CRL", OPT_CRL, '<'},
535     {"crl_download", OPT_CRL_DOWNLOAD, '-'},
536     {"CRLform", OPT_CRLFORM, 'F'},
537     {"verify_return_error", OPT_VERIFY_RET_ERROR, '-'},
538     {"verify_quiet", OPT_VERIFY_QUIET, '-'},
539     {"brief", OPT_BRIEF, '-'},
540     {"prexit", OPT_PREXIT, '-'},
541     {"security_debug", OPT_SECURITY_DEBUG, '-'},
542     {"security_debug_verbose", OPT_SECURITY_DEBUG_VERBOSE, '-'},
543     {"cert_chain", OPT_CERT_CHAIN, '<'},
544     {"chainCApath", OPT_CHAINCAPATH, '/'},
545     {"verifyCApath", OPT_VERIFYCAPATH, '/'},
546     {"build_chain", OPT_BUILD_CHAIN, '-'},
547     {"chainCAfile", OPT_CHAINCAFILE, '<'},
548     {"verifyCAfile", OPT_VERIFYCAFILE, '<'},
549     {"nocommands", OPT_NOCMDS, '-', "Do not use interactive command letters"},
550     {"servername", OPT_SERVERNAME, 's',
551      "Set TLS extension servername in ClientHello"},
552     {"tlsextdebug", OPT_TLSEXTDEBUG, '-',
553      "Hex dump of all TLS extensions received"},
554     {"status", OPT_STATUS, '-', "Request certificate status from server"},
555     {"serverinfo", OPT_SERVERINFO, 's',
556      "types  Send empty ClientHello extensions (comma-separated numbers)"},
557     {"alpn", OPT_ALPN, 's',
558      "Enable ALPN extension, considering named protocols supported (comma-separated list)"},
559     OPT_S_OPTIONS,
560     OPT_V_OPTIONS,
561     OPT_X_OPTIONS,
562 #ifndef OPENSSL_NO_SSL3
563     {"ssl3", OPT_SSL3, '-', "Just use SSLv3"},
564 #endif
565 #ifndef OPENSSL_NO_DTLS1
566     {"dtls", OPT_DTLS, '-'},
567     {"dtls1", OPT_DTLS1, '-', "Just use DTLSv1"},
568     {"dtls1_2", OPT_DTLS1_2, '-'},
569     {"timeout", OPT_TIMEOUT, '-'},
570     {"mtu", OPT_MTU, 'p', "Set the link layer MTU"},
571 #endif
572 #ifndef OPENSSL_NO_SSL_TRACE
573     {"trace", OPT_TRACE, '-'},
574 #endif
575 #ifdef WATT32
576     {"wdebug", OPT_WDEBUG, '-', "WATT-32 tcp debugging"},
577 #endif
578 #ifdef FIONBIO
579     {"nbio", OPT_NBIO, '-', "Use non-blocking IO"},
580 #endif
581 #ifndef OPENSSL_NO_PSK
582     {"psk_identity", OPT_PSK_IDENTITY, 's', "PSK identity"},
583     {"psk", OPT_PSK, 's', "PSK in hex (without 0x)"},
584 # ifndef OPENSSL_NO_JPAKE
585     {"jpake", OPT_JPAKE, 's', "JPAKE secret to use"},
586 # endif
587 #endif
588 #ifndef OPENSSL_NO_SRP
589     {"srpuser", OPT_SRPUSER, 's', "SRP authentification for 'user'"},
590     {"srppass", OPT_SRPPASS, 's', "Password for 'user'"},
591     {"srp_lateuser", OPT_SRP_LATEUSER, '-',
592      "SRP username into second ClientHello message"},
593     {"srp_moregroups", OPT_SRP_MOREGROUPS, '-',
594      "Tolerate other than the known g N values."},
595     {"srp_strength", OPT_SRP_STRENGTH, 'p', "Minimal length in bits for N"},
596 #endif
597 #ifndef OPENSSL_NO_NEXTPROTONEG
598     {"nextprotoneg", OPT_NEXTPROTONEG, 's',
599      "Enable NPN extension, considering named protocols supported (comma-separated list)"},
600 #endif
601 #ifndef OPENSSL_NO_ENGINE
602     {"engine", OPT_ENGINE, 's', "Use engine, possibly a hardware device"},
603     {"ssl_client_engine", OPT_SSL_CLIENT_ENGINE, 's'},
604 #endif
605     {NULL}
606 };
607
608 typedef enum PROTOCOL_choice {
609     PROTO_OFF,
610     PROTO_SMTP,
611     PROTO_POP3,
612     PROTO_IMAP,
613     PROTO_FTP,
614     PROTO_TELNET,
615     PROTO_XMPP,
616     PROTO_XMPP_SERVER,
617     PROTO_CONNECT
618 } PROTOCOL_CHOICE;
619
620 static OPT_PAIR services[] = {
621     {"smtp", PROTO_SMTP},
622     {"pop3", PROTO_POP3},
623     {"imap", PROTO_IMAP},
624     {"ftp", PROTO_FTP},
625     {"xmpp", PROTO_XMPP},
626     {"xmpp-server", PROTO_XMPP_SERVER},
627     {"telnet", PROTO_TELNET},
628     {NULL}
629 };
630
631 int s_client_main(int argc, char **argv)
632 {
633     BIO *sbio;
634     EVP_PKEY *key = NULL;
635     SSL *con = NULL;
636     SSL_CTX *ctx = NULL;
637     STACK_OF(X509) *chain = NULL;
638     X509 *cert = NULL;
639     X509_VERIFY_PARAM *vpm = NULL;
640     SSL_EXCERT *exc = NULL;
641     SSL_CONF_CTX *cctx = NULL;
642     STACK_OF(OPENSSL_STRING) *ssl_args = NULL;
643     STACK_OF(X509_CRL) *crls = NULL;
644     const SSL_METHOD *meth = TLS_client_method();
645     char *CApath = NULL, *CAfile = NULL, *cbuf = NULL, *sbuf = NULL;
646     char *mbuf = NULL, *proxystr = NULL, *connectstr = NULL;
647     char *cert_file = NULL, *key_file = NULL, *chain_file = NULL, *prog;
648     char *chCApath = NULL, *chCAfile = NULL, *host = SSL_HOST_NAME;
649     char *inrand = NULL;
650     char *passarg = NULL, *pass = NULL, *vfyCApath = NULL, *vfyCAfile = NULL;
651     char *sess_in = NULL, *sess_out = NULL, *crl_file = NULL, *p;
652     char *jpake_secret = NULL, *xmpphost = NULL;
653     const char *unix_path = NULL;
654     const char *ehlo = "mail.example.com";
655     struct sockaddr peer;
656     struct timeval timeout, *timeoutp;
657     fd_set readfds, writefds;
658     int noCApath = 0, noCAfile = 0;
659     int build_chain = 0, cbuf_len, cbuf_off, cert_format = FORMAT_PEM;
660     int key_format = FORMAT_PEM, crlf = 0, full_log = 1, mbuf_len = 0;
661     int prexit = 0;
662     int enable_timeouts = 0, sdebug = 0, peerlen = sizeof peer;
663     int reconnect = 0, verify = SSL_VERIFY_NONE, vpmtouched = 0;
664     int ret = 1, in_init = 1, i, nbio_test = 0, s = -1, k, width, state = 0;
665     int sbuf_len, sbuf_off, socket_type = SOCK_STREAM, cmdletters = 1;
666     int starttls_proto = PROTO_OFF, crl_format = FORMAT_PEM, crl_download = 0;
667     int write_tty, read_tty, write_ssl, read_ssl, tty_on, ssl_pending;
668     int fallback_scsv = 0;
669     long socket_mtu = 0, randamt = 0;
670     unsigned short port = PORT;
671     OPTION_CHOICE o;
672 #ifndef OPENSSL_NO_ENGINE
673     ENGINE *ssl_client_engine = NULL;
674 #endif
675     ENGINE *e = NULL;
676 #if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS) || defined(OPENSSL_SYS_NETWARE)
677     struct timeval tv;
678 #endif
679     char *servername = NULL;
680     const char *alpn_in = NULL;
681     tlsextctx tlsextcbp = { NULL, 0 };
682 #define MAX_SI_TYPES 100
683     unsigned short serverinfo_types[MAX_SI_TYPES];
684     int serverinfo_count = 0, start = 0, len;
685 #ifndef OPENSSL_NO_NEXTPROTONEG
686     const char *next_proto_neg_in = NULL;
687 #endif
688 #ifndef OPENSSL_NO_SRP
689     char *srppass = NULL;
690     int srp_lateuser = 0;
691     SRP_ARG srp_arg = { NULL, NULL, 0, 0, 0, 1024 };
692 #endif
693
694     prog = opt_progname(argv[0]);
695     c_Pause = 0;
696     c_quiet = 0;
697     c_ign_eof = 0;
698     c_debug = 0;
699     c_msg = 0;
700     c_showcerts = 0;
701     c_nbio = 0;
702     verify_depth = 0;
703     verify_error = X509_V_OK;
704     vpm = X509_VERIFY_PARAM_new();
705     cbuf = app_malloc(BUFSIZZ, "cbuf");
706     sbuf = app_malloc(BUFSIZZ, "sbuf");
707     mbuf = app_malloc(BUFSIZZ, "mbuf");
708     cctx = SSL_CONF_CTX_new();
709
710     if (vpm == NULL || cctx == NULL) {
711         BIO_printf(bio_err, "%s: out of memory\n", prog);
712         goto end;
713     }
714
715     SSL_CONF_CTX_set_flags(cctx, SSL_CONF_FLAG_CLIENT | SSL_CONF_FLAG_CMDLINE);
716
717     prog = opt_init(argc, argv, s_client_options);
718     while ((o = opt_next()) != OPT_EOF) {
719         switch (o) {
720         case OPT_EOF:
721         case OPT_ERR:
722  opthelp:
723             BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);
724             goto end;
725         case OPT_HELP:
726             opt_help(s_client_options);
727             ret = 0;
728             goto end;
729         case OPT_HOST:
730             host = opt_arg();
731             break;
732         case OPT_PORT:
733             port = atoi(opt_arg());
734             break;
735         case OPT_CONNECT:
736             connectstr = opt_arg();
737             break;
738         case OPT_PROXY:
739             proxystr = opt_arg();
740             starttls_proto = PROTO_CONNECT;
741             break;
742         case OPT_UNIX:
743             unix_path = opt_arg();
744             break;
745         case OPT_XMPPHOST:
746             xmpphost = opt_arg();
747             break;
748         case OPT_SMTPHOST:
749             ehlo = opt_arg();
750             break;
751         case OPT_VERIFY:
752             verify = SSL_VERIFY_PEER;
753             verify_depth = atoi(opt_arg());
754             if (!c_quiet)
755                 BIO_printf(bio_err, "verify depth is %d\n", verify_depth);
756             break;
757         case OPT_CERT:
758             cert_file = opt_arg();
759             break;
760         case OPT_CRL:
761             crl_file = opt_arg();
762             break;
763         case OPT_CRL_DOWNLOAD:
764             crl_download = 1;
765             break;
766         case OPT_SESS_OUT:
767             sess_out = opt_arg();
768             break;
769         case OPT_SESS_IN:
770             sess_in = opt_arg();
771             break;
772         case OPT_CERTFORM:
773             if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &cert_format))
774                 goto opthelp;
775             break;
776         case OPT_CRLFORM:
777             if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &crl_format))
778                 goto opthelp;
779             break;
780         case OPT_VERIFY_RET_ERROR:
781             verify_return_error = 1;
782             break;
783         case OPT_VERIFY_QUIET:
784             verify_quiet = 1;
785             break;
786         case OPT_BRIEF:
787             c_brief = verify_quiet = c_quiet = 1;
788             break;
789         case OPT_S_CASES:
790             if (ssl_args == NULL)
791                 ssl_args = sk_OPENSSL_STRING_new_null();
792             if (ssl_args == NULL
793                 || !sk_OPENSSL_STRING_push(ssl_args, opt_flag())
794                 || !sk_OPENSSL_STRING_push(ssl_args, opt_arg())) {
795                 BIO_printf(bio_err, "%s: Memory allocation failure\n", prog);
796                 goto end;
797             }
798             break;
799         case OPT_V_CASES:
800             if (!opt_verify(o, vpm))
801                 goto end;
802             vpmtouched++;
803             break;
804         case OPT_X_CASES:
805             if (!args_excert(o, &exc))
806                 goto end;
807             break;
808         case OPT_PREXIT:
809             prexit = 1;
810             break;
811         case OPT_CRLF:
812             crlf = 1;
813             break;
814         case OPT_QUIET:
815             c_quiet = c_ign_eof = 1;
816             break;
817         case OPT_NBIO:
818             c_nbio = 1;
819             break;
820         case OPT_NOCMDS:
821             cmdletters = 0;
822             break;
823         case OPT_ENGINE:
824             e = setup_engine(opt_arg(), 1);
825             break;
826         case OPT_SSL_CLIENT_ENGINE:
827 #ifndef OPENSSL_NO_ENGINE
828             ssl_client_engine = ENGINE_by_id(opt_arg());
829             if (ssl_client_engine == NULL) {
830                 BIO_printf(bio_err, "Error getting client auth engine\n");
831                 goto opthelp;
832             }
833             break;
834 #endif
835             break;
836         case OPT_RAND:
837             inrand = opt_arg();
838             break;
839         case OPT_IGN_EOF:
840             c_ign_eof = 1;
841             break;
842         case OPT_NO_IGN_EOF:
843             c_ign_eof = 0;
844             break;
845         case OPT_PAUSE:
846             c_Pause = 1;
847             break;
848         case OPT_DEBUG:
849             c_debug = 1;
850             break;
851         case OPT_TLSEXTDEBUG:
852             c_tlsextdebug = 1;
853             break;
854         case OPT_STATUS:
855             c_status_req = 1;
856             break;
857         case OPT_WDEBUG:
858 #ifdef WATT32
859             dbug_init();
860 #endif
861             break;
862         case OPT_MSG:
863             c_msg = 1;
864             break;
865         case OPT_MSGFILE:
866             bio_c_msg = BIO_new_file(opt_arg(), "w");
867             break;
868         case OPT_TRACE:
869 #ifndef OPENSSL_NO_SSL_TRACE
870             c_msg = 2;
871 #endif
872             break;
873         case OPT_SECURITY_DEBUG:
874             sdebug = 1;
875             break;
876         case OPT_SECURITY_DEBUG_VERBOSE:
877             sdebug = 2;
878             break;
879         case OPT_SHOWCERTS:
880             c_showcerts = 1;
881             break;
882         case OPT_NBIO_TEST:
883             nbio_test = 1;
884             break;
885         case OPT_STATE:
886             state = 1;
887             break;
888 #ifndef OPENSSL_NO_PSK
889         case OPT_PSK_IDENTITY:
890             psk_identity = opt_arg();
891             break;
892         case OPT_PSK:
893             for (p = psk_key = opt_arg(); *p; p++) {
894                 if (isxdigit(*p))
895                     continue;
896                 BIO_printf(bio_err, "Not a hex number '%s'\n", psk_key);
897                 goto end;
898             }
899             break;
900 #else
901         case OPT_PSK_IDENTITY:
902         case OPT_PSK:
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 #else
929         case OPT_SRPUSER:
930         case OPT_SRPPASS:
931         case OPT_SRP_STRENGTH:
932         case OPT_SRP_LATEUSER:
933         case OPT_SRP_MOREGROUPS:
934             break;
935 #endif
936         case OPT_SSL3:
937 #ifndef OPENSSL_NO_SSL3
938             meth = SSLv3_client_method();
939 #endif
940             break;
941         case OPT_TLS1_2:
942             meth = TLSv1_2_client_method();
943             break;
944         case OPT_TLS1_1:
945             meth = TLSv1_1_client_method();
946             break;
947         case OPT_TLS1:
948             meth = TLSv1_client_method();
949             break;
950 #ifndef OPENSSL_NO_DTLS1
951         case OPT_DTLS:
952             meth = DTLS_client_method();
953             socket_type = SOCK_DGRAM;
954             break;
955         case OPT_DTLS1:
956             meth = DTLSv1_client_method();
957             socket_type = SOCK_DGRAM;
958             break;
959         case OPT_DTLS1_2:
960             meth = DTLSv1_2_client_method();
961             socket_type = SOCK_DGRAM;
962             break;
963         case OPT_TIMEOUT:
964             enable_timeouts = 1;
965             break;
966         case OPT_MTU:
967             socket_mtu = atol(opt_arg());
968             break;
969 #else
970         case OPT_DTLS:
971         case OPT_DTLS1:
972         case OPT_DTLS1_2:
973         case OPT_TIMEOUT:
974         case OPT_MTU:
975             break;
976 #endif
977         case OPT_FALLBACKSCSV:
978             fallback_scsv = 1;
979             break;
980         case OPT_KEYFORM:
981             if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &key_format))
982                 goto opthelp;
983             break;
984         case OPT_PASS:
985             passarg = opt_arg();
986             break;
987         case OPT_CERT_CHAIN:
988             chain_file = opt_arg();
989             break;
990         case OPT_KEY:
991             key_file = opt_arg();
992             break;
993         case OPT_RECONNECT:
994             reconnect = 5;
995             break;
996         case OPT_CAPATH:
997             CApath = opt_arg();
998             break;
999         case OPT_NOCAPATH:
1000             noCApath = 1;
1001             break;
1002         case OPT_CHAINCAPATH:
1003             chCApath = opt_arg();
1004             break;
1005         case OPT_VERIFYCAPATH:
1006             vfyCApath = opt_arg();
1007             break;
1008         case OPT_BUILD_CHAIN:
1009             build_chain = 1;
1010             break;
1011         case OPT_CAFILE:
1012             CAfile = opt_arg();
1013             break;
1014         case OPT_NOCAFILE:
1015             noCAfile = 1;
1016             break;
1017         case OPT_CHAINCAFILE:
1018             chCAfile = opt_arg();
1019             break;
1020         case OPT_VERIFYCAFILE:
1021             vfyCAfile = opt_arg();
1022             break;
1023         case OPT_NEXTPROTONEG:
1024             next_proto_neg_in = opt_arg();
1025             break;
1026         case OPT_ALPN:
1027             alpn_in = opt_arg();
1028             break;
1029         case OPT_SERVERINFO:
1030             p = opt_arg();
1031             len = strlen(p);
1032             for (start = 0, i = 0; i <= len; ++i) {
1033                 if (i == len || p[i] == ',') {
1034                     serverinfo_types[serverinfo_count] = atoi(p + start);
1035                     if (++serverinfo_count == MAX_SI_TYPES)
1036                         break;
1037                     start = i + 1;
1038                 }
1039             }
1040             break;
1041         case OPT_STARTTLS:
1042             if (!opt_pair(opt_arg(), services, &starttls_proto))
1043                 goto end;
1044         case OPT_SERVERNAME:
1045             servername = opt_arg();
1046             break;
1047         case OPT_JPAKE:
1048 #ifndef OPENSSL_NO_JPAKE
1049             jpake_secret = opt_arg();
1050 #endif
1051             break;
1052         case OPT_USE_SRTP:
1053             srtp_profiles = opt_arg();
1054             break;
1055         case OPT_KEYMATEXPORT:
1056             keymatexportlabel = opt_arg();
1057             break;
1058         case OPT_KEYMATEXPORTLEN:
1059             keymatexportlen = atoi(opt_arg());
1060             break;
1061         }
1062     }
1063     argc = opt_num_rest();
1064     argv = opt_rest();
1065
1066     if (!app_load_modules(NULL))
1067         goto end;
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, 1, &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     }
1651
1652     for (;;) {
1653         FD_ZERO(&readfds);
1654         FD_ZERO(&writefds);
1655
1656         if ((SSL_version(con) == DTLS1_VERSION) &&
1657             DTLSv1_get_timeout(con, &timeout))
1658             timeoutp = &timeout;
1659         else
1660             timeoutp = NULL;
1661
1662         if (SSL_in_init(con) && !SSL_total_renegotiations(con)) {
1663             in_init = 1;
1664             tty_on = 0;
1665         } else {
1666             tty_on = 1;
1667             if (in_init) {
1668                 in_init = 0;
1669
1670                 if (servername != NULL && !SSL_session_reused(con)) {
1671                     BIO_printf(bio_c_out,
1672                                "Server did %sacknowledge servername extension.\n",
1673                                tlsextcbp.ack ? "" : "not ");
1674                 }
1675
1676                 if (sess_out) {
1677                     BIO *stmp = BIO_new_file(sess_out, "w");
1678                     if (stmp) {
1679                         PEM_write_bio_SSL_SESSION(stmp, SSL_get_session(con));
1680                         BIO_free(stmp);
1681                     } else
1682                         BIO_printf(bio_err, "Error writing session file %s\n",
1683                                    sess_out);
1684                 }
1685                 if (c_brief) {
1686                     BIO_puts(bio_err, "CONNECTION ESTABLISHED\n");
1687                     print_ssl_summary(con);
1688                 }
1689
1690                 print_stuff(bio_c_out, con, full_log);
1691                 if (full_log > 0)
1692                     full_log--;
1693
1694                 if (starttls_proto) {
1695                     BIO_write(bio_err, mbuf, mbuf_len);
1696                     /* We don't need to know any more */
1697                     if (!reconnect)
1698                         starttls_proto = PROTO_OFF;
1699                 }
1700
1701                 if (reconnect) {
1702                     reconnect--;
1703                     BIO_printf(bio_c_out,
1704                                "drop connection and then reconnect\n");
1705                     SSL_shutdown(con);
1706                     SSL_set_connect_state(con);
1707                     SHUTDOWN(SSL_get_fd(con));
1708                     goto re_start;
1709                 }
1710             }
1711         }
1712
1713         ssl_pending = read_ssl && SSL_pending(con);
1714
1715         if (!ssl_pending) {
1716 #if !defined(OPENSSL_SYS_WINDOWS) && !defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_NETWARE)
1717             if (tty_on) {
1718                 if (read_tty)
1719                     openssl_fdset(fileno(stdin), &readfds);
1720                 if (write_tty)
1721                     openssl_fdset(fileno(stdout), &writefds);
1722             }
1723             if (read_ssl)
1724                 openssl_fdset(SSL_get_fd(con), &readfds);
1725             if (write_ssl)
1726                 openssl_fdset(SSL_get_fd(con), &writefds);
1727 #else
1728             if (!tty_on || !write_tty) {
1729                 if (read_ssl)
1730                     openssl_fdset(SSL_get_fd(con), &readfds);
1731                 if (write_ssl)
1732                     openssl_fdset(SSL_get_fd(con), &writefds);
1733             }
1734 #endif
1735
1736             /*
1737              * Note: under VMS with SOCKETSHR the second parameter is
1738              * currently of type (int *) whereas under other systems it is
1739              * (void *) if you don't have a cast it will choke the compiler:
1740              * if you do have a cast then you can either go for (int *) or
1741              * (void *).
1742              */
1743 #if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS)
1744             /*
1745              * Under Windows/DOS we make the assumption that we can always
1746              * write to the tty: therefore if we need to write to the tty we
1747              * just fall through. Otherwise we timeout the select every
1748              * second and see if there are any keypresses. Note: this is a
1749              * hack, in a proper Windows application we wouldn't do this.
1750              */
1751             i = 0;
1752             if (!write_tty) {
1753                 if (read_tty) {
1754                     tv.tv_sec = 1;
1755                     tv.tv_usec = 0;
1756                     i = select(width, (void *)&readfds, (void *)&writefds,
1757                                NULL, &tv);
1758 # if defined(OPENSSL_SYS_WINCE) || defined(OPENSSL_SYS_MSDOS)
1759                     if (!i && (!_kbhit() || !read_tty))
1760                         continue;
1761 # else
1762                     if (!i && (!((_kbhit())
1763                                  || (WAIT_OBJECT_0 ==
1764                                      WaitForSingleObject(GetStdHandle
1765                                                          (STD_INPUT_HANDLE),
1766                                                          0)))
1767                                || !read_tty))
1768                         continue;
1769 # endif
1770                 } else
1771                     i = select(width, (void *)&readfds, (void *)&writefds,
1772                                NULL, timeoutp);
1773             }
1774 #elif defined(OPENSSL_SYS_NETWARE)
1775             if (!write_tty) {
1776                 if (read_tty) {
1777                     tv.tv_sec = 1;
1778                     tv.tv_usec = 0;
1779                     i = select(width, (void *)&readfds, (void *)&writefds,
1780                                NULL, &tv);
1781                 } else
1782                     i = select(width, (void *)&readfds, (void *)&writefds,
1783                                NULL, timeoutp);
1784             }
1785 #else
1786             i = select(width, (void *)&readfds, (void *)&writefds,
1787                        NULL, timeoutp);
1788 #endif
1789             if (i < 0) {
1790                 BIO_printf(bio_err, "bad select %d\n",
1791                            get_last_socket_error());
1792                 goto shut;
1793                 /* goto end; */
1794             }
1795         }
1796
1797         if ((SSL_version(con) == DTLS1_VERSION)
1798             && DTLSv1_handle_timeout(con) > 0) {
1799             BIO_printf(bio_err, "TIMEOUT occurred\n");
1800         }
1801
1802         if (!ssl_pending && FD_ISSET(SSL_get_fd(con), &writefds)) {
1803             k = SSL_write(con, &(cbuf[cbuf_off]), (unsigned int)cbuf_len);
1804             switch (SSL_get_error(con, k)) {
1805             case SSL_ERROR_NONE:
1806                 cbuf_off += k;
1807                 cbuf_len -= k;
1808                 if (k <= 0)
1809                     goto end;
1810                 /* we have done a  write(con,NULL,0); */
1811                 if (cbuf_len <= 0) {
1812                     read_tty = 1;
1813                     write_ssl = 0;
1814                 } else {        /* if (cbuf_len > 0) */
1815
1816                     read_tty = 0;
1817                     write_ssl = 1;
1818                 }
1819                 break;
1820             case SSL_ERROR_WANT_WRITE:
1821                 BIO_printf(bio_c_out, "write W BLOCK\n");
1822                 write_ssl = 1;
1823                 read_tty = 0;
1824                 break;
1825             case SSL_ERROR_WANT_READ:
1826                 BIO_printf(bio_c_out, "write R BLOCK\n");
1827                 write_tty = 0;
1828                 read_ssl = 1;
1829                 write_ssl = 0;
1830                 break;
1831             case SSL_ERROR_WANT_X509_LOOKUP:
1832                 BIO_printf(bio_c_out, "write X BLOCK\n");
1833                 break;
1834             case SSL_ERROR_ZERO_RETURN:
1835                 if (cbuf_len != 0) {
1836                     BIO_printf(bio_c_out, "shutdown\n");
1837                     ret = 0;
1838                     goto shut;
1839                 } else {
1840                     read_tty = 1;
1841                     write_ssl = 0;
1842                     break;
1843                 }
1844
1845             case SSL_ERROR_SYSCALL:
1846                 if ((k != 0) || (cbuf_len != 0)) {
1847                     BIO_printf(bio_err, "write:errno=%d\n",
1848                                get_last_socket_error());
1849                     goto shut;
1850                 } else {
1851                     read_tty = 1;
1852                     write_ssl = 0;
1853                 }
1854                 break;
1855             case SSL_ERROR_SSL:
1856                 ERR_print_errors(bio_err);
1857                 goto shut;
1858             }
1859         }
1860 #if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS) || defined(OPENSSL_SYS_NETWARE)
1861         /* Assume Windows/DOS/BeOS can always write */
1862         else if (!ssl_pending && write_tty)
1863 #else
1864         else if (!ssl_pending && FD_ISSET(fileno(stdout), &writefds))
1865 #endif
1866         {
1867 #ifdef CHARSET_EBCDIC
1868             ascii2ebcdic(&(sbuf[sbuf_off]), &(sbuf[sbuf_off]), sbuf_len);
1869 #endif
1870             i = raw_write_stdout(&(sbuf[sbuf_off]), sbuf_len);
1871
1872             if (i <= 0) {
1873                 BIO_printf(bio_c_out, "DONE\n");
1874                 ret = 0;
1875                 goto shut;
1876                 /* goto end; */
1877             }
1878
1879             sbuf_len -= i;;
1880             sbuf_off += i;
1881             if (sbuf_len <= 0) {
1882                 read_ssl = 1;
1883                 write_tty = 0;
1884             }
1885         } else if (ssl_pending || FD_ISSET(SSL_get_fd(con), &readfds)) {
1886 #ifdef RENEG
1887             {
1888                 static int iiii;
1889                 if (++iiii == 52) {
1890                     SSL_renegotiate(con);
1891                     iiii = 0;
1892                 }
1893             }
1894 #endif
1895             k = SSL_read(con, sbuf, 1024 /* BUFSIZZ */ );
1896
1897             switch (SSL_get_error(con, k)) {
1898             case SSL_ERROR_NONE:
1899                 if (k <= 0)
1900                     goto end;
1901                 sbuf_off = 0;
1902                 sbuf_len = k;
1903
1904                 read_ssl = 0;
1905                 write_tty = 1;
1906                 break;
1907             case SSL_ERROR_WANT_WRITE:
1908                 BIO_printf(bio_c_out, "read W BLOCK\n");
1909                 write_ssl = 1;
1910                 read_tty = 0;
1911                 break;
1912             case SSL_ERROR_WANT_READ:
1913                 BIO_printf(bio_c_out, "read R BLOCK\n");
1914                 write_tty = 0;
1915                 read_ssl = 1;
1916                 if ((read_tty == 0) && (write_ssl == 0))
1917                     write_ssl = 1;
1918                 break;
1919             case SSL_ERROR_WANT_X509_LOOKUP:
1920                 BIO_printf(bio_c_out, "read X BLOCK\n");
1921                 break;
1922             case SSL_ERROR_SYSCALL:
1923                 ret = get_last_socket_error();
1924                 if (c_brief)
1925                     BIO_puts(bio_err, "CONNECTION CLOSED BY SERVER\n");
1926                 else
1927                     BIO_printf(bio_err, "read:errno=%d\n", ret);
1928                 goto shut;
1929             case SSL_ERROR_ZERO_RETURN:
1930                 BIO_printf(bio_c_out, "closed\n");
1931                 ret = 0;
1932                 goto shut;
1933             case SSL_ERROR_SSL:
1934                 ERR_print_errors(bio_err);
1935                 goto shut;
1936                 /* break; */
1937             }
1938         }
1939 #if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS)
1940 # if defined(OPENSSL_SYS_WINCE) || defined(OPENSSL_SYS_MSDOS)
1941         else if (_kbhit())
1942 # else
1943         else if ((_kbhit())
1944                  || (WAIT_OBJECT_0 ==
1945                      WaitForSingleObject(GetStdHandle(STD_INPUT_HANDLE), 0)))
1946 # endif
1947 #elif defined (OPENSSL_SYS_NETWARE)
1948         else if (_kbhit())
1949 #else
1950         else if (FD_ISSET(fileno(stdin), &readfds))
1951 #endif
1952         {
1953             if (crlf) {
1954                 int j, lf_num;
1955
1956                 i = raw_read_stdin(cbuf, BUFSIZZ / 2);
1957                 lf_num = 0;
1958                 /* both loops are skipped when i <= 0 */
1959                 for (j = 0; j < i; j++)
1960                     if (cbuf[j] == '\n')
1961                         lf_num++;
1962                 for (j = i - 1; j >= 0; j--) {
1963                     cbuf[j + lf_num] = cbuf[j];
1964                     if (cbuf[j] == '\n') {
1965                         lf_num--;
1966                         i++;
1967                         cbuf[j + lf_num] = '\r';
1968                     }
1969                 }
1970                 assert(lf_num == 0);
1971             } else
1972                 i = raw_read_stdin(cbuf, BUFSIZZ);
1973
1974             if ((!c_ign_eof) && ((i <= 0) || (cbuf[0] == 'Q' && cmdletters))) {
1975                 BIO_printf(bio_err, "DONE\n");
1976                 ret = 0;
1977                 goto shut;
1978             }
1979
1980             if ((!c_ign_eof) && (cbuf[0] == 'R' && cmdletters)) {
1981                 BIO_printf(bio_err, "RENEGOTIATING\n");
1982                 SSL_renegotiate(con);
1983                 cbuf_len = 0;
1984             }
1985 #ifndef OPENSSL_NO_HEARTBEATS
1986             else if ((!c_ign_eof) && (cbuf[0] == 'B' && cmdletters)) {
1987                 BIO_printf(bio_err, "HEARTBEATING\n");
1988                 SSL_heartbeat(con);
1989                 cbuf_len = 0;
1990             }
1991 #endif
1992             else {
1993                 cbuf_len = i;
1994                 cbuf_off = 0;
1995 #ifdef CHARSET_EBCDIC
1996                 ebcdic2ascii(cbuf, cbuf, i);
1997 #endif
1998             }
1999
2000             write_ssl = 1;
2001             read_tty = 0;
2002         }
2003     }
2004
2005     ret = 0;
2006  shut:
2007     if (in_init)
2008         print_stuff(bio_c_out, con, full_log);
2009     SSL_shutdown(con);
2010     SHUTDOWN(SSL_get_fd(con));
2011  end:
2012     if (con != NULL) {
2013         if (prexit != 0)
2014             print_stuff(bio_c_out, con, 1);
2015         SSL_free(con);
2016     }
2017 #if !defined(OPENSSL_NO_NEXTPROTONEG)
2018     OPENSSL_free(next_proto.data);
2019 #endif
2020     SSL_CTX_free(ctx);
2021     X509_free(cert);
2022     sk_X509_CRL_pop_free(crls, X509_CRL_free);
2023     EVP_PKEY_free(key);
2024     sk_X509_pop_free(chain, X509_free);
2025     OPENSSL_free(pass);
2026     X509_VERIFY_PARAM_free(vpm);
2027     ssl_excert_free(exc);
2028     sk_OPENSSL_STRING_free(ssl_args);
2029     SSL_CONF_CTX_free(cctx);
2030     OPENSSL_clear_free(cbuf, BUFSIZZ);
2031     OPENSSL_clear_free(sbuf, BUFSIZZ);
2032     OPENSSL_clear_free(mbuf, BUFSIZZ);
2033     BIO_free(bio_c_out);
2034     bio_c_out = NULL;
2035     BIO_free(bio_c_msg);
2036     bio_c_msg = NULL;
2037     return (ret);
2038 }
2039
2040 static void print_stuff(BIO *bio, SSL *s, int full)
2041 {
2042     X509 *peer = NULL;
2043     char buf[BUFSIZ];
2044     STACK_OF(X509) *sk;
2045     STACK_OF(X509_NAME) *sk2;
2046     const SSL_CIPHER *c;
2047     X509_NAME *xn;
2048     int i;
2049 #ifndef OPENSSL_NO_COMP
2050     const COMP_METHOD *comp, *expansion;
2051 #endif
2052     unsigned char *exportedkeymat;
2053
2054     if (full) {
2055         int got_a_chain = 0;
2056
2057         sk = SSL_get_peer_cert_chain(s);
2058         if (sk != NULL) {
2059             got_a_chain = 1;
2060
2061             BIO_printf(bio, "---\nCertificate chain\n");
2062             for (i = 0; i < sk_X509_num(sk); i++) {
2063                 X509_NAME_oneline(X509_get_subject_name(sk_X509_value(sk, i)),
2064                                   buf, sizeof buf);
2065                 BIO_printf(bio, "%2d s:%s\n", i, buf);
2066                 X509_NAME_oneline(X509_get_issuer_name(sk_X509_value(sk, i)),
2067                                   buf, sizeof buf);
2068                 BIO_printf(bio, "   i:%s\n", buf);
2069                 if (c_showcerts)
2070                     PEM_write_bio_X509(bio, sk_X509_value(sk, i));
2071             }
2072         }
2073
2074         BIO_printf(bio, "---\n");
2075         peer = SSL_get_peer_certificate(s);
2076         if (peer != NULL) {
2077             BIO_printf(bio, "Server certificate\n");
2078
2079             /* Redundant if we showed the whole chain */
2080             if (!(c_showcerts && got_a_chain))
2081                 PEM_write_bio_X509(bio, peer);
2082             X509_NAME_oneline(X509_get_subject_name(peer), buf, sizeof buf);
2083             BIO_printf(bio, "subject=%s\n", buf);
2084             X509_NAME_oneline(X509_get_issuer_name(peer), buf, sizeof buf);
2085             BIO_printf(bio, "issuer=%s\n", buf);
2086         } else
2087             BIO_printf(bio, "no peer certificate available\n");
2088
2089         sk2 = SSL_get_client_CA_list(s);
2090         if ((sk2 != NULL) && (sk_X509_NAME_num(sk2) > 0)) {
2091             BIO_printf(bio, "---\nAcceptable client certificate CA names\n");
2092             for (i = 0; i < sk_X509_NAME_num(sk2); i++) {
2093                 xn = sk_X509_NAME_value(sk2, i);
2094                 X509_NAME_oneline(xn, buf, sizeof(buf));
2095                 BIO_write(bio, buf, strlen(buf));
2096                 BIO_write(bio, "\n", 1);
2097             }
2098         } else {
2099             BIO_printf(bio, "---\nNo client certificate CA names sent\n");
2100         }
2101
2102         ssl_print_sigalgs(bio, s);
2103         ssl_print_tmp_key(bio, s);
2104
2105         BIO_printf(bio,
2106                    "---\nSSL handshake has read %"PRIu64" bytes and written %"PRIu64" bytes\n",
2107                    BIO_number_read(SSL_get_rbio(s)),
2108                    BIO_number_written(SSL_get_wbio(s)));
2109     }
2110     BIO_printf(bio, (SSL_cache_hit(s) ? "---\nReused, " : "---\nNew, "));
2111     c = SSL_get_current_cipher(s);
2112     BIO_printf(bio, "%s, Cipher is %s\n",
2113                SSL_CIPHER_get_version(c), SSL_CIPHER_get_name(c));
2114     if (peer != NULL) {
2115         EVP_PKEY *pktmp;
2116         pktmp = X509_get_pubkey(peer);
2117         BIO_printf(bio, "Server public key is %d bit\n",
2118                    EVP_PKEY_bits(pktmp));
2119         EVP_PKEY_free(pktmp);
2120     }
2121     BIO_printf(bio, "Secure Renegotiation IS%s supported\n",
2122                SSL_get_secure_renegotiation_support(s) ? "" : " NOT");
2123 #ifndef OPENSSL_NO_COMP
2124     comp = SSL_get_current_compression(s);
2125     expansion = SSL_get_current_expansion(s);
2126     BIO_printf(bio, "Compression: %s\n",
2127                comp ? SSL_COMP_get_name(comp) : "NONE");
2128     BIO_printf(bio, "Expansion: %s\n",
2129                expansion ? SSL_COMP_get_name(expansion) : "NONE");
2130 #endif
2131
2132 #ifdef SSL_DEBUG
2133     {
2134         /* Print out local port of connection: useful for debugging */
2135         int sock;
2136         struct sockaddr_in ladd;
2137         socklen_t ladd_size = sizeof(ladd);
2138         sock = SSL_get_fd(s);
2139         getsockname(sock, (struct sockaddr *)&ladd, &ladd_size);
2140         BIO_printf(bio_c_out, "LOCAL PORT is %u\n", ntohs(ladd.sin_port));
2141     }
2142 #endif
2143
2144 #if !defined(OPENSSL_NO_NEXTPROTONEG)
2145     if (next_proto.status != -1) {
2146         const unsigned char *proto;
2147         unsigned int proto_len;
2148         SSL_get0_next_proto_negotiated(s, &proto, &proto_len);
2149         BIO_printf(bio, "Next protocol: (%d) ", next_proto.status);
2150         BIO_write(bio, proto, proto_len);
2151         BIO_write(bio, "\n", 1);
2152     }
2153 #endif
2154     {
2155         const unsigned char *proto;
2156         unsigned int proto_len;
2157         SSL_get0_alpn_selected(s, &proto, &proto_len);
2158         if (proto_len > 0) {
2159             BIO_printf(bio, "ALPN protocol: ");
2160             BIO_write(bio, proto, proto_len);
2161             BIO_write(bio, "\n", 1);
2162         } else
2163             BIO_printf(bio, "No ALPN negotiated\n");
2164     }
2165
2166 #ifndef OPENSSL_NO_SRTP
2167     {
2168         SRTP_PROTECTION_PROFILE *srtp_profile =
2169             SSL_get_selected_srtp_profile(s);
2170
2171         if (srtp_profile)
2172             BIO_printf(bio, "SRTP Extension negotiated, profile=%s\n",
2173                        srtp_profile->name);
2174     }
2175 #endif
2176
2177     SSL_SESSION_print(bio, SSL_get_session(s));
2178     if (keymatexportlabel != NULL) {
2179         BIO_printf(bio, "Keying material exporter:\n");
2180         BIO_printf(bio, "    Label: '%s'\n", keymatexportlabel);
2181         BIO_printf(bio, "    Length: %i bytes\n", keymatexportlen);
2182         exportedkeymat = app_malloc(keymatexportlen, "export key");
2183         if (!SSL_export_keying_material(s, exportedkeymat,
2184                                         keymatexportlen,
2185                                         keymatexportlabel,
2186                                         strlen(keymatexportlabel),
2187                                         NULL, 0, 0)) {
2188             BIO_printf(bio, "    Error\n");
2189         } else {
2190             BIO_printf(bio, "    Keying material: ");
2191             for (i = 0; i < keymatexportlen; i++)
2192                 BIO_printf(bio, "%02X", exportedkeymat[i]);
2193             BIO_printf(bio, "\n");
2194         }
2195         OPENSSL_free(exportedkeymat);
2196     }
2197     BIO_printf(bio, "---\n");
2198     X509_free(peer);
2199     /* flush, or debugging output gets mixed with http response */
2200     (void)BIO_flush(bio);
2201 }
2202
2203 static int ocsp_resp_cb(SSL *s, void *arg)
2204 {
2205     const unsigned char *p;
2206     int len;
2207     OCSP_RESPONSE *rsp;
2208     len = SSL_get_tlsext_status_ocsp_resp(s, &p);
2209     BIO_puts(arg, "OCSP response: ");
2210     if (!p) {
2211         BIO_puts(arg, "no response sent\n");
2212         return 1;
2213     }
2214     rsp = d2i_OCSP_RESPONSE(NULL, &p, len);
2215     if (!rsp) {
2216         BIO_puts(arg, "response parse error\n");
2217         BIO_dump_indent(arg, (char *)p, len, 4);
2218         return 0;
2219     }
2220     BIO_puts(arg, "\n======================================\n");
2221     OCSP_RESPONSE_print(arg, rsp, 0);
2222     BIO_puts(arg, "======================================\n");
2223     OCSP_RESPONSE_free(rsp);
2224     return 1;
2225 }