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