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