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 | |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 137 | #include <ctype.h> |
Ulf Möller | 8c197cc | 1999-07-28 23:25:59 +0000 | [diff] [blame] | 138 | #include <stdio.h> |
| 139 | #include <stdlib.h> |
| 140 | #include <string.h> |
Viktor Dukhovni | cddd424 | 2015-12-29 14:25:50 -0500 | [diff] [blame] | 141 | #include <errno.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 | f9e5503 | 2016-03-21 15:32:40 +0000 | [diff] [blame^] | 144 | #ifndef OPENSSL_NO_SOCK |
| 145 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 146 | /* |
| 147 | * With IPv6, it looks like Digital has mixed up the proper order of |
| 148 | * recursive header file inclusion, resulting in the compiler complaining |
| 149 | * that u_int isn't defined, but only if _POSIX_C_SOURCE is defined, which is |
| 150 | * needed to have fileno() declared correctly... So let's define u_int |
| 151 | */ |
Richard Levitte | bc36ee6 | 2001-02-20 08:13:47 +0000 | [diff] [blame] | 152 | #if defined(OPENSSL_SYS_VMS_DECC) && !defined(__U_INT) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 153 | # define __U_INT |
Ulf Möller | 7d7d2cb | 1999-05-13 11:37:32 +0000 | [diff] [blame] | 154 | typedef unsigned int u_int; |
| 155 | #endif |
| 156 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 157 | #define USE_SOCKETS |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 158 | #include "apps.h" |
Bodo Möller | ec57782 | 1999-04-23 22:13:45 +0000 | [diff] [blame] | 159 | #include <openssl/x509.h> |
| 160 | #include <openssl/ssl.h> |
| 161 | #include <openssl/err.h> |
| 162 | #include <openssl/pem.h> |
Geoff Thorpe | 1372965 | 2001-09-12 02:39:06 +0000 | [diff] [blame] | 163 | #include <openssl/rand.h> |
Dr. Stephen Henson | 67c8e7f | 2007-09-26 21:56:59 +0000 | [diff] [blame] | 164 | #include <openssl/ocsp.h> |
Geoff Thorpe | 1e26a8b | 2008-03-16 21:05:46 +0000 | [diff] [blame] | 165 | #include <openssl/bn.h> |
Matt Caswell | 5e6f977 | 2015-09-16 23:09:15 +0100 | [diff] [blame] | 166 | #include <openssl/async.h> |
Ben Laurie | edc032b | 2011-03-12 17:01:19 +0000 | [diff] [blame] | 167 | #ifndef OPENSSL_NO_SRP |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 168 | # include <openssl/srp.h> |
Ben Laurie | edc032b | 2011-03-12 17:01:19 +0000 | [diff] [blame] | 169 | #endif |
Rob Percival | dd696a5 | 2016-03-02 13:34:05 +0000 | [diff] [blame] | 170 | #ifndef OPENSSL_NO_CT |
| 171 | # include <openssl/ct.h> |
| 172 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 173 | #include "s_apps.h" |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 174 | #include "timeouts.h" |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 175 | |
Emilia Kasper | efc943b | 2016-02-22 16:58:36 +0100 | [diff] [blame] | 176 | #if defined(__has_feature) |
| 177 | # if __has_feature(memory_sanitizer) |
| 178 | # include <sanitizer/msan_interface.h> |
| 179 | # endif |
| 180 | #endif |
| 181 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 182 | #undef BUFSIZZ |
| 183 | #define BUFSIZZ 1024*8 |
Nathan Phillip Brink | cfb4f1e | 2015-05-13 16:00:21 -0400 | [diff] [blame] | 184 | #define S_CLIENT_IRC_READ_TIMEOUT 8 |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 185 | |
| 186 | extern int verify_depth; |
| 187 | extern int verify_error; |
Dr. Stephen Henson | 5d20c4f | 2006-09-17 17:16:28 +0000 | [diff] [blame] | 188 | extern int verify_return_error; |
Dr. Stephen Henson | 2a7cbe7 | 2012-09-12 23:14:28 +0000 | [diff] [blame] | 189 | extern int verify_quiet; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 190 | |
Viktor Dukhovni | cddd424 | 2015-12-29 14:25:50 -0500 | [diff] [blame] | 191 | static char *prog; |
Matt Caswell | 7e25dd6 | 2015-02-13 23:33:12 +0000 | [diff] [blame] | 192 | static int async = 0; |
Matt Caswell | 032c6d2 | 2015-09-22 11:23:33 +0100 | [diff] [blame] | 193 | static unsigned int split_send_fragment = 0; |
| 194 | static unsigned int max_pipelines = 0; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 195 | static int c_nbio = 0; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 196 | static int c_tlsextdebug = 0; |
| 197 | static int c_status_req = 0; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 198 | static int c_debug = 0; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 199 | static int c_msg = 0; |
| 200 | static int c_showcerts = 0; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 201 | static char *keymatexportlabel = NULL; |
| 202 | static int keymatexportlen = 20; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 203 | static BIO *bio_c_out = NULL; |
| 204 | static BIO *bio_c_msg = NULL; |
| 205 | static int c_quiet = 0; |
| 206 | static int c_ign_eof = 0; |
| 207 | static int c_brief = 0; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 208 | |
Rob Percival | 0d4d5ab | 2016-03-10 19:49:34 +0000 | [diff] [blame] | 209 | static void print_stuff(BIO *berr, SSL *con, int full); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 210 | static int ocsp_resp_cb(SSL *s, void *arg); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 211 | |
Viktor Dukhovni | cddd424 | 2015-12-29 14:25:50 -0500 | [diff] [blame] | 212 | static int saved_errno; |
| 213 | |
| 214 | static void save_errno(void) |
| 215 | { |
| 216 | saved_errno = errno; |
| 217 | errno = 0; |
| 218 | } |
| 219 | |
| 220 | static int restore_errno(void) |
| 221 | { |
| 222 | int ret = errno; |
| 223 | errno = saved_errno; |
| 224 | return ret; |
| 225 | } |
| 226 | |
Matt Caswell | ec44792 | 2016-01-25 15:00:10 +0000 | [diff] [blame] | 227 | static void do_ssl_shutdown(SSL *ssl) |
| 228 | { |
| 229 | int ret; |
| 230 | |
| 231 | do { |
| 232 | /* We only do unidirectional shutdown */ |
| 233 | ret = SSL_shutdown(ssl); |
| 234 | if (ret < 0) { |
| 235 | switch (SSL_get_error(ssl, ret)) { |
| 236 | case SSL_ERROR_WANT_READ: |
| 237 | case SSL_ERROR_WANT_WRITE: |
| 238 | case SSL_ERROR_WANT_ASYNC: |
| 239 | /* We just do busy waiting. Nothing clever */ |
| 240 | continue; |
| 241 | } |
| 242 | ret = 0; |
| 243 | } |
| 244 | } while (ret < 0); |
| 245 | } |
| 246 | |
| 247 | |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 248 | #ifndef OPENSSL_NO_PSK |
| 249 | /* Default PSK identity and key */ |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 250 | static char *psk_identity = "Client_identity"; |
| 251 | /* |
| 252 | * char *psk_key=NULL; by default PSK is not used |
| 253 | */ |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 254 | |
| 255 | 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] | 256 | unsigned int max_identity_len, |
| 257 | unsigned char *psk, |
| 258 | unsigned int max_psk_len) |
| 259 | { |
| 260 | unsigned int psk_len = 0; |
| 261 | int ret; |
| 262 | BIGNUM *bn = NULL; |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 263 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 264 | if (c_debug) |
| 265 | BIO_printf(bio_c_out, "psk_client_cb\n"); |
| 266 | if (!hint) { |
| 267 | /* no ServerKeyExchange message */ |
| 268 | if (c_debug) |
| 269 | BIO_printf(bio_c_out, |
| 270 | "NULL received PSK identity hint, continuing anyway\n"); |
| 271 | } else if (c_debug) |
| 272 | BIO_printf(bio_c_out, "Received PSK identity hint '%s'\n", hint); |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 273 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 274 | /* |
| 275 | * lookup PSK identity and PSK key based on the given identity hint here |
| 276 | */ |
| 277 | ret = BIO_snprintf(identity, max_identity_len, "%s", psk_identity); |
| 278 | if (ret < 0 || (unsigned int)ret > max_identity_len) |
| 279 | goto out_err; |
| 280 | if (c_debug) |
| 281 | BIO_printf(bio_c_out, "created identity '%s' len=%d\n", identity, |
| 282 | ret); |
| 283 | ret = BN_hex2bn(&bn, psk_key); |
| 284 | if (!ret) { |
| 285 | BIO_printf(bio_err, "Could not convert PSK key '%s' to BIGNUM\n", |
| 286 | psk_key); |
Rich Salz | 23a1d5e | 2015-04-30 21:37:06 -0400 | [diff] [blame] | 287 | BN_free(bn); |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 288 | return 0; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 289 | } |
| 290 | |
| 291 | if ((unsigned int)BN_num_bytes(bn) > max_psk_len) { |
| 292 | BIO_printf(bio_err, |
| 293 | "psk buffer of callback is too small (%d) for key (%d)\n", |
| 294 | max_psk_len, BN_num_bytes(bn)); |
| 295 | BN_free(bn); |
| 296 | return 0; |
| 297 | } |
| 298 | |
| 299 | psk_len = BN_bn2bin(bn, psk); |
| 300 | BN_free(bn); |
| 301 | if (psk_len == 0) |
| 302 | goto out_err; |
| 303 | |
| 304 | if (c_debug) |
| 305 | BIO_printf(bio_c_out, "created PSK len=%d\n", psk_len); |
| 306 | |
| 307 | return psk_len; |
| 308 | out_err: |
| 309 | if (c_debug) |
| 310 | BIO_printf(bio_err, "Error in PSK client callback\n"); |
| 311 | return 0; |
| 312 | } |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 313 | #endif |
| 314 | |
Bodo Möller | ed3883d | 2006-01-02 23:14:37 +0000 | [diff] [blame] | 315 | /* This is a context that we pass to callbacks */ |
| 316 | typedef struct tlsextctx_st { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 317 | BIO *biodebug; |
| 318 | int ack; |
Bodo Möller | ed3883d | 2006-01-02 23:14:37 +0000 | [diff] [blame] | 319 | } tlsextctx; |
| 320 | |
Rich Salz | 6d23cf9 | 2015-01-12 17:29:26 -0500 | [diff] [blame] | 321 | static int ssl_servername_cb(SSL *s, int *ad, void *arg) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 322 | { |
| 323 | tlsextctx *p = (tlsextctx *) arg; |
| 324 | const char *hn = SSL_get_servername(s, TLSEXT_NAMETYPE_host_name); |
| 325 | if (SSL_get_servername_type(s) != -1) |
| 326 | p->ack = !SSL_session_reused(s) && hn != NULL; |
| 327 | else |
| 328 | BIO_printf(bio_err, "Can't use SSL_get_servername\n"); |
Ben Laurie | ee2ffc2 | 2010-07-28 10:06:55 +0000 | [diff] [blame] | 329 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 330 | return SSL_TLSEXT_ERR_OK; |
| 331 | } |
| 332 | |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 333 | #ifndef OPENSSL_NO_SRP |
Ben Laurie | edc032b | 2011-03-12 17:01:19 +0000 | [diff] [blame] | 334 | |
| 335 | /* This is a context that we pass to all callbacks */ |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 336 | typedef struct srp_arg_st { |
| 337 | char *srppassin; |
| 338 | char *srplogin; |
| 339 | int msg; /* copy from c_msg */ |
| 340 | int debug; /* copy from c_debug */ |
| 341 | int amp; /* allow more groups */ |
| 342 | int strength /* minimal size for N */ ; |
| 343 | } SRP_ARG; |
Ben Laurie | edc032b | 2011-03-12 17:01:19 +0000 | [diff] [blame] | 344 | |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 345 | # define SRP_NUMBER_ITERATIONS_FOR_PRIME 64 |
Ben Laurie | edc032b | 2011-03-12 17:01:19 +0000 | [diff] [blame] | 346 | |
Dr. Stephen Henson | f2fc307 | 2011-12-14 22:17:06 +0000 | [diff] [blame] | 347 | 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] | 348 | { |
| 349 | BN_CTX *bn_ctx = BN_CTX_new(); |
| 350 | BIGNUM *p = BN_new(); |
| 351 | BIGNUM *r = BN_new(); |
| 352 | int ret = |
| 353 | g != NULL && N != NULL && bn_ctx != NULL && BN_is_odd(N) && |
| 354 | BN_is_prime_ex(N, SRP_NUMBER_ITERATIONS_FOR_PRIME, bn_ctx, NULL) && |
| 355 | p != NULL && BN_rshift1(p, N) && |
| 356 | /* p = (N-1)/2 */ |
| 357 | BN_is_prime_ex(p, SRP_NUMBER_ITERATIONS_FOR_PRIME, bn_ctx, NULL) && |
| 358 | r != NULL && |
| 359 | /* verify g^((N-1)/2) == -1 (mod N) */ |
| 360 | BN_mod_exp(r, g, p, N, bn_ctx) && |
| 361 | BN_add_word(r, 1) && BN_cmp(r, N) == 0; |
Ben Laurie | edc032b | 2011-03-12 17:01:19 +0000 | [diff] [blame] | 362 | |
Rich Salz | 23a1d5e | 2015-04-30 21:37:06 -0400 | [diff] [blame] | 363 | BN_free(r); |
| 364 | BN_free(p); |
| 365 | BN_CTX_free(bn_ctx); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 366 | return ret; |
| 367 | } |
Ben Laurie | edc032b | 2011-03-12 17:01:19 +0000 | [diff] [blame] | 368 | |
Matt Caswell | c80fd6b | 2015-01-16 09:21:50 +0000 | [diff] [blame] | 369 | /*- |
| 370 | * This callback is used here for two purposes: |
| 371 | * - extended debugging |
| 372 | * - making some primality tests for unknown groups |
| 373 | * The callback is only called for a non default group. |
| 374 | * |
| 375 | * An application does not need the call back at all if |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 376 | * only the stanard groups are used. In real life situations, |
| 377 | * client and server already share well known groups, |
| 378 | * thus there is no need to verify them. |
Matt Caswell | c80fd6b | 2015-01-16 09:21:50 +0000 | [diff] [blame] | 379 | * Furthermore, in case that a server actually proposes a group that |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 380 | * is not one of those defined in RFC 5054, it is more appropriate |
| 381 | * to add the group to a static list and then compare since |
Matt Caswell | c80fd6b | 2015-01-16 09:21:50 +0000 | [diff] [blame] | 382 | * primality tests are rather cpu consuming. |
| 383 | */ |
Dr. Stephen Henson | f2fc307 | 2011-12-14 22:17:06 +0000 | [diff] [blame] | 384 | |
Rich Salz | 6d23cf9 | 2015-01-12 17:29:26 -0500 | [diff] [blame] | 385 | static int ssl_srp_verify_param_cb(SSL *s, void *arg) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 386 | { |
| 387 | SRP_ARG *srp_arg = (SRP_ARG *)arg; |
| 388 | BIGNUM *N = NULL, *g = NULL; |
Rich Salz | 75ebbd9 | 2015-05-06 13:43:59 -0400 | [diff] [blame] | 389 | |
| 390 | if (((N = SSL_get_srp_N(s)) == NULL) || ((g = SSL_get_srp_g(s)) == NULL)) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 391 | return 0; |
| 392 | if (srp_arg->debug || srp_arg->msg || srp_arg->amp == 1) { |
| 393 | BIO_printf(bio_err, "SRP parameters:\n"); |
| 394 | BIO_printf(bio_err, "\tN="); |
| 395 | BN_print(bio_err, N); |
| 396 | BIO_printf(bio_err, "\n\tg="); |
| 397 | BN_print(bio_err, g); |
| 398 | BIO_printf(bio_err, "\n"); |
| 399 | } |
Ben Laurie | edc032b | 2011-03-12 17:01:19 +0000 | [diff] [blame] | 400 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 401 | if (SRP_check_known_gN_param(g, N)) |
| 402 | return 1; |
Ben Laurie | edc032b | 2011-03-12 17:01:19 +0000 | [diff] [blame] | 403 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 404 | if (srp_arg->amp == 1) { |
| 405 | if (srp_arg->debug) |
| 406 | BIO_printf(bio_err, |
| 407 | "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] | 408 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 409 | /* |
| 410 | * The srp_moregroups is a real debugging feature. Implementors |
| 411 | * should rather add the value to the known ones. The minimal size |
| 412 | * has already been tested. |
| 413 | */ |
| 414 | if (BN_num_bits(g) <= BN_BITS && srp_Verify_N_and_g(N, g)) |
| 415 | return 1; |
| 416 | } |
| 417 | BIO_printf(bio_err, "SRP param N and g rejected.\n"); |
| 418 | return 0; |
| 419 | } |
Ben Laurie | edc032b | 2011-03-12 17:01:19 +0000 | [diff] [blame] | 420 | |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 421 | # define PWD_STRLEN 1024 |
Ben Laurie | edc032b | 2011-03-12 17:01:19 +0000 | [diff] [blame] | 422 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 423 | static char *ssl_give_srp_client_pwd_cb(SSL *s, void *arg) |
| 424 | { |
| 425 | SRP_ARG *srp_arg = (SRP_ARG *)arg; |
Rich Salz | 68dc682 | 2015-04-30 17:48:31 -0400 | [diff] [blame] | 426 | char *pass = app_malloc(PWD_STRLEN + 1, "SRP password buffer"); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 427 | PW_CB_DATA cb_tmp; |
| 428 | int l; |
Ben Laurie | edc032b | 2011-03-12 17:01:19 +0000 | [diff] [blame] | 429 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 430 | cb_tmp.password = (char *)srp_arg->srppassin; |
| 431 | cb_tmp.prompt_info = "SRP user"; |
| 432 | if ((l = password_callback(pass, PWD_STRLEN, 0, &cb_tmp)) < 0) { |
| 433 | BIO_printf(bio_err, "Can't read Password\n"); |
| 434 | OPENSSL_free(pass); |
| 435 | return NULL; |
| 436 | } |
| 437 | *(pass + l) = '\0'; |
Ben Laurie | edc032b | 2011-03-12 17:01:19 +0000 | [diff] [blame] | 438 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 439 | return pass; |
| 440 | } |
Ben Laurie | edc032b | 2011-03-12 17:01:19 +0000 | [diff] [blame] | 441 | |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 442 | #endif |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 443 | |
Ben Laurie | df2ee0e | 2015-09-05 13:32:58 +0100 | [diff] [blame] | 444 | static char *srtp_profiles = NULL; |
Ben Laurie | edc032b | 2011-03-12 17:01:19 +0000 | [diff] [blame] | 445 | |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 446 | #ifndef OPENSSL_NO_NEXTPROTONEG |
Ben Laurie | ee2ffc2 | 2010-07-28 10:06:55 +0000 | [diff] [blame] | 447 | /* This the context that we pass to next_proto_cb */ |
| 448 | typedef struct tlsextnextprotoctx_st { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 449 | unsigned char *data; |
Todd Short | 817cd0d | 2016-03-05 08:47:55 -0500 | [diff] [blame] | 450 | size_t len; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 451 | int status; |
Ben Laurie | ee2ffc2 | 2010-07-28 10:06:55 +0000 | [diff] [blame] | 452 | } tlsextnextprotoctx; |
| 453 | |
| 454 | static tlsextnextprotoctx next_proto; |
| 455 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 456 | static int next_proto_cb(SSL *s, unsigned char **out, unsigned char *outlen, |
| 457 | const unsigned char *in, unsigned int inlen, |
| 458 | void *arg) |
| 459 | { |
| 460 | tlsextnextprotoctx *ctx = arg; |
Ben Laurie | ee2ffc2 | 2010-07-28 10:06:55 +0000 | [diff] [blame] | 461 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 462 | if (!c_quiet) { |
| 463 | /* We can assume that |in| is syntactically valid. */ |
| 464 | unsigned i; |
| 465 | BIO_printf(bio_c_out, "Protocols advertised by server: "); |
| 466 | for (i = 0; i < inlen;) { |
| 467 | if (i) |
| 468 | BIO_write(bio_c_out, ", ", 2); |
| 469 | BIO_write(bio_c_out, &in[i + 1], in[i]); |
| 470 | i += in[i] + 1; |
| 471 | } |
| 472 | BIO_write(bio_c_out, "\n", 1); |
| 473 | } |
Ben Laurie | ee2ffc2 | 2010-07-28 10:06:55 +0000 | [diff] [blame] | 474 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 475 | ctx->status = |
| 476 | SSL_select_next_proto(out, outlen, in, inlen, ctx->data, ctx->len); |
| 477 | return SSL_TLSEXT_ERR_OK; |
| 478 | } |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 479 | #endif /* ndef OPENSSL_NO_NEXTPROTONEG */ |
Trevor | a398f82 | 2013-05-12 18:55:27 -0700 | [diff] [blame] | 480 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 481 | static int serverinfo_cli_parse_cb(SSL *s, unsigned int ext_type, |
| 482 | const unsigned char *in, size_t inlen, |
| 483 | int *al, void *arg) |
| 484 | { |
| 485 | char pem_name[100]; |
| 486 | unsigned char ext_buf[4 + 65536]; |
Trevor | a398f82 | 2013-05-12 18:55:27 -0700 | [diff] [blame] | 487 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 488 | /* Reconstruct the type/len fields prior to extension data */ |
| 489 | ext_buf[0] = ext_type >> 8; |
| 490 | ext_buf[1] = ext_type & 0xFF; |
| 491 | ext_buf[2] = inlen >> 8; |
| 492 | ext_buf[3] = inlen & 0xFF; |
| 493 | memcpy(ext_buf + 4, in, inlen); |
Trevor | a398f82 | 2013-05-12 18:55:27 -0700 | [diff] [blame] | 494 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 495 | BIO_snprintf(pem_name, sizeof(pem_name), "SERVERINFO FOR EXTENSION %d", |
| 496 | ext_type); |
| 497 | PEM_write_bio(bio_c_out, pem_name, "", ext_buf, 4 + inlen); |
| 498 | return 1; |
| 499 | } |
Trevor | a398f82 | 2013-05-12 18:55:27 -0700 | [diff] [blame] | 500 | |
Viktor Dukhovni | cddd424 | 2015-12-29 14:25:50 -0500 | [diff] [blame] | 501 | /* |
| 502 | * Hex decoder that tolerates optional whitespace. Returns number of bytes |
| 503 | * produced, advances inptr to end of input string. |
| 504 | */ |
| 505 | static ossl_ssize_t hexdecode(const char **inptr, void *result) |
| 506 | { |
| 507 | unsigned char **out = (unsigned char **)result; |
| 508 | const char *in = *inptr; |
| 509 | unsigned char *ret = OPENSSL_malloc(strlen(in)/2); |
| 510 | unsigned char *cp = ret; |
| 511 | uint8_t byte; |
| 512 | int nibble = 0; |
| 513 | |
| 514 | if (ret == NULL) |
| 515 | return -1; |
| 516 | |
| 517 | for (byte = 0; *in; ++in) { |
| 518 | char c; |
| 519 | |
Richard Levitte | 18295f0 | 2016-02-14 13:02:15 +0100 | [diff] [blame] | 520 | if (isspace(_UC(*in))) |
Viktor Dukhovni | cddd424 | 2015-12-29 14:25:50 -0500 | [diff] [blame] | 521 | continue; |
Richard Levitte | 18295f0 | 2016-02-14 13:02:15 +0100 | [diff] [blame] | 522 | c = tolower(_UC(*in)); |
Viktor Dukhovni | cddd424 | 2015-12-29 14:25:50 -0500 | [diff] [blame] | 523 | if ('0' <= c && c <= '9') { |
| 524 | byte |= c - '0'; |
| 525 | } else if ('a' <= c && c <= 'f') { |
| 526 | byte |= c - 'a' + 10; |
| 527 | } else { |
| 528 | OPENSSL_free(ret); |
| 529 | return 0; |
| 530 | } |
| 531 | if ((nibble ^= 1) == 0) { |
| 532 | *cp++ = byte; |
| 533 | byte = 0; |
| 534 | } else { |
| 535 | byte <<= 4; |
| 536 | } |
| 537 | } |
| 538 | if (nibble != 0) { |
| 539 | OPENSSL_free(ret); |
| 540 | return 0; |
| 541 | } |
| 542 | *inptr = in; |
| 543 | |
| 544 | return cp - (*out = ret); |
| 545 | } |
| 546 | |
| 547 | /* |
| 548 | * Decode unsigned 0..255, returns 1 on success, <= 0 on failure. Advances |
| 549 | * inptr to next field skipping leading whitespace. |
| 550 | */ |
| 551 | static ossl_ssize_t checked_uint8(const char **inptr, void *out) |
| 552 | { |
| 553 | uint8_t *result = (uint8_t *)out; |
| 554 | const char *in = *inptr; |
| 555 | char *endp; |
| 556 | long v; |
| 557 | int e; |
| 558 | |
| 559 | save_errno(); |
| 560 | v = strtol(in, &endp, 10); |
| 561 | e = restore_errno(); |
| 562 | |
| 563 | if (((v == LONG_MIN || v == LONG_MAX) && e == ERANGE) || |
Richard Levitte | 18295f0 | 2016-02-14 13:02:15 +0100 | [diff] [blame] | 564 | endp == in || !isspace(_UC(*endp)) || |
Viktor Dukhovni | cddd424 | 2015-12-29 14:25:50 -0500 | [diff] [blame] | 565 | v != (*result = (uint8_t) v)) { |
| 566 | return -1; |
| 567 | } |
Richard Levitte | 18295f0 | 2016-02-14 13:02:15 +0100 | [diff] [blame] | 568 | for (in = endp; isspace(_UC(*in)); ++in) |
Viktor Dukhovni | cddd424 | 2015-12-29 14:25:50 -0500 | [diff] [blame] | 569 | continue; |
| 570 | |
| 571 | *inptr = in; |
| 572 | return 1; |
| 573 | } |
| 574 | |
Rich Salz | 7ff970e | 2016-01-08 10:36:37 -0500 | [diff] [blame] | 575 | struct tlsa_field { |
| 576 | void *var; |
| 577 | const char *name; |
| 578 | ossl_ssize_t (*parser)(const char **, void *); |
| 579 | }; |
| 580 | |
Viktor Dukhovni | cddd424 | 2015-12-29 14:25:50 -0500 | [diff] [blame] | 581 | static int tlsa_import_rr(SSL *con, const char *rrdata) |
| 582 | { |
Rich Salz | 7ff970e | 2016-01-08 10:36:37 -0500 | [diff] [blame] | 583 | /* Not necessary to re-init these values; the "parsers" do that. */ |
| 584 | static uint8_t usage; |
| 585 | static uint8_t selector; |
| 586 | static uint8_t mtype; |
| 587 | static unsigned char *data; |
Rich Salz | f232d6e | 2016-01-08 13:06:01 -0500 | [diff] [blame] | 588 | static struct tlsa_field tlsa_fields[] = { |
Viktor Dukhovni | cddd424 | 2015-12-29 14:25:50 -0500 | [diff] [blame] | 589 | { &usage, "usage", checked_uint8 }, |
| 590 | { &selector, "selector", checked_uint8 }, |
| 591 | { &mtype, "mtype", checked_uint8 }, |
| 592 | { &data, "data", hexdecode }, |
| 593 | { NULL, } |
| 594 | }; |
| 595 | struct tlsa_field *f; |
Rich Salz | 7ff970e | 2016-01-08 10:36:37 -0500 | [diff] [blame] | 596 | int ret; |
| 597 | const char *cp = rrdata; |
| 598 | ossl_ssize_t len = 0; |
Viktor Dukhovni | cddd424 | 2015-12-29 14:25:50 -0500 | [diff] [blame] | 599 | |
| 600 | for (f = tlsa_fields; f->var; ++f) { |
| 601 | /* Returns number of bytes produced, advances cp to next field */ |
| 602 | if ((len = f->parser(&cp, f->var)) <= 0) { |
| 603 | BIO_printf(bio_err, "%s: warning: bad TLSA %s field in: %s\n", |
| 604 | prog, f->name, rrdata); |
| 605 | return 0; |
| 606 | } |
| 607 | } |
| 608 | /* The data field is last, so len is its length */ |
| 609 | ret = SSL_dane_tlsa_add(con, usage, selector, mtype, data, len); |
| 610 | OPENSSL_free(data); |
| 611 | |
| 612 | if (ret == 0) { |
| 613 | ERR_print_errors(bio_err); |
| 614 | BIO_printf(bio_err, "%s: warning: unusable TLSA rrdata: %s\n", |
| 615 | prog, rrdata); |
| 616 | return 0; |
| 617 | } |
| 618 | if (ret < 0) { |
| 619 | ERR_print_errors(bio_err); |
| 620 | BIO_printf(bio_err, "%s: warning: error loading TLSA rrdata: %s\n", |
| 621 | prog, rrdata); |
| 622 | return 0; |
| 623 | } |
| 624 | return ret; |
| 625 | } |
| 626 | |
| 627 | static int tlsa_import_rrset(SSL *con, STACK_OF(OPENSSL_STRING) *rrset) |
| 628 | { |
| 629 | int num = sk_OPENSSL_STRING_num(rrset); |
| 630 | int count = 0; |
| 631 | int i; |
| 632 | |
| 633 | for (i = 0; i < num; ++i) { |
| 634 | char *rrdata = sk_OPENSSL_STRING_value(rrset, i); |
| 635 | if (tlsa_import_rr(con, rrdata) > 0) |
| 636 | ++count; |
| 637 | } |
| 638 | return count > 0; |
| 639 | } |
| 640 | |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 641 | typedef enum OPTION_choice { |
| 642 | OPT_ERR = -1, OPT_EOF = 0, OPT_HELP, |
Richard Levitte | ab69ac0 | 2016-02-03 00:47:42 +0100 | [diff] [blame] | 643 | OPT_4, OPT_6, OPT_HOST, OPT_PORT, OPT_CONNECT, OPT_UNIX, |
| 644 | OPT_XMPPHOST, OPT_VERIFY, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 645 | OPT_CERT, OPT_CRL, OPT_CRL_DOWNLOAD, OPT_SESS_OUT, OPT_SESS_IN, |
| 646 | OPT_CERTFORM, OPT_CRLFORM, OPT_VERIFY_RET_ERROR, OPT_VERIFY_QUIET, |
| 647 | OPT_BRIEF, OPT_PREXIT, OPT_CRLF, OPT_QUIET, OPT_NBIO, |
| 648 | OPT_SSL_CLIENT_ENGINE, OPT_RAND, OPT_IGN_EOF, OPT_NO_IGN_EOF, |
Rich Salz | 3a4e936 | 2016-01-13 23:11:01 -0500 | [diff] [blame] | 649 | OPT_DEBUG, OPT_TLSEXTDEBUG, OPT_STATUS, OPT_WDEBUG, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 650 | OPT_MSG, OPT_MSGFILE, OPT_ENGINE, OPT_TRACE, OPT_SECURITY_DEBUG, |
| 651 | OPT_SECURITY_DEBUG_VERBOSE, OPT_SHOWCERTS, OPT_NBIO_TEST, OPT_STATE, |
| 652 | OPT_PSK_IDENTITY, OPT_PSK, OPT_SRPUSER, OPT_SRPPASS, OPT_SRP_STRENGTH, |
Dr. Stephen Henson | 287d0b9 | 2015-07-08 23:09:52 +0100 | [diff] [blame] | 653 | OPT_SRP_LATEUSER, OPT_SRP_MOREGROUPS, OPT_SSL3, OPT_SSL_CONFIG, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 654 | OPT_TLS1_2, OPT_TLS1_1, OPT_TLS1, OPT_DTLS, OPT_DTLS1, |
| 655 | OPT_DTLS1_2, OPT_TIMEOUT, OPT_MTU, OPT_KEYFORM, OPT_PASS, |
Matt Caswell | 2b6bcb7 | 2015-09-22 16:00:52 +0100 | [diff] [blame] | 656 | OPT_CERT_CHAIN, OPT_CAPATH, OPT_NOCAPATH, OPT_CHAINCAPATH, OPT_VERIFYCAPATH, |
| 657 | OPT_KEY, OPT_RECONNECT, OPT_BUILD_CHAIN, OPT_CAFILE, OPT_NOCAFILE, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 658 | OPT_CHAINCAFILE, OPT_VERIFYCAFILE, OPT_NEXTPROTONEG, OPT_ALPN, |
Rich Salz | dba3177 | 2016-02-14 00:17:59 -0500 | [diff] [blame] | 659 | OPT_SERVERINFO, OPT_STARTTLS, OPT_SERVERNAME, |
Rich Salz | d8c25de | 2015-04-25 16:01:21 -0400 | [diff] [blame] | 660 | OPT_USE_SRTP, OPT_KEYMATEXPORT, OPT_KEYMATEXPORTLEN, OPT_SMTPHOST, |
Matt Caswell | dad78fb | 2016-01-13 14:20:25 +0000 | [diff] [blame] | 661 | OPT_ASYNC, OPT_SPLIT_SEND_FRAG, OPT_MAX_PIPELINES, OPT_READ_BUF, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 662 | OPT_V_ENUM, |
| 663 | OPT_X_ENUM, |
| 664 | OPT_S_ENUM, |
Viktor Dukhovni | cddd424 | 2015-12-29 14:25:50 -0500 | [diff] [blame] | 665 | OPT_FALLBACKSCSV, OPT_NOCMDS, OPT_PROXY, OPT_DANE_TLSA_DOMAIN, |
Rob Percival | dd696a5 | 2016-03-02 13:34:05 +0000 | [diff] [blame] | 666 | #ifndef OPENSSL_NO_CT |
| 667 | OPT_NOCT, OPT_REQUESTCT, OPT_REQUIRECT, OPT_CTLOG_FILE, |
| 668 | #endif |
Viktor Dukhovni | cddd424 | 2015-12-29 14:25:50 -0500 | [diff] [blame] | 669 | OPT_DANE_TLSA_RRDATA |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 670 | } OPTION_CHOICE; |
| 671 | |
| 672 | OPTIONS s_client_options[] = { |
| 673 | {"help", OPT_HELP, '-', "Display this summary"}, |
| 674 | {"host", OPT_HOST, 's', "Use -connect instead"}, |
| 675 | {"port", OPT_PORT, 'p', "Use -connect instead"}, |
| 676 | {"connect", OPT_CONNECT, 's', |
Richard Levitte | ab69ac0 | 2016-02-03 00:47:42 +0100 | [diff] [blame] | 677 | "TCP/IP where to connect (default is :" PORT ")"}, |
Michael Trapp | 552bf8e | 2015-05-08 15:34:07 -0400 | [diff] [blame] | 678 | {"proxy", OPT_PROXY, 's', |
| 679 | "Connect to via specified proxy to the real server"}, |
Richard Levitte | ab69ac0 | 2016-02-03 00:47:42 +0100 | [diff] [blame] | 680 | #ifdef AF_UNIX |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 681 | {"unix", OPT_UNIX, 's', "Connect over unix domain sockets"}, |
Richard Levitte | ab69ac0 | 2016-02-03 00:47:42 +0100 | [diff] [blame] | 682 | #endif |
| 683 | {"4", OPT_4, '-', "Use IPv4 only"}, |
| 684 | {"6", OPT_6, '-', "Use IPv6 only"}, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 685 | {"verify", OPT_VERIFY, 'p', "Turn on peer certificate verification"}, |
| 686 | {"cert", OPT_CERT, '<', "Certificate file to use, PEM format assumed"}, |
| 687 | {"certform", OPT_CERTFORM, 'F', |
| 688 | "Certificate format (PEM or DER) PEM default"}, |
| 689 | {"key", OPT_KEY, '<', "Private key file to use, if not in -cert file"}, |
| 690 | {"keyform", OPT_KEYFORM, 'F', "Key format (PEM or DER) PEM default"}, |
| 691 | {"pass", OPT_PASS, 's', "Private key file pass phrase source"}, |
| 692 | {"CApath", OPT_CAPATH, '/', "PEM format directory of CA's"}, |
| 693 | {"CAfile", OPT_CAFILE, '<', "PEM format file of CA's"}, |
Matt Caswell | 2b6bcb7 | 2015-09-22 16:00:52 +0100 | [diff] [blame] | 694 | {"no-CAfile", OPT_NOCAFILE, '-', |
| 695 | "Do not load the default certificates file"}, |
| 696 | {"no-CApath", OPT_NOCAPATH, '-', |
| 697 | "Do not load certificates from the default certificates directory"}, |
Viktor Dukhovni | cddd424 | 2015-12-29 14:25:50 -0500 | [diff] [blame] | 698 | {"dane_tlsa_domain", OPT_DANE_TLSA_DOMAIN, 's', "DANE TLSA base domain"}, |
| 699 | {"dane_tlsa_rrdata", OPT_DANE_TLSA_RRDATA, 's', |
| 700 | "DANE TLSA rrdata presentation form"}, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 701 | {"reconnect", OPT_RECONNECT, '-', |
| 702 | "Drop and re-make the connection with the same Session-ID"}, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 703 | {"showcerts", OPT_SHOWCERTS, '-', "Show all certificates in the chain"}, |
| 704 | {"debug", OPT_DEBUG, '-', "Extra output"}, |
| 705 | {"msg", OPT_MSG, '-', "Show protocol messages"}, |
Rich Salz | 9a13bb3 | 2016-02-18 12:23:27 -0500 | [diff] [blame] | 706 | {"msgfile", OPT_MSGFILE, '>', |
| 707 | "File to send output of -msg or -trace, instead of stdout"}, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 708 | {"nbio_test", OPT_NBIO_TEST, '-', "More ssl protocol testing"}, |
| 709 | {"state", OPT_STATE, '-', "Print the ssl states"}, |
| 710 | {"crlf", OPT_CRLF, '-', "Convert LF from terminal into CRLF"}, |
| 711 | {"quiet", OPT_QUIET, '-', "No s_client output"}, |
| 712 | {"ign_eof", OPT_IGN_EOF, '-', "Ignore input eof (default when -quiet)"}, |
| 713 | {"no_ign_eof", OPT_NO_IGN_EOF, '-', "Don't ignore input eof"}, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 714 | {"starttls", OPT_STARTTLS, 's', |
Nathan Phillip Brink | cfb4f1e | 2015-05-13 16:00:21 -0400 | [diff] [blame] | 715 | "Use the appropriate STARTTLS command before starting TLS"}, |
Kai Engert | 898ea7b | 2015-07-29 17:41:00 -0400 | [diff] [blame] | 716 | {"xmpphost", OPT_XMPPHOST, 's', |
| 717 | "Host to use with \"-starttls xmpp[-server]\""}, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 718 | {"rand", OPT_RAND, 's', |
| 719 | "Load the file(s) into the random number generator"}, |
| 720 | {"sess_out", OPT_SESS_OUT, '>', "File to write SSL session to"}, |
| 721 | {"sess_in", OPT_SESS_IN, '<', "File to read SSL session from"}, |
Matt Caswell | e77bdc7 | 2015-08-04 19:18:02 +0100 | [diff] [blame] | 722 | {"use_srtp", OPT_USE_SRTP, 's', |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 723 | "Offer SRTP key management with a colon-separated profile list"}, |
| 724 | {"keymatexport", OPT_KEYMATEXPORT, 's', |
| 725 | "Export keying material using label"}, |
| 726 | {"keymatexportlen", OPT_KEYMATEXPORTLEN, 'p', |
| 727 | "Export len bytes of keying material (default 20)"}, |
| 728 | {"fallback_scsv", OPT_FALLBACKSCSV, '-', "Send the fallback SCSV"}, |
Rich Salz | 9c3bcfa | 2015-05-15 13:50:38 -0400 | [diff] [blame] | 729 | {"name", OPT_SMTPHOST, 's', "Hostname to use for \"-starttls smtp\""}, |
Rich Salz | 9a13bb3 | 2016-02-18 12:23:27 -0500 | [diff] [blame] | 730 | {"CRL", OPT_CRL, '<', "CRL file to use"}, |
| 731 | {"crl_download", OPT_CRL_DOWNLOAD, '-', "Download CRL from distribution points"}, |
| 732 | {"CRLform", OPT_CRLFORM, 'F', "CRL format (PEM or DER) PEM is default"}, |
| 733 | {"verify_return_error", OPT_VERIFY_RET_ERROR, '-', |
| 734 | "Close connection on verification error"}, |
| 735 | {"verify_quiet", OPT_VERIFY_QUIET, '-', "Restrict verify output to errors"}, |
| 736 | {"brief", OPT_BRIEF, '-', |
| 737 | "Restrict output to brief summary of connection parameters"}, |
| 738 | {"prexit", OPT_PREXIT, '-', |
| 739 | "Print session information when the program exits"}, |
| 740 | {"security_debug", OPT_SECURITY_DEBUG, '-', |
| 741 | "Enable security debug messages"}, |
| 742 | {"security_debug_verbose", OPT_SECURITY_DEBUG_VERBOSE, '-', |
| 743 | "Output more security debug output"}, |
| 744 | {"cert_chain", OPT_CERT_CHAIN, '<', |
| 745 | "Certificate chain file (in PEM format)"}, |
| 746 | {"chainCApath", OPT_CHAINCAPATH, '/', |
| 747 | "Use dir as certificate store path to build CA certificate chain"}, |
| 748 | {"verifyCApath", OPT_VERIFYCAPATH, '/', |
| 749 | "Use dir as certificate store path to verify CA certificate"}, |
| 750 | {"build_chain", OPT_BUILD_CHAIN, '-', "Build certificate chain"}, |
| 751 | {"chainCAfile", OPT_CHAINCAFILE, '<', |
| 752 | "CA file for certificate chain (PEM format)"}, |
| 753 | {"verifyCAfile", OPT_VERIFYCAFILE, '<', |
| 754 | "CA file for certificate verification (PEM format)"}, |
Rich Salz | 9c3bcfa | 2015-05-15 13:50:38 -0400 | [diff] [blame] | 755 | {"nocommands", OPT_NOCMDS, '-', "Do not use interactive command letters"}, |
| 756 | {"servername", OPT_SERVERNAME, 's', |
| 757 | "Set TLS extension servername in ClientHello"}, |
| 758 | {"tlsextdebug", OPT_TLSEXTDEBUG, '-', |
| 759 | "Hex dump of all TLS extensions received"}, |
| 760 | {"status", OPT_STATUS, '-', "Request certificate status from server"}, |
| 761 | {"serverinfo", OPT_SERVERINFO, 's', |
| 762 | "types Send empty ClientHello extensions (comma-separated numbers)"}, |
| 763 | {"alpn", OPT_ALPN, 's', |
| 764 | "Enable ALPN extension, considering named protocols supported (comma-separated list)"}, |
Matt Caswell | 7e25dd6 | 2015-02-13 23:33:12 +0000 | [diff] [blame] | 765 | {"async", OPT_ASYNC, '-', "Support asynchronous operation"}, |
Rich Salz | 9a13bb3 | 2016-02-18 12:23:27 -0500 | [diff] [blame] | 766 | {"ssl_config", OPT_SSL_CONFIG, 's', "Use specified configuration file"}, |
Matt Caswell | 032c6d2 | 2015-09-22 11:23:33 +0100 | [diff] [blame] | 767 | {"split_send_frag", OPT_SPLIT_SEND_FRAG, 'n', |
Matt Caswell | 0df8088 | 2016-02-16 11:13:33 +0000 | [diff] [blame] | 768 | "Size used to split data for encrypt pipelines"}, |
Matt Caswell | 032c6d2 | 2015-09-22 11:23:33 +0100 | [diff] [blame] | 769 | {"max_pipelines", OPT_MAX_PIPELINES, 'n', |
| 770 | "Maximum number of encrypt/decrypt pipelines to be used"}, |
Matt Caswell | dad78fb | 2016-01-13 14:20:25 +0000 | [diff] [blame] | 771 | {"read_buf", OPT_READ_BUF, 'n', |
| 772 | "Default read buffer size to be used for connections"}, |
Rich Salz | 9c3bcfa | 2015-05-15 13:50:38 -0400 | [diff] [blame] | 773 | OPT_S_OPTIONS, |
| 774 | OPT_V_OPTIONS, |
| 775 | OPT_X_OPTIONS, |
| 776 | #ifndef OPENSSL_NO_SSL3 |
| 777 | {"ssl3", OPT_SSL3, '-', "Just use SSLv3"}, |
| 778 | #endif |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 779 | #ifndef OPENSSL_NO_TLS1 |
| 780 | {"tls1", OPT_TLS1, '-', "Just use TLSv1"}, |
| 781 | #endif |
| 782 | #ifndef OPENSSL_NO_TLS1_1 |
| 783 | {"tls1_1", OPT_TLS1_1, '-', "Just use TLSv1.1"}, |
| 784 | #endif |
| 785 | #ifndef OPENSSL_NO_TLS1_2 |
| 786 | {"tls1_2", OPT_TLS1_2, '-', "Just use TLSv1.2"}, |
| 787 | #endif |
Kurt Roeckx | a5ecdc6 | 2015-12-12 11:12:22 +0100 | [diff] [blame] | 788 | #ifndef OPENSSL_NO_DTLS |
Rich Salz | 9a13bb3 | 2016-02-18 12:23:27 -0500 | [diff] [blame] | 789 | {"dtls", OPT_DTLS, '-', "Use any version of DTLS"}, |
| 790 | {"timeout", OPT_TIMEOUT, '-', |
| 791 | "Enable send/receive timeout on DTLS connections"}, |
Rich Salz | 9c3bcfa | 2015-05-15 13:50:38 -0400 | [diff] [blame] | 792 | {"mtu", OPT_MTU, 'p', "Set the link layer MTU"}, |
| 793 | #endif |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 794 | #ifndef OPENSSL_NO_DTLS1 |
| 795 | {"dtls1", OPT_DTLS1, '-', "Just use DTLSv1"}, |
| 796 | #endif |
| 797 | #ifndef OPENSSL_NO_DTLS1_2 |
Rich Salz | 9a13bb3 | 2016-02-18 12:23:27 -0500 | [diff] [blame] | 798 | {"dtls1_2", OPT_DTLS1_2, '-', "Just use DTLSv1.2"}, |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 799 | #endif |
Rich Salz | 9c3bcfa | 2015-05-15 13:50:38 -0400 | [diff] [blame] | 800 | #ifndef OPENSSL_NO_SSL_TRACE |
Rich Salz | 9a13bb3 | 2016-02-18 12:23:27 -0500 | [diff] [blame] | 801 | {"trace", OPT_TRACE, '-', "Show trace output of protocol messages"}, |
Rich Salz | 9c3bcfa | 2015-05-15 13:50:38 -0400 | [diff] [blame] | 802 | #endif |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 803 | #ifdef WATT32 |
| 804 | {"wdebug", OPT_WDEBUG, '-', "WATT-32 tcp debugging"}, |
| 805 | #endif |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 806 | {"nbio", OPT_NBIO, '-', "Use non-blocking IO"}, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 807 | #ifndef OPENSSL_NO_PSK |
| 808 | {"psk_identity", OPT_PSK_IDENTITY, 's', "PSK identity"}, |
| 809 | {"psk", OPT_PSK, 's', "PSK in hex (without 0x)"}, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 810 | #endif |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 811 | #ifndef OPENSSL_NO_SRP |
| 812 | {"srpuser", OPT_SRPUSER, 's', "SRP authentification for 'user'"}, |
| 813 | {"srppass", OPT_SRPPASS, 's', "Password for 'user'"}, |
| 814 | {"srp_lateuser", OPT_SRP_LATEUSER, '-', |
| 815 | "SRP username into second ClientHello message"}, |
| 816 | {"srp_moregroups", OPT_SRP_MOREGROUPS, '-', |
| 817 | "Tolerate other than the known g N values."}, |
Rich Salz | 740ceb5 | 2015-07-31 11:52:57 -0400 | [diff] [blame] | 818 | {"srp_strength", OPT_SRP_STRENGTH, 'p', "Minimal length in bits for N"}, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 819 | #endif |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 820 | #ifndef OPENSSL_NO_NEXTPROTONEG |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 821 | {"nextprotoneg", OPT_NEXTPROTONEG, 's', |
| 822 | "Enable NPN extension, considering named protocols supported (comma-separated list)"}, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 823 | #endif |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 824 | #ifndef OPENSSL_NO_ENGINE |
| 825 | {"engine", OPT_ENGINE, 's', "Use engine, possibly a hardware device"}, |
Rich Salz | 9a13bb3 | 2016-02-18 12:23:27 -0500 | [diff] [blame] | 826 | {"ssl_client_engine", OPT_SSL_CLIENT_ENGINE, 's', |
| 827 | "Specify engine to be used for client certificate operations"}, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 828 | #endif |
Rob Percival | dd696a5 | 2016-03-02 13:34:05 +0000 | [diff] [blame] | 829 | #ifndef OPENSSL_NO_CT |
| 830 | {"noct", OPT_NOCT, '-', "Do not request or parse SCTs (default)"}, |
| 831 | {"requestct", OPT_REQUESTCT, '-', "Request SCTs (enables OCSP stapling)"}, |
| 832 | {"requirect", OPT_REQUIRECT, '-', "Require at least 1 SCT (enables OCSP stapling)"}, |
| 833 | {"ctlogfile", OPT_CTLOG_FILE, '<', "CT log list CONF file"}, |
| 834 | #endif |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 835 | {NULL} |
| 836 | }; |
| 837 | |
| 838 | typedef enum PROTOCOL_choice { |
| 839 | PROTO_OFF, |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 840 | PROTO_SMTP, |
| 841 | PROTO_POP3, |
| 842 | PROTO_IMAP, |
| 843 | PROTO_FTP, |
Rich Salz | d8c25de | 2015-04-25 16:01:21 -0400 | [diff] [blame] | 844 | PROTO_TELNET, |
Michael Trapp | 552bf8e | 2015-05-08 15:34:07 -0400 | [diff] [blame] | 845 | PROTO_XMPP, |
Kai Engert | 898ea7b | 2015-07-29 17:41:00 -0400 | [diff] [blame] | 846 | PROTO_XMPP_SERVER, |
Nathan Phillip Brink | cfb4f1e | 2015-05-13 16:00:21 -0400 | [diff] [blame] | 847 | PROTO_CONNECT, |
| 848 | PROTO_IRC |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 849 | } PROTOCOL_CHOICE; |
| 850 | |
| 851 | static OPT_PAIR services[] = { |
| 852 | {"smtp", PROTO_SMTP}, |
| 853 | {"pop3", PROTO_POP3}, |
| 854 | {"imap", PROTO_IMAP}, |
| 855 | {"ftp", PROTO_FTP}, |
| 856 | {"xmpp", PROTO_XMPP}, |
Kai Engert | 898ea7b | 2015-07-29 17:41:00 -0400 | [diff] [blame] | 857 | {"xmpp-server", PROTO_XMPP_SERVER}, |
Rich Salz | d8c25de | 2015-04-25 16:01:21 -0400 | [diff] [blame] | 858 | {"telnet", PROTO_TELNET}, |
Nathan Phillip Brink | cfb4f1e | 2015-05-13 16:00:21 -0400 | [diff] [blame] | 859 | {"irc", PROTO_IRC}, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 860 | {NULL} |
Richard Levitte | 85c6749 | 2007-02-16 18:12:16 +0000 | [diff] [blame] | 861 | }; |
| 862 | |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 863 | int s_client_main(int argc, char **argv) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 864 | { |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 865 | BIO *sbio; |
| 866 | EVP_PKEY *key = NULL; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 867 | SSL *con = NULL; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 868 | SSL_CTX *ctx = NULL; |
| 869 | STACK_OF(X509) *chain = NULL; |
| 870 | X509 *cert = NULL; |
| 871 | X509_VERIFY_PARAM *vpm = NULL; |
| 872 | SSL_EXCERT *exc = NULL; |
| 873 | SSL_CONF_CTX *cctx = NULL; |
| 874 | STACK_OF(OPENSSL_STRING) *ssl_args = NULL; |
Viktor Dukhovni | cddd424 | 2015-12-29 14:25:50 -0500 | [diff] [blame] | 875 | char *dane_tlsa_domain = NULL; |
| 876 | STACK_OF(OPENSSL_STRING) *dane_tlsa_rrset = NULL; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 877 | STACK_OF(X509_CRL) *crls = NULL; |
Matt Caswell | 13c9bb3 | 2015-03-31 00:18:31 +0100 | [diff] [blame] | 878 | const SSL_METHOD *meth = TLS_client_method(); |
Michael Trapp | 552bf8e | 2015-05-08 15:34:07 -0400 | [diff] [blame] | 879 | char *CApath = NULL, *CAfile = NULL, *cbuf = NULL, *sbuf = NULL; |
| 880 | char *mbuf = NULL, *proxystr = NULL, *connectstr = NULL; |
Viktor Dukhovni | cddd424 | 2015-12-29 14:25:50 -0500 | [diff] [blame] | 881 | char *cert_file = NULL, *key_file = NULL, *chain_file = NULL; |
Richard Levitte | ab69ac0 | 2016-02-03 00:47:42 +0100 | [diff] [blame] | 882 | char *chCApath = NULL, *chCAfile = NULL, *host = NULL; |
| 883 | char *port = BUF_strdup(PORT); |
Rich Salz | fc0eb00 | 2015-05-25 11:13:28 -0400 | [diff] [blame] | 884 | char *inrand = NULL; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 885 | char *passarg = NULL, *pass = NULL, *vfyCApath = NULL, *vfyCAfile = NULL; |
| 886 | char *sess_in = NULL, *sess_out = NULL, *crl_file = NULL, *p; |
Rich Salz | dba3177 | 2016-02-14 00:17:59 -0500 | [diff] [blame] | 887 | char *xmpphost = NULL; |
Rich Salz | d8c25de | 2015-04-25 16:01:21 -0400 | [diff] [blame] | 888 | const char *ehlo = "mail.example.com"; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 889 | struct timeval timeout, *timeoutp; |
| 890 | fd_set readfds, writefds; |
Matt Caswell | 2b6bcb7 | 2015-09-22 16:00:52 +0100 | [diff] [blame] | 891 | int noCApath = 0, noCAfile = 0; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 892 | int build_chain = 0, cbuf_len, cbuf_off, cert_format = FORMAT_PEM; |
| 893 | int key_format = FORMAT_PEM, crlf = 0, full_log = 1, mbuf_len = 0; |
| 894 | int prexit = 0; |
Matt Caswell | 40a8e9c | 2016-03-18 14:17:03 +0000 | [diff] [blame] | 895 | int sdebug = 0; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 896 | int reconnect = 0, verify = SSL_VERIFY_NONE, vpmtouched = 0; |
Ben Laurie | 480405e | 2015-08-02 02:45:44 +0100 | [diff] [blame] | 897 | int ret = 1, in_init = 1, i, nbio_test = 0, s = -1, k, width, state = 0; |
Richard Levitte | ab69ac0 | 2016-02-03 00:47:42 +0100 | [diff] [blame] | 898 | int sbuf_len, sbuf_off, cmdletters = 1; |
| 899 | int socket_family = AF_UNSPEC, socket_type = SOCK_STREAM; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 900 | int starttls_proto = PROTO_OFF, crl_format = FORMAT_PEM, crl_download = 0; |
| 901 | int write_tty, read_tty, write_ssl, read_ssl, tty_on, ssl_pending; |
Matt Caswell | dad78fb | 2016-01-13 14:20:25 +0000 | [diff] [blame] | 902 | int read_buf_len = 0; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 903 | int fallback_scsv = 0; |
Matt Caswell | 40a8e9c | 2016-03-18 14:17:03 +0000 | [diff] [blame] | 904 | long randamt = 0; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 905 | OPTION_CHOICE o; |
Matt Caswell | 40a8e9c | 2016-03-18 14:17:03 +0000 | [diff] [blame] | 906 | #ifndef OPENSSL_NO_DTLS |
| 907 | int enable_timeouts = 0; |
| 908 | long socket_mtu = 0; |
| 909 | #endif |
Richard Levitte | 0b13e9f | 2003-01-30 17:39:26 +0000 | [diff] [blame] | 910 | #ifndef OPENSSL_NO_ENGINE |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 911 | ENGINE *ssl_client_engine = NULL; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 912 | #endif |
Rich Salz | 333b070 | 2015-04-25 15:41:29 -0400 | [diff] [blame] | 913 | ENGINE *e = NULL; |
Rich Salz | 1fbab1d | 2016-03-17 12:53:11 -0400 | [diff] [blame] | 914 | #if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 915 | struct timeval tv; |
Dr. Stephen Henson | 06f4536 | 1999-09-20 22:09:17 +0000 | [diff] [blame] | 916 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 917 | char *servername = NULL; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 918 | const char *alpn_in = NULL; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 919 | tlsextctx tlsextcbp = { NULL, 0 }; |
Dr. Stephen Henson | 287d0b9 | 2015-07-08 23:09:52 +0100 | [diff] [blame] | 920 | const char *ssl_config = NULL; |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 921 | #define MAX_SI_TYPES 100 |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 922 | unsigned short serverinfo_types[MAX_SI_TYPES]; |
| 923 | int serverinfo_count = 0, start = 0, len; |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 924 | #ifndef OPENSSL_NO_NEXTPROTONEG |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 925 | const char *next_proto_neg_in = NULL; |
Dr. Stephen Henson | ed551cd | 2008-11-12 17:28:18 +0000 | [diff] [blame] | 926 | #endif |
Ben Laurie | edc032b | 2011-03-12 17:01:19 +0000 | [diff] [blame] | 927 | #ifndef OPENSSL_NO_SRP |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 928 | char *srppass = NULL; |
| 929 | int srp_lateuser = 0; |
| 930 | SRP_ARG srp_arg = { NULL, NULL, 0, 0, 0, 1024 }; |
Ben Laurie | edc032b | 2011-03-12 17:01:19 +0000 | [diff] [blame] | 931 | #endif |
Rob Percival | dd696a5 | 2016-03-02 13:34:05 +0000 | [diff] [blame] | 932 | #ifndef OPENSSL_NO_CT |
| 933 | char *ctlog_file = NULL; |
| 934 | ct_validation_cb ct_validation = NULL; |
| 935 | #endif |
Kurt Roeckx | 0d5301a | 2016-02-02 23:58:49 +0100 | [diff] [blame] | 936 | int min_version = 0, max_version = 0; |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 937 | |
Emilia Kasper | efc943b | 2016-02-22 16:58:36 +0100 | [diff] [blame] | 938 | FD_ZERO(&readfds); |
| 939 | FD_ZERO(&writefds); |
| 940 | /* Known false-positive of MemorySanitizer. */ |
| 941 | #if defined(__has_feature) |
| 942 | # if __has_feature(memory_sanitizer) |
| 943 | __msan_unpoison(&readfds, sizeof(readfds)); |
| 944 | __msan_unpoison(&writefds, sizeof(writefds)); |
| 945 | # endif |
| 946 | #endif |
| 947 | |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 948 | prog = opt_progname(argv[0]); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 949 | c_quiet = 0; |
| 950 | c_ign_eof = 0; |
| 951 | c_debug = 0; |
| 952 | c_msg = 0; |
| 953 | c_showcerts = 0; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 954 | c_nbio = 0; |
| 955 | verify_depth = 0; |
| 956 | verify_error = X509_V_OK; |
| 957 | vpm = X509_VERIFY_PARAM_new(); |
Rich Salz | 68dc682 | 2015-04-30 17:48:31 -0400 | [diff] [blame] | 958 | cbuf = app_malloc(BUFSIZZ, "cbuf"); |
| 959 | sbuf = app_malloc(BUFSIZZ, "sbuf"); |
| 960 | mbuf = app_malloc(BUFSIZZ, "mbuf"); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 961 | cctx = SSL_CONF_CTX_new(); |
Dr. Stephen Henson | 3647bee | 2002-02-22 14:01:21 +0000 | [diff] [blame] | 962 | |
Rich Salz | 68dc682 | 2015-04-30 17:48:31 -0400 | [diff] [blame] | 963 | if (vpm == NULL || cctx == NULL) { |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 964 | BIO_printf(bio_err, "%s: out of memory\n", prog); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 965 | goto end; |
| 966 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 967 | |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 968 | 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] | 969 | |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 970 | prog = opt_init(argc, argv, s_client_options); |
| 971 | while ((o = opt_next()) != OPT_EOF) { |
| 972 | switch (o) { |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 973 | case OPT_EOF: |
| 974 | case OPT_ERR: |
| 975 | opthelp: |
| 976 | BIO_printf(bio_err, "%s: Use -help for summary.\n", prog); |
| 977 | goto end; |
| 978 | case OPT_HELP: |
| 979 | opt_help(s_client_options); |
| 980 | ret = 0; |
| 981 | goto end; |
Richard Levitte | ab69ac0 | 2016-02-03 00:47:42 +0100 | [diff] [blame] | 982 | case OPT_4: |
| 983 | #ifdef AF_UNIX |
| 984 | if (socket_family == AF_UNIX) { |
| 985 | OPENSSL_free(host); host = NULL; |
| 986 | OPENSSL_free(port); port = NULL; |
| 987 | } |
| 988 | #endif |
| 989 | socket_family = AF_INET; |
| 990 | break; |
| 991 | case OPT_6: |
| 992 | if (1) { |
| 993 | #ifdef AF_INET6 |
| 994 | #ifdef AF_UNIX |
| 995 | if (socket_family == AF_UNIX) { |
| 996 | OPENSSL_free(host); host = NULL; |
| 997 | OPENSSL_free(port); port = NULL; |
| 998 | } |
| 999 | #endif |
| 1000 | socket_family = AF_INET6; |
| 1001 | } else { |
| 1002 | #endif |
| 1003 | BIO_printf(bio_err, "%s: IPv6 domain sockets unsupported\n", prog); |
| 1004 | goto end; |
| 1005 | } |
| 1006 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1007 | case OPT_HOST: |
Richard Levitte | ab69ac0 | 2016-02-03 00:47:42 +0100 | [diff] [blame] | 1008 | #ifdef AF_UNIX |
| 1009 | if (socket_family == AF_UNIX) { |
| 1010 | OPENSSL_free(host); host = NULL; |
| 1011 | OPENSSL_free(port); port = NULL; |
| 1012 | socket_family = AF_UNSPEC; |
| 1013 | } |
| 1014 | #endif |
| 1015 | OPENSSL_free(host); host = BUF_strdup(opt_arg()); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1016 | break; |
| 1017 | case OPT_PORT: |
Richard Levitte | ab69ac0 | 2016-02-03 00:47:42 +0100 | [diff] [blame] | 1018 | #ifdef AF_UNIX |
| 1019 | if (socket_family == AF_UNIX) { |
| 1020 | OPENSSL_free(host); host = NULL; |
| 1021 | OPENSSL_free(port); port = NULL; |
| 1022 | socket_family = AF_UNSPEC; |
| 1023 | } |
| 1024 | #endif |
| 1025 | OPENSSL_free(port); port = BUF_strdup(opt_arg()); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1026 | break; |
| 1027 | case OPT_CONNECT: |
Richard Levitte | ab69ac0 | 2016-02-03 00:47:42 +0100 | [diff] [blame] | 1028 | #ifdef AF_UNIX |
| 1029 | if (socket_family == AF_UNIX) { |
| 1030 | socket_family = AF_UNSPEC; |
| 1031 | } |
| 1032 | #endif |
| 1033 | OPENSSL_free(host); host = NULL; |
| 1034 | OPENSSL_free(port); port = NULL; |
Michael Trapp | 552bf8e | 2015-05-08 15:34:07 -0400 | [diff] [blame] | 1035 | connectstr = opt_arg(); |
| 1036 | break; |
| 1037 | case OPT_PROXY: |
| 1038 | proxystr = opt_arg(); |
| 1039 | starttls_proto = PROTO_CONNECT; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1040 | break; |
Richard Levitte | ab69ac0 | 2016-02-03 00:47:42 +0100 | [diff] [blame] | 1041 | #ifdef AF_UNIX |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1042 | case OPT_UNIX: |
Richard Levitte | ab69ac0 | 2016-02-03 00:47:42 +0100 | [diff] [blame] | 1043 | socket_family = AF_UNIX; |
| 1044 | OPENSSL_free(host); host = BUF_strdup(opt_arg()); |
| 1045 | OPENSSL_free(port); port = NULL; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1046 | break; |
Richard Levitte | ab69ac0 | 2016-02-03 00:47:42 +0100 | [diff] [blame] | 1047 | #endif |
Rich Salz | d8c25de | 2015-04-25 16:01:21 -0400 | [diff] [blame] | 1048 | case OPT_XMPPHOST: |
| 1049 | xmpphost = opt_arg(); |
| 1050 | break; |
| 1051 | case OPT_SMTPHOST: |
| 1052 | ehlo = opt_arg(); |
| 1053 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1054 | case OPT_VERIFY: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1055 | verify = SSL_VERIFY_PEER; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1056 | verify_depth = atoi(opt_arg()); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1057 | if (!c_quiet) |
| 1058 | BIO_printf(bio_err, "verify depth is %d\n", verify_depth); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1059 | break; |
| 1060 | case OPT_CERT: |
| 1061 | cert_file = opt_arg(); |
| 1062 | break; |
| 1063 | case OPT_CRL: |
| 1064 | crl_file = opt_arg(); |
| 1065 | break; |
| 1066 | case OPT_CRL_DOWNLOAD: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1067 | crl_download = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1068 | break; |
| 1069 | case OPT_SESS_OUT: |
| 1070 | sess_out = opt_arg(); |
| 1071 | break; |
| 1072 | case OPT_SESS_IN: |
| 1073 | sess_in = opt_arg(); |
| 1074 | break; |
| 1075 | case OPT_CERTFORM: |
| 1076 | if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &cert_format)) |
| 1077 | goto opthelp; |
| 1078 | break; |
| 1079 | case OPT_CRLFORM: |
| 1080 | if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &crl_format)) |
| 1081 | goto opthelp; |
| 1082 | break; |
| 1083 | case OPT_VERIFY_RET_ERROR: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1084 | verify_return_error = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1085 | break; |
| 1086 | case OPT_VERIFY_QUIET: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1087 | verify_quiet = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1088 | break; |
| 1089 | case OPT_BRIEF: |
| 1090 | c_brief = verify_quiet = c_quiet = 1; |
| 1091 | break; |
| 1092 | case OPT_S_CASES: |
| 1093 | if (ssl_args == NULL) |
| 1094 | ssl_args = sk_OPENSSL_STRING_new_null(); |
| 1095 | if (ssl_args == NULL |
| 1096 | || !sk_OPENSSL_STRING_push(ssl_args, opt_flag()) |
| 1097 | || !sk_OPENSSL_STRING_push(ssl_args, opt_arg())) { |
| 1098 | BIO_printf(bio_err, "%s: Memory allocation failure\n", prog); |
| 1099 | goto end; |
| 1100 | } |
| 1101 | break; |
| 1102 | case OPT_V_CASES: |
| 1103 | if (!opt_verify(o, vpm)) |
| 1104 | goto end; |
| 1105 | vpmtouched++; |
| 1106 | break; |
| 1107 | case OPT_X_CASES: |
| 1108 | if (!args_excert(o, &exc)) |
| 1109 | goto end; |
| 1110 | break; |
| 1111 | case OPT_PREXIT: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1112 | prexit = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1113 | break; |
| 1114 | case OPT_CRLF: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1115 | crlf = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1116 | break; |
| 1117 | case OPT_QUIET: |
| 1118 | c_quiet = c_ign_eof = 1; |
| 1119 | break; |
| 1120 | case OPT_NBIO: |
| 1121 | c_nbio = 1; |
| 1122 | break; |
Rich Salz | 6ba8a5b | 2015-04-25 15:58:22 -0400 | [diff] [blame] | 1123 | case OPT_NOCMDS: |
| 1124 | cmdletters = 0; |
| 1125 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1126 | case OPT_ENGINE: |
Rich Salz | 333b070 | 2015-04-25 15:41:29 -0400 | [diff] [blame] | 1127 | e = setup_engine(opt_arg(), 1); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1128 | break; |
| 1129 | case OPT_SSL_CLIENT_ENGINE: |
Rich Salz | 333b070 | 2015-04-25 15:41:29 -0400 | [diff] [blame] | 1130 | #ifndef OPENSSL_NO_ENGINE |
| 1131 | ssl_client_engine = ENGINE_by_id(opt_arg()); |
| 1132 | if (ssl_client_engine == NULL) { |
| 1133 | BIO_printf(bio_err, "Error getting client auth engine\n"); |
| 1134 | goto opthelp; |
| 1135 | } |
| 1136 | break; |
| 1137 | #endif |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1138 | break; |
| 1139 | case OPT_RAND: |
| 1140 | inrand = opt_arg(); |
| 1141 | break; |
| 1142 | case OPT_IGN_EOF: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1143 | c_ign_eof = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1144 | break; |
| 1145 | case OPT_NO_IGN_EOF: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1146 | c_ign_eof = 0; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1147 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1148 | case OPT_DEBUG: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1149 | c_debug = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1150 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1151 | case OPT_TLSEXTDEBUG: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1152 | c_tlsextdebug = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1153 | break; |
| 1154 | case OPT_STATUS: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1155 | c_status_req = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1156 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1157 | case OPT_WDEBUG: |
Rich Salz | 9c3bcfa | 2015-05-15 13:50:38 -0400 | [diff] [blame] | 1158 | #ifdef WATT32 |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1159 | dbug_init(); |
Rich Salz | f642ebc | 2014-08-09 08:02:20 -0400 | [diff] [blame] | 1160 | #endif |
Rich Salz | 9c3bcfa | 2015-05-15 13:50:38 -0400 | [diff] [blame] | 1161 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1162 | case OPT_MSG: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1163 | c_msg = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1164 | break; |
| 1165 | case OPT_MSGFILE: |
| 1166 | bio_c_msg = BIO_new_file(opt_arg(), "w"); |
| 1167 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1168 | case OPT_TRACE: |
Rich Salz | 9c3bcfa | 2015-05-15 13:50:38 -0400 | [diff] [blame] | 1169 | #ifndef OPENSSL_NO_SSL_TRACE |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1170 | c_msg = 2; |
Dr. Stephen Henson | 93ab9e4 | 2012-06-15 12:46:09 +0000 | [diff] [blame] | 1171 | #endif |
Rich Salz | 9c3bcfa | 2015-05-15 13:50:38 -0400 | [diff] [blame] | 1172 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1173 | case OPT_SECURITY_DEBUG: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1174 | sdebug = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1175 | break; |
| 1176 | case OPT_SECURITY_DEBUG_VERBOSE: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1177 | sdebug = 2; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1178 | break; |
| 1179 | case OPT_SHOWCERTS: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1180 | c_showcerts = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1181 | break; |
| 1182 | case OPT_NBIO_TEST: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1183 | nbio_test = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1184 | break; |
| 1185 | case OPT_STATE: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1186 | state = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1187 | break; |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 1188 | #ifndef OPENSSL_NO_PSK |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1189 | case OPT_PSK_IDENTITY: |
| 1190 | psk_identity = opt_arg(); |
| 1191 | break; |
| 1192 | case OPT_PSK: |
| 1193 | for (p = psk_key = opt_arg(); *p; p++) { |
Richard Levitte | 18295f0 | 2016-02-14 13:02:15 +0100 | [diff] [blame] | 1194 | if (isxdigit(_UC(*p))) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1195 | continue; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1196 | BIO_printf(bio_err, "Not a hex number '%s'\n", psk_key); |
| 1197 | goto end; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1198 | } |
Dr. Stephen Henson | 13cbe5e | 2015-06-25 04:05:07 +0100 | [diff] [blame] | 1199 | break; |
Rich Salz | 9c3bcfa | 2015-05-15 13:50:38 -0400 | [diff] [blame] | 1200 | #else |
| 1201 | case OPT_PSK_IDENTITY: |
| 1202 | case OPT_PSK: |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1203 | break; |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 1204 | #endif |
Ben Laurie | edc032b | 2011-03-12 17:01:19 +0000 | [diff] [blame] | 1205 | #ifndef OPENSSL_NO_SRP |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1206 | case OPT_SRPUSER: |
| 1207 | srp_arg.srplogin = opt_arg(); |
Kurt Roeckx | 0d5301a | 2016-02-02 23:58:49 +0100 | [diff] [blame] | 1208 | if (min_version < TLS1_VERSION) |
| 1209 | min_version = TLS1_VERSION; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1210 | break; |
| 1211 | case OPT_SRPPASS: |
| 1212 | srppass = opt_arg(); |
Kurt Roeckx | 0d5301a | 2016-02-02 23:58:49 +0100 | [diff] [blame] | 1213 | if (min_version < TLS1_VERSION) |
| 1214 | min_version = TLS1_VERSION; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1215 | break; |
| 1216 | case OPT_SRP_STRENGTH: |
| 1217 | srp_arg.strength = atoi(opt_arg()); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1218 | BIO_printf(bio_err, "SRP minimal length for N is %d\n", |
| 1219 | srp_arg.strength); |
Kurt Roeckx | 0d5301a | 2016-02-02 23:58:49 +0100 | [diff] [blame] | 1220 | if (min_version < TLS1_VERSION) |
| 1221 | min_version = TLS1_VERSION; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1222 | break; |
| 1223 | case OPT_SRP_LATEUSER: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1224 | srp_lateuser = 1; |
Kurt Roeckx | 0d5301a | 2016-02-02 23:58:49 +0100 | [diff] [blame] | 1225 | if (min_version < TLS1_VERSION) |
| 1226 | min_version = TLS1_VERSION; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1227 | break; |
| 1228 | case OPT_SRP_MOREGROUPS: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1229 | srp_arg.amp = 1; |
Kurt Roeckx | 0d5301a | 2016-02-02 23:58:49 +0100 | [diff] [blame] | 1230 | if (min_version < TLS1_VERSION) |
| 1231 | min_version = TLS1_VERSION; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1232 | break; |
Rich Salz | 857048a | 2015-05-14 15:21:36 -0400 | [diff] [blame] | 1233 | #else |
| 1234 | case OPT_SRPUSER: |
| 1235 | case OPT_SRPPASS: |
| 1236 | case OPT_SRP_STRENGTH: |
| 1237 | case OPT_SRP_LATEUSER: |
| 1238 | case OPT_SRP_MOREGROUPS: |
| 1239 | break; |
Ben Laurie | edc032b | 2011-03-12 17:01:19 +0000 | [diff] [blame] | 1240 | #endif |
Dr. Stephen Henson | 287d0b9 | 2015-07-08 23:09:52 +0100 | [diff] [blame] | 1241 | case OPT_SSL_CONFIG: |
| 1242 | ssl_config = opt_arg(); |
| 1243 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1244 | case OPT_SSL3: |
Kurt Roeckx | 0d5301a | 2016-02-02 23:58:49 +0100 | [diff] [blame] | 1245 | min_version = SSL3_VERSION; |
| 1246 | max_version = SSL3_VERSION; |
Rich Salz | 9c3bcfa | 2015-05-15 13:50:38 -0400 | [diff] [blame] | 1247 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1248 | case OPT_TLS1_2: |
Kurt Roeckx | 0d5301a | 2016-02-02 23:58:49 +0100 | [diff] [blame] | 1249 | min_version = TLS1_2_VERSION; |
| 1250 | max_version = TLS1_2_VERSION; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1251 | break; |
| 1252 | case OPT_TLS1_1: |
Kurt Roeckx | 0d5301a | 2016-02-02 23:58:49 +0100 | [diff] [blame] | 1253 | min_version = TLS1_1_VERSION; |
| 1254 | max_version = TLS1_1_VERSION; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1255 | break; |
| 1256 | case OPT_TLS1: |
Kurt Roeckx | 0d5301a | 2016-02-02 23:58:49 +0100 | [diff] [blame] | 1257 | min_version = TLS1_VERSION; |
| 1258 | max_version = TLS1_VERSION; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1259 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1260 | case OPT_DTLS: |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 1261 | #ifndef OPENSSL_NO_DTLS |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1262 | meth = DTLS_client_method(); |
| 1263 | socket_type = SOCK_DGRAM; |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 1264 | #endif |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1265 | break; |
| 1266 | case OPT_DTLS1: |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 1267 | #ifndef OPENSSL_NO_DTLS1 |
Kurt Roeckx | 0d5301a | 2016-02-02 23:58:49 +0100 | [diff] [blame] | 1268 | meth = DTLS_client_method(); |
| 1269 | min_version = DTLS1_VERSION; |
| 1270 | max_version = DTLS1_VERSION; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1271 | socket_type = SOCK_DGRAM; |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 1272 | #endif |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1273 | break; |
| 1274 | case OPT_DTLS1_2: |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 1275 | #ifndef OPENSSL_NO_DTLS1_2 |
Kurt Roeckx | 0d5301a | 2016-02-02 23:58:49 +0100 | [diff] [blame] | 1276 | meth = DTLS_client_method(); |
| 1277 | min_version = DTLS1_2_VERSION; |
| 1278 | max_version = DTLS1_2_VERSION; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1279 | socket_type = SOCK_DGRAM; |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 1280 | #endif |
Viktor Dukhovni | 6b01bed | 2016-01-18 13:10:21 -0500 | [diff] [blame] | 1281 | break; |
| 1282 | case OPT_TIMEOUT: |
| 1283 | #ifndef OPENSSL_NO_DTLS |
| 1284 | enable_timeouts = 1; |
| 1285 | #endif |
| 1286 | break; |
| 1287 | case OPT_MTU: |
| 1288 | #ifndef OPENSSL_NO_DTLS |
| 1289 | socket_mtu = atol(opt_arg()); |
| 1290 | #endif |
| 1291 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1292 | case OPT_FALLBACKSCSV: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1293 | fallback_scsv = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1294 | break; |
| 1295 | case OPT_KEYFORM: |
| 1296 | if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &key_format)) |
| 1297 | goto opthelp; |
| 1298 | break; |
| 1299 | case OPT_PASS: |
| 1300 | passarg = opt_arg(); |
| 1301 | break; |
| 1302 | case OPT_CERT_CHAIN: |
| 1303 | chain_file = opt_arg(); |
| 1304 | break; |
| 1305 | case OPT_KEY: |
| 1306 | key_file = opt_arg(); |
| 1307 | break; |
| 1308 | case OPT_RECONNECT: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1309 | reconnect = 5; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1310 | break; |
| 1311 | case OPT_CAPATH: |
| 1312 | CApath = opt_arg(); |
| 1313 | break; |
Matt Caswell | 2b6bcb7 | 2015-09-22 16:00:52 +0100 | [diff] [blame] | 1314 | case OPT_NOCAPATH: |
| 1315 | noCApath = 1; |
| 1316 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1317 | case OPT_CHAINCAPATH: |
| 1318 | chCApath = opt_arg(); |
| 1319 | break; |
| 1320 | case OPT_VERIFYCAPATH: |
| 1321 | vfyCApath = opt_arg(); |
| 1322 | break; |
| 1323 | case OPT_BUILD_CHAIN: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1324 | build_chain = 1; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1325 | break; |
| 1326 | case OPT_CAFILE: |
| 1327 | CAfile = opt_arg(); |
| 1328 | break; |
Matt Caswell | 2b6bcb7 | 2015-09-22 16:00:52 +0100 | [diff] [blame] | 1329 | case OPT_NOCAFILE: |
| 1330 | noCAfile = 1; |
| 1331 | break; |
Rob Percival | dd696a5 | 2016-03-02 13:34:05 +0000 | [diff] [blame] | 1332 | #ifndef OPENSSL_NO_CT |
| 1333 | case OPT_NOCT: |
| 1334 | ct_validation = NULL; |
| 1335 | break; |
| 1336 | case OPT_REQUESTCT: |
| 1337 | ct_validation = CT_verify_no_bad_scts; |
| 1338 | break; |
| 1339 | case OPT_REQUIRECT: |
| 1340 | ct_validation = CT_verify_at_least_one_good_sct; |
| 1341 | break; |
| 1342 | case OPT_CTLOG_FILE: |
| 1343 | ctlog_file = opt_arg(); |
| 1344 | break; |
| 1345 | #endif |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1346 | case OPT_CHAINCAFILE: |
| 1347 | chCAfile = opt_arg(); |
| 1348 | break; |
| 1349 | case OPT_VERIFYCAFILE: |
| 1350 | vfyCAfile = opt_arg(); |
| 1351 | break; |
Viktor Dukhovni | cddd424 | 2015-12-29 14:25:50 -0500 | [diff] [blame] | 1352 | case OPT_DANE_TLSA_DOMAIN: |
| 1353 | dane_tlsa_domain = opt_arg(); |
| 1354 | break; |
| 1355 | case OPT_DANE_TLSA_RRDATA: |
| 1356 | if (dane_tlsa_rrset == NULL) |
| 1357 | dane_tlsa_rrset = sk_OPENSSL_STRING_new_null(); |
| 1358 | if (dane_tlsa_rrset == NULL || |
| 1359 | !sk_OPENSSL_STRING_push(dane_tlsa_rrset, opt_arg())) { |
| 1360 | BIO_printf(bio_err, "%s: Memory allocation failure\n", prog); |
| 1361 | goto end; |
| 1362 | } |
| 1363 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1364 | case OPT_NEXTPROTONEG: |
| 1365 | next_proto_neg_in = opt_arg(); |
| 1366 | break; |
| 1367 | case OPT_ALPN: |
| 1368 | alpn_in = opt_arg(); |
| 1369 | break; |
| 1370 | case OPT_SERVERINFO: |
| 1371 | p = opt_arg(); |
| 1372 | len = strlen(p); |
| 1373 | for (start = 0, i = 0; i <= len; ++i) { |
| 1374 | if (i == len || p[i] == ',') { |
| 1375 | serverinfo_types[serverinfo_count] = atoi(p + start); |
| 1376 | if (++serverinfo_count == MAX_SI_TYPES) |
| 1377 | break; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1378 | start = i + 1; |
| 1379 | } |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1380 | } |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1381 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1382 | case OPT_STARTTLS: |
| 1383 | if (!opt_pair(opt_arg(), services, &starttls_proto)) |
| 1384 | goto end; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1385 | case OPT_SERVERNAME: |
| 1386 | servername = opt_arg(); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1387 | break; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1388 | case OPT_USE_SRTP: |
| 1389 | srtp_profiles = opt_arg(); |
| 1390 | break; |
| 1391 | case OPT_KEYMATEXPORT: |
| 1392 | keymatexportlabel = opt_arg(); |
| 1393 | break; |
| 1394 | case OPT_KEYMATEXPORTLEN: |
| 1395 | keymatexportlen = atoi(opt_arg()); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1396 | break; |
Matt Caswell | 7e25dd6 | 2015-02-13 23:33:12 +0000 | [diff] [blame] | 1397 | case OPT_ASYNC: |
| 1398 | async = 1; |
| 1399 | break; |
Matt Caswell | 032c6d2 | 2015-09-22 11:23:33 +0100 | [diff] [blame] | 1400 | case OPT_SPLIT_SEND_FRAG: |
| 1401 | split_send_fragment = atoi(opt_arg()); |
| 1402 | if (split_send_fragment == 0) { |
Matt Caswell | e2d5183 | 2016-03-07 10:06:42 +0000 | [diff] [blame] | 1403 | /* |
| 1404 | * Not allowed - set to a deliberately bad value so we get an |
| 1405 | * error message below |
| 1406 | */ |
| 1407 | split_send_fragment = SSL3_RT_MAX_PLAIN_LENGTH + 1; |
Matt Caswell | 032c6d2 | 2015-09-22 11:23:33 +0100 | [diff] [blame] | 1408 | } |
| 1409 | break; |
| 1410 | case OPT_MAX_PIPELINES: |
| 1411 | max_pipelines = atoi(opt_arg()); |
| 1412 | break; |
Matt Caswell | dad78fb | 2016-01-13 14:20:25 +0000 | [diff] [blame] | 1413 | case OPT_READ_BUF: |
| 1414 | read_buf_len = atoi(opt_arg()); |
| 1415 | break; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1416 | } |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1417 | } |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1418 | argc = opt_num_rest(); |
Kurt Roeckx | 0335851 | 2016-02-14 20:45:02 +0100 | [diff] [blame] | 1419 | if (argc != 0) |
| 1420 | goto opthelp; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1421 | |
Michael Trapp | 552bf8e | 2015-05-08 15:34:07 -0400 | [diff] [blame] | 1422 | if (proxystr) { |
Richard Levitte | ab69ac0 | 2016-02-03 00:47:42 +0100 | [diff] [blame] | 1423 | int res; |
| 1424 | char *tmp_host = host, *tmp_port = port; |
Michael Trapp | 552bf8e | 2015-05-08 15:34:07 -0400 | [diff] [blame] | 1425 | if (connectstr == NULL) { |
| 1426 | BIO_printf(bio_err, "%s: -proxy requires use of -connect\n", prog); |
| 1427 | goto opthelp; |
| 1428 | } |
Richard Levitte | ab69ac0 | 2016-02-03 00:47:42 +0100 | [diff] [blame] | 1429 | res = BIO_parse_hostserv(proxystr, &host, &port, BIO_PARSE_PRIO_HOST); |
| 1430 | if (tmp_host != host) |
| 1431 | OPENSSL_free(tmp_host); |
| 1432 | if (tmp_port != port) |
| 1433 | OPENSSL_free(tmp_port); |
| 1434 | if (!res) { |
| 1435 | BIO_printf(bio_err, "%s: -proxy argument malformed or ambiguous\n", |
| 1436 | prog); |
Michael Trapp | 552bf8e | 2015-05-08 15:34:07 -0400 | [diff] [blame] | 1437 | goto end; |
Richard Levitte | ab69ac0 | 2016-02-03 00:47:42 +0100 | [diff] [blame] | 1438 | } |
| 1439 | } else { |
| 1440 | int res = 1; |
| 1441 | char *tmp_host = host, *tmp_port = port; |
| 1442 | if (connectstr != NULL) |
| 1443 | res = BIO_parse_hostserv(connectstr, &host, &port, |
| 1444 | BIO_PARSE_PRIO_HOST); |
| 1445 | if (tmp_host != host) |
| 1446 | OPENSSL_free(tmp_host); |
| 1447 | if (tmp_port != port) |
| 1448 | OPENSSL_free(tmp_port); |
| 1449 | if (!res) { |
| 1450 | BIO_printf(bio_err, |
| 1451 | "%s: -connect argument malformed or ambiguous\n", |
| 1452 | prog); |
| 1453 | goto end; |
| 1454 | } |
Michael Trapp | 552bf8e | 2015-05-08 15:34:07 -0400 | [diff] [blame] | 1455 | } |
Michael Trapp | 552bf8e | 2015-05-08 15:34:07 -0400 | [diff] [blame] | 1456 | |
Richard Levitte | ab69ac0 | 2016-02-03 00:47:42 +0100 | [diff] [blame] | 1457 | if (socket_family == AF_UNIX && socket_type != SOCK_STREAM) { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1458 | BIO_printf(bio_err, |
| 1459 | "Can't use unix sockets and datagrams together\n"); |
| 1460 | goto end; |
| 1461 | } |
Ben Laurie | f3b7bda | 2008-11-16 12:47:12 +0000 | [diff] [blame] | 1462 | |
Matt Caswell | 032c6d2 | 2015-09-22 11:23:33 +0100 | [diff] [blame] | 1463 | if (split_send_fragment > SSL3_RT_MAX_PLAIN_LENGTH) { |
| 1464 | BIO_printf(bio_err, "Bad split send fragment size\n"); |
| 1465 | goto end; |
| 1466 | } |
| 1467 | |
| 1468 | if (max_pipelines > SSL_MAX_PIPELINES) { |
| 1469 | BIO_printf(bio_err, "Bad max pipelines value\n"); |
| 1470 | goto end; |
| 1471 | } |
| 1472 | |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 1473 | #if !defined(OPENSSL_NO_NEXTPROTONEG) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1474 | next_proto.status = -1; |
| 1475 | if (next_proto_neg_in) { |
| 1476 | next_proto.data = |
| 1477 | next_protos_parse(&next_proto.len, next_proto_neg_in); |
| 1478 | if (next_proto.data == NULL) { |
| 1479 | BIO_printf(bio_err, "Error parsing -nextprotoneg argument\n"); |
| 1480 | goto end; |
| 1481 | } |
| 1482 | } else |
| 1483 | next_proto.data = NULL; |
Ben Laurie | ee2ffc2 | 2010-07-28 10:06:55 +0000 | [diff] [blame] | 1484 | #endif |
| 1485 | |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1486 | if (!app_passwd(passarg, NULL, &pass, NULL)) { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1487 | BIO_printf(bio_err, "Error getting password\n"); |
| 1488 | goto end; |
| 1489 | } |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 1490 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1491 | if (key_file == NULL) |
| 1492 | key_file = cert_file; |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 1493 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1494 | if (key_file) { |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1495 | key = load_key(key_file, key_format, 0, pass, e, |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1496 | "client certificate private key file"); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1497 | if (key == NULL) { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1498 | ERR_print_errors(bio_err); |
| 1499 | goto end; |
| 1500 | } |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1501 | } |
Dr. Stephen Henson | abbc186 | 2004-12-13 18:02:23 +0000 | [diff] [blame] | 1502 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1503 | if (cert_file) { |
Rich Salz | a773b52 | 2016-02-13 22:33:56 -0500 | [diff] [blame] | 1504 | cert = load_cert(cert_file, cert_format, "client certificate file"); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1505 | if (cert == NULL) { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1506 | ERR_print_errors(bio_err); |
| 1507 | goto end; |
| 1508 | } |
| 1509 | } |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 1510 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1511 | if (chain_file) { |
Rich Salz | a773b52 | 2016-02-13 22:33:56 -0500 | [diff] [blame] | 1512 | if (!load_certs(chain_file, &chain, FORMAT_PEM, NULL, |
Viktor Dukhovni | 0996dc5 | 2016-01-16 00:08:38 -0500 | [diff] [blame] | 1513 | "client certificate chain")) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1514 | goto end; |
| 1515 | } |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 1516 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1517 | if (crl_file) { |
| 1518 | X509_CRL *crl; |
| 1519 | crl = load_crl(crl_file, crl_format); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1520 | if (crl == NULL) { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1521 | BIO_puts(bio_err, "Error loading CRL\n"); |
| 1522 | ERR_print_errors(bio_err); |
| 1523 | goto end; |
| 1524 | } |
| 1525 | crls = sk_X509_CRL_new_null(); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1526 | if (crls == NULL || !sk_X509_CRL_push(crls, crl)) { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1527 | BIO_puts(bio_err, "Error adding CRL\n"); |
| 1528 | ERR_print_errors(bio_err); |
| 1529 | X509_CRL_free(crl); |
| 1530 | goto end; |
| 1531 | } |
| 1532 | } |
Dr. Stephen Henson | abbc186 | 2004-12-13 18:02:23 +0000 | [diff] [blame] | 1533 | |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1534 | if (!load_excert(&exc)) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1535 | goto end; |
Richard Levitte | cead7f3 | 2002-07-16 06:52:03 +0000 | [diff] [blame] | 1536 | |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1537 | if (!app_RAND_load_file(NULL, 1) && inrand == NULL |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1538 | && !RAND_status()) { |
| 1539 | BIO_printf(bio_err, |
| 1540 | "warning, not much extra random data, consider using the -rand option\n"); |
| 1541 | } |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1542 | if (inrand != NULL) { |
| 1543 | randamt = app_RAND_load_files(inrand); |
| 1544 | BIO_printf(bio_err, "%ld semi-random bytes loaded\n", randamt); |
| 1545 | } |
Dr. Stephen Henson | 4e71d95 | 2012-12-12 00:50:26 +0000 | [diff] [blame] | 1546 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1547 | if (bio_c_out == NULL) { |
| 1548 | if (c_quiet && !c_debug) { |
| 1549 | bio_c_out = BIO_new(BIO_s_null()); |
| 1550 | if (c_msg && !bio_c_msg) |
Richard Levitte | a60994d | 2015-09-06 12:20:12 +0200 | [diff] [blame] | 1551 | bio_c_msg = dup_bio_out(FORMAT_TEXT); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1552 | } else if (bio_c_out == NULL) |
Richard Levitte | a60994d | 2015-09-06 12:20:12 +0200 | [diff] [blame] | 1553 | bio_c_out = dup_bio_out(FORMAT_TEXT); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1554 | } |
Ben Laurie | edc032b | 2011-03-12 17:01:19 +0000 | [diff] [blame] | 1555 | #ifndef OPENSSL_NO_SRP |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1556 | if (!app_passwd(srppass, NULL, &srp_arg.srppassin, NULL)) { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1557 | BIO_printf(bio_err, "Error getting password\n"); |
| 1558 | goto end; |
| 1559 | } |
Ben Laurie | edc032b | 2011-03-12 17:01:19 +0000 | [diff] [blame] | 1560 | #endif |
| 1561 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1562 | ctx = SSL_CTX_new(meth); |
| 1563 | if (ctx == NULL) { |
| 1564 | ERR_print_errors(bio_err); |
| 1565 | goto end; |
| 1566 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1567 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1568 | if (sdebug) |
Rich Salz | ecf3a1f | 2015-04-29 11:27:08 -0400 | [diff] [blame] | 1569 | ssl_ctx_security_debug(ctx, sdebug); |
Dr. Stephen Henson | e03c5b5 | 2014-02-17 00:10:00 +0000 | [diff] [blame] | 1570 | |
Dr. Stephen Henson | 287d0b9 | 2015-07-08 23:09:52 +0100 | [diff] [blame] | 1571 | if (ssl_config) { |
| 1572 | if (SSL_CTX_config(ctx, ssl_config) == 0) { |
| 1573 | BIO_printf(bio_err, "Error using configuration \"%s\"\n", |
| 1574 | ssl_config); |
| 1575 | ERR_print_errors(bio_err); |
| 1576 | goto end; |
| 1577 | } |
| 1578 | } |
| 1579 | |
Kurt Roeckx | 0d5301a | 2016-02-02 23:58:49 +0100 | [diff] [blame] | 1580 | if (SSL_CTX_set_min_proto_version(ctx, min_version) == 0) |
| 1581 | goto end; |
| 1582 | if (SSL_CTX_set_max_proto_version(ctx, max_version) == 0) |
| 1583 | goto end; |
| 1584 | |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1585 | if (vpmtouched && !SSL_CTX_set1_param(ctx, vpm)) { |
Matt Caswell | ac59d70 | 2015-03-06 14:39:46 +0000 | [diff] [blame] | 1586 | BIO_printf(bio_err, "Error setting verify params\n"); |
| 1587 | ERR_print_errors(bio_err); |
| 1588 | goto end; |
| 1589 | } |
Dr. Stephen Henson | db99779 | 2009-06-30 15:56:35 +0000 | [diff] [blame] | 1590 | |
Matt Caswell | 5e6f977 | 2015-09-16 23:09:15 +0100 | [diff] [blame] | 1591 | if (async) { |
Matt Caswell | 7e25dd6 | 2015-02-13 23:33:12 +0000 | [diff] [blame] | 1592 | SSL_CTX_set_mode(ctx, SSL_MODE_ASYNC); |
Matt Caswell | 5e6f977 | 2015-09-16 23:09:15 +0100 | [diff] [blame] | 1593 | } |
Matt Caswell | 032c6d2 | 2015-09-22 11:23:33 +0100 | [diff] [blame] | 1594 | if (split_send_fragment > 0) { |
| 1595 | SSL_CTX_set_split_send_fragment(ctx, split_send_fragment); |
| 1596 | } |
| 1597 | if (max_pipelines > 0) { |
| 1598 | SSL_CTX_set_max_pipelines(ctx, max_pipelines); |
| 1599 | } |
Matt Caswell | 7e25dd6 | 2015-02-13 23:33:12 +0000 | [diff] [blame] | 1600 | |
Matt Caswell | dad78fb | 2016-01-13 14:20:25 +0000 | [diff] [blame] | 1601 | if (read_buf_len > 0) { |
| 1602 | SSL_CTX_set_default_read_buffer_len(ctx, read_buf_len); |
| 1603 | } |
| 1604 | |
Rich Salz | dba3177 | 2016-02-14 00:17:59 -0500 | [diff] [blame] | 1605 | if (!config_ctx(cctx, ssl_args, ctx)) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1606 | goto end; |
Dr. Stephen Henson | 5d2e07f | 2012-11-17 14:42:22 +0000 | [diff] [blame] | 1607 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1608 | if (!ssl_load_stores(ctx, vfyCApath, vfyCAfile, chCApath, chCAfile, |
| 1609 | crls, crl_download)) { |
| 1610 | BIO_printf(bio_err, "Error loading store locations\n"); |
| 1611 | ERR_print_errors(bio_err); |
| 1612 | goto end; |
| 1613 | } |
Dr. Stephen Henson | 59d2d48 | 2008-06-03 11:26:27 +0000 | [diff] [blame] | 1614 | #ifndef OPENSSL_NO_ENGINE |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1615 | if (ssl_client_engine) { |
| 1616 | if (!SSL_CTX_set_client_cert_engine(ctx, ssl_client_engine)) { |
| 1617 | BIO_puts(bio_err, "Error setting client auth engine\n"); |
| 1618 | ERR_print_errors(bio_err); |
| 1619 | ENGINE_free(ssl_client_engine); |
| 1620 | goto end; |
| 1621 | } |
| 1622 | ENGINE_free(ssl_client_engine); |
| 1623 | } |
Dr. Stephen Henson | 59d2d48 | 2008-06-03 11:26:27 +0000 | [diff] [blame] | 1624 | #endif |
| 1625 | |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 1626 | #ifndef OPENSSL_NO_PSK |
Rich Salz | dba3177 | 2016-02-14 00:17:59 -0500 | [diff] [blame] | 1627 | if (psk_key != NULL) { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1628 | if (c_debug) |
| 1629 | BIO_printf(bio_c_out, |
Rich Salz | dba3177 | 2016-02-14 00:17:59 -0500 | [diff] [blame] | 1630 | "PSK key given, setting client callback\n"); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1631 | SSL_CTX_set_psk_client_callback(ctx, psk_client_cb); |
| 1632 | } |
Piotr Sikora | e783bae | 2014-12-22 11:15:51 +0000 | [diff] [blame] | 1633 | #endif |
| 1634 | #ifndef OPENSSL_NO_SRTP |
Matt Caswell | ac59d70 | 2015-03-06 14:39:46 +0000 | [diff] [blame] | 1635 | if (srtp_profiles != NULL) { |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1636 | /* Returns 0 on success! */ |
| 1637 | if (SSL_CTX_set_tlsext_use_srtp(ctx, srtp_profiles) != 0) { |
Matt Caswell | ac59d70 | 2015-03-06 14:39:46 +0000 | [diff] [blame] | 1638 | BIO_printf(bio_err, "Error setting SRTP profile\n"); |
| 1639 | ERR_print_errors(bio_err); |
| 1640 | goto end; |
| 1641 | } |
| 1642 | } |
Nils Larsch | ddac197 | 2006-03-10 23:06:27 +0000 | [diff] [blame] | 1643 | #endif |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1644 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1645 | if (exc) |
| 1646 | ssl_ctx_set_excert(ctx, exc); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1647 | |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 1648 | #if !defined(OPENSSL_NO_NEXTPROTONEG) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1649 | if (next_proto.data) |
| 1650 | SSL_CTX_set_next_proto_select_cb(ctx, next_proto_cb, &next_proto); |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 1651 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1652 | if (alpn_in) { |
Todd Short | 817cd0d | 2016-03-05 08:47:55 -0500 | [diff] [blame] | 1653 | size_t alpn_len; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1654 | unsigned char *alpn = next_protos_parse(&alpn_len, alpn_in); |
Adam Langley | 6f017a8 | 2013-04-15 18:07:47 -0400 | [diff] [blame] | 1655 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1656 | if (alpn == NULL) { |
| 1657 | BIO_printf(bio_err, "Error parsing -alpn argument\n"); |
| 1658 | goto end; |
| 1659 | } |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1660 | /* Returns 0 on success! */ |
| 1661 | if (SSL_CTX_set_alpn_protos(ctx, alpn, alpn_len) != 0) { |
| 1662 | BIO_printf(bio_err, "Error setting ALPN\n"); |
Matt Caswell | ac59d70 | 2015-03-06 14:39:46 +0000 | [diff] [blame] | 1663 | goto end; |
| 1664 | } |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1665 | OPENSSL_free(alpn); |
| 1666 | } |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 1667 | |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1668 | for (i = 0; i < serverinfo_count; i++) { |
Viktor Dukhovni | 61986d3 | 2015-04-16 01:50:03 -0400 | [diff] [blame] | 1669 | if (!SSL_CTX_add_client_custom_ext(ctx, |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1670 | serverinfo_types[i], |
| 1671 | NULL, NULL, NULL, |
| 1672 | serverinfo_cli_parse_cb, NULL)) { |
| 1673 | BIO_printf(bio_err, |
| 1674 | "Warning: Unable to add custom extension %u, skipping\n", |
| 1675 | serverinfo_types[i]); |
Matt Caswell | ac59d70 | 2015-03-06 14:39:46 +0000 | [diff] [blame] | 1676 | } |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1677 | } |
Ben Laurie | ee2ffc2 | 2010-07-28 10:06:55 +0000 | [diff] [blame] | 1678 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1679 | if (state) |
| 1680 | SSL_CTX_set_info_callback(ctx, apps_ssl_info_callback); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1681 | |
Rob Percival | dd696a5 | 2016-03-02 13:34:05 +0000 | [diff] [blame] | 1682 | #ifndef OPENSSL_NO_CT |
| 1683 | if (!SSL_CTX_set_ct_validation_callback(ctx, ct_validation, NULL)) { |
| 1684 | ERR_print_errors(bio_err); |
| 1685 | goto end; |
| 1686 | } |
| 1687 | |
Rob Percival | 70073f3 | 2016-03-07 18:38:06 +0000 | [diff] [blame] | 1688 | if (!ctx_set_ctlog_list_file(ctx, ctlog_file)) { |
Rob Percival | 328f36c | 2016-03-04 19:06:43 +0000 | [diff] [blame] | 1689 | if (ct_validation != NULL) { |
| 1690 | ERR_print_errors(bio_err); |
| 1691 | goto end; |
| 1692 | } |
| 1693 | |
| 1694 | /* |
| 1695 | * If CT validation is not enabled, the log list isn't needed so don't |
| 1696 | * show errors or abort. We try to load it regardless because then we |
| 1697 | * can show the names of the logs any SCTs came from (SCTs may be seen |
| 1698 | * even with validation disabled). |
| 1699 | */ |
| 1700 | ERR_clear_error(); |
Rob Percival | dd696a5 | 2016-03-02 13:34:05 +0000 | [diff] [blame] | 1701 | } |
| 1702 | #endif |
| 1703 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1704 | SSL_CTX_set_verify(ctx, verify, verify_callback); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1705 | |
Matt Caswell | 2b6bcb7 | 2015-09-22 16:00:52 +0100 | [diff] [blame] | 1706 | if (!ctx_set_verify_locations(ctx, CAfile, CApath, noCAfile, noCApath)) { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1707 | ERR_print_errors(bio_err); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1708 | goto end; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1709 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1710 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1711 | ssl_ctx_add_crls(ctx, crls, crl_download); |
Dr. Stephen Henson | fdb78f3 | 2012-12-02 16:16:28 +0000 | [diff] [blame] | 1712 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1713 | if (!set_cert_key_stuff(ctx, cert, key, chain, build_chain)) |
| 1714 | goto end; |
Dr. Stephen Henson | 74ecfab | 2012-07-23 23:34:28 +0000 | [diff] [blame] | 1715 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1716 | if (servername != NULL) { |
| 1717 | tlsextcbp.biodebug = bio_err; |
| 1718 | SSL_CTX_set_tlsext_servername_callback(ctx, ssl_servername_cb); |
| 1719 | SSL_CTX_set_tlsext_servername_arg(ctx, &tlsextcbp); |
| 1720 | } |
| 1721 | # ifndef OPENSSL_NO_SRP |
| 1722 | if (srp_arg.srplogin) { |
| 1723 | if (!srp_lateuser && !SSL_CTX_set_srp_username(ctx, srp_arg.srplogin)) { |
| 1724 | BIO_printf(bio_err, "Unable to set SRP username\n"); |
| 1725 | goto end; |
| 1726 | } |
| 1727 | srp_arg.msg = c_msg; |
| 1728 | srp_arg.debug = c_debug; |
| 1729 | SSL_CTX_set_srp_cb_arg(ctx, &srp_arg); |
| 1730 | SSL_CTX_set_srp_client_pwd_callback(ctx, ssl_give_srp_client_pwd_cb); |
| 1731 | SSL_CTX_set_srp_strength(ctx, srp_arg.strength); |
| 1732 | if (c_msg || c_debug || srp_arg.amp == 0) |
| 1733 | SSL_CTX_set_srp_verify_param_callback(ctx, |
| 1734 | ssl_srp_verify_param_cb); |
| 1735 | } |
| 1736 | # endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1737 | |
Viktor Dukhovni | cddd424 | 2015-12-29 14:25:50 -0500 | [diff] [blame] | 1738 | if (dane_tlsa_domain != NULL) { |
| 1739 | if (SSL_CTX_dane_enable(ctx) <= 0) { |
| 1740 | BIO_printf(bio_err, |
| 1741 | "%s: Error enabling DANE TLSA authentication.\n", prog); |
| 1742 | ERR_print_errors(bio_err); |
| 1743 | goto end; |
| 1744 | } |
| 1745 | } |
| 1746 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1747 | con = SSL_new(ctx); |
| 1748 | if (sess_in) { |
| 1749 | SSL_SESSION *sess; |
| 1750 | BIO *stmp = BIO_new_file(sess_in, "r"); |
| 1751 | if (!stmp) { |
| 1752 | BIO_printf(bio_err, "Can't open session file %s\n", sess_in); |
| 1753 | ERR_print_errors(bio_err); |
| 1754 | goto end; |
| 1755 | } |
| 1756 | sess = PEM_read_bio_SSL_SESSION(stmp, NULL, 0, NULL); |
| 1757 | BIO_free(stmp); |
| 1758 | if (!sess) { |
| 1759 | BIO_printf(bio_err, "Can't open session file %s\n", sess_in); |
| 1760 | ERR_print_errors(bio_err); |
| 1761 | goto end; |
| 1762 | } |
Viktor Dukhovni | 61986d3 | 2015-04-16 01:50:03 -0400 | [diff] [blame] | 1763 | if (!SSL_set_session(con, sess)) { |
Matt Caswell | ac59d70 | 2015-03-06 14:39:46 +0000 | [diff] [blame] | 1764 | BIO_printf(bio_err, "Can't set session\n"); |
| 1765 | ERR_print_errors(bio_err); |
| 1766 | goto end; |
| 1767 | } |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1768 | SSL_SESSION_free(sess); |
| 1769 | } |
Bodo Moeller | cf6da05 | 2014-10-15 04:03:28 +0200 | [diff] [blame] | 1770 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1771 | if (fallback_scsv) |
| 1772 | SSL_set_mode(con, SSL_MODE_SEND_FALLBACK_SCSV); |
Bodo Moeller | cf6da05 | 2014-10-15 04:03:28 +0200 | [diff] [blame] | 1773 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1774 | if (servername != NULL) { |
| 1775 | if (!SSL_set_tlsext_host_name(con, servername)) { |
| 1776 | BIO_printf(bio_err, "Unable to set TLS servername extension.\n"); |
| 1777 | ERR_print_errors(bio_err); |
| 1778 | goto end; |
| 1779 | } |
| 1780 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1781 | |
Viktor Dukhovni | cddd424 | 2015-12-29 14:25:50 -0500 | [diff] [blame] | 1782 | if (dane_tlsa_domain != NULL) { |
| 1783 | if (SSL_dane_enable(con, dane_tlsa_domain) <= 0) { |
| 1784 | BIO_printf(bio_err, "%s: Error enabling DANE TLSA " |
| 1785 | "authentication.\n", prog); |
| 1786 | ERR_print_errors(bio_err); |
| 1787 | goto end; |
| 1788 | } |
| 1789 | if (dane_tlsa_rrset == NULL) { |
| 1790 | BIO_printf(bio_err, "%s: DANE TLSA authentication requires at " |
| 1791 | "least one -dane_tlsa_rrset option.\n", prog); |
| 1792 | goto end; |
| 1793 | } |
| 1794 | if (tlsa_import_rrset(con, dane_tlsa_rrset) <= 0) { |
| 1795 | BIO_printf(bio_err, "%s: Failed to import any TLSA " |
| 1796 | "records.\n", prog); |
| 1797 | goto end; |
| 1798 | } |
| 1799 | } else if (dane_tlsa_rrset != NULL) { |
| 1800 | BIO_printf(bio_err, "%s: DANE TLSA authentication requires the " |
| 1801 | "-dane_tlsa_domain option.\n", prog); |
| 1802 | goto end; |
| 1803 | } |
| 1804 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1805 | re_start: |
Richard Levitte | ab69ac0 | 2016-02-03 00:47:42 +0100 | [diff] [blame] | 1806 | if (init_client(&s, host, port, socket_family, socket_type) == 0) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1807 | { |
| 1808 | BIO_printf(bio_err, "connect:errno=%d\n", get_last_socket_error()); |
Rich Salz | 8731a4f | 2016-03-02 16:12:46 -0500 | [diff] [blame] | 1809 | BIO_closesocket(s); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1810 | goto end; |
| 1811 | } |
| 1812 | BIO_printf(bio_c_out, "CONNECTED(%08X)\n", s); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1813 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1814 | if (c_nbio) { |
Rich Salz | ba81081 | 2016-02-27 13:24:28 -0500 | [diff] [blame] | 1815 | if (!BIO_socket_nbio(s, 1)) { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1816 | ERR_print_errors(bio_err); |
| 1817 | goto end; |
| 1818 | } |
Rich Salz | ba81081 | 2016-02-27 13:24:28 -0500 | [diff] [blame] | 1819 | BIO_printf(bio_c_out, "Turned on non blocking io\n"); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1820 | } |
Matt Caswell | 40a8e9c | 2016-03-18 14:17:03 +0000 | [diff] [blame] | 1821 | #ifndef OPENSSL_NO_DTLS |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1822 | if (socket_type == SOCK_DGRAM) { |
Matt Caswell | 40a8e9c | 2016-03-18 14:17:03 +0000 | [diff] [blame] | 1823 | struct sockaddr peer; |
| 1824 | int peerlen = sizeof peer; |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 1825 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1826 | sbio = BIO_new_dgram(s, BIO_NOCLOSE); |
| 1827 | if (getsockname(s, &peer, (void *)&peerlen) < 0) { |
| 1828 | BIO_printf(bio_err, "getsockname:errno=%d\n", |
| 1829 | get_last_socket_error()); |
Rich Salz | 8731a4f | 2016-03-02 16:12:46 -0500 | [diff] [blame] | 1830 | BIO_closesocket(s); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1831 | goto end; |
| 1832 | } |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 1833 | |
Richard Levitte | 2c9be7d | 2015-11-02 21:18:34 +0100 | [diff] [blame] | 1834 | (void)BIO_ctrl_set_connected(sbio, &peer); |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 1835 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1836 | if (enable_timeouts) { |
| 1837 | timeout.tv_sec = 0; |
| 1838 | timeout.tv_usec = DGRAM_RCV_TIMEOUT; |
| 1839 | BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_RECV_TIMEOUT, 0, &timeout); |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 1840 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1841 | timeout.tv_sec = 0; |
| 1842 | timeout.tv_usec = DGRAM_SND_TIMEOUT; |
| 1843 | BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_SEND_TIMEOUT, 0, &timeout); |
| 1844 | } |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 1845 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1846 | if (socket_mtu) { |
| 1847 | if (socket_mtu < DTLS_get_link_min_mtu(con)) { |
| 1848 | BIO_printf(bio_err, "MTU too small. Must be at least %ld\n", |
| 1849 | DTLS_get_link_min_mtu(con)); |
| 1850 | BIO_free(sbio); |
| 1851 | goto shut; |
| 1852 | } |
| 1853 | SSL_set_options(con, SSL_OP_NO_QUERY_MTU); |
| 1854 | if (!DTLS_set_link_mtu(con, socket_mtu)) { |
| 1855 | BIO_printf(bio_err, "Failed to set MTU\n"); |
| 1856 | BIO_free(sbio); |
| 1857 | goto shut; |
| 1858 | } |
| 1859 | } else |
| 1860 | /* want to do MTU discovery */ |
| 1861 | BIO_ctrl(sbio, BIO_CTRL_DGRAM_MTU_DISCOVER, 0, NULL); |
| 1862 | } else |
Matt Caswell | 40a8e9c | 2016-03-18 14:17:03 +0000 | [diff] [blame] | 1863 | #endif /* OPENSSL_NO_DTLS */ |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1864 | sbio = BIO_new_socket(s, BIO_NOCLOSE); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1865 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1866 | if (nbio_test) { |
| 1867 | BIO *test; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1868 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1869 | test = BIO_new(BIO_f_nbio_test()); |
| 1870 | sbio = BIO_push(test, sbio); |
| 1871 | } |
| 1872 | |
| 1873 | if (c_debug) { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1874 | BIO_set_callback(sbio, bio_dump_callback); |
| 1875 | BIO_set_callback_arg(sbio, (char *)bio_c_out); |
| 1876 | } |
| 1877 | if (c_msg) { |
Dr. Stephen Henson | 93ab9e4 | 2012-06-15 12:46:09 +0000 | [diff] [blame] | 1878 | #ifndef OPENSSL_NO_SSL_TRACE |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1879 | if (c_msg == 2) |
| 1880 | SSL_set_msg_callback(con, SSL_trace); |
| 1881 | else |
Dr. Stephen Henson | 93ab9e4 | 2012-06-15 12:46:09 +0000 | [diff] [blame] | 1882 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1883 | SSL_set_msg_callback(con, msg_cb); |
| 1884 | SSL_set_msg_callback_arg(con, bio_c_msg ? bio_c_msg : bio_c_out); |
| 1885 | } |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 1886 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1887 | if (c_tlsextdebug) { |
| 1888 | SSL_set_tlsext_debug_callback(con, tlsext_cb); |
| 1889 | SSL_set_tlsext_debug_arg(con, bio_c_out); |
| 1890 | } |
| 1891 | if (c_status_req) { |
| 1892 | SSL_set_tlsext_status_type(con, TLSEXT_STATUSTYPE_ocsp); |
| 1893 | SSL_CTX_set_tlsext_status_cb(ctx, ocsp_resp_cb); |
| 1894 | SSL_CTX_set_tlsext_status_arg(ctx, bio_c_out); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1895 | } |
Ben Laurie | 6caa4ed | 2008-10-26 18:40:52 +0000 | [diff] [blame] | 1896 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1897 | SSL_set_bio(con, sbio, sbio); |
| 1898 | SSL_set_connect_state(con); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1899 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1900 | /* ok, lets connect */ |
| 1901 | width = SSL_get_fd(con) + 1; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1902 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1903 | read_tty = 1; |
| 1904 | write_tty = 0; |
| 1905 | tty_on = 0; |
| 1906 | read_ssl = 1; |
| 1907 | write_ssl = 1; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1908 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1909 | cbuf_len = 0; |
| 1910 | cbuf_off = 0; |
| 1911 | sbuf_len = 0; |
| 1912 | sbuf_off = 0; |
Carlos Alberto Lopez Perez | 4249d4b | 2012-08-06 02:00:07 +0200 | [diff] [blame] | 1913 | |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1914 | switch ((PROTOCOL_CHOICE) starttls_proto) { |
| 1915 | case PROTO_OFF: |
| 1916 | break; |
| 1917 | case PROTO_SMTP: |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1918 | { |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1919 | /* |
| 1920 | * This is an ugly hack that does a lot of assumptions. We do |
| 1921 | * have to handle multi-line responses which may come in a single |
| 1922 | * packet or not. We therefore have to use BIO_gets() which does |
| 1923 | * need a buffering BIO. So during the initial chitchat we do |
| 1924 | * push a buffering BIO into the chain that is removed again |
| 1925 | * later on to not disturb the rest of the s_client operation. |
| 1926 | */ |
| 1927 | int foundit = 0; |
| 1928 | BIO *fbio = BIO_new(BIO_f_buffer()); |
| 1929 | BIO_push(fbio, sbio); |
| 1930 | /* wait for multi-line response to end from SMTP */ |
| 1931 | do { |
| 1932 | mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); |
| 1933 | } |
| 1934 | while (mbuf_len > 3 && mbuf[3] == '-'); |
Rich Salz | d8c25de | 2015-04-25 16:01:21 -0400 | [diff] [blame] | 1935 | BIO_printf(fbio, "EHLO %s\r\n", ehlo); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1936 | (void)BIO_flush(fbio); |
| 1937 | /* wait for multi-line response to end EHLO SMTP response */ |
| 1938 | do { |
| 1939 | mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); |
| 1940 | if (strstr(mbuf, "STARTTLS")) |
| 1941 | foundit = 1; |
| 1942 | } |
| 1943 | while (mbuf_len > 3 && mbuf[3] == '-'); |
| 1944 | (void)BIO_flush(fbio); |
| 1945 | BIO_pop(fbio); |
| 1946 | BIO_free(fbio); |
| 1947 | if (!foundit) |
| 1948 | BIO_printf(bio_err, |
Quanah Gibson-Mount | c7944cf | 2015-11-22 21:35:15 -0600 | [diff] [blame] | 1949 | "didn't find starttls in server response," |
| 1950 | " trying anyway...\n"); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1951 | BIO_printf(sbio, "STARTTLS\r\n"); |
| 1952 | BIO_read(sbio, sbuf, BUFSIZZ); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 1953 | } |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1954 | break; |
| 1955 | case PROTO_POP3: |
| 1956 | { |
| 1957 | BIO_read(sbio, mbuf, BUFSIZZ); |
| 1958 | BIO_printf(sbio, "STLS\r\n"); |
| 1959 | mbuf_len = BIO_read(sbio, sbuf, BUFSIZZ); |
| 1960 | if (mbuf_len < 0) { |
| 1961 | BIO_printf(bio_err, "BIO_read failed\n"); |
| 1962 | goto end; |
| 1963 | } |
| 1964 | } |
| 1965 | break; |
| 1966 | case PROTO_IMAP: |
| 1967 | { |
| 1968 | int foundit = 0; |
| 1969 | BIO *fbio = BIO_new(BIO_f_buffer()); |
| 1970 | BIO_push(fbio, sbio); |
| 1971 | BIO_gets(fbio, mbuf, BUFSIZZ); |
| 1972 | /* STARTTLS command requires CAPABILITY... */ |
| 1973 | BIO_printf(fbio, ". CAPABILITY\r\n"); |
| 1974 | (void)BIO_flush(fbio); |
| 1975 | /* wait for multi-line CAPABILITY response */ |
| 1976 | do { |
| 1977 | mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); |
| 1978 | if (strstr(mbuf, "STARTTLS")) |
| 1979 | foundit = 1; |
| 1980 | } |
| 1981 | while (mbuf_len > 3 && mbuf[0] != '.'); |
| 1982 | (void)BIO_flush(fbio); |
| 1983 | BIO_pop(fbio); |
| 1984 | BIO_free(fbio); |
| 1985 | if (!foundit) |
| 1986 | BIO_printf(bio_err, |
Quanah Gibson-Mount | c7944cf | 2015-11-22 21:35:15 -0600 | [diff] [blame] | 1987 | "didn't find STARTTLS in server response," |
| 1988 | " trying anyway...\n"); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 1989 | BIO_printf(sbio, ". STARTTLS\r\n"); |
| 1990 | BIO_read(sbio, sbuf, BUFSIZZ); |
| 1991 | } |
| 1992 | break; |
| 1993 | case PROTO_FTP: |
| 1994 | { |
| 1995 | BIO *fbio = BIO_new(BIO_f_buffer()); |
| 1996 | BIO_push(fbio, sbio); |
| 1997 | /* wait for multi-line response to end from FTP */ |
| 1998 | do { |
| 1999 | mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); |
| 2000 | } |
| 2001 | while (mbuf_len > 3 && mbuf[3] == '-'); |
| 2002 | (void)BIO_flush(fbio); |
| 2003 | BIO_pop(fbio); |
| 2004 | BIO_free(fbio); |
| 2005 | BIO_printf(sbio, "AUTH TLS\r\n"); |
| 2006 | BIO_read(sbio, sbuf, BUFSIZZ); |
| 2007 | } |
| 2008 | break; |
| 2009 | case PROTO_XMPP: |
Kai Engert | 898ea7b | 2015-07-29 17:41:00 -0400 | [diff] [blame] | 2010 | case PROTO_XMPP_SERVER: |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 2011 | { |
| 2012 | int seen = 0; |
| 2013 | BIO_printf(sbio, "<stream:stream " |
| 2014 | "xmlns:stream='http://etherx.jabber.org/streams' " |
Kai Engert | 898ea7b | 2015-07-29 17:41:00 -0400 | [diff] [blame] | 2015 | "xmlns='jabber:%s' to='%s' version='1.0'>", |
| 2016 | starttls_proto == PROTO_XMPP ? "client" : "server", |
Rich Salz | d8c25de | 2015-04-25 16:01:21 -0400 | [diff] [blame] | 2017 | xmpphost ? xmpphost : host); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 2018 | seen = BIO_read(sbio, mbuf, BUFSIZZ); |
| 2019 | mbuf[seen] = 0; |
| 2020 | while (!strstr |
| 2021 | (mbuf, "<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'") |
| 2022 | && !strstr(mbuf, |
| 2023 | "<starttls xmlns=\"urn:ietf:params:xml:ns:xmpp-tls\"")) |
| 2024 | { |
| 2025 | seen = BIO_read(sbio, mbuf, BUFSIZZ); |
| 2026 | |
| 2027 | if (seen <= 0) |
| 2028 | goto shut; |
| 2029 | |
| 2030 | mbuf[seen] = 0; |
| 2031 | } |
| 2032 | BIO_printf(sbio, |
| 2033 | "<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>"); |
| 2034 | seen = BIO_read(sbio, sbuf, BUFSIZZ); |
| 2035 | sbuf[seen] = 0; |
| 2036 | if (!strstr(sbuf, "<proceed")) |
| 2037 | goto shut; |
| 2038 | mbuf[0] = 0; |
| 2039 | } |
| 2040 | break; |
Rich Salz | d8c25de | 2015-04-25 16:01:21 -0400 | [diff] [blame] | 2041 | case PROTO_TELNET: |
| 2042 | { |
| 2043 | static const unsigned char tls_do[] = { |
| 2044 | /* IAC DO START_TLS */ |
| 2045 | 255, 253, 46 |
| 2046 | }; |
| 2047 | static const unsigned char tls_will[] = { |
| 2048 | /* IAC WILL START_TLS */ |
| 2049 | 255, 251, 46 |
| 2050 | }; |
| 2051 | static const unsigned char tls_follows[] = { |
| 2052 | /* IAC SB START_TLS FOLLOWS IAC SE */ |
| 2053 | 255, 250, 46, 1, 255, 240 |
| 2054 | }; |
| 2055 | int bytes; |
| 2056 | |
| 2057 | /* Telnet server should demand we issue START_TLS */ |
| 2058 | bytes = BIO_read(sbio, mbuf, BUFSIZZ); |
| 2059 | if (bytes != 3 || memcmp(mbuf, tls_do, 3) != 0) |
| 2060 | goto shut; |
| 2061 | /* Agree to issue START_TLS and send the FOLLOWS sub-command */ |
| 2062 | BIO_write(sbio, tls_will, 3); |
| 2063 | BIO_write(sbio, tls_follows, 6); |
| 2064 | (void)BIO_flush(sbio); |
| 2065 | /* Telnet server also sent the FOLLOWS sub-command */ |
| 2066 | bytes = BIO_read(sbio, mbuf, BUFSIZZ); |
| 2067 | if (bytes != 6 || memcmp(mbuf, tls_follows, 6) != 0) |
| 2068 | goto shut; |
| 2069 | } |
Michael Trapp | 552bf8e | 2015-05-08 15:34:07 -0400 | [diff] [blame] | 2070 | break; |
| 2071 | case PROTO_CONNECT: |
| 2072 | { |
| 2073 | int foundit = 0; |
| 2074 | BIO *fbio = BIO_new(BIO_f_buffer()); |
| 2075 | |
| 2076 | BIO_push(fbio, sbio); |
Rich Salz | 8230f6c | 2016-03-19 12:40:02 -0400 | [diff] [blame] | 2077 | BIO_printf(fbio, "CONNECT %s HTTP/1.0\r\n\r\n", connectstr); |
Michael Trapp | 552bf8e | 2015-05-08 15:34:07 -0400 | [diff] [blame] | 2078 | (void)BIO_flush(fbio); |
| 2079 | /* wait for multi-line response to end CONNECT response */ |
| 2080 | do { |
| 2081 | mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); |
| 2082 | if (strstr(mbuf, "200") != NULL |
| 2083 | && strstr(mbuf, "established") != NULL) |
| 2084 | foundit++; |
| 2085 | } while (mbuf_len > 3 && foundit == 0); |
| 2086 | (void)BIO_flush(fbio); |
| 2087 | BIO_pop(fbio); |
| 2088 | BIO_free(fbio); |
| 2089 | if (!foundit) { |
| 2090 | BIO_printf(bio_err, "%s: HTTP CONNECT failed\n", prog); |
| 2091 | goto shut; |
| 2092 | } |
| 2093 | } |
| 2094 | break; |
Nathan Phillip Brink | cfb4f1e | 2015-05-13 16:00:21 -0400 | [diff] [blame] | 2095 | case PROTO_IRC: |
| 2096 | { |
| 2097 | int numeric; |
| 2098 | BIO *fbio = BIO_new(BIO_f_buffer()); |
| 2099 | |
| 2100 | BIO_push(fbio, sbio); |
| 2101 | BIO_printf(fbio, "STARTTLS\r\n"); |
| 2102 | (void)BIO_flush(fbio); |
| 2103 | width = SSL_get_fd(con) + 1; |
| 2104 | |
| 2105 | do { |
| 2106 | numeric = 0; |
| 2107 | |
| 2108 | FD_ZERO(&readfds); |
| 2109 | openssl_fdset(SSL_get_fd(con), &readfds); |
| 2110 | timeout.tv_sec = S_CLIENT_IRC_READ_TIMEOUT; |
| 2111 | timeout.tv_usec = 0; |
| 2112 | /* |
| 2113 | * If the IRCd doesn't respond within |
| 2114 | * S_CLIENT_IRC_READ_TIMEOUT seconds, assume |
| 2115 | * it doesn't support STARTTLS. Many IRCds |
| 2116 | * will not give _any_ sort of response to a |
| 2117 | * STARTTLS command when it's not supported. |
| 2118 | */ |
| 2119 | if (!BIO_get_buffer_num_lines(fbio) |
| 2120 | && !BIO_pending(fbio) |
| 2121 | && !BIO_pending(sbio) |
| 2122 | && select(width, (void *)&readfds, NULL, NULL, |
| 2123 | &timeout) < 1) { |
| 2124 | BIO_printf(bio_err, |
| 2125 | "Timeout waiting for response (%d seconds).\n", |
| 2126 | S_CLIENT_IRC_READ_TIMEOUT); |
| 2127 | break; |
| 2128 | } |
| 2129 | |
| 2130 | mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); |
| 2131 | if (mbuf_len < 1 || sscanf(mbuf, "%*s %d", &numeric) != 1) |
| 2132 | break; |
| 2133 | /* :example.net 451 STARTTLS :You have not registered */ |
| 2134 | /* :example.net 421 STARTTLS :Unknown command */ |
| 2135 | if ((numeric == 451 || numeric == 421) |
| 2136 | && strstr(mbuf, "STARTTLS") != NULL) { |
| 2137 | BIO_printf(bio_err, "STARTTLS not supported: %s", mbuf); |
| 2138 | break; |
| 2139 | } |
| 2140 | if (numeric == 691) { |
| 2141 | BIO_printf(bio_err, "STARTTLS negotiation failed: "); |
| 2142 | ERR_print_errors(bio_err); |
| 2143 | break; |
| 2144 | } |
| 2145 | } while (numeric != 670); |
| 2146 | |
| 2147 | (void)BIO_flush(fbio); |
| 2148 | BIO_pop(fbio); |
| 2149 | BIO_free(fbio); |
| 2150 | if (numeric != 670) { |
| 2151 | BIO_printf(bio_err, "Server does not support STARTTLS.\n"); |
| 2152 | ret = 1; |
| 2153 | goto shut; |
| 2154 | } |
| 2155 | } |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2156 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2157 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2158 | for (;;) { |
| 2159 | FD_ZERO(&readfds); |
| 2160 | FD_ZERO(&writefds); |
Dr. Stephen Henson | b972fba | 2009-08-12 13:19:54 +0000 | [diff] [blame] | 2161 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2162 | if ((SSL_version(con) == DTLS1_VERSION) && |
| 2163 | DTLSv1_get_timeout(con, &timeout)) |
| 2164 | timeoutp = &timeout; |
| 2165 | else |
| 2166 | timeoutp = NULL; |
| 2167 | |
| 2168 | if (SSL_in_init(con) && !SSL_total_renegotiations(con)) { |
| 2169 | in_init = 1; |
| 2170 | tty_on = 0; |
| 2171 | } else { |
| 2172 | tty_on = 1; |
| 2173 | if (in_init) { |
| 2174 | in_init = 0; |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 2175 | |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 2176 | if (servername != NULL && !SSL_session_reused(con)) { |
| 2177 | BIO_printf(bio_c_out, |
| 2178 | "Server did %sacknowledge servername extension.\n", |
| 2179 | tlsextcbp.ack ? "" : "not "); |
| 2180 | } |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 2181 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2182 | if (sess_out) { |
| 2183 | BIO *stmp = BIO_new_file(sess_out, "w"); |
| 2184 | if (stmp) { |
| 2185 | PEM_write_bio_SSL_SESSION(stmp, SSL_get_session(con)); |
| 2186 | BIO_free(stmp); |
| 2187 | } else |
| 2188 | BIO_printf(bio_err, "Error writing session file %s\n", |
| 2189 | sess_out); |
| 2190 | } |
| 2191 | if (c_brief) { |
| 2192 | BIO_puts(bio_err, "CONNECTION ESTABLISHED\n"); |
Rich Salz | ecf3a1f | 2015-04-29 11:27:08 -0400 | [diff] [blame] | 2193 | print_ssl_summary(con); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2194 | } |
Scott Deboy | 67c408c | 2013-08-01 11:54:09 -0700 | [diff] [blame] | 2195 | |
Rob Percival | 0d4d5ab | 2016-03-10 19:49:34 +0000 | [diff] [blame] | 2196 | print_stuff(bio_c_out, con, full_log); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2197 | if (full_log > 0) |
| 2198 | full_log--; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2199 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2200 | if (starttls_proto) { |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 2201 | BIO_write(bio_err, mbuf, mbuf_len); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2202 | /* We don't need to know any more */ |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 2203 | if (!reconnect) |
| 2204 | starttls_proto = PROTO_OFF; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2205 | } |
Richard Levitte | 135c0af | 2001-11-14 13:57:52 +0000 | [diff] [blame] | 2206 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2207 | if (reconnect) { |
| 2208 | reconnect--; |
| 2209 | BIO_printf(bio_c_out, |
| 2210 | "drop connection and then reconnect\n"); |
Matt Caswell | ec44792 | 2016-01-25 15:00:10 +0000 | [diff] [blame] | 2211 | do_ssl_shutdown(con); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2212 | SSL_set_connect_state(con); |
Rich Salz | 8731a4f | 2016-03-02 16:12:46 -0500 | [diff] [blame] | 2213 | BIO_closesocket(SSL_get_fd(con)); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2214 | goto re_start; |
| 2215 | } |
| 2216 | } |
| 2217 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2218 | |
Matt Caswell | fd068d5 | 2016-02-12 13:33:45 +0000 | [diff] [blame] | 2219 | ssl_pending = read_ssl && SSL_has_pending(con); |
Bodo Möller | c7ac31e | 1999-04-09 20:54:25 +0000 | [diff] [blame] | 2220 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2221 | if (!ssl_pending) { |
Rich Salz | 1fbab1d | 2016-03-17 12:53:11 -0400 | [diff] [blame] | 2222 | #if !defined(OPENSSL_SYS_WINDOWS) && !defined(OPENSSL_SYS_MSDOS) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2223 | if (tty_on) { |
| 2224 | if (read_tty) |
| 2225 | openssl_fdset(fileno(stdin), &readfds); |
| 2226 | if (write_tty) |
| 2227 | openssl_fdset(fileno(stdout), &writefds); |
| 2228 | } |
| 2229 | if (read_ssl) |
| 2230 | openssl_fdset(SSL_get_fd(con), &readfds); |
| 2231 | if (write_ssl) |
| 2232 | openssl_fdset(SSL_get_fd(con), &writefds); |
Dr. Stephen Henson | 06f4536 | 1999-09-20 22:09:17 +0000 | [diff] [blame] | 2233 | #else |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2234 | if (!tty_on || !write_tty) { |
| 2235 | if (read_ssl) |
| 2236 | openssl_fdset(SSL_get_fd(con), &readfds); |
| 2237 | if (write_ssl) |
| 2238 | openssl_fdset(SSL_get_fd(con), &writefds); |
| 2239 | } |
Dr. Stephen Henson | 06f4536 | 1999-09-20 22:09:17 +0000 | [diff] [blame] | 2240 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2241 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2242 | /* |
| 2243 | * Note: under VMS with SOCKETSHR the second parameter is |
| 2244 | * currently of type (int *) whereas under other systems it is |
| 2245 | * (void *) if you don't have a cast it will choke the compiler: |
| 2246 | * if you do have a cast then you can either go for (int *) or |
| 2247 | * (void *). |
| 2248 | */ |
Richard Levitte | 3d7c4a5 | 2003-09-27 21:56:08 +0000 | [diff] [blame] | 2249 | #if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2250 | /* |
| 2251 | * Under Windows/DOS we make the assumption that we can always |
| 2252 | * write to the tty: therefore if we need to write to the tty we |
| 2253 | * just fall through. Otherwise we timeout the select every |
| 2254 | * second and see if there are any keypresses. Note: this is a |
| 2255 | * hack, in a proper Windows application we wouldn't do this. |
| 2256 | */ |
| 2257 | i = 0; |
| 2258 | if (!write_tty) { |
| 2259 | if (read_tty) { |
| 2260 | tv.tv_sec = 1; |
| 2261 | tv.tv_usec = 0; |
| 2262 | i = select(width, (void *)&readfds, (void *)&writefds, |
| 2263 | NULL, &tv); |
| 2264 | # if defined(OPENSSL_SYS_WINCE) || defined(OPENSSL_SYS_MSDOS) |
| 2265 | if (!i && (!_kbhit() || !read_tty)) |
| 2266 | continue; |
| 2267 | # else |
| 2268 | if (!i && (!((_kbhit()) |
| 2269 | || (WAIT_OBJECT_0 == |
| 2270 | WaitForSingleObject(GetStdHandle |
| 2271 | (STD_INPUT_HANDLE), |
| 2272 | 0))) |
| 2273 | || !read_tty)) |
| 2274 | continue; |
| 2275 | # endif |
| 2276 | } else |
| 2277 | i = select(width, (void *)&readfds, (void *)&writefds, |
| 2278 | NULL, timeoutp); |
| 2279 | } |
Dr. Stephen Henson | 06f4536 | 1999-09-20 22:09:17 +0000 | [diff] [blame] | 2280 | #else |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2281 | i = select(width, (void *)&readfds, (void *)&writefds, |
| 2282 | NULL, timeoutp); |
Dr. Stephen Henson | 06f4536 | 1999-09-20 22:09:17 +0000 | [diff] [blame] | 2283 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2284 | if (i < 0) { |
| 2285 | BIO_printf(bio_err, "bad select %d\n", |
| 2286 | get_last_socket_error()); |
| 2287 | goto shut; |
| 2288 | /* goto end; */ |
| 2289 | } |
| 2290 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2291 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2292 | if ((SSL_version(con) == DTLS1_VERSION) |
| 2293 | && DTLSv1_handle_timeout(con) > 0) { |
| 2294 | BIO_printf(bio_err, "TIMEOUT occurred\n"); |
| 2295 | } |
Dr. Stephen Henson | b972fba | 2009-08-12 13:19:54 +0000 | [diff] [blame] | 2296 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2297 | if (!ssl_pending && FD_ISSET(SSL_get_fd(con), &writefds)) { |
| 2298 | k = SSL_write(con, &(cbuf[cbuf_off]), (unsigned int)cbuf_len); |
| 2299 | switch (SSL_get_error(con, k)) { |
| 2300 | case SSL_ERROR_NONE: |
| 2301 | cbuf_off += k; |
| 2302 | cbuf_len -= k; |
| 2303 | if (k <= 0) |
| 2304 | goto end; |
| 2305 | /* we have done a write(con,NULL,0); */ |
| 2306 | if (cbuf_len <= 0) { |
| 2307 | read_tty = 1; |
| 2308 | write_ssl = 0; |
| 2309 | } else { /* if (cbuf_len > 0) */ |
| 2310 | |
| 2311 | read_tty = 0; |
| 2312 | write_ssl = 1; |
| 2313 | } |
| 2314 | break; |
| 2315 | case SSL_ERROR_WANT_WRITE: |
| 2316 | BIO_printf(bio_c_out, "write W BLOCK\n"); |
| 2317 | write_ssl = 1; |
| 2318 | read_tty = 0; |
| 2319 | break; |
Matt Caswell | 7e25dd6 | 2015-02-13 23:33:12 +0000 | [diff] [blame] | 2320 | case SSL_ERROR_WANT_ASYNC: |
| 2321 | BIO_printf(bio_c_out, "write A BLOCK\n"); |
Matt Caswell | e1b9840 | 2015-10-06 14:04:11 +0100 | [diff] [blame] | 2322 | wait_for_async(con); |
Matt Caswell | 7e25dd6 | 2015-02-13 23:33:12 +0000 | [diff] [blame] | 2323 | write_ssl = 1; |
| 2324 | read_tty = 0; |
| 2325 | break; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2326 | case SSL_ERROR_WANT_READ: |
| 2327 | BIO_printf(bio_c_out, "write R BLOCK\n"); |
| 2328 | write_tty = 0; |
| 2329 | read_ssl = 1; |
| 2330 | write_ssl = 0; |
| 2331 | break; |
| 2332 | case SSL_ERROR_WANT_X509_LOOKUP: |
| 2333 | BIO_printf(bio_c_out, "write X BLOCK\n"); |
| 2334 | break; |
| 2335 | case SSL_ERROR_ZERO_RETURN: |
| 2336 | if (cbuf_len != 0) { |
| 2337 | BIO_printf(bio_c_out, "shutdown\n"); |
| 2338 | ret = 0; |
| 2339 | goto shut; |
| 2340 | } else { |
| 2341 | read_tty = 1; |
| 2342 | write_ssl = 0; |
| 2343 | break; |
| 2344 | } |
| 2345 | |
| 2346 | case SSL_ERROR_SYSCALL: |
| 2347 | if ((k != 0) || (cbuf_len != 0)) { |
| 2348 | BIO_printf(bio_err, "write:errno=%d\n", |
| 2349 | get_last_socket_error()); |
| 2350 | goto shut; |
| 2351 | } else { |
| 2352 | read_tty = 1; |
| 2353 | write_ssl = 0; |
| 2354 | } |
| 2355 | break; |
| 2356 | case SSL_ERROR_SSL: |
| 2357 | ERR_print_errors(bio_err); |
| 2358 | goto shut; |
| 2359 | } |
| 2360 | } |
Rich Salz | 1fbab1d | 2016-03-17 12:53:11 -0400 | [diff] [blame] | 2361 | #if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2362 | /* Assume Windows/DOS/BeOS can always write */ |
| 2363 | else if (!ssl_pending && write_tty) |
Dr. Stephen Henson | 06f4536 | 1999-09-20 22:09:17 +0000 | [diff] [blame] | 2364 | #else |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2365 | else if (!ssl_pending && FD_ISSET(fileno(stdout), &writefds)) |
Dr. Stephen Henson | 06f4536 | 1999-09-20 22:09:17 +0000 | [diff] [blame] | 2366 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2367 | { |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 2368 | #ifdef CHARSET_EBCDIC |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2369 | ascii2ebcdic(&(sbuf[sbuf_off]), &(sbuf[sbuf_off]), sbuf_len); |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 2370 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2371 | i = raw_write_stdout(&(sbuf[sbuf_off]), sbuf_len); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2372 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2373 | if (i <= 0) { |
| 2374 | BIO_printf(bio_c_out, "DONE\n"); |
| 2375 | ret = 0; |
| 2376 | goto shut; |
| 2377 | /* goto end; */ |
| 2378 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2379 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2380 | sbuf_len -= i;; |
| 2381 | sbuf_off += i; |
| 2382 | if (sbuf_len <= 0) { |
| 2383 | read_ssl = 1; |
| 2384 | write_tty = 0; |
| 2385 | } |
| 2386 | } else if (ssl_pending || FD_ISSET(SSL_get_fd(con), &readfds)) { |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 2387 | #ifdef RENEG |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2388 | { |
| 2389 | static int iiii; |
| 2390 | if (++iiii == 52) { |
| 2391 | SSL_renegotiate(con); |
| 2392 | iiii = 0; |
| 2393 | } |
| 2394 | } |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 2395 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2396 | k = SSL_read(con, sbuf, 1024 /* BUFSIZZ */ ); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2397 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2398 | switch (SSL_get_error(con, k)) { |
| 2399 | case SSL_ERROR_NONE: |
| 2400 | if (k <= 0) |
| 2401 | goto end; |
| 2402 | sbuf_off = 0; |
| 2403 | sbuf_len = k; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2404 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2405 | read_ssl = 0; |
| 2406 | write_tty = 1; |
| 2407 | break; |
Matt Caswell | 7e25dd6 | 2015-02-13 23:33:12 +0000 | [diff] [blame] | 2408 | case SSL_ERROR_WANT_ASYNC: |
| 2409 | BIO_printf(bio_c_out, "read A BLOCK\n"); |
Matt Caswell | e1b9840 | 2015-10-06 14:04:11 +0100 | [diff] [blame] | 2410 | wait_for_async(con); |
Matt Caswell | 7e25dd6 | 2015-02-13 23:33:12 +0000 | [diff] [blame] | 2411 | write_tty = 0; |
| 2412 | read_ssl = 1; |
| 2413 | if ((read_tty == 0) && (write_ssl == 0)) |
| 2414 | write_ssl = 1; |
| 2415 | break; |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2416 | case SSL_ERROR_WANT_WRITE: |
| 2417 | BIO_printf(bio_c_out, "read W BLOCK\n"); |
| 2418 | write_ssl = 1; |
| 2419 | read_tty = 0; |
| 2420 | break; |
| 2421 | case SSL_ERROR_WANT_READ: |
| 2422 | BIO_printf(bio_c_out, "read R BLOCK\n"); |
| 2423 | write_tty = 0; |
| 2424 | read_ssl = 1; |
| 2425 | if ((read_tty == 0) && (write_ssl == 0)) |
| 2426 | write_ssl = 1; |
| 2427 | break; |
| 2428 | case SSL_ERROR_WANT_X509_LOOKUP: |
| 2429 | BIO_printf(bio_c_out, "read X BLOCK\n"); |
| 2430 | break; |
| 2431 | case SSL_ERROR_SYSCALL: |
| 2432 | ret = get_last_socket_error(); |
| 2433 | if (c_brief) |
| 2434 | BIO_puts(bio_err, "CONNECTION CLOSED BY SERVER\n"); |
| 2435 | else |
| 2436 | BIO_printf(bio_err, "read:errno=%d\n", ret); |
| 2437 | goto shut; |
| 2438 | case SSL_ERROR_ZERO_RETURN: |
| 2439 | BIO_printf(bio_c_out, "closed\n"); |
| 2440 | ret = 0; |
| 2441 | goto shut; |
| 2442 | case SSL_ERROR_SSL: |
| 2443 | ERR_print_errors(bio_err); |
| 2444 | goto shut; |
| 2445 | /* break; */ |
| 2446 | } |
| 2447 | } |
Richard Levitte | 3d7c4a5 | 2003-09-27 21:56:08 +0000 | [diff] [blame] | 2448 | #if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2449 | # if defined(OPENSSL_SYS_WINCE) || defined(OPENSSL_SYS_MSDOS) |
| 2450 | else if (_kbhit()) |
| 2451 | # else |
| 2452 | else if ((_kbhit()) |
| 2453 | || (WAIT_OBJECT_0 == |
| 2454 | WaitForSingleObject(GetStdHandle(STD_INPUT_HANDLE), 0))) |
| 2455 | # endif |
Dr. Stephen Henson | 06f4536 | 1999-09-20 22:09:17 +0000 | [diff] [blame] | 2456 | #else |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2457 | else if (FD_ISSET(fileno(stdin), &readfds)) |
Dr. Stephen Henson | 06f4536 | 1999-09-20 22:09:17 +0000 | [diff] [blame] | 2458 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2459 | { |
| 2460 | if (crlf) { |
| 2461 | int j, lf_num; |
Bodo Möller | 1bdb863 | 1999-08-07 02:51:10 +0000 | [diff] [blame] | 2462 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2463 | i = raw_read_stdin(cbuf, BUFSIZZ / 2); |
| 2464 | lf_num = 0; |
| 2465 | /* both loops are skipped when i <= 0 */ |
| 2466 | for (j = 0; j < i; j++) |
| 2467 | if (cbuf[j] == '\n') |
| 2468 | lf_num++; |
| 2469 | for (j = i - 1; j >= 0; j--) { |
| 2470 | cbuf[j + lf_num] = cbuf[j]; |
| 2471 | if (cbuf[j] == '\n') { |
| 2472 | lf_num--; |
| 2473 | i++; |
| 2474 | cbuf[j + lf_num] = '\r'; |
| 2475 | } |
| 2476 | } |
| 2477 | assert(lf_num == 0); |
| 2478 | } else |
| 2479 | i = raw_read_stdin(cbuf, BUFSIZZ); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2480 | |
Rich Salz | 6ba8a5b | 2015-04-25 15:58:22 -0400 | [diff] [blame] | 2481 | if ((!c_ign_eof) && ((i <= 0) || (cbuf[0] == 'Q' && cmdletters))) { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2482 | BIO_printf(bio_err, "DONE\n"); |
| 2483 | ret = 0; |
| 2484 | goto shut; |
| 2485 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2486 | |
Rich Salz | 6ba8a5b | 2015-04-25 15:58:22 -0400 | [diff] [blame] | 2487 | if ((!c_ign_eof) && (cbuf[0] == 'R' && cmdletters)) { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2488 | BIO_printf(bio_err, "RENEGOTIATING\n"); |
| 2489 | SSL_renegotiate(con); |
| 2490 | cbuf_len = 0; |
| 2491 | } |
Dr. Stephen Henson | 4817504 | 2011-12-31 22:59:57 +0000 | [diff] [blame] | 2492 | #ifndef OPENSSL_NO_HEARTBEATS |
Rich Salz | 6ba8a5b | 2015-04-25 15:58:22 -0400 | [diff] [blame] | 2493 | else if ((!c_ign_eof) && (cbuf[0] == 'B' && cmdletters)) { |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2494 | BIO_printf(bio_err, "HEARTBEATING\n"); |
| 2495 | SSL_heartbeat(con); |
| 2496 | cbuf_len = 0; |
| 2497 | } |
Dr. Stephen Henson | 4817504 | 2011-12-31 22:59:57 +0000 | [diff] [blame] | 2498 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2499 | else { |
| 2500 | cbuf_len = i; |
| 2501 | cbuf_off = 0; |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 2502 | #ifdef CHARSET_EBCDIC |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2503 | ebcdic2ascii(cbuf, cbuf, i); |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 2504 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2505 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2506 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2507 | write_ssl = 1; |
| 2508 | read_tty = 0; |
| 2509 | } |
| 2510 | } |
Dr. Stephen Henson | 0e1dba9 | 2007-10-26 12:06:36 +0000 | [diff] [blame] | 2511 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2512 | ret = 0; |
| 2513 | shut: |
| 2514 | if (in_init) |
Rob Percival | 0d4d5ab | 2016-03-10 19:49:34 +0000 | [diff] [blame] | 2515 | print_stuff(bio_c_out, con, full_log); |
Matt Caswell | ec44792 | 2016-01-25 15:00:10 +0000 | [diff] [blame] | 2516 | do_ssl_shutdown(con); |
Rich Salz | 8731a4f | 2016-03-02 16:12:46 -0500 | [diff] [blame] | 2517 | BIO_closesocket(SSL_get_fd(con)); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2518 | end: |
| 2519 | if (con != NULL) { |
| 2520 | if (prexit != 0) |
Rob Percival | 0d4d5ab | 2016-03-10 19:49:34 +0000 | [diff] [blame] | 2521 | print_stuff(bio_c_out, con, 1); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2522 | SSL_free(con); |
| 2523 | } |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 2524 | #if !defined(OPENSSL_NO_NEXTPROTONEG) |
Rich Salz | b548a1f | 2015-05-01 10:02:07 -0400 | [diff] [blame] | 2525 | OPENSSL_free(next_proto.data); |
Dr. Stephen Henson | dd25165 | 2012-07-03 16:37:50 +0000 | [diff] [blame] | 2526 | #endif |
Rich Salz | 62adbce | 2015-04-11 10:22:36 -0400 | [diff] [blame] | 2527 | SSL_CTX_free(ctx); |
Rich Salz | 222561f | 2015-04-30 17:33:59 -0400 | [diff] [blame] | 2528 | X509_free(cert); |
Rich Salz | 4b45c6e | 2015-04-30 17:57:32 -0400 | [diff] [blame] | 2529 | sk_X509_CRL_pop_free(crls, X509_CRL_free); |
Rich Salz | c5ba2d9 | 2015-03-28 10:54:15 -0400 | [diff] [blame] | 2530 | EVP_PKEY_free(key); |
Rich Salz | 222561f | 2015-04-30 17:33:59 -0400 | [diff] [blame] | 2531 | sk_X509_pop_free(chain, X509_free); |
Rich Salz | b548a1f | 2015-05-01 10:02:07 -0400 | [diff] [blame] | 2532 | OPENSSL_free(pass); |
Dr. Stephen Henson | d40a1f7 | 2015-09-20 13:59:49 +0100 | [diff] [blame] | 2533 | #ifndef OPENSSL_NO_SRP |
| 2534 | OPENSSL_free(srp_arg.srppassin); |
| 2535 | #endif |
Richard Levitte | ab69ac0 | 2016-02-03 00:47:42 +0100 | [diff] [blame] | 2536 | OPENSSL_free(host); |
| 2537 | OPENSSL_free(port); |
Rich Salz | 222561f | 2015-04-30 17:33:59 -0400 | [diff] [blame] | 2538 | X509_VERIFY_PARAM_free(vpm); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2539 | ssl_excert_free(exc); |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 2540 | sk_OPENSSL_STRING_free(ssl_args); |
Viktor Dukhovni | cddd424 | 2015-12-29 14:25:50 -0500 | [diff] [blame] | 2541 | sk_OPENSSL_STRING_free(dane_tlsa_rrset); |
Rich Salz | 62adbce | 2015-04-11 10:22:36 -0400 | [diff] [blame] | 2542 | SSL_CONF_CTX_free(cctx); |
Rich Salz | 4b45c6e | 2015-04-30 17:57:32 -0400 | [diff] [blame] | 2543 | OPENSSL_clear_free(cbuf, BUFSIZZ); |
| 2544 | OPENSSL_clear_free(sbuf, BUFSIZZ); |
| 2545 | OPENSSL_clear_free(mbuf, BUFSIZZ); |
Rich Salz | ca3a82c | 2015-03-25 11:31:18 -0400 | [diff] [blame] | 2546 | BIO_free(bio_c_out); |
| 2547 | bio_c_out = NULL; |
| 2548 | BIO_free(bio_c_msg); |
| 2549 | bio_c_msg = NULL; |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 2550 | return (ret); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2551 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2552 | |
Rob Percival | 0d4d5ab | 2016-03-10 19:49:34 +0000 | [diff] [blame] | 2553 | static void print_stuff(BIO *bio, SSL *s, int full) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2554 | { |
| 2555 | X509 *peer = NULL; |
| 2556 | char buf[BUFSIZ]; |
| 2557 | STACK_OF(X509) *sk; |
| 2558 | STACK_OF(X509_NAME) *sk2; |
| 2559 | const SSL_CIPHER *c; |
| 2560 | X509_NAME *xn; |
| 2561 | int i; |
Dr. Stephen Henson | 09b6c2e | 2005-09-30 23:35:33 +0000 | [diff] [blame] | 2562 | #ifndef OPENSSL_NO_COMP |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2563 | const COMP_METHOD *comp, *expansion; |
Dr. Stephen Henson | 09b6c2e | 2005-09-30 23:35:33 +0000 | [diff] [blame] | 2564 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2565 | unsigned char *exportedkeymat; |
Rob Percival | dd696a5 | 2016-03-02 13:34:05 +0000 | [diff] [blame] | 2566 | #ifndef OPENSSL_NO_CT |
| 2567 | const STACK_OF(SCT) *scts; |
Rob Percival | 0d4d5ab | 2016-03-10 19:49:34 +0000 | [diff] [blame] | 2568 | const SSL_CTX *ctx = SSL_get_SSL_CTX(s); |
Rob Percival | b536958 | 2016-03-10 23:10:02 +0000 | [diff] [blame] | 2569 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2570 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2571 | if (full) { |
| 2572 | int got_a_chain = 0; |
Bodo Möller | bc2e519 | 1999-05-17 20:46:43 +0000 | [diff] [blame] | 2573 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2574 | sk = SSL_get_peer_cert_chain(s); |
| 2575 | if (sk != NULL) { |
Rich Salz | 7e1b748 | 2015-04-24 15:26:15 -0400 | [diff] [blame] | 2576 | got_a_chain = 1; |
Bodo Möller | bc2e519 | 1999-05-17 20:46:43 +0000 | [diff] [blame] | 2577 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2578 | BIO_printf(bio, "---\nCertificate chain\n"); |
| 2579 | for (i = 0; i < sk_X509_num(sk); i++) { |
| 2580 | X509_NAME_oneline(X509_get_subject_name(sk_X509_value(sk, i)), |
| 2581 | buf, sizeof buf); |
| 2582 | BIO_printf(bio, "%2d s:%s\n", i, buf); |
| 2583 | X509_NAME_oneline(X509_get_issuer_name(sk_X509_value(sk, i)), |
| 2584 | buf, sizeof buf); |
| 2585 | BIO_printf(bio, " i:%s\n", buf); |
| 2586 | if (c_showcerts) |
| 2587 | PEM_write_bio_X509(bio, sk_X509_value(sk, i)); |
| 2588 | } |
| 2589 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2590 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2591 | BIO_printf(bio, "---\n"); |
| 2592 | peer = SSL_get_peer_certificate(s); |
| 2593 | if (peer != NULL) { |
| 2594 | BIO_printf(bio, "Server certificate\n"); |
Matt Caswell | dbd87ff | 2015-01-21 11:09:58 +0000 | [diff] [blame] | 2595 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2596 | /* Redundant if we showed the whole chain */ |
| 2597 | if (!(c_showcerts && got_a_chain)) |
| 2598 | PEM_write_bio_X509(bio, peer); |
| 2599 | X509_NAME_oneline(X509_get_subject_name(peer), buf, sizeof buf); |
| 2600 | BIO_printf(bio, "subject=%s\n", buf); |
| 2601 | X509_NAME_oneline(X509_get_issuer_name(peer), buf, sizeof buf); |
| 2602 | BIO_printf(bio, "issuer=%s\n", buf); |
| 2603 | } else |
| 2604 | BIO_printf(bio, "no peer certificate available\n"); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2605 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2606 | sk2 = SSL_get_client_CA_list(s); |
| 2607 | if ((sk2 != NULL) && (sk_X509_NAME_num(sk2) > 0)) { |
| 2608 | BIO_printf(bio, "---\nAcceptable client certificate CA names\n"); |
| 2609 | for (i = 0; i < sk_X509_NAME_num(sk2); i++) { |
| 2610 | xn = sk_X509_NAME_value(sk2, i); |
| 2611 | X509_NAME_oneline(xn, buf, sizeof(buf)); |
| 2612 | BIO_write(bio, buf, strlen(buf)); |
| 2613 | BIO_write(bio, "\n", 1); |
| 2614 | } |
| 2615 | } else { |
| 2616 | BIO_printf(bio, "---\nNo client certificate CA names sent\n"); |
| 2617 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2618 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2619 | ssl_print_sigalgs(bio, s); |
| 2620 | ssl_print_tmp_key(bio, s); |
Dr. Stephen Henson | e7f8ff4 | 2012-03-06 14:28:21 +0000 | [diff] [blame] | 2621 | |
Rob Percival | dd696a5 | 2016-03-02 13:34:05 +0000 | [diff] [blame] | 2622 | #ifndef OPENSSL_NO_CT |
| 2623 | scts = SSL_get0_peer_scts(s); |
Rob Percival | 6bea2a7 | 2016-03-04 19:07:25 +0000 | [diff] [blame] | 2624 | BIO_printf(bio, "---\nSCTs present (%i)\n", |
| 2625 | scts != NULL ? sk_SCT_num(scts) : 0); |
| 2626 | |
Rob Percival | dd696a5 | 2016-03-02 13:34:05 +0000 | [diff] [blame] | 2627 | if (SSL_get_ct_validation_callback(s) == NULL) { |
Rob Percival | 6bea2a7 | 2016-03-04 19:07:25 +0000 | [diff] [blame] | 2628 | BIO_printf(bio, "Warning: CT validation is disabled, so not all " |
Rob Percival | dd696a5 | 2016-03-02 13:34:05 +0000 | [diff] [blame] | 2629 | "SCTs may be displayed. Re-run with \"-requestct\".\n"); |
| 2630 | } |
Rob Percival | 6bea2a7 | 2016-03-04 19:07:25 +0000 | [diff] [blame] | 2631 | |
| 2632 | if (scts != NULL && sk_SCT_num(scts) > 0) { |
Rob Percival | 0d4d5ab | 2016-03-10 19:49:34 +0000 | [diff] [blame] | 2633 | const CTLOG_STORE *log_store = SSL_CTX_get0_ctlog_store(ctx); |
| 2634 | |
Rob Percival | 6bea2a7 | 2016-03-04 19:07:25 +0000 | [diff] [blame] | 2635 | BIO_printf(bio, "---\n"); |
Rob Percival | 0d4d5ab | 2016-03-10 19:49:34 +0000 | [diff] [blame] | 2636 | SCT_LIST_print(scts, bio, 0, "\n---\n", log_store); |
Rob Percival | 6bea2a7 | 2016-03-04 19:07:25 +0000 | [diff] [blame] | 2637 | BIO_printf(bio, "\n"); |
| 2638 | } |
Rob Percival | dd696a5 | 2016-03-02 13:34:05 +0000 | [diff] [blame] | 2639 | #endif |
| 2640 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2641 | BIO_printf(bio, |
Adam Eijdenberg | fb029ce | 2015-08-04 19:08:22 -0700 | [diff] [blame] | 2642 | "---\nSSL handshake has read %"PRIu64" bytes and written %"PRIu64" bytes\n", |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2643 | BIO_number_read(SSL_get_rbio(s)), |
| 2644 | BIO_number_written(SSL_get_wbio(s))); |
| 2645 | } |
Viktor Dukhovni | c0a445a | 2016-02-07 19:07:57 -0500 | [diff] [blame] | 2646 | print_verify_detail(s, bio); |
Dr. Stephen Henson | b577fd0 | 2016-02-08 16:18:26 +0000 | [diff] [blame] | 2647 | BIO_printf(bio, (SSL_session_reused(s) ? "---\nReused, " : "---\nNew, ")); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2648 | c = SSL_get_current_cipher(s); |
| 2649 | BIO_printf(bio, "%s, Cipher is %s\n", |
| 2650 | SSL_CIPHER_get_version(c), SSL_CIPHER_get_name(c)); |
| 2651 | if (peer != NULL) { |
| 2652 | EVP_PKEY *pktmp; |
Dr. Stephen Henson | c01ff88 | 2015-12-14 13:13:32 +0000 | [diff] [blame] | 2653 | pktmp = X509_get0_pubkey(peer); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2654 | BIO_printf(bio, "Server public key is %d bit\n", |
| 2655 | EVP_PKEY_bits(pktmp)); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2656 | } |
| 2657 | BIO_printf(bio, "Secure Renegotiation IS%s supported\n", |
| 2658 | SSL_get_secure_renegotiation_support(s) ? "" : " NOT"); |
Dr. Stephen Henson | 09b6c2e | 2005-09-30 23:35:33 +0000 | [diff] [blame] | 2659 | #ifndef OPENSSL_NO_COMP |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2660 | comp = SSL_get_current_compression(s); |
| 2661 | expansion = SSL_get_current_expansion(s); |
| 2662 | BIO_printf(bio, "Compression: %s\n", |
| 2663 | comp ? SSL_COMP_get_name(comp) : "NONE"); |
| 2664 | BIO_printf(bio, "Expansion: %s\n", |
| 2665 | expansion ? SSL_COMP_get_name(expansion) : "NONE"); |
Dr. Stephen Henson | 09b6c2e | 2005-09-30 23:35:33 +0000 | [diff] [blame] | 2666 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2667 | |
Dr. Stephen Henson | 5755947 | 2012-02-09 15:43:58 +0000 | [diff] [blame] | 2668 | #ifdef SSL_DEBUG |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2669 | { |
| 2670 | /* Print out local port of connection: useful for debugging */ |
| 2671 | int sock; |
| 2672 | struct sockaddr_in ladd; |
| 2673 | socklen_t ladd_size = sizeof(ladd); |
| 2674 | sock = SSL_get_fd(s); |
| 2675 | getsockname(sock, (struct sockaddr *)&ladd, &ladd_size); |
| 2676 | BIO_printf(bio_c_out, "LOCAL PORT is %u\n", ntohs(ladd.sin_port)); |
| 2677 | } |
Dr. Stephen Henson | a2f9200 | 2011-05-09 15:44:01 +0000 | [diff] [blame] | 2678 | #endif |
| 2679 | |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 2680 | #if !defined(OPENSSL_NO_NEXTPROTONEG) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2681 | if (next_proto.status != -1) { |
| 2682 | const unsigned char *proto; |
| 2683 | unsigned int proto_len; |
| 2684 | SSL_get0_next_proto_negotiated(s, &proto, &proto_len); |
| 2685 | BIO_printf(bio, "Next protocol: (%d) ", next_proto.status); |
| 2686 | BIO_write(bio, proto, proto_len); |
| 2687 | BIO_write(bio, "\n", 1); |
| 2688 | } |
Matt Caswell | e481f9b | 2015-05-15 10:49:56 +0100 | [diff] [blame] | 2689 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2690 | { |
| 2691 | const unsigned char *proto; |
| 2692 | unsigned int proto_len; |
| 2693 | SSL_get0_alpn_selected(s, &proto, &proto_len); |
| 2694 | if (proto_len > 0) { |
| 2695 | BIO_printf(bio, "ALPN protocol: "); |
| 2696 | BIO_write(bio, proto, proto_len); |
| 2697 | BIO_write(bio, "\n", 1); |
| 2698 | } else |
| 2699 | BIO_printf(bio, "No ALPN negotiated\n"); |
| 2700 | } |
Ben Laurie | 71fa451 | 2012-06-03 22:00:21 +0000 | [diff] [blame] | 2701 | |
Piotr Sikora | e783bae | 2014-12-22 11:15:51 +0000 | [diff] [blame] | 2702 | #ifndef OPENSSL_NO_SRTP |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2703 | { |
| 2704 | SRTP_PROTECTION_PROFILE *srtp_profile = |
| 2705 | SSL_get_selected_srtp_profile(s); |
| 2706 | |
| 2707 | if (srtp_profile) |
| 2708 | BIO_printf(bio, "SRTP Extension negotiated, profile=%s\n", |
| 2709 | srtp_profile->name); |
| 2710 | } |
Piotr Sikora | e783bae | 2014-12-22 11:15:51 +0000 | [diff] [blame] | 2711 | #endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2712 | |
| 2713 | SSL_SESSION_print(bio, SSL_get_session(s)); |
| 2714 | if (keymatexportlabel != NULL) { |
| 2715 | BIO_printf(bio, "Keying material exporter:\n"); |
| 2716 | BIO_printf(bio, " Label: '%s'\n", keymatexportlabel); |
| 2717 | BIO_printf(bio, " Length: %i bytes\n", keymatexportlen); |
Rich Salz | 68dc682 | 2015-04-30 17:48:31 -0400 | [diff] [blame] | 2718 | exportedkeymat = app_malloc(keymatexportlen, "export key"); |
| 2719 | if (!SSL_export_keying_material(s, exportedkeymat, |
| 2720 | keymatexportlen, |
| 2721 | keymatexportlabel, |
| 2722 | strlen(keymatexportlabel), |
| 2723 | NULL, 0, 0)) { |
| 2724 | BIO_printf(bio, " Error\n"); |
| 2725 | } else { |
| 2726 | BIO_printf(bio, " Keying material: "); |
| 2727 | for (i = 0; i < keymatexportlen; i++) |
| 2728 | BIO_printf(bio, "%02X", exportedkeymat[i]); |
| 2729 | BIO_printf(bio, "\n"); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2730 | } |
Rich Salz | 68dc682 | 2015-04-30 17:48:31 -0400 | [diff] [blame] | 2731 | OPENSSL_free(exportedkeymat); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2732 | } |
| 2733 | BIO_printf(bio, "---\n"); |
Rich Salz | 222561f | 2015-04-30 17:33:59 -0400 | [diff] [blame] | 2734 | X509_free(peer); |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2735 | /* flush, or debugging output gets mixed with http response */ |
| 2736 | (void)BIO_flush(bio); |
| 2737 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 2738 | |
Dr. Stephen Henson | 67c8e7f | 2007-09-26 21:56:59 +0000 | [diff] [blame] | 2739 | static int ocsp_resp_cb(SSL *s, void *arg) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 2740 | { |
| 2741 | const unsigned char *p; |
| 2742 | int len; |
| 2743 | OCSP_RESPONSE *rsp; |
| 2744 | len = SSL_get_tlsext_status_ocsp_resp(s, &p); |
| 2745 | BIO_puts(arg, "OCSP response: "); |
| 2746 | if (!p) { |
| 2747 | BIO_puts(arg, "no response sent\n"); |
| 2748 | return 1; |
| 2749 | } |
| 2750 | rsp = d2i_OCSP_RESPONSE(NULL, &p, len); |
| 2751 | if (!rsp) { |
| 2752 | BIO_puts(arg, "response parse error\n"); |
| 2753 | BIO_dump_indent(arg, (char *)p, len, 4); |
| 2754 | return 0; |
| 2755 | } |
| 2756 | BIO_puts(arg, "\n======================================\n"); |
| 2757 | OCSP_RESPONSE_print(arg, rsp, 0); |
| 2758 | BIO_puts(arg, "======================================\n"); |
| 2759 | OCSP_RESPONSE_free(rsp); |
| 2760 | return 1; |
| 2761 | } |
Matt Caswell | f9e5503 | 2016-03-21 15:32:40 +0000 | [diff] [blame^] | 2762 | |
| 2763 | #endif |