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