Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1 | /* apps/s_client.c */ |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 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 | */ |
Bodo Möller | a661b65 | 2001-10-20 17:56:36 +0000 | [diff] [blame] | 58 | /* ==================================================================== |
Bodo Möller | b1277b9 | 2006-01-02 23:29:12 +0000 | [diff] [blame] | 59 | * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. |
Bodo Möller | a661b65 | 2001-10-20 17:56:36 +0000 | [diff] [blame] | 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 | */ |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 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 | */ |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 137 | |
Bodo Möller | 1b1a6e7 | 1999-08-09 13:01:48 +0000 | [diff] [blame] | 138 | #include <assert.h> |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 139 | #include <ctype.h> |
Ulf Möller | 8c197cc | 1999-07-28 23:25:59 +0000 | [diff] [blame] | 140 | #include <stdio.h> |
| 141 | #include <stdlib.h> |
| 142 | #include <string.h> |
Richard Levitte | be1bd92 | 2001-02-20 14:07:03 +0000 | [diff] [blame] | 143 | #include <openssl/e_os2.h> |
Richard Levitte | cf1b7d9 | 2001-02-19 16:06:34 +0000 | [diff] [blame] | 144 | #ifdef OPENSSL_NO_STDIO |
Ulf Möller | 8c197cc | 1999-07-28 23:25:59 +0000 | [diff] [blame] | 145 | #define APPS_WIN16 |
| 146 | #endif |
| 147 | |
Ulf Möller | 7d7d2cb | 1999-05-13 11:37:32 +0000 | [diff] [blame] | 148 | /* 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 Levitte | bc36ee6 | 2001-02-20 08:13:47 +0000 | [diff] [blame] | 152 | #if defined(OPENSSL_SYS_VMS_DECC) && !defined(__U_INT) |
Ulf Möller | 7d7d2cb | 1999-05-13 11:37:32 +0000 | [diff] [blame] | 153 | #define __U_INT |
| 154 | typedef unsigned int u_int; |
| 155 | #endif |
| 156 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 157 | #define USE_SOCKETS |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 158 | #include "apps.h" |
Bodo Möller | ec57782 | 1999-04-23 22:13:45 +0000 | [diff] [blame] | 159 | #include <openssl/x509.h> |
| 160 | #include <openssl/ssl.h> |
| 161 | #include <openssl/err.h> |
| 162 | #include <openssl/pem.h> |
Geoff Thorpe | 1372965 | 2001-09-12 02:39:06 +0000 | [diff] [blame] | 163 | #include <openssl/rand.h> |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 164 | #include "s_apps.h" |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 165 | #include "timeouts.h" |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 166 | |
Richard Levitte | bc36ee6 | 2001-02-20 08:13:47 +0000 | [diff] [blame] | 167 | #if (defined(OPENSSL_SYS_VMS) && __VMS_VER < 70000000) |
Ulf Möller | 75e0770 | 1999-05-13 13:21:17 +0000 | [diff] [blame] | 168 | /* FIONBIO used as a switch to enable ioctl, and that isn't in VMS < 7.0 */ |
Ulf Möller | 7d7d2cb | 1999-05-13 11:37:32 +0000 | [diff] [blame] | 169 | #undef FIONBIO |
| 170 | #endif |
| 171 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 172 | #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 | |
| 184 | extern int verify_depth; |
| 185 | extern int verify_error; |
| 186 | |
| 187 | #ifdef FIONBIO |
| 188 | static int c_nbio=0; |
| 189 | #endif |
| 190 | static int c_Pause=0; |
| 191 | static int c_debug=0; |
Bodo Möller | a661b65 | 2001-10-20 17:56:36 +0000 | [diff] [blame] | 192 | static int c_msg=0; |
Bodo Möller | 6d02d8e | 1999-03-31 12:06:30 +0000 | [diff] [blame] | 193 | static int c_showcerts=0; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 194 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 195 | static void sc_usage(void); |
| 196 | static void print_stuff(BIO *berr,SSL *con,int full); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 197 | static BIO *bio_c_out=NULL; |
| 198 | static int c_quiet=0; |
Richard Levitte | ce301b6 | 2000-03-10 12:18:28 +0000 | [diff] [blame] | 199 | static int c_ign_eof=0; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 200 | |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 201 | #ifndef OPENSSL_NO_PSK |
| 202 | /* Default PSK identity and key */ |
| 203 | static char *psk_identity="Client_identity"; |
| 204 | static char *psk_key=NULL; /* by default PSK is not used */ |
| 205 | |
| 206 | static 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 Larsch | e968089 | 2006-03-12 22:16:57 +0000 | [diff] [blame] | 226 | ret = BIO_snprintf(identity, max_identity_len, psk_identity); |
Nils Larsch | a0aa8b4 | 2006-03-11 12:18:11 +0000 | [diff] [blame] | 227 | if (ret < 0 || (unsigned int)ret > max_identity_len) |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 228 | 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 Larsch | a0aa8b4 | 2006-03-11 12:18:11 +0000 | [diff] [blame] | 240 | if ((unsigned int)BN_num_bytes(bn) > max_psk_len) |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 241 | { |
| 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öller | 6b691a5 | 1999-04-19 21:31:43 +0000 | [diff] [blame] | 264 | static void sc_usage(void) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 265 | { |
Ralf S. Engelschall | b6cff93 | 1999-01-28 14:44:08 +0000 | [diff] [blame] | 266 | BIO_printf(bio_err,"usage: s_client args\n"); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 267 | 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 Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 274 | 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. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 276 | BIO_printf(bio_err," not specified but cert file is.\n"); |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 277 | 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. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 279 | 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öller | 6d02d8e | 1999-03-31 12:06:30 +0000 | [diff] [blame] | 283 | BIO_printf(bio_err," -showcerts - show all certificates in the chain\n"); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 284 | BIO_printf(bio_err," -debug - extra output\n"); |
Andy Polyakov | 02a00bb | 2005-01-04 10:28:38 +0000 | [diff] [blame] | 285 | #ifdef WATT32 |
| 286 | BIO_printf(bio_err," -wdebug - WATT-32 tcp debugging\n"); |
| 287 | #endif |
Bodo Möller | a661b65 | 2001-10-20 17:56:36 +0000 | [diff] [blame] | 288 | BIO_printf(bio_err," -msg - Show protocol messages\n"); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 289 | 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öller | 1bdb863 | 1999-08-07 02:51:10 +0000 | [diff] [blame] | 294 | BIO_printf(bio_err," -crlf - convert LF from terminal into CRLF\n"); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 295 | BIO_printf(bio_err," -quiet - no s_client output\n"); |
Richard Levitte | ce301b6 | 2000-03-10 12:18:28 +0000 | [diff] [blame] | 296 | BIO_printf(bio_err," -ign_eof - ignore input eof (default when -quiet)\n"); |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 297 | #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. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 301 | BIO_printf(bio_err," -ssl2 - just use SSLv2\n"); |
| 302 | BIO_printf(bio_err," -ssl3 - just use SSLv3\n"); |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 303 | BIO_printf(bio_err," -tls1 - just use TLSv1\n"); |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 304 | BIO_printf(bio_err," -dtls1 - just use DTLSv1\n"); |
| 305 | BIO_printf(bio_err," -mtu - set the MTU\n"); |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 306 | BIO_printf(bio_err," -no_tls1/-no_ssl3/-no_ssl2 - turn off that protocol\n"); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 307 | BIO_printf(bio_err," -bugs - Switch on all SSL implementation bug workarounds\n"); |
Lutz Jänicke | 836f996 | 2001-02-09 19:56:31 +0000 | [diff] [blame] | 308 | BIO_printf(bio_err," -serverpref - Use server's cipher preferences (only SSLv2)\n"); |
Ulf Möller | 657e60f | 2000-02-03 23:23:24 +0000 | [diff] [blame] | 309 | BIO_printf(bio_err," -cipher - preferred cipher to use, use the 'openssl ciphers'\n"); |
Ralf S. Engelschall | dfeab06 | 1998-12-21 11:00:56 +0000 | [diff] [blame] | 310 | BIO_printf(bio_err," command to see what is available\n"); |
Richard Levitte | 135c0af | 2001-11-14 13:57:52 +0000 | [diff] [blame] | 311 | 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änicke | 4f17dfc | 2003-05-28 20:24:57 +0000 | [diff] [blame] | 314 | BIO_printf(bio_err," only \"smtp\" and \"pop3\" are supported.\n"); |
Richard Levitte | 0b13e9f | 2003-01-30 17:39:26 +0000 | [diff] [blame] | 315 | #ifndef OPENSSL_NO_ENGINE |
Richard Levitte | 5270e70 | 2000-10-26 21:07:28 +0000 | [diff] [blame] | 316 | BIO_printf(bio_err," -engine id - Initialise and use the specified engine\n"); |
Richard Levitte | 0b13e9f | 2003-01-30 17:39:26 +0000 | [diff] [blame] | 317 | #endif |
Lutz Jänicke | 52b621d | 2001-02-15 10:22:07 +0000 | [diff] [blame] | 318 | BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR); |
Bodo Möller | ed3883d | 2006-01-02 23:14:37 +0000 | [diff] [blame] | 319 | #ifndef OPENSSL_NO_TLSEXT |
| 320 | BIO_printf(bio_err," -servername host - Set TLS extension servername in ClientHello\n"); |
| 321 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 322 | } |
| 323 | |
Bodo Möller | ed3883d | 2006-01-02 23:14:37 +0000 | [diff] [blame] | 324 | #ifndef OPENSSL_NO_TLSEXT |
| 325 | |
| 326 | /* This is a context that we pass to callbacks */ |
| 327 | typedef struct tlsextctx_st { |
| 328 | BIO * biodebug; |
| 329 | int ack; |
| 330 | } tlsextctx; |
| 331 | |
| 332 | |
Bodo Möller | b1277b9 | 2006-01-02 23:29:12 +0000 | [diff] [blame] | 333 | static int MS_CALLBACK ssl_servername_cb(SSL *s, int *ad, void *arg) |
| 334 | { |
Bodo Möller | ed3883d | 2006-01-02 23:14:37 +0000 | [diff] [blame] | 335 | tlsextctx * p = (tlsextctx *) arg; |
Richard Levitte | 8de5b7f | 2006-01-04 12:02:43 +0000 | [diff] [blame] | 336 | const char * hn= SSL_get_servername(s, TLSEXT_NAMETYPE_host_name); |
Bodo Möller | ed3883d | 2006-01-02 23:14:37 +0000 | [diff] [blame] | 337 | if (SSL_get_servername_type(s) != -1) |
| 338 | p->ack = !SSL_session_reused(s) && hn != NULL; |
| 339 | else |
Bodo Möller | f1fd454 | 2006-01-03 03:27:19 +0000 | [diff] [blame] | 340 | BIO_printf(bio_err,"Can't use SSL_get_servername\n"); |
Bodo Möller | ed3883d | 2006-01-02 23:14:37 +0000 | [diff] [blame] | 341 | |
Bodo Möller | 241520e | 2006-01-11 06:10:40 +0000 | [diff] [blame] | 342 | return SSL_TLSEXT_ERR_OK; |
Bodo Möller | b1277b9 | 2006-01-02 23:29:12 +0000 | [diff] [blame] | 343 | } |
Bodo Möller | ed3883d | 2006-01-02 23:14:37 +0000 | [diff] [blame] | 344 | #endif |
| 345 | |
Ralf S. Engelschall | 667ac4e | 2000-02-11 09:47:18 +0000 | [diff] [blame] | 346 | int MAIN(int, char **); |
| 347 | |
Ulf Möller | 6b691a5 | 1999-04-19 21:31:43 +0000 | [diff] [blame] | 348 | int MAIN(int argc, char **argv) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 349 | { |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 350 | int off=0; |
Nils Larsch | 67b6f1c | 2006-03-15 17:45:43 +0000 | [diff] [blame^] | 351 | SSL *con=NULL; |
Dr. Stephen Henson | bdee69f | 2001-05-09 00:30:39 +0000 | [diff] [blame] | 352 | X509_STORE *store = NULL; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 353 | int s,k,width,state=0; |
Richard Levitte | 135c0af | 2001-11-14 13:57:52 +0000 | [diff] [blame] | 354 | char *cbuf=NULL,*sbuf=NULL,*mbuf=NULL; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 355 | 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 Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 362 | 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. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 366 | char *CApath=NULL,*CAfile=NULL,*cipher=NULL; |
| 367 | int reconnect=0,badop=0,verify=SSL_VERIFY_NONE,bugs=0; |
Bodo Möller | 1bdb863 | 1999-08-07 02:51:10 +0000 | [diff] [blame] | 368 | int crlf=0; |
Bodo Möller | c7ac31e | 1999-04-09 20:54:25 +0000 | [diff] [blame] | 369 | int write_tty,read_tty,write_ssl,read_ssl,tty_on,ssl_pending; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 370 | SSL_CTX *ctx=NULL; |
| 371 | int ret=1,in_init=1,i,nbio_test=0; |
Lutz Jänicke | 4f17dfc | 2003-05-28 20:24:57 +0000 | [diff] [blame] | 372 | int starttls_proto = 0; |
Dr. Stephen Henson | bdee69f | 2001-05-09 00:30:39 +0000 | [diff] [blame] | 373 | int prexit = 0, vflags = 0; |
Nils Larsch | 4ebb342 | 2005-08-14 21:48:33 +0000 | [diff] [blame] | 374 | const SSL_METHOD *meth=NULL; |
Bodo Möller | b1277b9 | 2006-01-02 23:29:12 +0000 | [diff] [blame] | 375 | int socket_type=SOCK_STREAM; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 376 | BIO *sbio; |
Lutz Jänicke | 52b621d | 2001-02-15 10:22:07 +0000 | [diff] [blame] | 377 | char *inrand=NULL; |
Richard Levitte | 0b13e9f | 2003-01-30 17:39:26 +0000 | [diff] [blame] | 378 | #ifndef OPENSSL_NO_ENGINE |
Richard Levitte | 5270e70 | 2000-10-26 21:07:28 +0000 | [diff] [blame] | 379 | char *engine_id=NULL; |
| 380 | ENGINE *e=NULL; |
Richard Levitte | 0b13e9f | 2003-01-30 17:39:26 +0000 | [diff] [blame] | 381 | #endif |
Richard Levitte | 4d8743f | 2003-11-28 13:10:58 +0000 | [diff] [blame] | 382 | #if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS) || defined(OPENSSL_SYS_NETWARE) |
Dr. Stephen Henson | 06f4536 | 1999-09-20 22:09:17 +0000 | [diff] [blame] | 383 | struct timeval tv; |
| 384 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 385 | |
Bodo Möller | ed3883d | 2006-01-02 23:14:37 +0000 | [diff] [blame] | 386 | #ifndef OPENSSL_NO_TLSEXT |
| 387 | char *servername = NULL; |
| 388 | tlsextctx tlsextcbp = |
| 389 | {NULL,0}; |
| 390 | #endif |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 391 | struct sockaddr peer; |
Dr. Stephen Henson | 6c61726 | 2005-04-27 16:27:14 +0000 | [diff] [blame] | 392 | int peerlen = sizeof(peer); |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 393 | int enable_timeouts = 0 ; |
Bodo Möller | b1277b9 | 2006-01-02 23:29:12 +0000 | [diff] [blame] | 394 | long socket_mtu = 0; |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 395 | |
Richard Levitte | cf1b7d9 | 2001-02-19 16:06:34 +0000 | [diff] [blame] | 396 | #if !defined(OPENSSL_NO_SSL2) && !defined(OPENSSL_NO_SSL3) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 397 | meth=SSLv23_client_method(); |
Richard Levitte | cf1b7d9 | 2001-02-19 16:06:34 +0000 | [diff] [blame] | 398 | #elif !defined(OPENSSL_NO_SSL3) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 399 | meth=SSLv3_client_method(); |
Richard Levitte | cf1b7d9 | 2001-02-19 16:06:34 +0000 | [diff] [blame] | 400 | #elif !defined(OPENSSL_NO_SSL2) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 401 | meth=SSLv2_client_method(); |
| 402 | #endif |
| 403 | |
| 404 | apps_startup(); |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 405 | c_Pause=0; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 406 | c_quiet=0; |
Richard Levitte | ce301b6 | 2000-03-10 12:18:28 +0000 | [diff] [blame] | 407 | c_ign_eof=0; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 408 | c_debug=0; |
Bodo Möller | a661b65 | 2001-10-20 17:56:36 +0000 | [diff] [blame] | 409 | c_msg=0; |
Bodo Möller | 6d02d8e | 1999-03-31 12:06:30 +0000 | [diff] [blame] | 410 | c_showcerts=0; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 411 | |
| 412 | if (bio_err == NULL) |
| 413 | bio_err=BIO_new_fp(stderr,BIO_NOCLOSE); |
| 414 | |
Dr. Stephen Henson | 3647bee | 2002-02-22 14:01:21 +0000 | [diff] [blame] | 415 | if (!load_config(bio_err, NULL)) |
| 416 | goto end; |
| 417 | |
Richard Levitte | 26a3a48 | 2000-06-01 22:19:21 +0000 | [diff] [blame] | 418 | if ( ((cbuf=OPENSSL_malloc(BUFSIZZ)) == NULL) || |
Richard Levitte | 135c0af | 2001-11-14 13:57:52 +0000 | [diff] [blame] | 419 | ((sbuf=OPENSSL_malloc(BUFSIZZ)) == NULL) || |
| 420 | ((mbuf=OPENSSL_malloc(BUFSIZZ)) == NULL)) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 421 | { |
| 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 Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 465 | else if (strcmp(*argv,"-certform") == 0) |
| 466 | { |
| 467 | if (--argc < 1) goto bad; |
| 468 | cert_format = str2fmt(*(++argv)); |
| 469 | } |
Dr. Stephen Henson | bdee69f | 2001-05-09 00:30:39 +0000 | [diff] [blame] | 470 | 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 Henson | c3ed3b6 | 2000-01-08 19:05:47 +0000 | [diff] [blame] | 474 | else if (strcmp(*argv,"-prexit") == 0) |
| 475 | prexit=1; |
Bodo Möller | 1bdb863 | 1999-08-07 02:51:10 +0000 | [diff] [blame] | 476 | else if (strcmp(*argv,"-crlf") == 0) |
| 477 | crlf=1; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 478 | else if (strcmp(*argv,"-quiet") == 0) |
Richard Levitte | ce301b6 | 2000-03-10 12:18:28 +0000 | [diff] [blame] | 479 | { |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 480 | c_quiet=1; |
Richard Levitte | ce301b6 | 2000-03-10 12:18:28 +0000 | [diff] [blame] | 481 | c_ign_eof=1; |
| 482 | } |
| 483 | else if (strcmp(*argv,"-ign_eof") == 0) |
| 484 | c_ign_eof=1; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 485 | else if (strcmp(*argv,"-pause") == 0) |
| 486 | c_Pause=1; |
| 487 | else if (strcmp(*argv,"-debug") == 0) |
| 488 | c_debug=1; |
Andy Polyakov | 02a00bb | 2005-01-04 10:28:38 +0000 | [diff] [blame] | 489 | #ifdef WATT32 |
| 490 | else if (strcmp(*argv,"-wdebug") == 0) |
| 491 | dbug_init(); |
| 492 | #endif |
Bodo Möller | a661b65 | 2001-10-20 17:56:36 +0000 | [diff] [blame] | 493 | else if (strcmp(*argv,"-msg") == 0) |
| 494 | c_msg=1; |
Bodo Möller | 6d02d8e | 1999-03-31 12:06:30 +0000 | [diff] [blame] | 495 | else if (strcmp(*argv,"-showcerts") == 0) |
| 496 | c_showcerts=1; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 497 | else if (strcmp(*argv,"-nbio_test") == 0) |
| 498 | nbio_test=1; |
| 499 | else if (strcmp(*argv,"-state") == 0) |
| 500 | state=1; |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 501 | #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 Levitte | cf1b7d9 | 2001-02-19 16:06:34 +0000 | [diff] [blame] | 522 | #ifndef OPENSSL_NO_SSL2 |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 523 | else if (strcmp(*argv,"-ssl2") == 0) |
| 524 | meth=SSLv2_client_method(); |
| 525 | #endif |
Richard Levitte | cf1b7d9 | 2001-02-19 16:06:34 +0000 | [diff] [blame] | 526 | #ifndef OPENSSL_NO_SSL3 |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 527 | else if (strcmp(*argv,"-ssl3") == 0) |
| 528 | meth=SSLv3_client_method(); |
| 529 | #endif |
Richard Levitte | cf1b7d9 | 2001-02-19 16:06:34 +0000 | [diff] [blame] | 530 | #ifndef OPENSSL_NO_TLS1 |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 531 | else if (strcmp(*argv,"-tls1") == 0) |
| 532 | meth=TLSv1_client_method(); |
| 533 | #endif |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 534 | #ifndef OPENSSL_NO_DTLS1 |
| 535 | else if (strcmp(*argv,"-dtls1") == 0) |
| 536 | { |
| 537 | meth=DTLSv1_client_method(); |
Bodo Möller | b1277b9 | 2006-01-02 23:29:12 +0000 | [diff] [blame] | 538 | socket_type=SOCK_DGRAM; |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 539 | } |
| 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öller | b1277b9 | 2006-01-02 23:29:12 +0000 | [diff] [blame] | 545 | socket_mtu = atol(*(++argv)); |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 546 | } |
| 547 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 548 | else if (strcmp(*argv,"-bugs") == 0) |
| 549 | bugs=1; |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 550 | 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. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 560 | 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. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 579 | 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 Henson | 566dda0 | 2005-10-08 00:18:53 +0000 | [diff] [blame] | 585 | else if (strcmp(*argv,"-no_comp") == 0) |
| 586 | { off|=SSL_OP_NO_COMPRESSION; } |
Lutz Jänicke | 836f996 | 2001-02-09 19:56:31 +0000 | [diff] [blame] | 587 | else if (strcmp(*argv,"-serverpref") == 0) |
| 588 | off|=SSL_OP_CIPHER_SERVER_PREFERENCE; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 589 | 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 Levitte | 135c0af | 2001-11-14 13:57:52 +0000 | [diff] [blame] | 598 | else if (strcmp(*argv,"-starttls") == 0) |
| 599 | { |
| 600 | if (--argc < 1) goto bad; |
| 601 | ++argv; |
| 602 | if (strcmp(*argv,"smtp") == 0) |
Lutz Jänicke | 4f17dfc | 2003-05-28 20:24:57 +0000 | [diff] [blame] | 603 | starttls_proto = 1; |
| 604 | else if (strcmp(*argv,"pop3") == 0) |
| 605 | starttls_proto = 2; |
Richard Levitte | 135c0af | 2001-11-14 13:57:52 +0000 | [diff] [blame] | 606 | else |
| 607 | goto bad; |
| 608 | } |
Richard Levitte | 0b13e9f | 2003-01-30 17:39:26 +0000 | [diff] [blame] | 609 | #ifndef OPENSSL_NO_ENGINE |
Richard Levitte | 5270e70 | 2000-10-26 21:07:28 +0000 | [diff] [blame] | 610 | else if (strcmp(*argv,"-engine") == 0) |
| 611 | { |
| 612 | if (--argc < 1) goto bad; |
| 613 | engine_id = *(++argv); |
| 614 | } |
Richard Levitte | 0b13e9f | 2003-01-30 17:39:26 +0000 | [diff] [blame] | 615 | #endif |
Lutz Jänicke | 52b621d | 2001-02-15 10:22:07 +0000 | [diff] [blame] | 616 | else if (strcmp(*argv,"-rand") == 0) |
| 617 | { |
| 618 | if (--argc < 1) goto bad; |
| 619 | inrand= *(++argv); |
| 620 | } |
Bodo Möller | ed3883d | 2006-01-02 23:14:37 +0000 | [diff] [blame] | 621 | #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. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 629 | 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 | { |
| 640 | bad: |
| 641 | sc_usage(); |
| 642 | goto end; |
| 643 | } |
| 644 | |
Richard Levitte | cead7f3 | 2002-07-16 06:52:03 +0000 | [diff] [blame] | 645 | OpenSSL_add_ssl_algorithms(); |
| 646 | SSL_load_error_strings(); |
| 647 | |
Richard Levitte | 0b13e9f | 2003-01-30 17:39:26 +0000 | [diff] [blame] | 648 | #ifndef OPENSSL_NO_ENGINE |
Richard Levitte | cead7f3 | 2002-07-16 06:52:03 +0000 | [diff] [blame] | 649 | e = setup_engine(bio_err, engine_id, 1); |
Richard Levitte | 0b13e9f | 2003-01-30 17:39:26 +0000 | [diff] [blame] | 650 | #endif |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 651 | 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 Henson | abbc186 | 2004-12-13 18:02:23 +0000 | [diff] [blame] | 660 | |
| 661 | if (key_file) |
| 662 | |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 663 | { |
Dr. Stephen Henson | abbc186 | 2004-12-13 18:02:23 +0000 | [diff] [blame] | 664 | |
| 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 Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 673 | } |
| 674 | |
Dr. Stephen Henson | abbc186 | 2004-12-13 18:02:23 +0000 | [diff] [blame] | 675 | if (cert_file) |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 676 | |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 677 | { |
Dr. Stephen Henson | abbc186 | 2004-12-13 18:02:23 +0000 | [diff] [blame] | 678 | 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 Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 686 | } |
Richard Levitte | cead7f3 | 2002-07-16 06:52:03 +0000 | [diff] [blame] | 687 | |
Lutz Jänicke | 52b621d | 2001-02-15 10:22:07 +0000 | [diff] [blame] | 688 | 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öller | a31011e | 1999-10-26 01:56:29 +0000 | [diff] [blame] | 696 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 697 | if (bio_c_out == NULL) |
| 698 | { |
Bodo Möller | a661b65 | 2001-10-20 17:56:36 +0000 | [diff] [blame] | 699 | if (c_quiet && !c_debug && !c_msg) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 700 | { |
| 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. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 710 | ctx=SSL_CTX_new(meth); |
| 711 | if (ctx == NULL) |
| 712 | { |
| 713 | ERR_print_errors(bio_err); |
| 714 | goto end; |
| 715 | } |
| 716 | |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 717 | #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. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 725 | if (bugs) |
| 726 | SSL_CTX_set_options(ctx,SSL_OP_ALL|off); |
| 727 | else |
| 728 | SSL_CTX_set_options(ctx,off); |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 729 | /* DTLS: partial reads end up discarding unread UDP bytes :-( |
| 730 | * Setting read ahead solves this problem. |
| 731 | */ |
Bodo Möller | b1277b9 | 2006-01-02 23:29:12 +0000 | [diff] [blame] | 732 | if (socket_type == SOCK_DGRAM) SSL_CTX_set_read_ahead(ctx, 1); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 733 | |
| 734 | if (state) SSL_CTX_set_info_callback(ctx,apps_ssl_info_callback); |
| 735 | if (cipher != NULL) |
Dr. Stephen Henson | fabce04 | 2000-01-23 02:28:08 +0000 | [diff] [blame] | 736 | if(!SSL_CTX_set_cipher_list(ctx,cipher)) { |
Ulf Möller | 657e60f | 2000-02-03 23:23:24 +0000 | [diff] [blame] | 737 | BIO_printf(bio_err,"error setting cipher list\n"); |
Dr. Stephen Henson | fabce04 | 2000-01-23 02:28:08 +0000 | [diff] [blame] | 738 | ERR_print_errors(bio_err); |
| 739 | goto end; |
| 740 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 741 | #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 Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 747 | if (!set_cert_key_stuff(ctx,cert,key)) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 748 | goto end; |
| 749 | |
| 750 | if ((!SSL_CTX_load_verify_locations(ctx,CAfile,CApath)) || |
| 751 | (!SSL_CTX_set_default_verify_paths(ctx))) |
| 752 | { |
Ulf Möller | 657e60f | 2000-02-03 23:23:24 +0000 | [diff] [blame] | 753 | /* BIO_printf(bio_err,"error setting default verify locations\n"); */ |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 754 | ERR_print_errors(bio_err); |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 755 | /* goto end; */ |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 756 | } |
| 757 | |
Dr. Stephen Henson | bdee69f | 2001-05-09 00:30:39 +0000 | [diff] [blame] | 758 | store = SSL_CTX_get_cert_store(ctx); |
| 759 | X509_STORE_set_flags(store, vflags); |
Bodo Möller | ed3883d | 2006-01-02 23:14:37 +0000 | [diff] [blame] | 760 | #ifndef OPENSSL_NO_TLSEXT |
Bodo Möller | b1277b9 | 2006-01-02 23:29:12 +0000 | [diff] [blame] | 761 | if (servername != NULL) |
| 762 | { |
Bodo Möller | ed3883d | 2006-01-02 23:14:37 +0000 | [diff] [blame] | 763 | 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öller | b1277b9 | 2006-01-02 23:29:12 +0000 | [diff] [blame] | 766 | } |
Bodo Möller | ed3883d | 2006-01-02 23:14:37 +0000 | [diff] [blame] | 767 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 768 | |
Dr. Stephen Henson | 82fc1d9 | 2000-02-03 02:56:48 +0000 | [diff] [blame] | 769 | con=SSL_new(ctx); |
Bodo Möller | ed3883d | 2006-01-02 23:14:37 +0000 | [diff] [blame] | 770 | #ifndef OPENSSL_NO_TLSEXT |
Bodo Möller | b1277b9 | 2006-01-02 23:29:12 +0000 | [diff] [blame] | 771 | if (servername != NULL) |
| 772 | { |
Bodo Möller | a13c20f | 2006-01-09 19:49:05 +0000 | [diff] [blame] | 773 | if (!SSL_set_tlsext_host_name(con,servername)) |
Bodo Möller | b1277b9 | 2006-01-02 23:29:12 +0000 | [diff] [blame] | 774 | { |
Bodo Möller | ed3883d | 2006-01-02 23:14:37 +0000 | [diff] [blame] | 775 | BIO_printf(bio_err,"Unable to set TLS servername extension.\n"); |
| 776 | ERR_print_errors(bio_err); |
| 777 | goto end; |
Bodo Möller | b1277b9 | 2006-01-02 23:29:12 +0000 | [diff] [blame] | 778 | } |
Bodo Möller | ed3883d | 2006-01-02 23:14:37 +0000 | [diff] [blame] | 779 | } |
Bodo Möller | ed3883d | 2006-01-02 23:14:37 +0000 | [diff] [blame] | 780 | #endif |
Richard Levitte | cf1b7d9 | 2001-02-19 16:06:34 +0000 | [diff] [blame] | 781 | #ifndef OPENSSL_NO_KRB5 |
Richard Levitte | f9b3bff | 2000-11-30 22:53:34 +0000 | [diff] [blame] | 782 | if (con && (con->kssl_ctx = kssl_ctx_new()) != NULL) |
| 783 | { |
| 784 | kssl_ctx_setstring(con->kssl_ctx, KSSL_SERVER, host); |
| 785 | } |
Richard Levitte | cf1b7d9 | 2001-02-19 16:06:34 +0000 | [diff] [blame] | 786 | #endif /* OPENSSL_NO_KRB5 */ |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 787 | /* SSL_set_cipher_list(con,"RC4-MD5"); */ |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 788 | |
| 789 | re_start: |
| 790 | |
Bodo Möller | b1277b9 | 2006-01-02 23:29:12 +0000 | [diff] [blame] | 791 | if (init_client(&s,host,port,socket_type) == 0) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 792 | { |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 793 | BIO_printf(bio_err,"connect:errno=%d\n",get_last_socket_error()); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 794 | 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. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 804 | if (BIO_socket_ioctl(s,FIONBIO,&l) < 0) |
| 805 | { |
| 806 | ERR_print_errors(bio_err); |
| 807 | goto end; |
| 808 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 809 | } |
| 810 | #endif |
| 811 | if (c_Pause & 0x01) con->debug=1; |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 812 | |
| 813 | if ( SSL_version(con) == DTLS1_VERSION) |
| 814 | { |
| 815 | struct timeval timeout; |
| 816 | |
| 817 | sbio=BIO_new_dgram(s,BIO_NOCLOSE); |
Dr. Stephen Henson | 6c61726 | 2005-04-27 16:27:14 +0000 | [diff] [blame] | 818 | if (getsockname(s, &peer, (void *)&peerlen) < 0) |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 819 | { |
| 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öller | b1277b9 | 2006-01-02 23:29:12 +0000 | [diff] [blame] | 828 | if (enable_timeouts) |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 829 | { |
| 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öller | b1277b9 | 2006-01-02 23:29:12 +0000 | [diff] [blame] | 839 | if (socket_mtu > 0) |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 840 | { |
| 841 | SSL_set_options(con, SSL_OP_NO_QUERY_MTU); |
Bodo Möller | b1277b9 | 2006-01-02 23:29:12 +0000 | [diff] [blame] | 842 | SSL_set_mtu(con, socket_mtu); |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 843 | } |
| 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. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 852 | |
| 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 Levitte | 2549564 | 2004-08-12 08:58:55 +0000 | [diff] [blame] | 864 | BIO_set_callback(sbio,bio_dump_callback); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 865 | BIO_set_callback_arg(sbio,bio_c_out); |
| 866 | } |
Bodo Möller | a661b65 | 2001-10-20 17:56:36 +0000 | [diff] [blame] | 867 | 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. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 872 | |
| 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 Levitte | 135c0af | 2001-11-14 13:57:52 +0000 | [diff] [blame] | 890 | /* This is an ugly hack that does a lot of assumptions */ |
Lutz Jänicke | 4f17dfc | 2003-05-28 20:24:57 +0000 | [diff] [blame] | 891 | if (starttls_proto == 1) |
Richard Levitte | 135c0af | 2001-11-14 13:57:52 +0000 | [diff] [blame] | 892 | { |
| 893 | BIO_read(sbio,mbuf,BUFSIZZ); |
| 894 | BIO_printf(sbio,"STARTTLS\r\n"); |
| 895 | BIO_read(sbio,sbuf,BUFSIZZ); |
| 896 | } |
Lutz Jänicke | 4f17dfc | 2003-05-28 20:24:57 +0000 | [diff] [blame] | 897 | 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 Levitte | 135c0af | 2001-11-14 13:57:52 +0000 | [diff] [blame] | 903 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 904 | for (;;) |
| 905 | { |
| 906 | FD_ZERO(&readfds); |
| 907 | FD_ZERO(&writefds); |
| 908 | |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 909 | if (SSL_in_init(con) && !SSL_total_renegotiations(con)) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 910 | { |
| 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öller | ed3883d | 2006-01-02 23:14:37 +0000 | [diff] [blame] | 920 | #ifndef OPENSSL_NO_TLSEXT |
Bodo Möller | b1277b9 | 2006-01-02 23:29:12 +0000 | [diff] [blame] | 921 | if (servername != NULL && !SSL_session_reused(con)) |
| 922 | { |
Bodo Möller | ed3883d | 2006-01-02 23:14:37 +0000 | [diff] [blame] | 923 | BIO_printf(bio_c_out,"Server did %sacknowledge servername extension.\n",tlsextcbp.ack?"":"not "); |
Bodo Möller | b1277b9 | 2006-01-02 23:29:12 +0000 | [diff] [blame] | 924 | } |
Bodo Möller | ed3883d | 2006-01-02 23:14:37 +0000 | [diff] [blame] | 925 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 926 | print_stuff(bio_c_out,con,full_log); |
| 927 | if (full_log > 0) full_log--; |
| 928 | |
Lutz Jänicke | 4f17dfc | 2003-05-28 20:24:57 +0000 | [diff] [blame] | 929 | if (starttls_proto) |
Richard Levitte | 135c0af | 2001-11-14 13:57:52 +0000 | [diff] [blame] | 930 | { |
| 931 | BIO_printf(bio_err,"%s",mbuf); |
| 932 | /* We don't need to know any more */ |
Lutz Jänicke | 4f17dfc | 2003-05-28 20:24:57 +0000 | [diff] [blame] | 933 | starttls_proto = 0; |
Richard Levitte | 135c0af | 2001-11-14 13:57:52 +0000 | [diff] [blame] | 934 | } |
| 935 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 936 | 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öller | c7ac31e | 1999-04-09 20:54:25 +0000 | [diff] [blame] | 948 | ssl_pending = read_ssl && SSL_pending(con); |
| 949 | |
| 950 | if (!ssl_pending) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 951 | { |
Richard Levitte | 4d8743f | 2003-11-28 13:10:58 +0000 | [diff] [blame] | 952 | #if !defined(OPENSSL_SYS_WINDOWS) && !defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_NETWARE) |
Bodo Möller | c7ac31e | 1999-04-09 20:54:25 +0000 | [diff] [blame] | 953 | 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öller | c7ac31e | 1999-04-09 20:54:25 +0000 | [diff] [blame] | 958 | 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 Henson | 06f4536 | 1999-09-20 22:09:17 +0000 | [diff] [blame] | 962 | #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öller | c7ac31e | 1999-04-09 20:54:25 +0000 | [diff] [blame] | 970 | /* printf("mode tty(%d %d%d) ssl(%d%d)\n", |
| 971 | tty_on,read_tty,write_tty,read_ssl,write_ssl);*/ |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 972 | |
Ulf Möller | 75e0770 | 1999-05-13 13:21:17 +0000 | [diff] [blame] | 973 | /* Note: under VMS with SOCKETSHR the second parameter |
Ulf Möller | 7d7d2cb | 1999-05-13 11:37:32 +0000 | [diff] [blame] | 974 | * 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 Levitte | 3d7c4a5 | 2003-09-27 21:56:08 +0000 | [diff] [blame] | 979 | #if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS) |
| 980 | /* Under Windows/DOS we make the assumption that we can |
Dr. Stephen Henson | 06f4536 | 1999-09-20 22:09:17 +0000 | [diff] [blame] | 981 | * 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öller | 4ec19e2 | 2000-02-20 20:59:21 +0000 | [diff] [blame] | 987 | i=0; |
Dr. Stephen Henson | 06f4536 | 1999-09-20 22:09:17 +0000 | [diff] [blame] | 988 | 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 Levitte | 3d7c4a5 | 2003-09-27 21:56:08 +0000 | [diff] [blame] | 994 | #if defined(OPENSSL_SYS_WINCE) || defined(OPENSSL_SYS_MSDOS) |
Richard Levitte | 0bf23d9 | 2002-11-15 22:37:18 +0000 | [diff] [blame] | 995 | if(!i && (!_kbhit() || !read_tty) ) continue; |
| 996 | #else |
Richard Levitte | a9ef75c | 2000-06-01 11:23:20 +0000 | [diff] [blame] | 997 | if(!i && (!((_kbhit()) || (WAIT_OBJECT_0 == WaitForSingleObject(GetStdHandle(STD_INPUT_HANDLE), 0))) || !read_tty) ) continue; |
Richard Levitte | 0bf23d9 | 2002-11-15 22:37:18 +0000 | [diff] [blame] | 998 | #endif |
Dr. Stephen Henson | 06f4536 | 1999-09-20 22:09:17 +0000 | [diff] [blame] | 999 | } else i=select(width,(void *)&readfds,(void *)&writefds, |
| 1000 | NULL,NULL); |
| 1001 | } |
Richard Levitte | 47c1735 | 2004-06-28 11:55:28 +0000 | [diff] [blame] | 1002 | #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 Henson | 06f4536 | 1999-09-20 22:09:17 +0000 | [diff] [blame] | 1012 | #else |
Ulf Möller | 7d7d2cb | 1999-05-13 11:37:32 +0000 | [diff] [blame] | 1013 | i=select(width,(void *)&readfds,(void *)&writefds, |
| 1014 | NULL,NULL); |
Dr. Stephen Henson | 06f4536 | 1999-09-20 22:09:17 +0000 | [diff] [blame] | 1015 | #endif |
Bodo Möller | c7ac31e | 1999-04-09 20:54:25 +0000 | [diff] [blame] | 1016 | if ( i < 0) |
| 1017 | { |
| 1018 | BIO_printf(bio_err,"bad select %d\n", |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1019 | get_last_socket_error()); |
Bodo Möller | c7ac31e | 1999-04-09 20:54:25 +0000 | [diff] [blame] | 1020 | goto shut; |
| 1021 | /* goto end; */ |
| 1022 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1023 | } |
| 1024 | |
Bodo Möller | c7ac31e | 1999-04-09 20:54:25 +0000 | [diff] [blame] | 1025 | if (!ssl_pending && FD_ISSET(SSL_get_fd(con),&writefds)) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1026 | { |
| 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. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1078 | get_last_socket_error()); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1079 | 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 Levitte | 4d8743f | 2003-11-28 13:10:58 +0000 | [diff] [blame] | 1092 | #if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS) || defined(OPENSSL_SYS_NETWARE) |
Richard Levitte | 8d6e604 | 2002-11-14 11:22:01 +0000 | [diff] [blame] | 1093 | /* Assume Windows/DOS can always write */ |
Dr. Stephen Henson | 06f4536 | 1999-09-20 22:09:17 +0000 | [diff] [blame] | 1094 | else if (!ssl_pending && write_tty) |
| 1095 | #else |
Bodo Möller | c7ac31e | 1999-04-09 20:54:25 +0000 | [diff] [blame] | 1096 | else if (!ssl_pending && FD_ISSET(fileno(stdout),&writefds)) |
Dr. Stephen Henson | 06f4536 | 1999-09-20 22:09:17 +0000 | [diff] [blame] | 1097 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1098 | { |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 1099 | #ifdef CHARSET_EBCDIC |
| 1100 | ascii2ebcdic(&(sbuf[sbuf_off]),&(sbuf[sbuf_off]),sbuf_len); |
| 1101 | #endif |
Andy Polyakov | ffa1018 | 2005-11-04 09:30:55 +0000 | [diff] [blame] | 1102 | i=raw_write_stdout(&(sbuf[sbuf_off]),sbuf_len); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1103 | |
| 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öller | c7ac31e | 1999-04-09 20:54:25 +0000 | [diff] [blame] | 1119 | else if (ssl_pending || FD_ISSET(SSL_get_fd(con),&readfds)) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1120 | { |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1121 | #ifdef RENEG |
| 1122 | { static int iiii; if (++iiii == 52) { SSL_renegotiate(con); iiii=0; } } |
| 1123 | #endif |
Ralf S. Engelschall | dfeab06 | 1998-12-21 11:00:56 +0000 | [diff] [blame] | 1124 | #if 1 |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1125 | k=SSL_read(con,sbuf,1024 /* BUFSIZZ */ ); |
Ralf S. Engelschall | dfeab06 | 1998-12-21 11:00:56 +0000 | [diff] [blame] | 1126 | #else |
| 1127 | /* Demo for pending and peek :-) */ |
| 1128 | k=SSL_read(con,sbuf,16); |
| 1129 | { char zbuf[10240]; |
| 1130 | printf("read=%d pending=%d peek=%d\n",k,SSL_pending(con),SSL_peek(con,zbuf,10240)); |
| 1131 | } |
| 1132 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1133 | |
| 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. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1161 | BIO_printf(bio_err,"read:errno=%d\n",get_last_socket_error()); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1162 | 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. Engelschall | dfeab06 | 1998-12-21 11:00:56 +0000 | [diff] [blame] | 1169 | /* break; */ |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1170 | } |
| 1171 | } |
| 1172 | |
Richard Levitte | 3d7c4a5 | 2003-09-27 21:56:08 +0000 | [diff] [blame] | 1173 | #if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS) |
| 1174 | #if defined(OPENSSL_SYS_WINCE) || defined(OPENSSL_SYS_MSDOS) |
Richard Levitte | 0bf23d9 | 2002-11-15 22:37:18 +0000 | [diff] [blame] | 1175 | else if (_kbhit()) |
| 1176 | #else |
Richard Levitte | a9ef75c | 2000-06-01 11:23:20 +0000 | [diff] [blame] | 1177 | else if ((_kbhit()) || (WAIT_OBJECT_0 == WaitForSingleObject(GetStdHandle(STD_INPUT_HANDLE), 0))) |
Richard Levitte | 0bf23d9 | 2002-11-15 22:37:18 +0000 | [diff] [blame] | 1178 | #endif |
Richard Levitte | 4d8743f | 2003-11-28 13:10:58 +0000 | [diff] [blame] | 1179 | #elif defined (OPENSSL_SYS_NETWARE) |
Andy Polyakov | ffa1018 | 2005-11-04 09:30:55 +0000 | [diff] [blame] | 1180 | else if (_kbhit()) |
Dr. Stephen Henson | 06f4536 | 1999-09-20 22:09:17 +0000 | [diff] [blame] | 1181 | #else |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1182 | else if (FD_ISSET(fileno(stdin),&readfds)) |
Dr. Stephen Henson | 06f4536 | 1999-09-20 22:09:17 +0000 | [diff] [blame] | 1183 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1184 | { |
Bodo Möller | 1bdb863 | 1999-08-07 02:51:10 +0000 | [diff] [blame] | 1185 | if (crlf) |
| 1186 | { |
| 1187 | int j, lf_num; |
| 1188 | |
Andy Polyakov | ffa1018 | 2005-11-04 09:30:55 +0000 | [diff] [blame] | 1189 | i=raw_read_stdin(cbuf,BUFSIZZ/2); |
Bodo Möller | 1bdb863 | 1999-08-07 02:51:10 +0000 | [diff] [blame] | 1190 | 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 Polyakov | ffa1018 | 2005-11-04 09:30:55 +0000 | [diff] [blame] | 1208 | i=raw_read_stdin(cbuf,BUFSIZZ); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1209 | |
Richard Levitte | ce301b6 | 2000-03-10 12:18:28 +0000 | [diff] [blame] | 1210 | if ((!c_ign_eof) && ((i <= 0) || (cbuf[0] == 'Q'))) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1211 | { |
| 1212 | BIO_printf(bio_err,"DONE\n"); |
| 1213 | goto shut; |
| 1214 | } |
| 1215 | |
Richard Levitte | ce301b6 | 2000-03-10 12:18:28 +0000 | [diff] [blame] | 1216 | if ((!c_ign_eof) && (cbuf[0] == 'R')) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1217 | { |
Ben Laurie | 3bb307c | 1999-04-10 12:08:46 +0000 | [diff] [blame] | 1218 | BIO_printf(bio_err,"RENEGOTIATING\n"); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1219 | SSL_renegotiate(con); |
Ben Laurie | 3bb307c | 1999-04-10 12:08:46 +0000 | [diff] [blame] | 1220 | cbuf_len=0; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1221 | } |
| 1222 | else |
| 1223 | { |
| 1224 | cbuf_len=i; |
| 1225 | cbuf_off=0; |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 1226 | #ifdef CHARSET_EBCDIC |
| 1227 | ebcdic2ascii(cbuf, cbuf, i); |
| 1228 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1229 | } |
| 1230 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1231 | write_ssl=1; |
Ben Laurie | 3bb307c | 1999-04-10 12:08:46 +0000 | [diff] [blame] | 1232 | read_tty=0; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1233 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1234 | } |
| 1235 | shut: |
| 1236 | SSL_shutdown(con); |
| 1237 | SHUTDOWN(SSL_get_fd(con)); |
| 1238 | ret=0; |
| 1239 | end: |
Dr. Stephen Henson | c3ed3b6 | 2000-01-08 19:05:47 +0000 | [diff] [blame] | 1240 | if(prexit) print_stuff(bio_c_out,con,1); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1241 | if (con != NULL) SSL_free(con); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1242 | if (ctx != NULL) SSL_CTX_free(ctx); |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 1243 | if (cert) |
| 1244 | X509_free(cert); |
| 1245 | if (key) |
| 1246 | EVP_PKEY_free(key); |
| 1247 | if (pass) |
| 1248 | OPENSSL_free(pass); |
Richard Levitte | 4579924 | 2002-11-28 08:04:36 +0000 | [diff] [blame] | 1249 | 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. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1252 | if (bio_c_out != NULL) |
| 1253 | { |
| 1254 | BIO_free(bio_c_out); |
| 1255 | bio_c_out=NULL; |
| 1256 | } |
Richard Levitte | c04f8cf | 2001-06-23 16:37:32 +0000 | [diff] [blame] | 1257 | apps_shutdown(); |
Richard Levitte | 1c3e4a3 | 2002-12-03 16:33:03 +0000 | [diff] [blame] | 1258 | OPENSSL_EXIT(ret); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1259 | } |
| 1260 | |
| 1261 | |
Ulf Möller | 6b691a5 | 1999-04-19 21:31:43 +0000 | [diff] [blame] | 1262 | static void print_stuff(BIO *bio, SSL *s, int full) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1263 | { |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1264 | X509 *peer=NULL; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1265 | char *p; |
Nils Larsch | 7d72723 | 2005-04-05 19:11:19 +0000 | [diff] [blame] | 1266 | static const char *space=" "; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1267 | char buf[BUFSIZ]; |
Ben Laurie | f73e07c | 1999-04-12 17:23:57 +0000 | [diff] [blame] | 1268 | STACK_OF(X509) *sk; |
| 1269 | STACK_OF(X509_NAME) *sk2; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1270 | SSL_CIPHER *c; |
| 1271 | X509_NAME *xn; |
| 1272 | int j,i; |
Dr. Stephen Henson | 09b6c2e | 2005-09-30 23:35:33 +0000 | [diff] [blame] | 1273 | #ifndef OPENSSL_NO_COMP |
Geoff Thorpe | d8ec0dc | 2003-11-04 00:51:32 +0000 | [diff] [blame] | 1274 | const COMP_METHOD *comp, *expansion; |
Dr. Stephen Henson | 09b6c2e | 2005-09-30 23:35:33 +0000 | [diff] [blame] | 1275 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1276 | |
| 1277 | if (full) |
| 1278 | { |
Bodo Möller | bc2e519 | 1999-05-17 20:46:43 +0000 | [diff] [blame] | 1279 | int got_a_chain = 0; |
| 1280 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1281 | sk=SSL_get_peer_cert_chain(s); |
| 1282 | if (sk != NULL) |
| 1283 | { |
Bodo Möller | bc2e519 | 1999-05-17 20:46:43 +0000 | [diff] [blame] | 1284 | got_a_chain = 1; /* we don't have it for SSL2 (yet) */ |
| 1285 | |
Ralf S. Engelschall | dfeab06 | 1998-12-21 11:00:56 +0000 | [diff] [blame] | 1286 | BIO_printf(bio,"---\nCertificate chain\n"); |
Ben Laurie | f73e07c | 1999-04-12 17:23:57 +0000 | [diff] [blame] | 1287 | for (i=0; i<sk_X509_num(sk); i++) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1288 | { |
Ben Laurie | f73e07c | 1999-04-12 17:23:57 +0000 | [diff] [blame] | 1289 | X509_NAME_oneline(X509_get_subject_name( |
Ben Laurie | 54a656e | 2002-11-13 15:43:43 +0000 | [diff] [blame] | 1290 | sk_X509_value(sk,i)),buf,sizeof buf); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1291 | BIO_printf(bio,"%2d s:%s\n",i,buf); |
Ben Laurie | f73e07c | 1999-04-12 17:23:57 +0000 | [diff] [blame] | 1292 | X509_NAME_oneline(X509_get_issuer_name( |
Ben Laurie | 54a656e | 2002-11-13 15:43:43 +0000 | [diff] [blame] | 1293 | sk_X509_value(sk,i)),buf,sizeof buf); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1294 | BIO_printf(bio," i:%s\n",buf); |
Bodo Möller | 6d02d8e | 1999-03-31 12:06:30 +0000 | [diff] [blame] | 1295 | if (c_showcerts) |
Ben Laurie | f73e07c | 1999-04-12 17:23:57 +0000 | [diff] [blame] | 1296 | PEM_write_bio_X509(bio,sk_X509_value(sk,i)); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1297 | } |
| 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öller | bc2e519 | 1999-05-17 20:46:43 +0000 | [diff] [blame] | 1305 | if (!(c_showcerts && got_a_chain)) /* Redundant if we showed the whole chain */ |
Bodo Möller | 6d02d8e | 1999-03-31 12:06:30 +0000 | [diff] [blame] | 1306 | PEM_write_bio_X509(bio,peer); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1307 | X509_NAME_oneline(X509_get_subject_name(peer), |
Ben Laurie | 54a656e | 2002-11-13 15:43:43 +0000 | [diff] [blame] | 1308 | buf,sizeof buf); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1309 | BIO_printf(bio,"subject=%s\n",buf); |
| 1310 | X509_NAME_oneline(X509_get_issuer_name(peer), |
Ben Laurie | 54a656e | 2002-11-13 15:43:43 +0000 | [diff] [blame] | 1311 | buf,sizeof buf); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1312 | BIO_printf(bio,"issuer=%s\n",buf); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1313 | } |
| 1314 | else |
| 1315 | BIO_printf(bio,"no peer certificate available\n"); |
| 1316 | |
Ben Laurie | f73e07c | 1999-04-12 17:23:57 +0000 | [diff] [blame] | 1317 | sk2=SSL_get_client_CA_list(s); |
Bodo Möller | d91f8c3 | 1999-04-14 23:10:11 +0000 | [diff] [blame] | 1318 | if ((sk2 != NULL) && (sk_X509_NAME_num(sk2) > 0)) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1319 | { |
| 1320 | BIO_printf(bio,"---\nAcceptable client certificate CA names\n"); |
Ben Laurie | f73e07c | 1999-04-12 17:23:57 +0000 | [diff] [blame] | 1321 | for (i=0; i<sk_X509_NAME_num(sk2); i++) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1322 | { |
Ben Laurie | f73e07c | 1999-04-12 17:23:57 +0000 | [diff] [blame] | 1323 | xn=sk_X509_NAME_value(sk2,i); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1324 | 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 Laurie | 54a656e | 2002-11-13 15:43:43 +0000 | [diff] [blame] | 1333 | p=SSL_get_shared_ciphers(s,buf,sizeof buf); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1334 | if (p != NULL) |
| 1335 | { |
Bodo Möller | 67a4728 | 1999-04-27 16:48:06 +0000 | [diff] [blame] | 1336 | /* 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. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1341 | BIO_printf(bio,"---\nCiphers common between both SSL endpoints:\n"); |
| 1342 | j=i=0; |
| 1343 | while (*p) |
| 1344 | { |
| 1345 | if (*p == ':') |
| 1346 | { |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1347 | BIO_write(bio,space,15-j%25); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1348 | 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 Henson | a8236c8 | 1999-02-15 21:05:21 +0000 | [diff] [blame] | 1371 | if (peer != NULL) { |
| 1372 | EVP_PKEY *pktmp; |
| 1373 | pktmp = X509_get_pubkey(peer); |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1374 | BIO_printf(bio,"Server public key is %d bit\n", |
Dr. Stephen Henson | a8236c8 | 1999-02-15 21:05:21 +0000 | [diff] [blame] | 1375 | EVP_PKEY_bits(pktmp)); |
| 1376 | EVP_PKEY_free(pktmp); |
| 1377 | } |
Dr. Stephen Henson | 09b6c2e | 2005-09-30 23:35:33 +0000 | [diff] [blame] | 1378 | #ifndef OPENSSL_NO_COMP |
Richard Levitte | f44e184 | 2003-10-06 12:19:38 +0000 | [diff] [blame] | 1379 | comp=SSL_get_current_compression(s); |
Geoff Thorpe | d8ec0dc | 2003-11-04 00:51:32 +0000 | [diff] [blame] | 1380 | expansion=SSL_get_current_expansion(s); |
Richard Levitte | f44e184 | 2003-10-06 12:19:38 +0000 | [diff] [blame] | 1381 | BIO_printf(bio,"Compression: %s\n", |
| 1382 | comp ? SSL_COMP_get_name(comp) : "NONE"); |
| 1383 | BIO_printf(bio,"Expansion: %s\n", |
Geoff Thorpe | d8ec0dc | 2003-11-04 00:51:32 +0000 | [diff] [blame] | 1384 | expansion ? SSL_COMP_get_name(expansion) : "NONE"); |
Dr. Stephen Henson | 09b6c2e | 2005-09-30 23:35:33 +0000 | [diff] [blame] | 1385 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1386 | SSL_SESSION_print(bio,SSL_get_session(s)); |
| 1387 | BIO_printf(bio,"---\n"); |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1388 | if (peer != NULL) |
| 1389 | X509_free(peer); |
Lutz Jänicke | 41ebed2 | 2001-10-16 14:24:46 +0000 | [diff] [blame] | 1390 | /* flush, or debugging output gets mixed with http response */ |
| 1391 | BIO_flush(bio); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1392 | } |
| 1393 | |