blob: fed012230a73f14de435bf8462aaa2aced1ec818 [file] [log] [blame]
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001/* apps/s_client.c */
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00002/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00003 * 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 */
Bodo Möllera661b652001-10-20 17:56:36 +000058/* ====================================================================
Bodo Möllerb1277b92006-01-02 23:29:12 +000059 * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved.
Bodo Möllera661b652001-10-20 17:56:36 +000060 *
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 */
Nils Larschddac1972006-03-10 23:06:27 +0000111/* ====================================================================
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 */
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000137
Bodo Möller1b1a6e71999-08-09 13:01:48 +0000138#include <assert.h>
Nils Larschddac1972006-03-10 23:06:27 +0000139#include <ctype.h>
Ulf Möller8c197cc1999-07-28 23:25:59 +0000140#include <stdio.h>
141#include <stdlib.h>
142#include <string.h>
Richard Levittebe1bd922001-02-20 14:07:03 +0000143#include <openssl/e_os2.h>
Richard Levittecf1b7d92001-02-19 16:06:34 +0000144#ifdef OPENSSL_NO_STDIO
Ulf Möller8c197cc1999-07-28 23:25:59 +0000145#define APPS_WIN16
146#endif
147
Ulf Möller7d7d2cb1999-05-13 11:37:32 +0000148/* With IPv6, it looks like Digital has mixed up the proper order of
149 recursive header file inclusion, resulting in the compiler complaining
150 that u_int isn't defined, but only if _POSIX_C_SOURCE is defined, which
151 is needed to have fileno() declared correctly... So let's define u_int */
Richard Levittebc36ee62001-02-20 08:13:47 +0000152#if defined(OPENSSL_SYS_VMS_DECC) && !defined(__U_INT)
Ulf Möller7d7d2cb1999-05-13 11:37:32 +0000153#define __U_INT
154typedef unsigned int u_int;
155#endif
156
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000157#define USE_SOCKETS
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000158#include "apps.h"
Bodo Möllerec577821999-04-23 22:13:45 +0000159#include <openssl/x509.h>
160#include <openssl/ssl.h>
161#include <openssl/err.h>
162#include <openssl/pem.h>
Geoff Thorpe13729652001-09-12 02:39:06 +0000163#include <openssl/rand.h>
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000164#include "s_apps.h"
Ben Laurie36d16f82005-04-26 16:02:40 +0000165#include "timeouts.h"
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000166
Richard Levittebc36ee62001-02-20 08:13:47 +0000167#if (defined(OPENSSL_SYS_VMS) && __VMS_VER < 70000000)
Ulf Möller75e07701999-05-13 13:21:17 +0000168/* FIONBIO used as a switch to enable ioctl, and that isn't in VMS < 7.0 */
Ulf Möller7d7d2cb1999-05-13 11:37:32 +0000169#undef FIONBIO
170#endif
171
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000172#undef PROG
173#define PROG s_client_main
174
175/*#define SSL_HOST_NAME "www.netscape.com" */
176/*#define SSL_HOST_NAME "193.118.187.102" */
177#define SSL_HOST_NAME "localhost"
178
179/*#define TEST_CERT "client.pem" */ /* no default cert. */
180
181#undef BUFSIZZ
182#define BUFSIZZ 1024*8
183
184extern int verify_depth;
185extern int verify_error;
186
187#ifdef FIONBIO
188static int c_nbio=0;
189#endif
190static int c_Pause=0;
191static int c_debug=0;
Bodo Möllera661b652001-10-20 17:56:36 +0000192static int c_msg=0;
Bodo Möller6d02d8e1999-03-31 12:06:30 +0000193static int c_showcerts=0;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000194
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000195static void sc_usage(void);
196static void print_stuff(BIO *berr,SSL *con,int full);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000197static BIO *bio_c_out=NULL;
198static int c_quiet=0;
Richard Levittece301b62000-03-10 12:18:28 +0000199static int c_ign_eof=0;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000200
Nils Larschddac1972006-03-10 23:06:27 +0000201#ifndef OPENSSL_NO_PSK
202/* Default PSK identity and key */
203static char *psk_identity="Client_identity";
204static char *psk_key=NULL; /* by default PSK is not used */
205
206static unsigned int psk_client_cb(SSL *ssl, const char *hint, char *identity,
207 unsigned int max_identity_len, unsigned char *psk,
208 unsigned int max_psk_len)
209 {
210 unsigned int psk_len = 0;
211 int ret;
212 BIGNUM *bn=NULL;
213
214 if (c_debug)
215 BIO_printf(bio_c_out, "psk_client_cb\n");
216 if (!hint)
217 {
218 /* no ServerKeyExchange message*/
219 if (c_debug)
220 BIO_printf(bio_c_out,"NULL received PSK identity hint, continuing anyway\n");
221 }
222 else if (c_debug)
223 BIO_printf(bio_c_out, "Received PSK identity hint '%s'\n", hint);
224
225 /* lookup PSK identity and PSK key based on the given identity hint here */
Nils Larsche9680892006-03-12 22:16:57 +0000226 ret = BIO_snprintf(identity, max_identity_len, psk_identity);
Nils Larscha0aa8b42006-03-11 12:18:11 +0000227 if (ret < 0 || (unsigned int)ret > max_identity_len)
Nils Larschddac1972006-03-10 23:06:27 +0000228 goto out_err;
229 if (c_debug)
230 BIO_printf(bio_c_out, "created identity '%s' len=%d\n", identity, ret);
231 ret=BN_hex2bn(&bn, psk_key);
232 if (!ret)
233 {
234 BIO_printf(bio_err,"Could not convert PSK key '%s' to BIGNUM\n", psk_key);
235 if (bn)
236 BN_free(bn);
237 return 0;
238 }
239
Nils Larscha0aa8b42006-03-11 12:18:11 +0000240 if ((unsigned int)BN_num_bytes(bn) > max_psk_len)
Nils Larschddac1972006-03-10 23:06:27 +0000241 {
242 BIO_printf(bio_err,"psk buffer of callback is too small (%d) for key (%d)\n",
243 max_psk_len, BN_num_bytes(bn));
244 BN_free(bn);
245 return 0;
246 }
247
248 psk_len=BN_bn2bin(bn, psk);
249 BN_free(bn);
250 if (psk_len == 0)
251 goto out_err;
252
253 if (c_debug)
254 BIO_printf(bio_c_out, "created PSK len=%d\n", psk_len);
255
256 return psk_len;
257 out_err:
258 if (c_debug)
259 BIO_printf(bio_err, "Error in PSK client callback\n");
260 return 0;
261 }
262#endif
263
Ulf Möller6b691a51999-04-19 21:31:43 +0000264static void sc_usage(void)
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000265 {
Ralf S. Engelschallb6cff931999-01-28 14:44:08 +0000266 BIO_printf(bio_err,"usage: s_client args\n");
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000267 BIO_printf(bio_err,"\n");
268 BIO_printf(bio_err," -host host - use -connect instead\n");
269 BIO_printf(bio_err," -port port - use -connect instead\n");
270 BIO_printf(bio_err," -connect host:port - who to connect to (default is %s:%s)\n",SSL_HOST_NAME,PORT_STR);
271
272 BIO_printf(bio_err," -verify arg - turn on peer certificate verification\n");
273 BIO_printf(bio_err," -cert arg - certificate file to use, PEM format assumed\n");
Dr. Stephen Henson826a42a2004-11-16 17:30:59 +0000274 BIO_printf(bio_err," -certform arg - certificate format (PEM or DER) PEM default\n");
275 BIO_printf(bio_err," -key arg - Private key file to use, in cert file if\n");
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000276 BIO_printf(bio_err," not specified but cert file is.\n");
Dr. Stephen Henson826a42a2004-11-16 17:30:59 +0000277 BIO_printf(bio_err," -keyform arg - key format (PEM or DER) PEM default\n");
278 BIO_printf(bio_err," -pass arg - private key file pass phrase source\n");
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000279 BIO_printf(bio_err," -CApath arg - PEM format directory of CA's\n");
280 BIO_printf(bio_err," -CAfile arg - PEM format file of CA's\n");
281 BIO_printf(bio_err," -reconnect - Drop and re-make the connection with the same Session-ID\n");
282 BIO_printf(bio_err," -pause - sleep(1) after each read(2) and write(2) system call\n");
Bodo Möller6d02d8e1999-03-31 12:06:30 +0000283 BIO_printf(bio_err," -showcerts - show all certificates in the chain\n");
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000284 BIO_printf(bio_err," -debug - extra output\n");
Andy Polyakov02a00bb2005-01-04 10:28:38 +0000285#ifdef WATT32
286 BIO_printf(bio_err," -wdebug - WATT-32 tcp debugging\n");
287#endif
Bodo Möllera661b652001-10-20 17:56:36 +0000288 BIO_printf(bio_err," -msg - Show protocol messages\n");
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000289 BIO_printf(bio_err," -nbio_test - more ssl protocol testing\n");
290 BIO_printf(bio_err," -state - print the 'ssl' states\n");
291#ifdef FIONBIO
292 BIO_printf(bio_err," -nbio - Run with non-blocking IO\n");
293#endif
Bodo Möller1bdb8631999-08-07 02:51:10 +0000294 BIO_printf(bio_err," -crlf - convert LF from terminal into CRLF\n");
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000295 BIO_printf(bio_err," -quiet - no s_client output\n");
Richard Levittece301b62000-03-10 12:18:28 +0000296 BIO_printf(bio_err," -ign_eof - ignore input eof (default when -quiet)\n");
Nils Larschddac1972006-03-10 23:06:27 +0000297#ifndef OPENSSL_NO_PSK
298 BIO_printf(bio_err," -psk_identity arg - PSK identity\n");
299 BIO_printf(bio_err," -psk arg - PSK in hex (without 0x)\n");
300#endif
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000301 BIO_printf(bio_err," -ssl2 - just use SSLv2\n");
302 BIO_printf(bio_err," -ssl3 - just use SSLv3\n");
Ralf S. Engelschall58964a41998-12-21 10:56:39 +0000303 BIO_printf(bio_err," -tls1 - just use TLSv1\n");
Ben Laurie36d16f82005-04-26 16:02:40 +0000304 BIO_printf(bio_err," -dtls1 - just use DTLSv1\n");
305 BIO_printf(bio_err," -mtu - set the MTU\n");
Ralf S. Engelschall58964a41998-12-21 10:56:39 +0000306 BIO_printf(bio_err," -no_tls1/-no_ssl3/-no_ssl2 - turn off that protocol\n");
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000307 BIO_printf(bio_err," -bugs - Switch on all SSL implementation bug workarounds\n");
Lutz Jänicke836f9962001-02-09 19:56:31 +0000308 BIO_printf(bio_err," -serverpref - Use server's cipher preferences (only SSLv2)\n");
Ulf Möller657e60f2000-02-03 23:23:24 +0000309 BIO_printf(bio_err," -cipher - preferred cipher to use, use the 'openssl ciphers'\n");
Ralf S. Engelschalldfeab061998-12-21 11:00:56 +0000310 BIO_printf(bio_err," command to see what is available\n");
Richard Levitte135c0af2001-11-14 13:57:52 +0000311 BIO_printf(bio_err," -starttls prot - use the STARTTLS command before starting TLS\n");
312 BIO_printf(bio_err," for those protocols that support it, where\n");
313 BIO_printf(bio_err," 'prot' defines which one to assume. Currently,\n");
Lutz Jänicke4f17dfc2003-05-28 20:24:57 +0000314 BIO_printf(bio_err," only \"smtp\" and \"pop3\" are supported.\n");
Richard Levitte0b13e9f2003-01-30 17:39:26 +0000315#ifndef OPENSSL_NO_ENGINE
Richard Levitte5270e702000-10-26 21:07:28 +0000316 BIO_printf(bio_err," -engine id - Initialise and use the specified engine\n");
Richard Levitte0b13e9f2003-01-30 17:39:26 +0000317#endif
Lutz Jänicke52b621d2001-02-15 10:22:07 +0000318 BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
Bodo Möllered3883d2006-01-02 23:14:37 +0000319#ifndef OPENSSL_NO_TLSEXT
320 BIO_printf(bio_err," -servername host - Set TLS extension servername in ClientHello\n");
321#endif
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000322 }
323
Bodo Möllered3883d2006-01-02 23:14:37 +0000324#ifndef OPENSSL_NO_TLSEXT
325
326/* This is a context that we pass to callbacks */
327typedef struct tlsextctx_st {
328 BIO * biodebug;
329 int ack;
330} tlsextctx;
331
332
Bodo Möllerb1277b92006-01-02 23:29:12 +0000333static int MS_CALLBACK ssl_servername_cb(SSL *s, int *ad, void *arg)
334 {
Bodo Möllered3883d2006-01-02 23:14:37 +0000335 tlsextctx * p = (tlsextctx *) arg;
Richard Levitte8de5b7f2006-01-04 12:02:43 +0000336 const char * hn= SSL_get_servername(s, TLSEXT_NAMETYPE_host_name);
Bodo Möllered3883d2006-01-02 23:14:37 +0000337 if (SSL_get_servername_type(s) != -1)
338 p->ack = !SSL_session_reused(s) && hn != NULL;
339 else
Bodo Möllerf1fd4542006-01-03 03:27:19 +0000340 BIO_printf(bio_err,"Can't use SSL_get_servername\n");
Bodo Möllered3883d2006-01-02 23:14:37 +0000341
Bodo Möller241520e2006-01-11 06:10:40 +0000342 return SSL_TLSEXT_ERR_OK;
Bodo Möllerb1277b92006-01-02 23:29:12 +0000343 }
Bodo Möllered3883d2006-01-02 23:14:37 +0000344#endif
345
Ralf S. Engelschall667ac4e2000-02-11 09:47:18 +0000346int MAIN(int, char **);
347
Ulf Möller6b691a51999-04-19 21:31:43 +0000348int MAIN(int argc, char **argv)
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000349 {
Ralf S. Engelschall58964a41998-12-21 10:56:39 +0000350 int off=0;
Nils Larsch67b6f1c2006-03-15 17:45:43 +0000351 SSL *con=NULL;
Dr. Stephen Hensonbdee69f2001-05-09 00:30:39 +0000352 X509_STORE *store = NULL;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000353 int s,k,width,state=0;
Richard Levitte135c0af2001-11-14 13:57:52 +0000354 char *cbuf=NULL,*sbuf=NULL,*mbuf=NULL;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000355 int cbuf_len,cbuf_off;
356 int sbuf_len,sbuf_off;
357 fd_set readfds,writefds;
358 short port=PORT;
359 int full_log=1;
360 char *host=SSL_HOST_NAME;
361 char *cert_file=NULL,*key_file=NULL;
Dr. Stephen Henson826a42a2004-11-16 17:30:59 +0000362 int cert_format = FORMAT_PEM, key_format = FORMAT_PEM;
363 char *passarg = NULL, *pass = NULL;
364 X509 *cert = NULL;
365 EVP_PKEY *key = NULL;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000366 char *CApath=NULL,*CAfile=NULL,*cipher=NULL;
367 int reconnect=0,badop=0,verify=SSL_VERIFY_NONE,bugs=0;
Bodo Möller1bdb8631999-08-07 02:51:10 +0000368 int crlf=0;
Bodo Möllerc7ac31e1999-04-09 20:54:25 +0000369 int write_tty,read_tty,write_ssl,read_ssl,tty_on,ssl_pending;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000370 SSL_CTX *ctx=NULL;
371 int ret=1,in_init=1,i,nbio_test=0;
Lutz Jänicke4f17dfc2003-05-28 20:24:57 +0000372 int starttls_proto = 0;
Dr. Stephen Hensonbdee69f2001-05-09 00:30:39 +0000373 int prexit = 0, vflags = 0;
Nils Larsch4ebb3422005-08-14 21:48:33 +0000374 const SSL_METHOD *meth=NULL;
Bodo Möllerb1277b92006-01-02 23:29:12 +0000375 int socket_type=SOCK_STREAM;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000376 BIO *sbio;
Lutz Jänicke52b621d2001-02-15 10:22:07 +0000377 char *inrand=NULL;
Richard Levitte0b13e9f2003-01-30 17:39:26 +0000378#ifndef OPENSSL_NO_ENGINE
Richard Levitte5270e702000-10-26 21:07:28 +0000379 char *engine_id=NULL;
380 ENGINE *e=NULL;
Richard Levitte0b13e9f2003-01-30 17:39:26 +0000381#endif
Richard Levitte4d8743f2003-11-28 13:10:58 +0000382#if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS) || defined(OPENSSL_SYS_NETWARE)
Dr. Stephen Henson06f45361999-09-20 22:09:17 +0000383 struct timeval tv;
384#endif
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000385
Bodo Möllered3883d2006-01-02 23:14:37 +0000386#ifndef OPENSSL_NO_TLSEXT
387 char *servername = NULL;
388 tlsextctx tlsextcbp =
389 {NULL,0};
390#endif
Ben Laurie36d16f82005-04-26 16:02:40 +0000391 struct sockaddr peer;
Dr. Stephen Henson6c617262005-04-27 16:27:14 +0000392 int peerlen = sizeof(peer);
Ben Laurie36d16f82005-04-26 16:02:40 +0000393 int enable_timeouts = 0 ;
Bodo Möllerb1277b92006-01-02 23:29:12 +0000394 long socket_mtu = 0;
Ben Laurie36d16f82005-04-26 16:02:40 +0000395
Richard Levittecf1b7d92001-02-19 16:06:34 +0000396#if !defined(OPENSSL_NO_SSL2) && !defined(OPENSSL_NO_SSL3)
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000397 meth=SSLv23_client_method();
Richard Levittecf1b7d92001-02-19 16:06:34 +0000398#elif !defined(OPENSSL_NO_SSL3)
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000399 meth=SSLv3_client_method();
Richard Levittecf1b7d92001-02-19 16:06:34 +0000400#elif !defined(OPENSSL_NO_SSL2)
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000401 meth=SSLv2_client_method();
402#endif
403
404 apps_startup();
Ralf S. Engelschall58964a41998-12-21 10:56:39 +0000405 c_Pause=0;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000406 c_quiet=0;
Richard Levittece301b62000-03-10 12:18:28 +0000407 c_ign_eof=0;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000408 c_debug=0;
Bodo Möllera661b652001-10-20 17:56:36 +0000409 c_msg=0;
Bodo Möller6d02d8e1999-03-31 12:06:30 +0000410 c_showcerts=0;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000411
412 if (bio_err == NULL)
413 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
414
Dr. Stephen Henson3647bee2002-02-22 14:01:21 +0000415 if (!load_config(bio_err, NULL))
416 goto end;
417
Richard Levitte26a3a482000-06-01 22:19:21 +0000418 if ( ((cbuf=OPENSSL_malloc(BUFSIZZ)) == NULL) ||
Richard Levitte135c0af2001-11-14 13:57:52 +0000419 ((sbuf=OPENSSL_malloc(BUFSIZZ)) == NULL) ||
420 ((mbuf=OPENSSL_malloc(BUFSIZZ)) == NULL))
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000421 {
422 BIO_printf(bio_err,"out of memory\n");
423 goto end;
424 }
425
426 verify_depth=0;
427 verify_error=X509_V_OK;
428#ifdef FIONBIO
429 c_nbio=0;
430#endif
431
432 argc--;
433 argv++;
434 while (argc >= 1)
435 {
436 if (strcmp(*argv,"-host") == 0)
437 {
438 if (--argc < 1) goto bad;
439 host= *(++argv);
440 }
441 else if (strcmp(*argv,"-port") == 0)
442 {
443 if (--argc < 1) goto bad;
444 port=atoi(*(++argv));
445 if (port == 0) goto bad;
446 }
447 else if (strcmp(*argv,"-connect") == 0)
448 {
449 if (--argc < 1) goto bad;
450 if (!extract_host_port(*(++argv),&host,NULL,&port))
451 goto bad;
452 }
453 else if (strcmp(*argv,"-verify") == 0)
454 {
455 verify=SSL_VERIFY_PEER;
456 if (--argc < 1) goto bad;
457 verify_depth=atoi(*(++argv));
458 BIO_printf(bio_err,"verify depth is %d\n",verify_depth);
459 }
460 else if (strcmp(*argv,"-cert") == 0)
461 {
462 if (--argc < 1) goto bad;
463 cert_file= *(++argv);
464 }
Dr. Stephen Henson826a42a2004-11-16 17:30:59 +0000465 else if (strcmp(*argv,"-certform") == 0)
466 {
467 if (--argc < 1) goto bad;
468 cert_format = str2fmt(*(++argv));
469 }
Dr. Stephen Hensonbdee69f2001-05-09 00:30:39 +0000470 else if (strcmp(*argv,"-crl_check") == 0)
471 vflags |= X509_V_FLAG_CRL_CHECK;
472 else if (strcmp(*argv,"-crl_check_all") == 0)
473 vflags |= X509_V_FLAG_CRL_CHECK|X509_V_FLAG_CRL_CHECK_ALL;
Dr. Stephen Hensonc3ed3b62000-01-08 19:05:47 +0000474 else if (strcmp(*argv,"-prexit") == 0)
475 prexit=1;
Bodo Möller1bdb8631999-08-07 02:51:10 +0000476 else if (strcmp(*argv,"-crlf") == 0)
477 crlf=1;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000478 else if (strcmp(*argv,"-quiet") == 0)
Richard Levittece301b62000-03-10 12:18:28 +0000479 {
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000480 c_quiet=1;
Richard Levittece301b62000-03-10 12:18:28 +0000481 c_ign_eof=1;
482 }
483 else if (strcmp(*argv,"-ign_eof") == 0)
484 c_ign_eof=1;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000485 else if (strcmp(*argv,"-pause") == 0)
486 c_Pause=1;
487 else if (strcmp(*argv,"-debug") == 0)
488 c_debug=1;
Andy Polyakov02a00bb2005-01-04 10:28:38 +0000489#ifdef WATT32
490 else if (strcmp(*argv,"-wdebug") == 0)
491 dbug_init();
492#endif
Bodo Möllera661b652001-10-20 17:56:36 +0000493 else if (strcmp(*argv,"-msg") == 0)
494 c_msg=1;
Bodo Möller6d02d8e1999-03-31 12:06:30 +0000495 else if (strcmp(*argv,"-showcerts") == 0)
496 c_showcerts=1;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000497 else if (strcmp(*argv,"-nbio_test") == 0)
498 nbio_test=1;
499 else if (strcmp(*argv,"-state") == 0)
500 state=1;
Nils Larschddac1972006-03-10 23:06:27 +0000501#ifndef OPENSSL_NO_PSK
502 else if (strcmp(*argv,"-psk_identity") == 0)
503 {
504 if (--argc < 1) goto bad;
505 psk_identity=*(++argv);
506 }
507 else if (strcmp(*argv,"-psk") == 0)
508 {
509 size_t j;
510
511 if (--argc < 1) goto bad;
512 psk_key=*(++argv);
513 for (j = 0; j < strlen(psk_key); j++)
514 {
515 if (isxdigit((int)psk_key[j]))
516 continue;
517 BIO_printf(bio_err,"Not a hex number '%s'\n",*argv);
518 goto bad;
519 }
520 }
521#endif
Richard Levittecf1b7d92001-02-19 16:06:34 +0000522#ifndef OPENSSL_NO_SSL2
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000523 else if (strcmp(*argv,"-ssl2") == 0)
524 meth=SSLv2_client_method();
525#endif
Richard Levittecf1b7d92001-02-19 16:06:34 +0000526#ifndef OPENSSL_NO_SSL3
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000527 else if (strcmp(*argv,"-ssl3") == 0)
528 meth=SSLv3_client_method();
529#endif
Richard Levittecf1b7d92001-02-19 16:06:34 +0000530#ifndef OPENSSL_NO_TLS1
Ralf S. Engelschall58964a41998-12-21 10:56:39 +0000531 else if (strcmp(*argv,"-tls1") == 0)
532 meth=TLSv1_client_method();
533#endif
Ben Laurie36d16f82005-04-26 16:02:40 +0000534#ifndef OPENSSL_NO_DTLS1
535 else if (strcmp(*argv,"-dtls1") == 0)
536 {
537 meth=DTLSv1_client_method();
Bodo Möllerb1277b92006-01-02 23:29:12 +0000538 socket_type=SOCK_DGRAM;
Ben Laurie36d16f82005-04-26 16:02:40 +0000539 }
540 else if (strcmp(*argv,"-timeout") == 0)
541 enable_timeouts=1;
542 else if (strcmp(*argv,"-mtu") == 0)
543 {
544 if (--argc < 1) goto bad;
Bodo Möllerb1277b92006-01-02 23:29:12 +0000545 socket_mtu = atol(*(++argv));
Ben Laurie36d16f82005-04-26 16:02:40 +0000546 }
547#endif
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000548 else if (strcmp(*argv,"-bugs") == 0)
549 bugs=1;
Dr. Stephen Henson826a42a2004-11-16 17:30:59 +0000550 else if (strcmp(*argv,"-keyform") == 0)
551 {
552 if (--argc < 1) goto bad;
553 key_format = str2fmt(*(++argv));
554 }
555 else if (strcmp(*argv,"-pass") == 0)
556 {
557 if (--argc < 1) goto bad;
558 passarg = *(++argv);
559 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000560 else if (strcmp(*argv,"-key") == 0)
561 {
562 if (--argc < 1) goto bad;
563 key_file= *(++argv);
564 }
565 else if (strcmp(*argv,"-reconnect") == 0)
566 {
567 reconnect=5;
568 }
569 else if (strcmp(*argv,"-CApath") == 0)
570 {
571 if (--argc < 1) goto bad;
572 CApath= *(++argv);
573 }
574 else if (strcmp(*argv,"-CAfile") == 0)
575 {
576 if (--argc < 1) goto bad;
577 CAfile= *(++argv);
578 }
Ralf S. Engelschall58964a41998-12-21 10:56:39 +0000579 else if (strcmp(*argv,"-no_tls1") == 0)
580 off|=SSL_OP_NO_TLSv1;
581 else if (strcmp(*argv,"-no_ssl3") == 0)
582 off|=SSL_OP_NO_SSLv3;
583 else if (strcmp(*argv,"-no_ssl2") == 0)
584 off|=SSL_OP_NO_SSLv2;
Dr. Stephen Henson566dda02005-10-08 00:18:53 +0000585 else if (strcmp(*argv,"-no_comp") == 0)
586 { off|=SSL_OP_NO_COMPRESSION; }
Lutz Jänicke836f9962001-02-09 19:56:31 +0000587 else if (strcmp(*argv,"-serverpref") == 0)
588 off|=SSL_OP_CIPHER_SERVER_PREFERENCE;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000589 else if (strcmp(*argv,"-cipher") == 0)
590 {
591 if (--argc < 1) goto bad;
592 cipher= *(++argv);
593 }
594#ifdef FIONBIO
595 else if (strcmp(*argv,"-nbio") == 0)
596 { c_nbio=1; }
597#endif
Richard Levitte135c0af2001-11-14 13:57:52 +0000598 else if (strcmp(*argv,"-starttls") == 0)
599 {
600 if (--argc < 1) goto bad;
601 ++argv;
602 if (strcmp(*argv,"smtp") == 0)
Lutz Jänicke4f17dfc2003-05-28 20:24:57 +0000603 starttls_proto = 1;
604 else if (strcmp(*argv,"pop3") == 0)
605 starttls_proto = 2;
Richard Levitte135c0af2001-11-14 13:57:52 +0000606 else
607 goto bad;
608 }
Richard Levitte0b13e9f2003-01-30 17:39:26 +0000609#ifndef OPENSSL_NO_ENGINE
Richard Levitte5270e702000-10-26 21:07:28 +0000610 else if (strcmp(*argv,"-engine") == 0)
611 {
612 if (--argc < 1) goto bad;
613 engine_id = *(++argv);
614 }
Richard Levitte0b13e9f2003-01-30 17:39:26 +0000615#endif
Lutz Jänicke52b621d2001-02-15 10:22:07 +0000616 else if (strcmp(*argv,"-rand") == 0)
617 {
618 if (--argc < 1) goto bad;
619 inrand= *(++argv);
620 }
Bodo Möllered3883d2006-01-02 23:14:37 +0000621#ifndef OPENSSL_NO_TLSEXT
622 else if (strcmp(*argv,"-servername") == 0)
623 {
624 if (--argc < 1) goto bad;
625 servername= *(++argv);
626 /* meth=TLSv1_client_method(); */
627 }
628#endif
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000629 else
630 {
631 BIO_printf(bio_err,"unknown option %s\n",*argv);
632 badop=1;
633 break;
634 }
635 argc--;
636 argv++;
637 }
638 if (badop)
639 {
640bad:
641 sc_usage();
642 goto end;
643 }
644
Richard Levittecead7f32002-07-16 06:52:03 +0000645 OpenSSL_add_ssl_algorithms();
646 SSL_load_error_strings();
647
Richard Levitte0b13e9f2003-01-30 17:39:26 +0000648#ifndef OPENSSL_NO_ENGINE
Richard Levittecead7f32002-07-16 06:52:03 +0000649 e = setup_engine(bio_err, engine_id, 1);
Richard Levitte0b13e9f2003-01-30 17:39:26 +0000650#endif
Dr. Stephen Henson826a42a2004-11-16 17:30:59 +0000651 if (!app_passwd(bio_err, passarg, NULL, &pass, NULL))
652 {
653 BIO_printf(bio_err, "Error getting password\n");
654 goto end;
655 }
656
657 if (key_file == NULL)
658 key_file = cert_file;
659
Dr. Stephen Hensonabbc1862004-12-13 18:02:23 +0000660
661 if (key_file)
662
Dr. Stephen Henson826a42a2004-11-16 17:30:59 +0000663 {
Dr. Stephen Hensonabbc1862004-12-13 18:02:23 +0000664
665 key = load_key(bio_err, key_file, key_format, 0, pass, e,
666 "client certificate private key file");
667 if (!key)
668 {
669 ERR_print_errors(bio_err);
670 goto end;
671 }
672
Dr. Stephen Henson826a42a2004-11-16 17:30:59 +0000673 }
674
Dr. Stephen Hensonabbc1862004-12-13 18:02:23 +0000675 if (cert_file)
Dr. Stephen Henson826a42a2004-11-16 17:30:59 +0000676
Dr. Stephen Henson826a42a2004-11-16 17:30:59 +0000677 {
Dr. Stephen Hensonabbc1862004-12-13 18:02:23 +0000678 cert = load_cert(bio_err,cert_file,cert_format,
679 NULL, e, "client certificate file");
680
681 if (!cert)
682 {
683 ERR_print_errors(bio_err);
684 goto end;
685 }
Dr. Stephen Henson826a42a2004-11-16 17:30:59 +0000686 }
Richard Levittecead7f32002-07-16 06:52:03 +0000687
Lutz Jänicke52b621d2001-02-15 10:22:07 +0000688 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL
689 && !RAND_status())
690 {
691 BIO_printf(bio_err,"warning, not much extra random data, consider using the -rand option\n");
692 }
693 if (inrand != NULL)
694 BIO_printf(bio_err,"%ld semi-random bytes loaded\n",
695 app_RAND_load_files(inrand));
Bodo Möllera31011e1999-10-26 01:56:29 +0000696
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000697 if (bio_c_out == NULL)
698 {
Bodo Möllera661b652001-10-20 17:56:36 +0000699 if (c_quiet && !c_debug && !c_msg)
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000700 {
701 bio_c_out=BIO_new(BIO_s_null());
702 }
703 else
704 {
705 if (bio_c_out == NULL)
706 bio_c_out=BIO_new_fp(stdout,BIO_NOCLOSE);
707 }
708 }
709
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000710 ctx=SSL_CTX_new(meth);
711 if (ctx == NULL)
712 {
713 ERR_print_errors(bio_err);
714 goto end;
715 }
716
Nils Larschddac1972006-03-10 23:06:27 +0000717#ifndef OPENSSL_NO_PSK
718 if (psk_key != NULL)
719 {
720 if (c_debug)
721 BIO_printf(bio_c_out, "PSK key given, setting client callback\n");
722 SSL_CTX_set_psk_client_callback(ctx, psk_client_cb);
723 }
724#endif
Ralf S. Engelschall58964a41998-12-21 10:56:39 +0000725 if (bugs)
726 SSL_CTX_set_options(ctx,SSL_OP_ALL|off);
727 else
728 SSL_CTX_set_options(ctx,off);
Ben Laurie36d16f82005-04-26 16:02:40 +0000729 /* DTLS: partial reads end up discarding unread UDP bytes :-(
730 * Setting read ahead solves this problem.
731 */
Bodo Möllerb1277b92006-01-02 23:29:12 +0000732 if (socket_type == SOCK_DGRAM) SSL_CTX_set_read_ahead(ctx, 1);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000733
734 if (state) SSL_CTX_set_info_callback(ctx,apps_ssl_info_callback);
735 if (cipher != NULL)
Dr. Stephen Hensonfabce042000-01-23 02:28:08 +0000736 if(!SSL_CTX_set_cipher_list(ctx,cipher)) {
Ulf Möller657e60f2000-02-03 23:23:24 +0000737 BIO_printf(bio_err,"error setting cipher list\n");
Dr. Stephen Hensonfabce042000-01-23 02:28:08 +0000738 ERR_print_errors(bio_err);
739 goto end;
740 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000741#if 0
742 else
743 SSL_CTX_set_cipher_list(ctx,getenv("SSL_CIPHER"));
744#endif
745
746 SSL_CTX_set_verify(ctx,verify,verify_callback);
Dr. Stephen Henson826a42a2004-11-16 17:30:59 +0000747 if (!set_cert_key_stuff(ctx,cert,key))
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000748 goto end;
749
750 if ((!SSL_CTX_load_verify_locations(ctx,CAfile,CApath)) ||
751 (!SSL_CTX_set_default_verify_paths(ctx)))
752 {
Ulf Möller657e60f2000-02-03 23:23:24 +0000753 /* BIO_printf(bio_err,"error setting default verify locations\n"); */
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000754 ERR_print_errors(bio_err);
Ralf S. Engelschall58964a41998-12-21 10:56:39 +0000755 /* goto end; */
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000756 }
757
Dr. Stephen Hensonbdee69f2001-05-09 00:30:39 +0000758 store = SSL_CTX_get_cert_store(ctx);
759 X509_STORE_set_flags(store, vflags);
Bodo Möllered3883d2006-01-02 23:14:37 +0000760#ifndef OPENSSL_NO_TLSEXT
Bodo Möllerb1277b92006-01-02 23:29:12 +0000761 if (servername != NULL)
762 {
Bodo Möllered3883d2006-01-02 23:14:37 +0000763 tlsextcbp.biodebug = bio_err;
764 SSL_CTX_set_tlsext_servername_callback(ctx, ssl_servername_cb);
765 SSL_CTX_set_tlsext_servername_arg(ctx, &tlsextcbp);
Bodo Möllerb1277b92006-01-02 23:29:12 +0000766 }
Bodo Möllered3883d2006-01-02 23:14:37 +0000767#endif
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000768
Dr. Stephen Henson82fc1d92000-02-03 02:56:48 +0000769 con=SSL_new(ctx);
Bodo Möllered3883d2006-01-02 23:14:37 +0000770#ifndef OPENSSL_NO_TLSEXT
Bodo Möllerb1277b92006-01-02 23:29:12 +0000771 if (servername != NULL)
772 {
Bodo Möllera13c20f2006-01-09 19:49:05 +0000773 if (!SSL_set_tlsext_host_name(con,servername))
Bodo Möllerb1277b92006-01-02 23:29:12 +0000774 {
Bodo Möllered3883d2006-01-02 23:14:37 +0000775 BIO_printf(bio_err,"Unable to set TLS servername extension.\n");
776 ERR_print_errors(bio_err);
777 goto end;
Bodo Möllerb1277b92006-01-02 23:29:12 +0000778 }
Bodo Möllered3883d2006-01-02 23:14:37 +0000779 }
Bodo Möllered3883d2006-01-02 23:14:37 +0000780#endif
Richard Levittecf1b7d92001-02-19 16:06:34 +0000781#ifndef OPENSSL_NO_KRB5
Richard Levittef9b3bff2000-11-30 22:53:34 +0000782 if (con && (con->kssl_ctx = kssl_ctx_new()) != NULL)
783 {
784 kssl_ctx_setstring(con->kssl_ctx, KSSL_SERVER, host);
785 }
Richard Levittecf1b7d92001-02-19 16:06:34 +0000786#endif /* OPENSSL_NO_KRB5 */
Ralf S. Engelschall58964a41998-12-21 10:56:39 +0000787/* SSL_set_cipher_list(con,"RC4-MD5"); */
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000788
789re_start:
790
Bodo Möllerb1277b92006-01-02 23:29:12 +0000791 if (init_client(&s,host,port,socket_type) == 0)
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000792 {
Ralf S. Engelschall58964a41998-12-21 10:56:39 +0000793 BIO_printf(bio_err,"connect:errno=%d\n",get_last_socket_error());
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000794 SHUTDOWN(s);
795 goto end;
796 }
797 BIO_printf(bio_c_out,"CONNECTED(%08X)\n",s);
798
799#ifdef FIONBIO
800 if (c_nbio)
801 {
802 unsigned long l=1;
803 BIO_printf(bio_c_out,"turning on non blocking io\n");
Ralf S. Engelschall58964a41998-12-21 10:56:39 +0000804 if (BIO_socket_ioctl(s,FIONBIO,&l) < 0)
805 {
806 ERR_print_errors(bio_err);
807 goto end;
808 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000809 }
810#endif
811 if (c_Pause & 0x01) con->debug=1;
Ben Laurie36d16f82005-04-26 16:02:40 +0000812
813 if ( SSL_version(con) == DTLS1_VERSION)
814 {
815 struct timeval timeout;
816
817 sbio=BIO_new_dgram(s,BIO_NOCLOSE);
Dr. Stephen Henson6c617262005-04-27 16:27:14 +0000818 if (getsockname(s, &peer, (void *)&peerlen) < 0)
Ben Laurie36d16f82005-04-26 16:02:40 +0000819 {
820 BIO_printf(bio_err, "getsockname:errno=%d\n",
821 get_last_socket_error());
822 SHUTDOWN(s);
823 goto end;
824 }
825
826 BIO_ctrl_set_connected(sbio, 1, &peer);
827
Bodo Möllerb1277b92006-01-02 23:29:12 +0000828 if (enable_timeouts)
Ben Laurie36d16f82005-04-26 16:02:40 +0000829 {
830 timeout.tv_sec = 0;
831 timeout.tv_usec = DGRAM_RCV_TIMEOUT;
832 BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_RECV_TIMEOUT, 0, &timeout);
833
834 timeout.tv_sec = 0;
835 timeout.tv_usec = DGRAM_SND_TIMEOUT;
836 BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_SEND_TIMEOUT, 0, &timeout);
837 }
838
Bodo Möllerb1277b92006-01-02 23:29:12 +0000839 if (socket_mtu > 0)
Ben Laurie36d16f82005-04-26 16:02:40 +0000840 {
841 SSL_set_options(con, SSL_OP_NO_QUERY_MTU);
Bodo Möllerb1277b92006-01-02 23:29:12 +0000842 SSL_set_mtu(con, socket_mtu);
Ben Laurie36d16f82005-04-26 16:02:40 +0000843 }
844 else
845 /* want to do MTU discovery */
846 BIO_ctrl(sbio, BIO_CTRL_DGRAM_MTU_DISCOVER, 0, NULL);
847 }
848 else
849 sbio=BIO_new_socket(s,BIO_NOCLOSE);
850
851
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000852
853 if (nbio_test)
854 {
855 BIO *test;
856
857 test=BIO_new(BIO_f_nbio_test());
858 sbio=BIO_push(test,sbio);
859 }
860
861 if (c_debug)
862 {
863 con->debug=1;
Richard Levitte25495642004-08-12 08:58:55 +0000864 BIO_set_callback(sbio,bio_dump_callback);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000865 BIO_set_callback_arg(sbio,bio_c_out);
866 }
Bodo Möllera661b652001-10-20 17:56:36 +0000867 if (c_msg)
868 {
869 SSL_set_msg_callback(con, msg_cb);
870 SSL_set_msg_callback_arg(con, bio_c_out);
871 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000872
873 SSL_set_bio(con,sbio,sbio);
874 SSL_set_connect_state(con);
875
876 /* ok, lets connect */
877 width=SSL_get_fd(con)+1;
878
879 read_tty=1;
880 write_tty=0;
881 tty_on=0;
882 read_ssl=1;
883 write_ssl=1;
884
885 cbuf_len=0;
886 cbuf_off=0;
887 sbuf_len=0;
888 sbuf_off=0;
889
Richard Levitte135c0af2001-11-14 13:57:52 +0000890 /* This is an ugly hack that does a lot of assumptions */
Lutz Jänicke4f17dfc2003-05-28 20:24:57 +0000891 if (starttls_proto == 1)
Richard Levitte135c0af2001-11-14 13:57:52 +0000892 {
893 BIO_read(sbio,mbuf,BUFSIZZ);
894 BIO_printf(sbio,"STARTTLS\r\n");
895 BIO_read(sbio,sbuf,BUFSIZZ);
896 }
Lutz Jänicke4f17dfc2003-05-28 20:24:57 +0000897 if (starttls_proto == 2)
898 {
899 BIO_read(sbio,mbuf,BUFSIZZ);
900 BIO_printf(sbio,"STLS\r\n");
901 BIO_read(sbio,sbuf,BUFSIZZ);
902 }
Richard Levitte135c0af2001-11-14 13:57:52 +0000903
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000904 for (;;)
905 {
906 FD_ZERO(&readfds);
907 FD_ZERO(&writefds);
908
Ralf S. Engelschall58964a41998-12-21 10:56:39 +0000909 if (SSL_in_init(con) && !SSL_total_renegotiations(con))
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000910 {
911 in_init=1;
912 tty_on=0;
913 }
914 else
915 {
916 tty_on=1;
917 if (in_init)
918 {
919 in_init=0;
Bodo Möllered3883d2006-01-02 23:14:37 +0000920#ifndef OPENSSL_NO_TLSEXT
Bodo Möllerb1277b92006-01-02 23:29:12 +0000921 if (servername != NULL && !SSL_session_reused(con))
922 {
Bodo Möllered3883d2006-01-02 23:14:37 +0000923 BIO_printf(bio_c_out,"Server did %sacknowledge servername extension.\n",tlsextcbp.ack?"":"not ");
Bodo Möllerb1277b92006-01-02 23:29:12 +0000924 }
Bodo Möllered3883d2006-01-02 23:14:37 +0000925#endif
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000926 print_stuff(bio_c_out,con,full_log);
927 if (full_log > 0) full_log--;
928
Lutz Jänicke4f17dfc2003-05-28 20:24:57 +0000929 if (starttls_proto)
Richard Levitte135c0af2001-11-14 13:57:52 +0000930 {
931 BIO_printf(bio_err,"%s",mbuf);
932 /* We don't need to know any more */
Lutz Jänicke4f17dfc2003-05-28 20:24:57 +0000933 starttls_proto = 0;
Richard Levitte135c0af2001-11-14 13:57:52 +0000934 }
935
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000936 if (reconnect)
937 {
938 reconnect--;
939 BIO_printf(bio_c_out,"drop connection and then reconnect\n");
940 SSL_shutdown(con);
941 SSL_set_connect_state(con);
942 SHUTDOWN(SSL_get_fd(con));
943 goto re_start;
944 }
945 }
946 }
947
Bodo Möllerc7ac31e1999-04-09 20:54:25 +0000948 ssl_pending = read_ssl && SSL_pending(con);
949
950 if (!ssl_pending)
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000951 {
Richard Levitte4d8743f2003-11-28 13:10:58 +0000952#if !defined(OPENSSL_SYS_WINDOWS) && !defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_NETWARE)
Bodo Möllerc7ac31e1999-04-09 20:54:25 +0000953 if (tty_on)
954 {
955 if (read_tty) FD_SET(fileno(stdin),&readfds);
956 if (write_tty) FD_SET(fileno(stdout),&writefds);
957 }
Bodo Möllerc7ac31e1999-04-09 20:54:25 +0000958 if (read_ssl)
959 FD_SET(SSL_get_fd(con),&readfds);
960 if (write_ssl)
961 FD_SET(SSL_get_fd(con),&writefds);
Dr. Stephen Henson06f45361999-09-20 22:09:17 +0000962#else
963 if(!tty_on || !write_tty) {
964 if (read_ssl)
965 FD_SET(SSL_get_fd(con),&readfds);
966 if (write_ssl)
967 FD_SET(SSL_get_fd(con),&writefds);
968 }
969#endif
Bodo Möllerc7ac31e1999-04-09 20:54:25 +0000970/* printf("mode tty(%d %d%d) ssl(%d%d)\n",
971 tty_on,read_tty,write_tty,read_ssl,write_ssl);*/
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000972
Ulf Möller75e07701999-05-13 13:21:17 +0000973 /* Note: under VMS with SOCKETSHR the second parameter
Ulf Möller7d7d2cb1999-05-13 11:37:32 +0000974 * is currently of type (int *) whereas under other
975 * systems it is (void *) if you don't have a cast it
976 * will choke the compiler: if you do have a cast then
977 * you can either go for (int *) or (void *).
978 */
Richard Levitte3d7c4a52003-09-27 21:56:08 +0000979#if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS)
980 /* Under Windows/DOS we make the assumption that we can
Dr. Stephen Henson06f45361999-09-20 22:09:17 +0000981 * always write to the tty: therefore if we need to
982 * write to the tty we just fall through. Otherwise
983 * we timeout the select every second and see if there
984 * are any keypresses. Note: this is a hack, in a proper
985 * Windows application we wouldn't do this.
986 */
Ulf Möller4ec19e22000-02-20 20:59:21 +0000987 i=0;
Dr. Stephen Henson06f45361999-09-20 22:09:17 +0000988 if(!write_tty) {
989 if(read_tty) {
990 tv.tv_sec = 1;
991 tv.tv_usec = 0;
992 i=select(width,(void *)&readfds,(void *)&writefds,
993 NULL,&tv);
Richard Levitte3d7c4a52003-09-27 21:56:08 +0000994#if defined(OPENSSL_SYS_WINCE) || defined(OPENSSL_SYS_MSDOS)
Richard Levitte0bf23d92002-11-15 22:37:18 +0000995 if(!i && (!_kbhit() || !read_tty) ) continue;
996#else
Richard Levittea9ef75c2000-06-01 11:23:20 +0000997 if(!i && (!((_kbhit()) || (WAIT_OBJECT_0 == WaitForSingleObject(GetStdHandle(STD_INPUT_HANDLE), 0))) || !read_tty) ) continue;
Richard Levitte0bf23d92002-11-15 22:37:18 +0000998#endif
Dr. Stephen Henson06f45361999-09-20 22:09:17 +0000999 } else i=select(width,(void *)&readfds,(void *)&writefds,
1000 NULL,NULL);
1001 }
Richard Levitte47c17352004-06-28 11:55:28 +00001002#elif defined(OPENSSL_SYS_NETWARE)
1003 if(!write_tty) {
1004 if(read_tty) {
1005 tv.tv_sec = 1;
1006 tv.tv_usec = 0;
1007 i=select(width,(void *)&readfds,(void *)&writefds,
1008 NULL,&tv);
1009 } else i=select(width,(void *)&readfds,(void *)&writefds,
1010 NULL,NULL);
1011 }
Dr. Stephen Henson06f45361999-09-20 22:09:17 +00001012#else
Ulf Möller7d7d2cb1999-05-13 11:37:32 +00001013 i=select(width,(void *)&readfds,(void *)&writefds,
1014 NULL,NULL);
Dr. Stephen Henson06f45361999-09-20 22:09:17 +00001015#endif
Bodo Möllerc7ac31e1999-04-09 20:54:25 +00001016 if ( i < 0)
1017 {
1018 BIO_printf(bio_err,"bad select %d\n",
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00001019 get_last_socket_error());
Bodo Möllerc7ac31e1999-04-09 20:54:25 +00001020 goto shut;
1021 /* goto end; */
1022 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001023 }
1024
Bodo Möllerc7ac31e1999-04-09 20:54:25 +00001025 if (!ssl_pending && FD_ISSET(SSL_get_fd(con),&writefds))
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001026 {
1027 k=SSL_write(con,&(cbuf[cbuf_off]),
1028 (unsigned int)cbuf_len);
1029 switch (SSL_get_error(con,k))
1030 {
1031 case SSL_ERROR_NONE:
1032 cbuf_off+=k;
1033 cbuf_len-=k;
1034 if (k <= 0) goto end;
1035 /* we have done a write(con,NULL,0); */
1036 if (cbuf_len <= 0)
1037 {
1038 read_tty=1;
1039 write_ssl=0;
1040 }
1041 else /* if (cbuf_len > 0) */
1042 {
1043 read_tty=0;
1044 write_ssl=1;
1045 }
1046 break;
1047 case SSL_ERROR_WANT_WRITE:
1048 BIO_printf(bio_c_out,"write W BLOCK\n");
1049 write_ssl=1;
1050 read_tty=0;
1051 break;
1052 case SSL_ERROR_WANT_READ:
1053 BIO_printf(bio_c_out,"write R BLOCK\n");
1054 write_tty=0;
1055 read_ssl=1;
1056 write_ssl=0;
1057 break;
1058 case SSL_ERROR_WANT_X509_LOOKUP:
1059 BIO_printf(bio_c_out,"write X BLOCK\n");
1060 break;
1061 case SSL_ERROR_ZERO_RETURN:
1062 if (cbuf_len != 0)
1063 {
1064 BIO_printf(bio_c_out,"shutdown\n");
1065 goto shut;
1066 }
1067 else
1068 {
1069 read_tty=1;
1070 write_ssl=0;
1071 break;
1072 }
1073
1074 case SSL_ERROR_SYSCALL:
1075 if ((k != 0) || (cbuf_len != 0))
1076 {
1077 BIO_printf(bio_err,"write:errno=%d\n",
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00001078 get_last_socket_error());
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001079 goto shut;
1080 }
1081 else
1082 {
1083 read_tty=1;
1084 write_ssl=0;
1085 }
1086 break;
1087 case SSL_ERROR_SSL:
1088 ERR_print_errors(bio_err);
1089 goto shut;
1090 }
1091 }
Richard Levitte4d8743f2003-11-28 13:10:58 +00001092#if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS) || defined(OPENSSL_SYS_NETWARE)
Richard Levitte8d6e6042002-11-14 11:22:01 +00001093 /* Assume Windows/DOS can always write */
Dr. Stephen Henson06f45361999-09-20 22:09:17 +00001094 else if (!ssl_pending && write_tty)
1095#else
Bodo Möllerc7ac31e1999-04-09 20:54:25 +00001096 else if (!ssl_pending && FD_ISSET(fileno(stdout),&writefds))
Dr. Stephen Henson06f45361999-09-20 22:09:17 +00001097#endif
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001098 {
Ulf Möllera53955d1999-06-04 21:35:58 +00001099#ifdef CHARSET_EBCDIC
1100 ascii2ebcdic(&(sbuf[sbuf_off]),&(sbuf[sbuf_off]),sbuf_len);
1101#endif
Andy Polyakovffa10182005-11-04 09:30:55 +00001102 i=raw_write_stdout(&(sbuf[sbuf_off]),sbuf_len);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001103
1104 if (i <= 0)
1105 {
1106 BIO_printf(bio_c_out,"DONE\n");
1107 goto shut;
1108 /* goto end; */
1109 }
1110
1111 sbuf_len-=i;;
1112 sbuf_off+=i;
1113 if (sbuf_len <= 0)
1114 {
1115 read_ssl=1;
1116 write_tty=0;
1117 }
1118 }
Bodo Möllerc7ac31e1999-04-09 20:54:25 +00001119 else if (ssl_pending || FD_ISSET(SSL_get_fd(con),&readfds))
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001120 {
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00001121#ifdef RENEG
1122{ static int iiii; if (++iiii == 52) { SSL_renegotiate(con); iiii=0; } }
1123#endif
Ralf S. Engelschalldfeab061998-12-21 11:00:56 +00001124#if 1
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00001125 k=SSL_read(con,sbuf,1024 /* BUFSIZZ */ );
Ralf S. Engelschalldfeab061998-12-21 11:00:56 +00001126#else
1127/* Demo for pending and peek :-) */
1128 k=SSL_read(con,sbuf,16);
1129{ char zbuf[10240];
1130printf("read=%d pending=%d peek=%d\n",k,SSL_pending(con),SSL_peek(con,zbuf,10240));
1131}
1132#endif
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001133
1134 switch (SSL_get_error(con,k))
1135 {
1136 case SSL_ERROR_NONE:
1137 if (k <= 0)
1138 goto end;
1139 sbuf_off=0;
1140 sbuf_len=k;
1141
1142 read_ssl=0;
1143 write_tty=1;
1144 break;
1145 case SSL_ERROR_WANT_WRITE:
1146 BIO_printf(bio_c_out,"read W BLOCK\n");
1147 write_ssl=1;
1148 read_tty=0;
1149 break;
1150 case SSL_ERROR_WANT_READ:
1151 BIO_printf(bio_c_out,"read R BLOCK\n");
1152 write_tty=0;
1153 read_ssl=1;
1154 if ((read_tty == 0) && (write_ssl == 0))
1155 write_ssl=1;
1156 break;
1157 case SSL_ERROR_WANT_X509_LOOKUP:
1158 BIO_printf(bio_c_out,"read X BLOCK\n");
1159 break;
1160 case SSL_ERROR_SYSCALL:
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00001161 BIO_printf(bio_err,"read:errno=%d\n",get_last_socket_error());
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001162 goto shut;
1163 case SSL_ERROR_ZERO_RETURN:
1164 BIO_printf(bio_c_out,"closed\n");
1165 goto shut;
1166 case SSL_ERROR_SSL:
1167 ERR_print_errors(bio_err);
1168 goto shut;
Ralf S. Engelschalldfeab061998-12-21 11:00:56 +00001169 /* break; */
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001170 }
1171 }
1172
Richard Levitte3d7c4a52003-09-27 21:56:08 +00001173#if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS)
1174#if defined(OPENSSL_SYS_WINCE) || defined(OPENSSL_SYS_MSDOS)
Richard Levitte0bf23d92002-11-15 22:37:18 +00001175 else if (_kbhit())
1176#else
Richard Levittea9ef75c2000-06-01 11:23:20 +00001177 else if ((_kbhit()) || (WAIT_OBJECT_0 == WaitForSingleObject(GetStdHandle(STD_INPUT_HANDLE), 0)))
Richard Levitte0bf23d92002-11-15 22:37:18 +00001178#endif
Richard Levitte4d8743f2003-11-28 13:10:58 +00001179#elif defined (OPENSSL_SYS_NETWARE)
Andy Polyakovffa10182005-11-04 09:30:55 +00001180 else if (_kbhit())
Dr. Stephen Henson06f45361999-09-20 22:09:17 +00001181#else
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001182 else if (FD_ISSET(fileno(stdin),&readfds))
Dr. Stephen Henson06f45361999-09-20 22:09:17 +00001183#endif
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001184 {
Bodo Möller1bdb8631999-08-07 02:51:10 +00001185 if (crlf)
1186 {
1187 int j, lf_num;
1188
Andy Polyakovffa10182005-11-04 09:30:55 +00001189 i=raw_read_stdin(cbuf,BUFSIZZ/2);
Bodo Möller1bdb8631999-08-07 02:51:10 +00001190 lf_num = 0;
1191 /* both loops are skipped when i <= 0 */
1192 for (j = 0; j < i; j++)
1193 if (cbuf[j] == '\n')
1194 lf_num++;
1195 for (j = i-1; j >= 0; j--)
1196 {
1197 cbuf[j+lf_num] = cbuf[j];
1198 if (cbuf[j] == '\n')
1199 {
1200 lf_num--;
1201 i++;
1202 cbuf[j+lf_num] = '\r';
1203 }
1204 }
1205 assert(lf_num == 0);
1206 }
1207 else
Andy Polyakovffa10182005-11-04 09:30:55 +00001208 i=raw_read_stdin(cbuf,BUFSIZZ);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001209
Richard Levittece301b62000-03-10 12:18:28 +00001210 if ((!c_ign_eof) && ((i <= 0) || (cbuf[0] == 'Q')))
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001211 {
1212 BIO_printf(bio_err,"DONE\n");
1213 goto shut;
1214 }
1215
Richard Levittece301b62000-03-10 12:18:28 +00001216 if ((!c_ign_eof) && (cbuf[0] == 'R'))
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001217 {
Ben Laurie3bb307c1999-04-10 12:08:46 +00001218 BIO_printf(bio_err,"RENEGOTIATING\n");
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001219 SSL_renegotiate(con);
Ben Laurie3bb307c1999-04-10 12:08:46 +00001220 cbuf_len=0;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001221 }
1222 else
1223 {
1224 cbuf_len=i;
1225 cbuf_off=0;
Ulf Möllera53955d1999-06-04 21:35:58 +00001226#ifdef CHARSET_EBCDIC
1227 ebcdic2ascii(cbuf, cbuf, i);
1228#endif
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001229 }
1230
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001231 write_ssl=1;
Ben Laurie3bb307c1999-04-10 12:08:46 +00001232 read_tty=0;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001233 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001234 }
1235shut:
1236 SSL_shutdown(con);
1237 SHUTDOWN(SSL_get_fd(con));
1238 ret=0;
1239end:
Dr. Stephen Hensonc3ed3b62000-01-08 19:05:47 +00001240 if(prexit) print_stuff(bio_c_out,con,1);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001241 if (con != NULL) SSL_free(con);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001242 if (ctx != NULL) SSL_CTX_free(ctx);
Dr. Stephen Henson826a42a2004-11-16 17:30:59 +00001243 if (cert)
1244 X509_free(cert);
1245 if (key)
1246 EVP_PKEY_free(key);
1247 if (pass)
1248 OPENSSL_free(pass);
Richard Levitte45799242002-11-28 08:04:36 +00001249 if (cbuf != NULL) { OPENSSL_cleanse(cbuf,BUFSIZZ); OPENSSL_free(cbuf); }
1250 if (sbuf != NULL) { OPENSSL_cleanse(sbuf,BUFSIZZ); OPENSSL_free(sbuf); }
1251 if (mbuf != NULL) { OPENSSL_cleanse(mbuf,BUFSIZZ); OPENSSL_free(mbuf); }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001252 if (bio_c_out != NULL)
1253 {
1254 BIO_free(bio_c_out);
1255 bio_c_out=NULL;
1256 }
Richard Levittec04f8cf2001-06-23 16:37:32 +00001257 apps_shutdown();
Richard Levitte1c3e4a32002-12-03 16:33:03 +00001258 OPENSSL_EXIT(ret);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001259 }
1260
1261
Ulf Möller6b691a51999-04-19 21:31:43 +00001262static void print_stuff(BIO *bio, SSL *s, int full)
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001263 {
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00001264 X509 *peer=NULL;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001265 char *p;
Nils Larsch7d727232005-04-05 19:11:19 +00001266 static const char *space=" ";
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001267 char buf[BUFSIZ];
Ben Laurief73e07c1999-04-12 17:23:57 +00001268 STACK_OF(X509) *sk;
1269 STACK_OF(X509_NAME) *sk2;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001270 SSL_CIPHER *c;
1271 X509_NAME *xn;
1272 int j,i;
Dr. Stephen Henson09b6c2e2005-09-30 23:35:33 +00001273#ifndef OPENSSL_NO_COMP
Geoff Thorped8ec0dc2003-11-04 00:51:32 +00001274 const COMP_METHOD *comp, *expansion;
Dr. Stephen Henson09b6c2e2005-09-30 23:35:33 +00001275#endif
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001276
1277 if (full)
1278 {
Bodo Möllerbc2e5191999-05-17 20:46:43 +00001279 int got_a_chain = 0;
1280
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001281 sk=SSL_get_peer_cert_chain(s);
1282 if (sk != NULL)
1283 {
Bodo Möllerbc2e5191999-05-17 20:46:43 +00001284 got_a_chain = 1; /* we don't have it for SSL2 (yet) */
1285
Ralf S. Engelschalldfeab061998-12-21 11:00:56 +00001286 BIO_printf(bio,"---\nCertificate chain\n");
Ben Laurief73e07c1999-04-12 17:23:57 +00001287 for (i=0; i<sk_X509_num(sk); i++)
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001288 {
Ben Laurief73e07c1999-04-12 17:23:57 +00001289 X509_NAME_oneline(X509_get_subject_name(
Ben Laurie54a656e2002-11-13 15:43:43 +00001290 sk_X509_value(sk,i)),buf,sizeof buf);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001291 BIO_printf(bio,"%2d s:%s\n",i,buf);
Ben Laurief73e07c1999-04-12 17:23:57 +00001292 X509_NAME_oneline(X509_get_issuer_name(
Ben Laurie54a656e2002-11-13 15:43:43 +00001293 sk_X509_value(sk,i)),buf,sizeof buf);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001294 BIO_printf(bio," i:%s\n",buf);
Bodo Möller6d02d8e1999-03-31 12:06:30 +00001295 if (c_showcerts)
Ben Laurief73e07c1999-04-12 17:23:57 +00001296 PEM_write_bio_X509(bio,sk_X509_value(sk,i));
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001297 }
1298 }
1299
1300 BIO_printf(bio,"---\n");
1301 peer=SSL_get_peer_certificate(s);
1302 if (peer != NULL)
1303 {
1304 BIO_printf(bio,"Server certificate\n");
Bodo Möllerbc2e5191999-05-17 20:46:43 +00001305 if (!(c_showcerts && got_a_chain)) /* Redundant if we showed the whole chain */
Bodo Möller6d02d8e1999-03-31 12:06:30 +00001306 PEM_write_bio_X509(bio,peer);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001307 X509_NAME_oneline(X509_get_subject_name(peer),
Ben Laurie54a656e2002-11-13 15:43:43 +00001308 buf,sizeof buf);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001309 BIO_printf(bio,"subject=%s\n",buf);
1310 X509_NAME_oneline(X509_get_issuer_name(peer),
Ben Laurie54a656e2002-11-13 15:43:43 +00001311 buf,sizeof buf);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001312 BIO_printf(bio,"issuer=%s\n",buf);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001313 }
1314 else
1315 BIO_printf(bio,"no peer certificate available\n");
1316
Ben Laurief73e07c1999-04-12 17:23:57 +00001317 sk2=SSL_get_client_CA_list(s);
Bodo Möllerd91f8c31999-04-14 23:10:11 +00001318 if ((sk2 != NULL) && (sk_X509_NAME_num(sk2) > 0))
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001319 {
1320 BIO_printf(bio,"---\nAcceptable client certificate CA names\n");
Ben Laurief73e07c1999-04-12 17:23:57 +00001321 for (i=0; i<sk_X509_NAME_num(sk2); i++)
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001322 {
Ben Laurief73e07c1999-04-12 17:23:57 +00001323 xn=sk_X509_NAME_value(sk2,i);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001324 X509_NAME_oneline(xn,buf,sizeof(buf));
1325 BIO_write(bio,buf,strlen(buf));
1326 BIO_write(bio,"\n",1);
1327 }
1328 }
1329 else
1330 {
1331 BIO_printf(bio,"---\nNo client certificate CA names sent\n");
1332 }
Ben Laurie54a656e2002-11-13 15:43:43 +00001333 p=SSL_get_shared_ciphers(s,buf,sizeof buf);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001334 if (p != NULL)
1335 {
Bodo Möller67a47281999-04-27 16:48:06 +00001336 /* This works only for SSL 2. In later protocol
1337 * versions, the client does not know what other
1338 * ciphers (in addition to the one to be used
1339 * in the current connection) the server supports. */
1340
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001341 BIO_printf(bio,"---\nCiphers common between both SSL endpoints:\n");
1342 j=i=0;
1343 while (*p)
1344 {
1345 if (*p == ':')
1346 {
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00001347 BIO_write(bio,space,15-j%25);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001348 i++;
1349 j=0;
1350 BIO_write(bio,((i%3)?" ":"\n"),1);
1351 }
1352 else
1353 {
1354 BIO_write(bio,p,1);
1355 j++;
1356 }
1357 p++;
1358 }
1359 BIO_write(bio,"\n",1);
1360 }
1361
1362 BIO_printf(bio,"---\nSSL handshake has read %ld bytes and written %ld bytes\n",
1363 BIO_number_read(SSL_get_rbio(s)),
1364 BIO_number_written(SSL_get_wbio(s)));
1365 }
1366 BIO_printf(bio,((s->hit)?"---\nReused, ":"---\nNew, "));
1367 c=SSL_get_current_cipher(s);
1368 BIO_printf(bio,"%s, Cipher is %s\n",
1369 SSL_CIPHER_get_version(c),
1370 SSL_CIPHER_get_name(c));
Dr. Stephen Hensona8236c81999-02-15 21:05:21 +00001371 if (peer != NULL) {
1372 EVP_PKEY *pktmp;
1373 pktmp = X509_get_pubkey(peer);
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00001374 BIO_printf(bio,"Server public key is %d bit\n",
Dr. Stephen Hensona8236c81999-02-15 21:05:21 +00001375 EVP_PKEY_bits(pktmp));
1376 EVP_PKEY_free(pktmp);
1377 }
Dr. Stephen Henson09b6c2e2005-09-30 23:35:33 +00001378#ifndef OPENSSL_NO_COMP
Richard Levittef44e1842003-10-06 12:19:38 +00001379 comp=SSL_get_current_compression(s);
Geoff Thorped8ec0dc2003-11-04 00:51:32 +00001380 expansion=SSL_get_current_expansion(s);
Richard Levittef44e1842003-10-06 12:19:38 +00001381 BIO_printf(bio,"Compression: %s\n",
1382 comp ? SSL_COMP_get_name(comp) : "NONE");
1383 BIO_printf(bio,"Expansion: %s\n",
Geoff Thorped8ec0dc2003-11-04 00:51:32 +00001384 expansion ? SSL_COMP_get_name(expansion) : "NONE");
Dr. Stephen Henson09b6c2e2005-09-30 23:35:33 +00001385#endif
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001386 SSL_SESSION_print(bio,SSL_get_session(s));
1387 BIO_printf(bio,"---\n");
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00001388 if (peer != NULL)
1389 X509_free(peer);
Lutz Jänicke41ebed22001-10-16 14:24:46 +00001390 /* flush, or debugging output gets mixed with http response */
1391 BIO_flush(bio);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001392 }
1393