Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1 | /* ssl/s23_clnt.c */ |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 3 | * All rights reserved. |
| 4 | * |
| 5 | * This package is an SSL implementation written |
| 6 | * by Eric Young (eay@cryptsoft.com). |
| 7 | * The implementation was written so as to conform with Netscapes SSL. |
| 8 | * |
| 9 | * This library is free for commercial and non-commercial use as long as |
| 10 | * the following conditions are aheared to. The following conditions |
| 11 | * apply to all code found in this distribution, be it the RC4, RSA, |
| 12 | * lhash, DES, etc., code; not just the SSL code. The SSL documentation |
| 13 | * included with this distribution is covered by the same copyright terms |
| 14 | * except that the holder is Tim Hudson (tjh@cryptsoft.com). |
| 15 | * |
| 16 | * Copyright remains Eric Young's, and as such any Copyright notices in |
| 17 | * the code are not to be removed. |
| 18 | * If this package is used in a product, Eric Young should be given attribution |
| 19 | * as the author of the parts of the library used. |
| 20 | * This can be in the form of a textual message at program startup or |
| 21 | * in documentation (online or textual) provided with the package. |
| 22 | * |
| 23 | * Redistribution and use in source and binary forms, with or without |
| 24 | * modification, are permitted provided that the following conditions |
| 25 | * are met: |
| 26 | * 1. Redistributions of source code must retain the copyright |
| 27 | * notice, this list of conditions and the following disclaimer. |
| 28 | * 2. Redistributions in binary form must reproduce the above copyright |
| 29 | * notice, this list of conditions and the following disclaimer in the |
| 30 | * documentation and/or other materials provided with the distribution. |
| 31 | * 3. All advertising materials mentioning features or use of this software |
| 32 | * must display the following acknowledgement: |
| 33 | * "This product includes cryptographic software written by |
| 34 | * Eric Young (eay@cryptsoft.com)" |
| 35 | * The word 'cryptographic' can be left out if the rouines from the library |
| 36 | * being used are not cryptographic related :-). |
| 37 | * 4. If you include any Windows specific code (or a derivative thereof) from |
| 38 | * the apps directory (application code) you must include an acknowledgement: |
| 39 | * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" |
| 40 | * |
| 41 | * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND |
| 42 | * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 43 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 44 | * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 45 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 46 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 47 | * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 48 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 49 | * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 50 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 51 | * SUCH DAMAGE. |
| 52 | * |
| 53 | * The licence and distribution terms for any publically available version or |
| 54 | * derivative of this code cannot be changed. i.e. this code cannot simply be |
| 55 | * copied and put under another distribution licence |
| 56 | * [including the GNU Public Licence.] |
| 57 | */ |
Bodo Möller | f1fd454 | 2006-01-03 03:27:19 +0000 | [diff] [blame] | 58 | /* ==================================================================== |
| 59 | * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. |
| 60 | * |
| 61 | * Redistribution and use in source and binary forms, with or without |
| 62 | * modification, are permitted provided that the following conditions |
| 63 | * are met: |
| 64 | * |
| 65 | * 1. Redistributions of source code must retain the above copyright |
| 66 | * notice, this list of conditions and the following disclaimer. |
| 67 | * |
| 68 | * 2. Redistributions in binary form must reproduce the above copyright |
| 69 | * notice, this list of conditions and the following disclaimer in |
| 70 | * the documentation and/or other materials provided with the |
| 71 | * distribution. |
| 72 | * |
| 73 | * 3. All advertising materials mentioning features or use of this |
| 74 | * software must display the following acknowledgment: |
| 75 | * "This product includes software developed by the OpenSSL Project |
| 76 | * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" |
| 77 | * |
| 78 | * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to |
| 79 | * endorse or promote products derived from this software without |
| 80 | * prior written permission. For written permission, please contact |
| 81 | * openssl-core@openssl.org. |
| 82 | * |
| 83 | * 5. Products derived from this software may not be called "OpenSSL" |
| 84 | * nor may "OpenSSL" appear in their names without prior written |
| 85 | * permission of the OpenSSL Project. |
| 86 | * |
| 87 | * 6. Redistributions of any form whatsoever must retain the following |
| 88 | * acknowledgment: |
| 89 | * "This product includes software developed by the OpenSSL Project |
| 90 | * for use in the OpenSSL Toolkit (http://www.openssl.org/)" |
| 91 | * |
| 92 | * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY |
| 93 | * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 94 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 95 | * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR |
| 96 | * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 97 | * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 98 | * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 99 | * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 100 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
| 101 | * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 102 | * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 103 | * OF THE POSSIBILITY OF SUCH DAMAGE. |
| 104 | * ==================================================================== |
| 105 | * |
| 106 | * This product includes cryptographic software written by Eric Young |
| 107 | * (eay@cryptsoft.com). This product includes software written by Tim |
| 108 | * Hudson (tjh@cryptsoft.com). |
| 109 | * |
| 110 | */ |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 111 | |
| 112 | #include <stdio.h> |
Lutz Jänicke | 7b63c0f | 2002-07-10 07:01:54 +0000 | [diff] [blame] | 113 | #include "ssl_locl.h" |
Bodo Möller | ec57782 | 1999-04-23 22:13:45 +0000 | [diff] [blame] | 114 | #include <openssl/buffer.h> |
| 115 | #include <openssl/rand.h> |
| 116 | #include <openssl/objects.h> |
| 117 | #include <openssl/evp.h> |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 118 | |
Nils Larsch | 4ebb342 | 2005-08-14 21:48:33 +0000 | [diff] [blame] | 119 | static const SSL_METHOD *ssl23_get_client_method(int ver); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 120 | static int ssl23_client_hello(SSL *s); |
| 121 | static int ssl23_get_server_hello(SSL *s); |
Nils Larsch | 4ebb342 | 2005-08-14 21:48:33 +0000 | [diff] [blame] | 122 | static const SSL_METHOD *ssl23_get_client_method(int ver) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 123 | { |
Richard Levitte | bc36ee6 | 2001-02-20 08:13:47 +0000 | [diff] [blame] | 124 | #ifndef OPENSSL_NO_SSL2 |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 125 | if (ver == SSL2_VERSION) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 126 | return(SSLv2_client_method()); |
Ulf Möller | aa82db4 | 2000-01-16 21:10:00 +0000 | [diff] [blame] | 127 | #endif |
Ulf Möller | 79df9d6 | 1999-04-27 03:19:12 +0000 | [diff] [blame] | 128 | if (ver == SSL3_VERSION) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 129 | return(SSLv3_client_method()); |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 130 | else if (ver == TLS1_VERSION) |
| 131 | return(TLSv1_client_method()); |
Dr. Stephen Henson | 76774c5 | 2009-12-28 00:31:16 +0000 | [diff] [blame] | 132 | else if (ver == TLS1_1_VERSION) |
| 133 | return(TLSv1_1_client_method()); |
Dr. Stephen Henson | 7409d7a | 2011-04-29 22:56:51 +0000 | [diff] [blame] | 134 | else if (ver == TLS1_2_VERSION) |
| 135 | return(TLSv1_2_client_method()); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 136 | else |
| 137 | return(NULL); |
| 138 | } |
| 139 | |
Dr. Stephen Henson | f3b656b | 2005-08-05 23:56:11 +0000 | [diff] [blame] | 140 | IMPLEMENT_ssl23_meth_func(SSLv23_client_method, |
| 141 | ssl_undefined_function, |
| 142 | ssl23_connect, |
| 143 | ssl23_get_client_method) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 144 | |
Ulf Möller | 6b691a5 | 1999-04-19 21:31:43 +0000 | [diff] [blame] | 145 | int ssl23_connect(SSL *s) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 146 | { |
Richard Levitte | 8d6ad9e | 2002-12-21 23:49:21 +0000 | [diff] [blame] | 147 | BUF_MEM *buf=NULL; |
Dr. Stephen Henson | 7bbcb2f | 2005-12-05 17:21:22 +0000 | [diff] [blame] | 148 | unsigned long Time=(unsigned long)time(NULL); |
Ben Laurie | 45d87a1 | 2002-01-12 15:56:13 +0000 | [diff] [blame] | 149 | void (*cb)(const SSL *ssl,int type,int val)=NULL; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 150 | int ret= -1; |
| 151 | int new_state,state; |
| 152 | |
Ulf Möller | eb95208 | 2000-01-13 20:59:17 +0000 | [diff] [blame] | 153 | RAND_add(&Time,sizeof(Time),0); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 154 | ERR_clear_error(); |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 155 | clear_sys_error(); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 156 | |
| 157 | if (s->info_callback != NULL) |
| 158 | cb=s->info_callback; |
| 159 | else if (s->ctx->info_callback != NULL) |
| 160 | cb=s->ctx->info_callback; |
| 161 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 162 | s->in_handshake++; |
Bodo Möller | 979689a | 2001-10-24 19:03:22 +0000 | [diff] [blame] | 163 | if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 164 | |
| 165 | for (;;) |
| 166 | { |
| 167 | state=s->state; |
| 168 | |
| 169 | switch(s->state) |
| 170 | { |
| 171 | case SSL_ST_BEFORE: |
| 172 | case SSL_ST_CONNECT: |
| 173 | case SSL_ST_BEFORE|SSL_ST_CONNECT: |
| 174 | case SSL_ST_OK|SSL_ST_CONNECT: |
| 175 | |
Mark J. Cox | 413c4f4 | 1999-02-16 09:22:21 +0000 | [diff] [blame] | 176 | if (s->session != NULL) |
| 177 | { |
| 178 | SSLerr(SSL_F_SSL23_CONNECT,SSL_R_SSL23_DOING_SESSION_ID_REUSE); |
| 179 | ret= -1; |
| 180 | goto end; |
| 181 | } |
| 182 | s->server=0; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 183 | if (cb != NULL) cb(s,SSL_CB_HANDSHAKE_START,1); |
| 184 | |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 185 | /* s->version=TLS1_VERSION; */ |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 186 | s->type=SSL_ST_CONNECT; |
| 187 | |
| 188 | if (s->init_buf == NULL) |
| 189 | { |
| 190 | if ((buf=BUF_MEM_new()) == NULL) |
| 191 | { |
| 192 | ret= -1; |
| 193 | goto end; |
| 194 | } |
| 195 | if (!BUF_MEM_grow(buf,SSL3_RT_MAX_PLAIN_LENGTH)) |
| 196 | { |
| 197 | ret= -1; |
| 198 | goto end; |
| 199 | } |
| 200 | s->init_buf=buf; |
Richard Levitte | 8d6ad9e | 2002-12-21 23:49:21 +0000 | [diff] [blame] | 201 | buf=NULL; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 202 | } |
| 203 | |
| 204 | if (!ssl3_setup_buffers(s)) { ret= -1; goto end; } |
| 205 | |
| 206 | ssl3_init_finished_mac(s); |
| 207 | |
| 208 | s->state=SSL23_ST_CW_CLNT_HELLO_A; |
Mark J. Cox | 413c4f4 | 1999-02-16 09:22:21 +0000 | [diff] [blame] | 209 | s->ctx->stats.sess_connect++; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 210 | s->init_num=0; |
| 211 | break; |
| 212 | |
| 213 | case SSL23_ST_CW_CLNT_HELLO_A: |
| 214 | case SSL23_ST_CW_CLNT_HELLO_B: |
| 215 | |
| 216 | s->shutdown=0; |
| 217 | ret=ssl23_client_hello(s); |
| 218 | if (ret <= 0) goto end; |
| 219 | s->state=SSL23_ST_CR_SRVR_HELLO_A; |
| 220 | s->init_num=0; |
| 221 | |
| 222 | break; |
| 223 | |
| 224 | case SSL23_ST_CR_SRVR_HELLO_A: |
| 225 | case SSL23_ST_CR_SRVR_HELLO_B: |
| 226 | ret=ssl23_get_server_hello(s); |
| 227 | if (ret >= 0) cb=NULL; |
| 228 | goto end; |
Ralf S. Engelschall | dfeab06 | 1998-12-21 11:00:56 +0000 | [diff] [blame] | 229 | /* break; */ |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 230 | |
| 231 | default: |
| 232 | SSLerr(SSL_F_SSL23_CONNECT,SSL_R_UNKNOWN_STATE); |
| 233 | ret= -1; |
| 234 | goto end; |
| 235 | /* break; */ |
| 236 | } |
| 237 | |
Bodo Möller | d58d092 | 1999-06-10 16:29:32 +0000 | [diff] [blame] | 238 | if (s->debug) { (void)BIO_flush(s->wbio); } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 239 | |
| 240 | if ((cb != NULL) && (s->state != state)) |
| 241 | { |
| 242 | new_state=s->state; |
| 243 | s->state=state; |
| 244 | cb(s,SSL_CB_CONNECT_LOOP,1); |
| 245 | s->state=new_state; |
| 246 | } |
| 247 | } |
| 248 | end: |
| 249 | s->in_handshake--; |
Richard Levitte | 8d6ad9e | 2002-12-21 23:49:21 +0000 | [diff] [blame] | 250 | if (buf != NULL) |
| 251 | BUF_MEM_free(buf); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 252 | if (cb != NULL) |
| 253 | cb(s,SSL_CB_CONNECT_EXIT,ret); |
| 254 | return(ret); |
| 255 | } |
| 256 | |
Dr. Stephen Henson | 22c98d4 | 2009-04-08 16:16:35 +0000 | [diff] [blame] | 257 | static int ssl23_no_ssl2_ciphers(SSL *s) |
| 258 | { |
| 259 | SSL_CIPHER *cipher; |
| 260 | STACK_OF(SSL_CIPHER) *ciphers; |
| 261 | int i; |
Dr. Stephen Henson | b362cca | 2013-12-15 13:32:24 +0000 | [diff] [blame] | 262 | ssl_set_client_disabled(s); |
Dr. Stephen Henson | 22c98d4 | 2009-04-08 16:16:35 +0000 | [diff] [blame] | 263 | ciphers = SSL_get_ciphers(s); |
| 264 | for (i = 0; i < sk_SSL_CIPHER_num(ciphers); i++) |
| 265 | { |
| 266 | cipher = sk_SSL_CIPHER_value(ciphers, i); |
Dr. Stephen Henson | b362cca | 2013-12-15 13:32:24 +0000 | [diff] [blame] | 267 | if (ssl_cipher_disabled(s, cipher, SSL_SECOP_CIPHER_SUPPORTED)) |
| 268 | continue; |
Dr. Stephen Henson | 22c98d4 | 2009-04-08 16:16:35 +0000 | [diff] [blame] | 269 | if (cipher->algorithm_ssl == SSL_SSLV2) |
| 270 | return 0; |
| 271 | } |
| 272 | return 1; |
| 273 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 274 | |
Nick Mathewson | 2016265 | 2013-10-20 15:03:24 -0700 | [diff] [blame] | 275 | /* Fill a ClientRandom or ServerRandom field of length len. Returns <= 0 |
| 276 | * on failure, 1 on success. */ |
| 277 | int ssl_fill_hello_random(SSL *s, int server, unsigned char *result, int len) |
| 278 | { |
| 279 | int send_time = 0; |
| 280 | if (len < 4) |
| 281 | return 0; |
| 282 | if (server) |
| 283 | send_time = (s->mode & SSL_MODE_SEND_SERVERHELLO_TIME) != 0; |
| 284 | else |
| 285 | send_time = (s->mode & SSL_MODE_SEND_CLIENTHELLO_TIME) != 0; |
| 286 | if (send_time) |
| 287 | { |
Dr. Stephen Henson | 2580ab4 | 2013-12-01 23:30:21 +0000 | [diff] [blame] | 288 | unsigned long Time = (unsigned long)time(NULL); |
Nick Mathewson | 2016265 | 2013-10-20 15:03:24 -0700 | [diff] [blame] | 289 | unsigned char *p = result; |
| 290 | l2n(Time, p); |
| 291 | return RAND_pseudo_bytes(p, len-4); |
| 292 | } |
| 293 | else |
| 294 | return RAND_pseudo_bytes(result, len); |
| 295 | } |
| 296 | |
Ulf Möller | 6b691a5 | 1999-04-19 21:31:43 +0000 | [diff] [blame] | 297 | static int ssl23_client_hello(SSL *s) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 298 | { |
| 299 | unsigned char *buf; |
| 300 | unsigned char *p,*d; |
Dr. Stephen Henson | f10f444 | 2009-08-05 15:29:58 +0000 | [diff] [blame] | 301 | int i,ch_len; |
Ben Laurie | 9f94410 | 2013-10-21 03:34:00 +0100 | [diff] [blame] | 302 | unsigned long l; |
Bodo Möller | c6c2e31 | 2005-05-11 18:25:49 +0000 | [diff] [blame] | 303 | int ssl2_compat; |
| 304 | int version = 0, version_major, version_minor; |
Scott Deboy | e9add06 | 2014-02-04 13:08:43 -0800 | [diff] [blame] | 305 | int al = 0; |
Dr. Stephen Henson | f10f444 | 2009-08-05 15:29:58 +0000 | [diff] [blame] | 306 | #ifndef OPENSSL_NO_COMP |
| 307 | int j; |
Bodo Möller | c6c2e31 | 2005-05-11 18:25:49 +0000 | [diff] [blame] | 308 | SSL_COMP *comp; |
Dr. Stephen Henson | f10f444 | 2009-08-05 15:29:58 +0000 | [diff] [blame] | 309 | #endif |
Bodo Möller | cf82191 | 2001-11-10 01:16:28 +0000 | [diff] [blame] | 310 | int ret; |
Andy Polyakov | f2ad358 | 2012-04-25 22:06:32 +0000 | [diff] [blame] | 311 | unsigned long mask, options = s->options; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 312 | |
Andy Polyakov | f2ad358 | 2012-04-25 22:06:32 +0000 | [diff] [blame] | 313 | ssl2_compat = (options & SSL_OP_NO_SSLv2) ? 0 : 1; |
Bodo Möller | c6c2e31 | 2005-05-11 18:25:49 +0000 | [diff] [blame] | 314 | |
Dr. Stephen Henson | b362cca | 2013-12-15 13:32:24 +0000 | [diff] [blame] | 315 | if (ssl2_compat && !ssl_security(s, SSL_SECOP_SSL2_COMPAT, 0, 0, NULL)) |
| 316 | ssl2_compat = 0; |
Dr. Stephen Henson | 22c98d4 | 2009-04-08 16:16:35 +0000 | [diff] [blame] | 317 | if (ssl2_compat && ssl23_no_ssl2_ciphers(s)) |
| 318 | ssl2_compat = 0; |
| 319 | |
Andy Polyakov | f2ad358 | 2012-04-25 22:06:32 +0000 | [diff] [blame] | 320 | /* |
| 321 | * SSL_OP_NO_X disables all protocols above X *if* there are |
| 322 | * some protocols below X enabled. This is required in order |
| 323 | * to maintain "version capability" vector contiguous. So |
| 324 | * that if application wants to disable TLS1.0 in favour of |
| 325 | * TLS1>=1, it would be insufficient to pass SSL_NO_TLSv1, the |
| 326 | * answer is SSL_OP_NO_TLSv1|SSL_OP_NO_SSLv3|SSL_OP_NO_SSLv2. |
| 327 | */ |
| 328 | mask = SSL_OP_NO_TLSv1_1|SSL_OP_NO_TLSv1 |
| 329 | #if !defined(OPENSSL_NO_SSL3) |
| 330 | |SSL_OP_NO_SSLv3 |
| 331 | #endif |
| 332 | #if !defined(OPENSSL_NO_SSL2) |
| 333 | |(ssl2_compat?SSL_OP_NO_SSLv2:0) |
| 334 | #endif |
| 335 | ; |
| 336 | #if !defined(OPENSSL_NO_TLS1_2_CLIENT) |
| 337 | version = TLS1_2_VERSION; |
| 338 | |
| 339 | if ((options & SSL_OP_NO_TLSv1_2) && (options & mask) != mask) |
Dr. Stephen Henson | 637f374 | 2009-12-07 13:31:02 +0000 | [diff] [blame] | 340 | version = TLS1_1_VERSION; |
Andy Polyakov | f2ad358 | 2012-04-25 22:06:32 +0000 | [diff] [blame] | 341 | #else |
| 342 | version = TLS1_1_VERSION; |
| 343 | #endif |
| 344 | mask &= ~SSL_OP_NO_TLSv1_1; |
| 345 | if ((options & SSL_OP_NO_TLSv1_1) && (options & mask) != mask) |
Bodo Möller | c6c2e31 | 2005-05-11 18:25:49 +0000 | [diff] [blame] | 346 | version = TLS1_VERSION; |
Andy Polyakov | f2ad358 | 2012-04-25 22:06:32 +0000 | [diff] [blame] | 347 | mask &= ~SSL_OP_NO_TLSv1; |
| 348 | #if !defined(OPENSSL_NO_SSL3) |
| 349 | if ((options & SSL_OP_NO_TLSv1) && (options & mask) != mask) |
Bodo Möller | c6c2e31 | 2005-05-11 18:25:49 +0000 | [diff] [blame] | 350 | version = SSL3_VERSION; |
Andy Polyakov | f2ad358 | 2012-04-25 22:06:32 +0000 | [diff] [blame] | 351 | mask &= ~SSL_OP_NO_SSLv3; |
| 352 | #endif |
| 353 | #if !defined(OPENSSL_NO_SSL2) |
| 354 | if ((options & SSL_OP_NO_SSLv3) && (options & mask) != mask) |
Bodo Möller | c6c2e31 | 2005-05-11 18:25:49 +0000 | [diff] [blame] | 355 | version = SSL2_VERSION; |
Andy Polyakov | f2ad358 | 2012-04-25 22:06:32 +0000 | [diff] [blame] | 356 | #endif |
| 357 | |
Dr. Stephen Henson | 0702150 | 2008-09-03 12:29:57 +0000 | [diff] [blame] | 358 | #ifndef OPENSSL_NO_TLSEXT |
Bodo Möller | 761772d | 2007-09-21 06:54:24 +0000 | [diff] [blame] | 359 | if (version != SSL2_VERSION) |
| 360 | { |
| 361 | /* have to disable SSL 2.0 compatibility if we need TLS extensions */ |
| 362 | |
| 363 | if (s->tlsext_hostname != NULL) |
| 364 | ssl2_compat = 0; |
Dr. Stephen Henson | 67c8e7f | 2007-09-26 21:56:59 +0000 | [diff] [blame] | 365 | if (s->tlsext_status_type != -1) |
| 366 | ssl2_compat = 0; |
Bodo Möller | 761772d | 2007-09-21 06:54:24 +0000 | [diff] [blame] | 367 | #ifdef TLSEXT_TYPE_opaque_prf_input |
| 368 | if (s->ctx->tlsext_opaque_prf_input_callback != 0 || s->tlsext_opaque_prf_input != NULL) |
| 369 | ssl2_compat = 0; |
| 370 | #endif |
Dr. Stephen Henson | ecf4d66 | 2014-08-10 12:08:08 +0100 | [diff] [blame] | 371 | if (s->cert->cli_ext.meths_count != 0) |
Ben Laurie | a9e1c50 | 2012-05-30 10:10:58 +0000 | [diff] [blame] | 372 | ssl2_compat = 0; |
Bodo Möller | 761772d | 2007-09-21 06:54:24 +0000 | [diff] [blame] | 373 | } |
Dr. Stephen Henson | 0702150 | 2008-09-03 12:29:57 +0000 | [diff] [blame] | 374 | #endif |
Bodo Möller | 761772d | 2007-09-21 06:54:24 +0000 | [diff] [blame] | 375 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 376 | buf=(unsigned char *)s->init_buf->data; |
| 377 | if (s->state == SSL23_ST_CW_CLNT_HELLO_A) |
| 378 | { |
| 379 | #if 0 |
| 380 | /* don't reuse session-id's */ |
| 381 | if (!ssl_get_new_session(s,0)) |
| 382 | { |
| 383 | return(-1); |
| 384 | } |
| 385 | #endif |
| 386 | |
| 387 | p=s->s3->client_random; |
Nick Mathewson | 2016265 | 2013-10-20 15:03:24 -0700 | [diff] [blame] | 388 | if (ssl_fill_hello_random(s, 0, p, SSL3_RANDOM_SIZE) <= 0) |
Nils Larsch | 7c7667b | 2005-04-29 20:10:06 +0000 | [diff] [blame] | 389 | return -1; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 390 | |
Dr. Stephen Henson | 7409d7a | 2011-04-29 22:56:51 +0000 | [diff] [blame] | 391 | if (version == TLS1_2_VERSION) |
| 392 | { |
| 393 | version_major = TLS1_2_VERSION_MAJOR; |
| 394 | version_minor = TLS1_2_VERSION_MINOR; |
| 395 | } |
Dr. Stephen Henson | 2ea8035 | 2012-08-15 15:15:05 +0000 | [diff] [blame] | 396 | else if (tls1_suiteb(s)) |
| 397 | { |
| 398 | SSLerr(SSL_F_SSL23_CLIENT_HELLO, |
| 399 | SSL_R_ONLY_TLS_1_2_ALLOWED_IN_SUITEB_MODE); |
| 400 | return -1; |
| 401 | } |
Dr. Stephen Henson | 7409d7a | 2011-04-29 22:56:51 +0000 | [diff] [blame] | 402 | else if (version == TLS1_1_VERSION) |
Dr. Stephen Henson | 637f374 | 2009-12-07 13:31:02 +0000 | [diff] [blame] | 403 | { |
| 404 | version_major = TLS1_1_VERSION_MAJOR; |
| 405 | version_minor = TLS1_1_VERSION_MINOR; |
| 406 | } |
| 407 | else if (version == TLS1_VERSION) |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 408 | { |
Bodo Möller | c6c2e31 | 2005-05-11 18:25:49 +0000 | [diff] [blame] | 409 | version_major = TLS1_VERSION_MAJOR; |
| 410 | version_minor = TLS1_VERSION_MINOR; |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 411 | } |
Dr. Stephen Henson | 086e32a | 2011-05-19 18:09:02 +0000 | [diff] [blame] | 412 | #ifdef OPENSSL_FIPS |
| 413 | else if(FIPS_mode()) |
| 414 | { |
| 415 | SSLerr(SSL_F_SSL23_CLIENT_HELLO, |
| 416 | SSL_R_ONLY_TLS_ALLOWED_IN_FIPS_MODE); |
| 417 | return -1; |
| 418 | } |
| 419 | #endif |
Bodo Möller | c6c2e31 | 2005-05-11 18:25:49 +0000 | [diff] [blame] | 420 | else if (version == SSL3_VERSION) |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 421 | { |
Bodo Möller | c6c2e31 | 2005-05-11 18:25:49 +0000 | [diff] [blame] | 422 | version_major = SSL3_VERSION_MAJOR; |
| 423 | version_minor = SSL3_VERSION_MINOR; |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 424 | } |
Bodo Möller | c6c2e31 | 2005-05-11 18:25:49 +0000 | [diff] [blame] | 425 | else if (version == SSL2_VERSION) |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 426 | { |
Bodo Möller | c6c2e31 | 2005-05-11 18:25:49 +0000 | [diff] [blame] | 427 | version_major = SSL2_VERSION_MAJOR; |
| 428 | version_minor = SSL2_VERSION_MINOR; |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 429 | } |
| 430 | else |
| 431 | { |
| 432 | SSLerr(SSL_F_SSL23_CLIENT_HELLO,SSL_R_NO_PROTOCOLS_AVAILABLE); |
| 433 | return(-1); |
| 434 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 435 | |
Bodo Möller | c6c2e31 | 2005-05-11 18:25:49 +0000 | [diff] [blame] | 436 | s->client_version = version; |
| 437 | |
| 438 | if (ssl2_compat) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 439 | { |
Bodo Möller | c6c2e31 | 2005-05-11 18:25:49 +0000 | [diff] [blame] | 440 | /* create SSL 2.0 compatible Client Hello */ |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 441 | |
Bodo Möller | c6c2e31 | 2005-05-11 18:25:49 +0000 | [diff] [blame] | 442 | /* two byte record header will be written last */ |
| 443 | d = &(buf[2]); |
| 444 | p = d + 9; /* leave space for message type, version, individual length fields */ |
| 445 | |
| 446 | *(d++) = SSL2_MT_CLIENT_HELLO; |
| 447 | *(d++) = version_major; |
| 448 | *(d++) = version_minor; |
| 449 | |
| 450 | /* Ciphers supported */ |
| 451 | i=ssl_cipher_list_to_bytes(s,SSL_get_ciphers(s),p,0); |
| 452 | if (i == 0) |
| 453 | { |
| 454 | /* no ciphers */ |
| 455 | SSLerr(SSL_F_SSL23_CLIENT_HELLO,SSL_R_NO_CIPHERS_AVAILABLE); |
| 456 | return -1; |
| 457 | } |
| 458 | s2n(i,d); |
| 459 | p+=i; |
| 460 | |
| 461 | /* put in the session-id length (zero since there is no reuse) */ |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 462 | #if 0 |
Bodo Möller | c6c2e31 | 2005-05-11 18:25:49 +0000 | [diff] [blame] | 463 | s->session->session_id_length=0; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 464 | #endif |
Bodo Möller | c6c2e31 | 2005-05-11 18:25:49 +0000 | [diff] [blame] | 465 | s2n(0,d); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 466 | |
Bodo Möller | c6c2e31 | 2005-05-11 18:25:49 +0000 | [diff] [blame] | 467 | if (s->options & SSL_OP_NETSCAPE_CHALLENGE_BUG) |
| 468 | ch_len=SSL2_CHALLENGE_LENGTH; |
| 469 | else |
| 470 | ch_len=SSL2_MAX_CHALLENGE_LENGTH; |
| 471 | |
| 472 | /* write out sslv2 challenge */ |
Ben Laurie | d41c785 | 2008-12-30 13:02:02 +0000 | [diff] [blame] | 473 | /* Note that ch_len must be <= SSL3_RANDOM_SIZE (32), |
| 474 | because it is one of SSL2_MAX_CHALLENGE_LENGTH (32) |
| 475 | or SSL2_MAX_CHALLENGE_LENGTH (16), but leave the |
| 476 | check in for futurproofing */ |
Bodo Möller | c6c2e31 | 2005-05-11 18:25:49 +0000 | [diff] [blame] | 477 | if (SSL3_RANDOM_SIZE < ch_len) |
| 478 | i=SSL3_RANDOM_SIZE; |
| 479 | else |
| 480 | i=ch_len; |
| 481 | s2n(i,d); |
| 482 | memset(&(s->s3->client_random[0]),0,SSL3_RANDOM_SIZE); |
| 483 | if (RAND_pseudo_bytes(&(s->s3->client_random[SSL3_RANDOM_SIZE-i]),i) <= 0) |
| 484 | return -1; |
| 485 | |
| 486 | memcpy(p,&(s->s3->client_random[SSL3_RANDOM_SIZE-i]),i); |
| 487 | p+=i; |
| 488 | |
| 489 | i= p- &(buf[2]); |
| 490 | buf[0]=((i>>8)&0xff)|0x80; |
| 491 | buf[1]=(i&0xff); |
| 492 | |
| 493 | /* number of bytes to write */ |
| 494 | s->init_num=i+2; |
| 495 | s->init_off=0; |
| 496 | |
| 497 | ssl3_finish_mac(s,&(buf[2]),i); |
| 498 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 499 | else |
Bodo Möller | c6c2e31 | 2005-05-11 18:25:49 +0000 | [diff] [blame] | 500 | { |
| 501 | /* create Client Hello in SSL 3.0/TLS 1.0 format */ |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 502 | |
Bodo Möller | c6c2e31 | 2005-05-11 18:25:49 +0000 | [diff] [blame] | 503 | /* do the record header (5 bytes) and handshake message header (4 bytes) last */ |
| 504 | d = p = &(buf[9]); |
| 505 | |
| 506 | *(p++) = version_major; |
| 507 | *(p++) = version_minor; |
Nils Larsch | 7c7667b | 2005-04-29 20:10:06 +0000 | [diff] [blame] | 508 | |
Bodo Möller | c6c2e31 | 2005-05-11 18:25:49 +0000 | [diff] [blame] | 509 | /* Random stuff */ |
| 510 | memcpy(p, s->s3->client_random, SSL3_RANDOM_SIZE); |
| 511 | p += SSL3_RANDOM_SIZE; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 512 | |
Bodo Möller | c6c2e31 | 2005-05-11 18:25:49 +0000 | [diff] [blame] | 513 | /* Session ID (zero since there is no reuse) */ |
| 514 | *(p++) = 0; |
| 515 | |
| 516 | /* Ciphers supported (using SSL 3.0/TLS 1.0 format) */ |
| 517 | i=ssl_cipher_list_to_bytes(s,SSL_get_ciphers(s),&(p[2]),ssl3_put_cipher_by_char); |
| 518 | if (i == 0) |
| 519 | { |
| 520 | SSLerr(SSL_F_SSL23_CLIENT_HELLO,SSL_R_NO_CIPHERS_AVAILABLE); |
| 521 | return -1; |
| 522 | } |
Dr. Stephen Henson | 800e1cd | 2012-04-17 15:12:09 +0000 | [diff] [blame] | 523 | #ifdef OPENSSL_MAX_TLS1_2_CIPHER_LENGTH |
| 524 | /* Some servers hang if client hello > 256 bytes |
| 525 | * as hack workaround chop number of supported ciphers |
| 526 | * to keep it well below this if we use TLS v1.2 |
| 527 | */ |
| 528 | if (TLS1_get_version(s) >= TLS1_2_VERSION |
| 529 | && i > OPENSSL_MAX_TLS1_2_CIPHER_LENGTH) |
| 530 | i = OPENSSL_MAX_TLS1_2_CIPHER_LENGTH & ~1; |
| 531 | #endif |
Bodo Möller | c6c2e31 | 2005-05-11 18:25:49 +0000 | [diff] [blame] | 532 | s2n(i,p); |
| 533 | p+=i; |
| 534 | |
| 535 | /* COMPRESSION */ |
Bodo Möller | ed3883d | 2006-01-02 23:14:37 +0000 | [diff] [blame] | 536 | #ifdef OPENSSL_NO_COMP |
| 537 | *(p++)=1; |
| 538 | #else |
Dr. Stephen Henson | b362cca | 2013-12-15 13:32:24 +0000 | [diff] [blame] | 539 | if (!ssl_allow_compression(s) || !s->ctx->comp_methods) |
Bodo Möller | c6c2e31 | 2005-05-11 18:25:49 +0000 | [diff] [blame] | 540 | j=0; |
| 541 | else |
| 542 | j=sk_SSL_COMP_num(s->ctx->comp_methods); |
| 543 | *(p++)=1+j; |
| 544 | for (i=0; i<j; i++) |
| 545 | { |
| 546 | comp=sk_SSL_COMP_value(s->ctx->comp_methods,i); |
| 547 | *(p++)=comp->id; |
| 548 | } |
Bodo Möller | ed3883d | 2006-01-02 23:14:37 +0000 | [diff] [blame] | 549 | #endif |
Bodo Möller | c6c2e31 | 2005-05-11 18:25:49 +0000 | [diff] [blame] | 550 | *(p++)=0; /* Add the NULL method */ |
Bodo Möller | f1fd454 | 2006-01-03 03:27:19 +0000 | [diff] [blame] | 551 | |
Bodo Möller | ed3883d | 2006-01-02 23:14:37 +0000 | [diff] [blame] | 552 | #ifndef OPENSSL_NO_TLSEXT |
Bodo Möller | 761772d | 2007-09-21 06:54:24 +0000 | [diff] [blame] | 553 | /* TLS extensions*/ |
| 554 | if (ssl_prepare_clienthello_tlsext(s) <= 0) |
| 555 | { |
| 556 | SSLerr(SSL_F_SSL23_CLIENT_HELLO,SSL_R_CLIENTHELLO_TLSEXT); |
| 557 | return -1; |
| 558 | } |
Scott Deboy | e9add06 | 2014-02-04 13:08:43 -0800 | [diff] [blame] | 559 | if ((p = ssl_add_clienthello_tlsext(s, p, buf+SSL3_RT_MAX_PLAIN_LENGTH, &al)) == NULL) |
Bodo Möller | f1fd454 | 2006-01-03 03:27:19 +0000 | [diff] [blame] | 560 | { |
Scott Deboy | e9add06 | 2014-02-04 13:08:43 -0800 | [diff] [blame] | 561 | ssl3_send_alert(s,SSL3_AL_FATAL,al); |
Bodo Möller | 739a543 | 2006-01-08 19:42:30 +0000 | [diff] [blame] | 562 | SSLerr(SSL_F_SSL23_CLIENT_HELLO,ERR_R_INTERNAL_ERROR); |
Bodo Möller | ed3883d | 2006-01-02 23:14:37 +0000 | [diff] [blame] | 563 | return -1; |
Bodo Möller | f1fd454 | 2006-01-03 03:27:19 +0000 | [diff] [blame] | 564 | } |
Bodo Möller | ed3883d | 2006-01-02 23:14:37 +0000 | [diff] [blame] | 565 | #endif |
Bodo Möller | c6c2e31 | 2005-05-11 18:25:49 +0000 | [diff] [blame] | 566 | |
| 567 | l = p-d; |
Bodo Möller | c6c2e31 | 2005-05-11 18:25:49 +0000 | [diff] [blame] | 568 | |
| 569 | /* fill in 4-byte handshake header */ |
| 570 | d=&(buf[5]); |
| 571 | *(d++)=SSL3_MT_CLIENT_HELLO; |
| 572 | l2n3(l,d); |
| 573 | |
| 574 | l += 4; |
| 575 | |
| 576 | if (l > SSL3_RT_MAX_PLAIN_LENGTH) |
| 577 | { |
| 578 | SSLerr(SSL_F_SSL23_CLIENT_HELLO,ERR_R_INTERNAL_ERROR); |
| 579 | return -1; |
| 580 | } |
| 581 | |
| 582 | /* fill in 5-byte record header */ |
| 583 | d=buf; |
| 584 | *(d++) = SSL3_RT_HANDSHAKE; |
| 585 | *(d++) = version_major; |
Dr. Stephen Henson | 293706e | 2012-04-17 13:21:19 +0000 | [diff] [blame] | 586 | /* Some servers hang if we use long client hellos |
| 587 | * and a record number > TLS 1.0. |
| 588 | */ |
| 589 | if (TLS1_get_client_version(s) > TLS1_VERSION) |
| 590 | *(d++) = 1; |
| 591 | else |
| 592 | *(d++) = version_minor; |
Bodo Möller | c6c2e31 | 2005-05-11 18:25:49 +0000 | [diff] [blame] | 593 | s2n((int)l,d); |
| 594 | |
| 595 | /* number of bytes to write */ |
| 596 | s->init_num=p-buf; |
| 597 | s->init_off=0; |
| 598 | |
| 599 | ssl3_finish_mac(s,&(buf[5]), s->init_num - 5); |
| 600 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 601 | |
| 602 | s->state=SSL23_ST_CW_CLNT_HELLO_B; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 603 | s->init_off=0; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 604 | } |
| 605 | |
| 606 | /* SSL3_ST_CW_CLNT_HELLO_B */ |
Bodo Möller | cf82191 | 2001-11-10 01:16:28 +0000 | [diff] [blame] | 607 | ret = ssl23_write_bytes(s); |
Bodo Möller | c6c2e31 | 2005-05-11 18:25:49 +0000 | [diff] [blame] | 608 | |
| 609 | if ((ret >= 2) && s->msg_callback) |
| 610 | { |
| 611 | /* Client Hello has been sent; tell msg_callback */ |
| 612 | |
| 613 | if (ssl2_compat) |
Bodo Möller | 3f19bbf | 2005-05-12 06:24:25 +0000 | [diff] [blame] | 614 | s->msg_callback(1, SSL2_VERSION, 0, s->init_buf->data+2, ret-2, s, s->msg_callback_arg); |
Bodo Möller | c6c2e31 | 2005-05-11 18:25:49 +0000 | [diff] [blame] | 615 | else |
Dr. Stephen Henson | 36b5bb6 | 2012-12-07 23:42:33 +0000 | [diff] [blame] | 616 | { |
| 617 | s->msg_callback(1, version, SSL3_RT_HEADER, s->init_buf->data, 5, s, s->msg_callback_arg); |
Bodo Möller | c6c2e31 | 2005-05-11 18:25:49 +0000 | [diff] [blame] | 618 | s->msg_callback(1, version, SSL3_RT_HANDSHAKE, s->init_buf->data+5, ret-5, s, s->msg_callback_arg); |
Dr. Stephen Henson | 36b5bb6 | 2012-12-07 23:42:33 +0000 | [diff] [blame] | 619 | } |
Bodo Möller | c6c2e31 | 2005-05-11 18:25:49 +0000 | [diff] [blame] | 620 | } |
| 621 | |
Bodo Möller | cf82191 | 2001-11-10 01:16:28 +0000 | [diff] [blame] | 622 | return ret; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 623 | } |
| 624 | |
Ulf Möller | 6b691a5 | 1999-04-19 21:31:43 +0000 | [diff] [blame] | 625 | static int ssl23_get_server_hello(SSL *s) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 626 | { |
| 627 | char buf[8]; |
| 628 | unsigned char *p; |
Ulf Möller | aa82db4 | 2000-01-16 21:10:00 +0000 | [diff] [blame] | 629 | int i; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 630 | int n; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 631 | |
| 632 | n=ssl23_read_bytes(s,7); |
| 633 | |
| 634 | if (n != 7) return(n); |
| 635 | p=s->packet; |
| 636 | |
| 637 | memcpy(buf,p,n); |
| 638 | |
| 639 | if ((p[0] & 0x80) && (p[2] == SSL2_MT_SERVER_HELLO) && |
| 640 | (p[5] == 0x00) && (p[6] == 0x02)) |
| 641 | { |
Richard Levitte | bc36ee6 | 2001-02-20 08:13:47 +0000 | [diff] [blame] | 642 | #ifdef OPENSSL_NO_SSL2 |
Ulf Möller | aa82db4 | 2000-01-16 21:10:00 +0000 | [diff] [blame] | 643 | SSLerr(SSL_F_SSL23_GET_SERVER_HELLO,SSL_R_UNSUPPORTED_PROTOCOL); |
| 644 | goto err; |
| 645 | #else |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 646 | /* we are talking sslv2 */ |
| 647 | /* we need to clean up the SSLv3 setup and put in the |
| 648 | * sslv2 stuff. */ |
Ulf Möller | aa82db4 | 2000-01-16 21:10:00 +0000 | [diff] [blame] | 649 | int ch_len; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 650 | |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 651 | if (s->options & SSL_OP_NO_SSLv2) |
| 652 | { |
| 653 | SSLerr(SSL_F_SSL23_GET_SERVER_HELLO,SSL_R_UNSUPPORTED_PROTOCOL); |
| 654 | goto err; |
| 655 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 656 | if (s->s2 == NULL) |
| 657 | { |
| 658 | if (!ssl2_new(s)) |
| 659 | goto err; |
| 660 | } |
| 661 | else |
| 662 | ssl2_clear(s); |
| 663 | |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 664 | if (s->options & SSL_OP_NETSCAPE_CHALLENGE_BUG) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 665 | ch_len=SSL2_CHALLENGE_LENGTH; |
| 666 | else |
| 667 | ch_len=SSL2_MAX_CHALLENGE_LENGTH; |
| 668 | |
| 669 | /* write out sslv2 challenge */ |
Ben Laurie | d41c785 | 2008-12-30 13:02:02 +0000 | [diff] [blame] | 670 | /* Note that ch_len must be <= SSL3_RANDOM_SIZE (32), because |
| 671 | it is one of SSL2_MAX_CHALLENGE_LENGTH (32) or |
| 672 | SSL2_MAX_CHALLENGE_LENGTH (16), but leave the check in for |
| 673 | futurproofing */ |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 674 | i=(SSL3_RANDOM_SIZE < ch_len) |
| 675 | ?SSL3_RANDOM_SIZE:ch_len; |
| 676 | s->s2->challenge_length=i; |
| 677 | memcpy(s->s2->challenge, |
| 678 | &(s->s3->client_random[SSL3_RANDOM_SIZE-i]),i); |
| 679 | |
| 680 | if (s->s3 != NULL) ssl3_free(s); |
| 681 | |
Ben Laurie | 54a656e | 2002-11-13 15:43:43 +0000 | [diff] [blame] | 682 | if (!BUF_MEM_grow_clean(s->init_buf, |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 683 | SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER)) |
| 684 | { |
| 685 | SSLerr(SSL_F_SSL23_GET_SERVER_HELLO,ERR_R_BUF_LIB); |
| 686 | goto err; |
| 687 | } |
| 688 | |
| 689 | s->state=SSL2_ST_GET_SERVER_HELLO_A; |
Bodo Möller | 37569e6 | 2000-07-29 18:50:41 +0000 | [diff] [blame] | 690 | if (!(s->client_version == SSL2_VERSION)) |
Bodo Möller | aa826d8 | 2000-07-29 19:27:20 +0000 | [diff] [blame] | 691 | /* use special padding (SSL 3.0 draft/RFC 2246, App. E.2) */ |
Bodo Möller | 37569e6 | 2000-07-29 18:50:41 +0000 | [diff] [blame] | 692 | s->s2->ssl2_rollback=1; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 693 | |
Bodo Möller | 6ad47e8 | 2006-01-11 07:18:35 +0000 | [diff] [blame] | 694 | /* setup the 7 bytes we have read so we get them from |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 695 | * the sslv2 buffer */ |
| 696 | s->rstate=SSL_ST_READ_HEADER; |
| 697 | s->packet_length=n; |
| 698 | s->packet= &(s->s2->rbuf[0]); |
| 699 | memcpy(s->packet,buf,n); |
| 700 | s->s2->rbuf_left=n; |
| 701 | s->s2->rbuf_offs=0; |
| 702 | |
| 703 | /* we have already written one */ |
| 704 | s->s2->write_sequence=1; |
| 705 | |
| 706 | s->method=SSLv2_client_method(); |
| 707 | s->handshake_func=s->method->ssl_connect; |
Ulf Möller | aa82db4 | 2000-01-16 21:10:00 +0000 | [diff] [blame] | 708 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 709 | } |
Bodo Möller | 6ad47e8 | 2006-01-11 07:18:35 +0000 | [diff] [blame] | 710 | else if (p[1] == SSL3_VERSION_MAJOR && |
Dr. Stephen Henson | 7409d7a | 2011-04-29 22:56:51 +0000 | [diff] [blame] | 711 | p[2] <= TLS1_2_VERSION_MINOR && |
Bodo Möller | 6ad47e8 | 2006-01-11 07:18:35 +0000 | [diff] [blame] | 712 | ((p[0] == SSL3_RT_HANDSHAKE && p[5] == SSL3_MT_SERVER_HELLO) || |
| 713 | (p[0] == SSL3_RT_ALERT && p[3] == 0 && p[4] == 2))) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 714 | { |
Bodo Möller | 6ad47e8 | 2006-01-11 07:18:35 +0000 | [diff] [blame] | 715 | /* we have sslv3 or tls1 (server hello or alert) */ |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 716 | |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 717 | if ((p[2] == SSL3_VERSION_MINOR) && |
| 718 | !(s->options & SSL_OP_NO_SSLv3)) |
| 719 | { |
Dr. Stephen Henson | 086e32a | 2011-05-19 18:09:02 +0000 | [diff] [blame] | 720 | #ifdef OPENSSL_FIPS |
| 721 | if(FIPS_mode()) |
| 722 | { |
| 723 | SSLerr(SSL_F_SSL23_GET_SERVER_HELLO, |
| 724 | SSL_R_ONLY_TLS_ALLOWED_IN_FIPS_MODE); |
| 725 | goto err; |
| 726 | } |
| 727 | #endif |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 728 | s->version=SSL3_VERSION; |
| 729 | s->method=SSLv3_client_method(); |
| 730 | } |
| 731 | else if ((p[2] == TLS1_VERSION_MINOR) && |
| 732 | !(s->options & SSL_OP_NO_TLSv1)) |
| 733 | { |
| 734 | s->version=TLS1_VERSION; |
| 735 | s->method=TLSv1_client_method(); |
| 736 | } |
Dr. Stephen Henson | 637f374 | 2009-12-07 13:31:02 +0000 | [diff] [blame] | 737 | else if ((p[2] == TLS1_1_VERSION_MINOR) && |
| 738 | !(s->options & SSL_OP_NO_TLSv1_1)) |
| 739 | { |
| 740 | s->version=TLS1_1_VERSION; |
| 741 | s->method=TLSv1_1_client_method(); |
| 742 | } |
Dr. Stephen Henson | 7409d7a | 2011-04-29 22:56:51 +0000 | [diff] [blame] | 743 | else if ((p[2] == TLS1_2_VERSION_MINOR) && |
| 744 | !(s->options & SSL_OP_NO_TLSv1_2)) |
| 745 | { |
| 746 | s->version=TLS1_2_VERSION; |
| 747 | s->method=TLSv1_2_client_method(); |
| 748 | } |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 749 | else |
| 750 | { |
| 751 | SSLerr(SSL_F_SSL23_GET_SERVER_HELLO,SSL_R_UNSUPPORTED_PROTOCOL); |
| 752 | goto err; |
| 753 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 754 | |
Dr. Stephen Henson | b362cca | 2013-12-15 13:32:24 +0000 | [diff] [blame] | 755 | if (!ssl_security(s, SSL_SECOP_VERSION, 0, s->version, NULL)) |
| 756 | { |
| 757 | SSLerr(SSL_F_SSL23_GET_SERVER_HELLO,SSL_R_VERSION_TOO_LOW); |
| 758 | goto err; |
| 759 | } |
| 760 | |
Bodo Möller | 6ad47e8 | 2006-01-11 07:18:35 +0000 | [diff] [blame] | 761 | if (p[0] == SSL3_RT_ALERT && p[5] != SSL3_AL_WARNING) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 762 | { |
Bodo Möller | 6ad47e8 | 2006-01-11 07:18:35 +0000 | [diff] [blame] | 763 | /* fatal alert */ |
| 764 | |
| 765 | void (*cb)(const SSL *ssl,int type,int val)=NULL; |
| 766 | int j; |
| 767 | |
| 768 | if (s->info_callback != NULL) |
| 769 | cb=s->info_callback; |
| 770 | else if (s->ctx->info_callback != NULL) |
| 771 | cb=s->ctx->info_callback; |
| 772 | |
| 773 | i=p[5]; |
| 774 | if (cb != NULL) |
| 775 | { |
| 776 | j=(i<<8)|p[6]; |
| 777 | cb(s,SSL_CB_READ_ALERT,j); |
| 778 | } |
| 779 | |
| 780 | if (s->msg_callback) |
Dr. Stephen Henson | 36b5bb6 | 2012-12-07 23:42:33 +0000 | [diff] [blame] | 781 | { |
| 782 | s->msg_callback(0, s->version, SSL3_RT_HEADER, p, 5, s, s->msg_callback_arg); |
Bodo Möller | 6ad47e8 | 2006-01-11 07:18:35 +0000 | [diff] [blame] | 783 | s->msg_callback(0, s->version, SSL3_RT_ALERT, p+5, 2, s, s->msg_callback_arg); |
Dr. Stephen Henson | 36b5bb6 | 2012-12-07 23:42:33 +0000 | [diff] [blame] | 784 | } |
Bodo Möller | 6ad47e8 | 2006-01-11 07:18:35 +0000 | [diff] [blame] | 785 | |
| 786 | s->rwstate=SSL_NOTHING; |
| 787 | SSLerr(SSL_F_SSL23_GET_SERVER_HELLO,SSL_AD_REASON_OFFSET+p[6]); |
| 788 | goto err; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 789 | } |
| 790 | |
Bodo Möller | 6ad47e8 | 2006-01-11 07:18:35 +0000 | [diff] [blame] | 791 | if (!ssl_init_wbio_buffer(s,1)) goto err; |
Bodo Möller | 241520e | 2006-01-11 06:10:40 +0000 | [diff] [blame] | 792 | |
Bodo Möller | 6ad47e8 | 2006-01-11 07:18:35 +0000 | [diff] [blame] | 793 | /* we are in this state */ |
| 794 | s->state=SSL3_ST_CR_SRVR_HELLO_A; |
| 795 | |
| 796 | /* put the 7 bytes we have read into the input buffer |
| 797 | * for SSLv3 */ |
| 798 | s->rstate=SSL_ST_READ_HEADER; |
| 799 | s->packet_length=n; |
Ben Laurie | 8671b89 | 2008-06-03 02:48:34 +0000 | [diff] [blame] | 800 | if (s->s3->rbuf.buf == NULL) |
| 801 | if (!ssl3_setup_read_buffer(s)) |
| 802 | goto err; |
Bodo Möller | 6ad47e8 | 2006-01-11 07:18:35 +0000 | [diff] [blame] | 803 | s->packet= &(s->s3->rbuf.buf[0]); |
| 804 | memcpy(s->packet,buf,n); |
| 805 | s->s3->rbuf.left=n; |
| 806 | s->s3->rbuf.offset=0; |
| 807 | |
| 808 | s->handshake_func=s->method->ssl_connect; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 809 | } |
| 810 | else |
| 811 | { |
| 812 | SSLerr(SSL_F_SSL23_GET_SERVER_HELLO,SSL_R_UNKNOWN_PROTOCOL); |
| 813 | goto err; |
| 814 | } |
| 815 | s->init_num=0; |
| 816 | |
| 817 | /* Since, if we are sending a ssl23 client hello, we are not |
| 818 | * reusing a session-id */ |
| 819 | if (!ssl_get_new_session(s,0)) |
| 820 | goto err; |
| 821 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 822 | return(SSL_connect(s)); |
| 823 | err: |
| 824 | return(-1); |
| 825 | } |