1 /* ssl/statem/statem_clnt.c */
2 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
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.
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).
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.
23 * Redistribution and use in source and binary forms, with or without
24 * modification, are permitted provided that the following conditions
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)"
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
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.]
58 /* ====================================================================
59 * Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved.
61 * Redistribution and use in source and binary forms, with or without
62 * modification, are permitted provided that the following conditions
65 * 1. Redistributions of source code must retain the above copyright
66 * notice, this list of conditions and the following disclaimer.
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
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/)"
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.
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.
87 * 6. Redistributions of any form whatsoever must retain the following
89 * "This product includes software developed by the OpenSSL Project
90 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
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 * ====================================================================
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).
111 /* ====================================================================
112 * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
114 * Portions of the attached software ("Contribution") are developed by
115 * SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project.
117 * The Contribution is licensed pursuant to the OpenSSL open source
118 * license provided above.
120 * ECC cipher suite support in OpenSSL originally written by
121 * Vipul Gupta and Sumit Gupta of Sun Microsystems Laboratories.
124 /* ====================================================================
125 * Copyright 2005 Nokia. All rights reserved.
127 * The portions of the attached software ("Contribution") is developed by
128 * Nokia Corporation and is licensed pursuant to the OpenSSL open source
131 * The Contribution, originally written by Mika Kousa and Pasi Eronen of
132 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
133 * support (see RFC 4279) to OpenSSL.
135 * No patent licenses or other rights except those expressly stated in
136 * the OpenSSL open source license shall be deemed granted or received
137 * expressly, by implication, estoppel, or otherwise.
139 * No assurances are provided by Nokia that the Contribution does not
140 * infringe the patent or other intellectual property rights of any third
141 * party or that the license provides you with all the necessary rights
142 * to make use of the Contribution.
144 * THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN
145 * ADDITION TO THE DISCLAIMERS INCLUDED IN THE LICENSE, NOKIA
146 * SPECIFICALLY DISCLAIMS ANY LIABILITY FOR CLAIMS BROUGHT BY YOU OR ANY
147 * OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR
152 #include "../ssl_locl.h"
153 #include "statem_locl.h"
154 #include <openssl/buffer.h>
155 #include <openssl/rand.h>
156 #include <openssl/objects.h>
157 #include <openssl/evp.h>
158 #include <openssl/md5.h>
159 #ifndef OPENSSL_NO_DH
160 # include <openssl/dh.h>
162 #include <openssl/bn.h>
163 #ifndef OPENSSL_NO_ENGINE
164 # include <openssl/engine.h>
167 static inline int cert_req_allowed(SSL *s);
168 static int key_exchange_expected(SSL *s);
169 static int ssl_set_version(SSL *s);
170 static int ca_dn_cmp(const X509_NAME *const *a, const X509_NAME *const *b);
171 static int ssl_cipher_list_to_bytes(SSL *s, STACK_OF(SSL_CIPHER) *sk,
176 * Is a CertificateRequest message allowed at the moment or not?
182 static inline int cert_req_allowed(SSL *s)
184 /* TLS does not like anon-DH with client cert */
185 if (s->version > SSL3_VERSION
186 && (s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL))
193 * Should we expect the ServerKeyExchange message or not?
200 static int key_exchange_expected(SSL *s)
202 long alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
205 * Can't skip server key exchange if this is an ephemeral
206 * ciphersuite or for SRP
208 if (alg_k & (SSL_kDHE | SSL_kECDHE | SSL_kDHEPSK | SSL_kECDHEPSK
214 * Export ciphersuites may have temporary RSA keys if the public key in the
215 * server certificate is longer than the maximum export strength
217 if ((alg_k & SSL_kRSA) && SSL_C_IS_EXPORT(s->s3->tmp.new_cipher)) {
220 pkey = X509_get_pubkey(s->session->peer);
225 * If the public key in the certificate is shorter than or equal to the
226 * maximum export strength then a temporary RSA key is not allowed
228 if (EVP_PKEY_bits(pkey)
229 <= SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher))
241 * ossl_statem_client_read_transition() encapsulates the logic for the allowed
242 * handshake state transitions when the client is reading messages from the
243 * server. The message type that the server has sent is provided in |mt|. The
244 * current state is in |s->statem.hand_state|.
247 * 1: Success (transition allowed)
248 * 0: Error (transition not allowed)
250 int ossl_statem_client_read_transition(SSL *s, int mt)
252 OSSL_STATEM *st = &s->statem;
255 switch(st->hand_state) {
256 case TLS_ST_CW_CLNT_HELLO:
257 if (mt == SSL3_MT_SERVER_HELLO) {
258 st->hand_state = TLS_ST_CR_SRVR_HELLO;
262 if (SSL_IS_DTLS(s)) {
263 if (mt == DTLS1_MT_HELLO_VERIFY_REQUEST) {
264 st->hand_state = DTLS_ST_CR_HELLO_VERIFY_REQUEST;
270 case TLS_ST_CR_SRVR_HELLO:
272 if (s->tlsext_ticket_expected) {
273 if (mt == SSL3_MT_NEWSESSION_TICKET) {
274 st->hand_state = TLS_ST_CR_SESSION_TICKET;
277 } else if (mt == SSL3_MT_CHANGE_CIPHER_SPEC) {
278 st->hand_state = TLS_ST_CR_CHANGE;
282 if (SSL_IS_DTLS(s) && mt == DTLS1_MT_HELLO_VERIFY_REQUEST) {
283 st->hand_state = DTLS_ST_CR_HELLO_VERIFY_REQUEST;
285 } else if (!(s->s3->tmp.new_cipher->algorithm_auth
286 & (SSL_aNULL | SSL_aSRP | SSL_aPSK))) {
287 if (mt == SSL3_MT_CERTIFICATE) {
288 st->hand_state = TLS_ST_CR_CERT;
292 ske_expected = key_exchange_expected(s);
293 if (ske_expected < 0)
295 /* SKE is optional for some PSK ciphersuites */
297 || ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_PSK)
298 && mt == SSL3_MT_SERVER_KEY_EXCHANGE)) {
299 if (mt == SSL3_MT_SERVER_KEY_EXCHANGE) {
300 st->hand_state = TLS_ST_CR_KEY_EXCH;
303 } else if (mt == SSL3_MT_CERTIFICATE_REQUEST
304 && cert_req_allowed(s)) {
305 st->hand_state = TLS_ST_CR_CERT_REQ;
307 } else if (mt == SSL3_MT_SERVER_DONE) {
308 st->hand_state = TLS_ST_CR_SRVR_DONE;
316 if (s->tlsext_status_expected) {
317 if (mt == SSL3_MT_CERTIFICATE_STATUS) {
318 st->hand_state = TLS_ST_CR_CERT_STATUS;
325 case TLS_ST_CR_CERT_STATUS:
326 ske_expected = key_exchange_expected(s);
327 if (ske_expected < 0)
329 /* SKE is optional for some PSK ciphersuites */
331 || ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_PSK)
332 && mt == SSL3_MT_SERVER_KEY_EXCHANGE)) {
333 if (mt == SSL3_MT_SERVER_KEY_EXCHANGE) {
334 st->hand_state = TLS_ST_CR_KEY_EXCH;
341 case TLS_ST_CR_KEY_EXCH:
342 if (mt == SSL3_MT_CERTIFICATE_REQUEST) {
343 if (cert_req_allowed(s)) {
344 st->hand_state = TLS_ST_CR_CERT_REQ;
351 case TLS_ST_CR_CERT_REQ:
352 if (mt == SSL3_MT_SERVER_DONE) {
353 st->hand_state = TLS_ST_CR_SRVR_DONE;
358 case TLS_ST_CW_FINISHED:
359 if (mt == SSL3_MT_NEWSESSION_TICKET && s->tlsext_ticket_expected) {
360 st->hand_state = TLS_ST_CR_SESSION_TICKET;
362 } else if (mt == SSL3_MT_CHANGE_CIPHER_SPEC) {
363 st->hand_state = TLS_ST_CR_CHANGE;
368 case TLS_ST_CR_SESSION_TICKET:
369 if (mt == SSL3_MT_CHANGE_CIPHER_SPEC) {
370 st->hand_state = TLS_ST_CR_CHANGE;
375 case TLS_ST_CR_CHANGE:
376 if (mt == SSL3_MT_FINISHED) {
377 st->hand_state = TLS_ST_CR_FINISHED;
386 /* No valid transition found */
391 * client_write_transition() works out what handshake state to move to next
392 * when the client is writing messages to be sent to the server.
394 WRITE_TRAN ossl_statem_client_write_transition(SSL *s)
396 OSSL_STATEM *st = &s->statem;
398 switch(st->hand_state) {
400 /* Renegotiation - fall through */
402 st->hand_state = TLS_ST_CW_CLNT_HELLO;
403 return WRITE_TRAN_CONTINUE;
405 case TLS_ST_CW_CLNT_HELLO:
407 * No transition at the end of writing because we don't know what
410 return WRITE_TRAN_FINISHED;
412 case DTLS_ST_CR_HELLO_VERIFY_REQUEST:
413 st->hand_state = TLS_ST_CW_CLNT_HELLO;
414 return WRITE_TRAN_CONTINUE;
416 case TLS_ST_CR_SRVR_DONE:
417 if (s->s3->tmp.cert_req)
418 st->hand_state = TLS_ST_CW_CERT;
420 st->hand_state = TLS_ST_CW_KEY_EXCH;
421 return WRITE_TRAN_CONTINUE;
424 st->hand_state = TLS_ST_CW_KEY_EXCH;
425 return WRITE_TRAN_CONTINUE;
427 case TLS_ST_CW_KEY_EXCH:
429 * For TLS, cert_req is set to 2, so a cert chain of nothing is
430 * sent, but no verify packet is sent
433 * XXX: For now, we do not support client authentication in ECDH
434 * cipher suites with ECDH (rather than ECDSA) certificates. We
435 * need to skip the certificate verify message when client's
436 * ECDH public key is sent inside the client certificate.
438 if (s->s3->tmp.cert_req == 1) {
439 st->hand_state = TLS_ST_CW_CERT_VRFY;
441 st->hand_state = TLS_ST_CW_CHANGE;
443 if (s->s3->flags & TLS1_FLAGS_SKIP_CERT_VERIFY) {
444 st->hand_state = TLS_ST_CW_CHANGE;
446 return WRITE_TRAN_CONTINUE;
448 case TLS_ST_CW_CERT_VRFY:
449 st->hand_state = TLS_ST_CW_CHANGE;
450 return WRITE_TRAN_CONTINUE;
452 case TLS_ST_CW_CHANGE:
453 #if defined(OPENSSL_NO_NEXTPROTONEG)
454 st->hand_state = TLS_ST_CW_FINISHED;
456 if (!SSL_IS_DTLS(s) && s->s3->next_proto_neg_seen)
457 st->hand_state = TLS_ST_CW_NEXT_PROTO;
459 st->hand_state = TLS_ST_CW_FINISHED;
461 return WRITE_TRAN_CONTINUE;
463 #if !defined(OPENSSL_NO_NEXTPROTONEG)
464 case TLS_ST_CW_NEXT_PROTO:
465 st->hand_state = TLS_ST_CW_FINISHED;
466 return WRITE_TRAN_CONTINUE;
469 case TLS_ST_CW_FINISHED:
471 st->hand_state = TLS_ST_OK;
472 ossl_statem_set_in_init(s, 0);
473 return WRITE_TRAN_CONTINUE;
475 return WRITE_TRAN_FINISHED;
478 case TLS_ST_CR_FINISHED:
480 st->hand_state = TLS_ST_CW_CHANGE;
481 return WRITE_TRAN_CONTINUE;
483 st->hand_state = TLS_ST_OK;
484 ossl_statem_set_in_init(s, 0);
485 return WRITE_TRAN_CONTINUE;
489 /* Shouldn't happen */
490 return WRITE_TRAN_ERROR;
495 * Perform any pre work that needs to be done prior to sending a message from
496 * the client to the server.
498 WORK_STATE ossl_statem_client_pre_work(SSL *s, WORK_STATE wst)
500 OSSL_STATEM *st = &s->statem;
502 switch(st->hand_state) {
503 case TLS_ST_CW_CLNT_HELLO:
505 if (SSL_IS_DTLS(s)) {
506 /* every DTLS ClientHello resets Finished MAC */
507 ssl3_init_finished_mac(s);
512 return tls_prepare_client_certificate(s, wst);
514 case TLS_ST_CW_CHANGE:
515 if (SSL_IS_DTLS(s)) {
518 * We're into the last flight so we don't retransmit these
519 * messages unless we need to.
523 #ifndef OPENSSL_NO_SCTP
524 if (BIO_dgram_is_sctp(SSL_get_wbio(s)))
525 return dtls_wait_for_dry(s);
528 return WORK_FINISHED_CONTINUE;
531 return tls_finish_handshake(s, wst);
534 /* No pre work to be done */
538 return WORK_FINISHED_CONTINUE;
542 * Perform any work that needs to be done after sending a message from the
543 * client to the server.
545 WORK_STATE ossl_statem_client_post_work(SSL *s, WORK_STATE wst)
547 OSSL_STATEM *st = &s->statem;
551 switch(st->hand_state) {
552 case TLS_ST_CW_CLNT_HELLO:
553 if (SSL_IS_DTLS(s) && s->d1->cookie_len > 0 && statem_flush(s) != 1)
555 #ifndef OPENSSL_NO_SCTP
556 /* Disable buffering for SCTP */
557 if (!SSL_IS_DTLS(s) || !BIO_dgram_is_sctp(SSL_get_wbio(s))) {
560 * turn on buffering for the next lot of output
562 if (s->bbio != s->wbio)
563 s->wbio = BIO_push(s->bbio, s->wbio);
564 #ifndef OPENSSL_NO_SCTP
567 if (SSL_IS_DTLS(s)) {
568 /* Treat the next message as the first packet */
573 case TLS_ST_CW_KEY_EXCH:
574 if (tls_client_key_exchange_post_work(s) == 0)
578 case TLS_ST_CW_CHANGE:
579 s->session->cipher = s->s3->tmp.new_cipher;
580 #ifdef OPENSSL_NO_COMP
581 s->session->compress_meth = 0;
583 if (s->s3->tmp.new_compression == NULL)
584 s->session->compress_meth = 0;
586 s->session->compress_meth = s->s3->tmp.new_compression->id;
588 if (!s->method->ssl3_enc->setup_key_block(s))
591 if (!s->method->ssl3_enc->change_cipher_state(s,
592 SSL3_CHANGE_CIPHER_CLIENT_WRITE))
595 if (SSL_IS_DTLS(s)) {
596 #ifndef OPENSSL_NO_SCTP
599 * Change to new shared key of SCTP-Auth, will be ignored if
602 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY,
607 dtls1_reset_seq_numbers(s, SSL3_CC_WRITE);
611 case TLS_ST_CW_FINISHED:
612 #ifndef OPENSSL_NO_SCTP
613 if (wst == WORK_MORE_A && SSL_IS_DTLS(s) && s->hit == 0) {
615 * Change to new shared key of SCTP-Auth, will be ignored if
618 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY,
622 if (statem_flush(s) != 1)
625 if (s->hit && tls_finish_handshake(s, WORK_MORE_A) != 1)
630 /* No post work to be done */
634 return WORK_FINISHED_CONTINUE;
638 * Construct a message to be sent from the client to the server.
640 * Valid return values are:
644 int ossl_statem_client_construct_message(SSL *s)
646 OSSL_STATEM *st = &s->statem;
648 switch(st->hand_state) {
649 case TLS_ST_CW_CLNT_HELLO:
650 return tls_construct_client_hello(s);
653 return tls_construct_client_certificate(s);
655 case TLS_ST_CW_KEY_EXCH:
656 return tls_construct_client_key_exchange(s);
658 case TLS_ST_CW_CERT_VRFY:
659 return tls_construct_client_verify(s);
661 case TLS_ST_CW_CHANGE:
663 return dtls_construct_change_cipher_spec(s);
665 return tls_construct_change_cipher_spec(s);
667 #if !defined(OPENSSL_NO_NEXTPROTONEG)
668 case TLS_ST_CW_NEXT_PROTO:
669 return tls_construct_next_proto(s);
671 case TLS_ST_CW_FINISHED:
672 return tls_construct_finished(s,
674 ssl3_enc->client_finished_label,
676 ssl3_enc->client_finished_label_len);
679 /* Shouldn't happen */
687 * Returns the maximum allowed length for the current message that we are
688 * reading. Excludes the message header.
690 unsigned long ossl_statem_client_max_message_size(SSL *s)
692 OSSL_STATEM *st = &s->statem;
694 switch(st->hand_state) {
695 case TLS_ST_CR_SRVR_HELLO:
696 return SERVER_HELLO_MAX_LENGTH;
698 case DTLS_ST_CR_HELLO_VERIFY_REQUEST:
699 return HELLO_VERIFY_REQUEST_MAX_LENGTH;
702 return s->max_cert_list;
704 case TLS_ST_CR_CERT_STATUS:
705 return SSL3_RT_MAX_PLAIN_LENGTH;
707 case TLS_ST_CR_KEY_EXCH:
708 return SERVER_KEY_EXCH_MAX_LENGTH;
710 case TLS_ST_CR_CERT_REQ:
711 return SSL3_RT_MAX_PLAIN_LENGTH;
713 case TLS_ST_CR_SRVR_DONE:
714 return SERVER_HELLO_DONE_MAX_LENGTH;
716 case TLS_ST_CR_CHANGE:
717 return CCS_MAX_LENGTH;
719 case TLS_ST_CR_SESSION_TICKET:
720 return SSL3_RT_MAX_PLAIN_LENGTH;
722 case TLS_ST_CR_FINISHED:
723 return FINISHED_MAX_LENGTH;
726 /* Shouldn't happen */
734 * Process a message that the client has been received from the server.
736 MSG_PROCESS_RETURN ossl_statem_client_process_message(SSL *s, PACKET *pkt)
738 OSSL_STATEM *st = &s->statem;
740 switch(st->hand_state) {
741 case TLS_ST_CR_SRVR_HELLO:
742 return tls_process_server_hello(s, pkt);
744 case DTLS_ST_CR_HELLO_VERIFY_REQUEST:
745 return dtls_process_hello_verify(s, pkt);
748 return tls_process_server_certificate(s, pkt);
750 case TLS_ST_CR_CERT_STATUS:
751 return tls_process_cert_status(s, pkt);
753 case TLS_ST_CR_KEY_EXCH:
754 return tls_process_key_exchange(s, pkt);
756 case TLS_ST_CR_CERT_REQ:
757 return tls_process_certificate_request(s, pkt);
759 case TLS_ST_CR_SRVR_DONE:
760 return tls_process_server_done(s, pkt);
762 case TLS_ST_CR_CHANGE:
763 return tls_process_change_cipher_spec(s, pkt);
765 case TLS_ST_CR_SESSION_TICKET:
766 return tls_process_new_session_ticket(s, pkt);
768 case TLS_ST_CR_FINISHED:
769 return tls_process_finished(s, pkt);
772 /* Shouldn't happen */
776 return MSG_PROCESS_ERROR;
780 * Perform any further processing required following the receipt of a message
783 WORK_STATE ossl_statem_client_post_process_message(SSL *s, WORK_STATE wst)
785 OSSL_STATEM *st = &s->statem;
787 switch(st->hand_state) {
788 #ifndef OPENSSL_NO_SCTP
789 case TLS_ST_CR_SRVR_DONE:
790 /* We only get here if we are using SCTP and we are renegotiating */
791 if (BIO_dgram_sctp_msg_waiting(SSL_get_rbio(s))) {
792 s->s3->in_read_app_data = 2;
793 s->rwstate = SSL_READING;
794 BIO_clear_retry_flags(SSL_get_rbio(s));
795 BIO_set_retry_read(SSL_get_rbio(s));
796 ossl_statem_set_sctp_read_sock(s, 1);
799 ossl_statem_set_sctp_read_sock(s, 0);
800 return WORK_FINISHED_STOP;
803 case TLS_ST_CR_FINISHED:
805 return tls_finish_handshake(s, wst);
807 return WORK_FINISHED_STOP;
812 /* Shouldn't happen */
817 * Work out what version we should be using for the initial ClientHello if
818 * the version is currently set to (D)TLS_ANY_VERSION.
819 * Returns 1 on success
822 static int ssl_set_version(SSL *s)
824 unsigned long mask, options = s->options;
826 if (s->method->version == TLS_ANY_VERSION) {
828 * SSL_OP_NO_X disables all protocols above X *if* there are
829 * some protocols below X enabled. This is required in order
830 * to maintain "version capability" vector contiguous. So
831 * that if application wants to disable TLS1.0 in favour of
832 * TLS1>=1, it would be insufficient to pass SSL_NO_TLSv1, the
833 * answer is SSL_OP_NO_TLSv1|SSL_OP_NO_SSLv3.
835 mask = SSL_OP_NO_TLSv1_1 | SSL_OP_NO_TLSv1
836 #if !defined(OPENSSL_NO_SSL3)
840 #if !defined(OPENSSL_NO_TLS1_2_CLIENT)
841 if (options & SSL_OP_NO_TLSv1_2) {
842 if ((options & mask) != mask) {
843 s->version = TLS1_1_VERSION;
845 SSLerr(SSL_F_SSL_SET_VERSION, SSL_R_NO_PROTOCOLS_AVAILABLE);
849 s->version = TLS1_2_VERSION;
852 if ((options & mask) == mask) {
853 SSLerr(SSL_F_SSL_SET_VERSION, SSL_R_NO_PROTOCOLS_AVAILABLE);
856 s->version = TLS1_1_VERSION;
859 mask &= ~SSL_OP_NO_TLSv1_1;
860 if ((options & SSL_OP_NO_TLSv1_1) && (options & mask) != mask)
861 s->version = TLS1_VERSION;
862 mask &= ~SSL_OP_NO_TLSv1;
863 #if !defined(OPENSSL_NO_SSL3)
864 if ((options & SSL_OP_NO_TLSv1) && (options & mask) != mask)
865 s->version = SSL3_VERSION;
868 if (s->version != TLS1_2_VERSION && tls1_suiteb(s)) {
869 SSLerr(SSL_F_SSL_SET_VERSION,
870 SSL_R_ONLY_TLS_1_2_ALLOWED_IN_SUITEB_MODE);
874 if (s->version == SSL3_VERSION && FIPS_mode()) {
875 SSLerr(SSL_F_SSL_SET_VERSION, SSL_R_ONLY_TLS_ALLOWED_IN_FIPS_MODE);
879 } else if (s->method->version == DTLS_ANY_VERSION) {
880 /* Determine which DTLS version to use */
881 /* If DTLS 1.2 disabled correct the version number */
882 if (options & SSL_OP_NO_DTLSv1_2) {
883 if (tls1_suiteb(s)) {
884 SSLerr(SSL_F_SSL_SET_VERSION,
885 SSL_R_ONLY_DTLS_1_2_ALLOWED_IN_SUITEB_MODE);
889 * Disabling all versions is silly: return an error.
891 if (options & SSL_OP_NO_DTLSv1) {
892 SSLerr(SSL_F_SSL_SET_VERSION, SSL_R_WRONG_SSL_VERSION);
896 * Update method so we don't use any DTLS 1.2 features.
898 s->method = DTLSv1_client_method();
899 s->version = DTLS1_VERSION;
902 * We only support one version: update method
904 if (options & SSL_OP_NO_DTLSv1)
905 s->method = DTLSv1_2_client_method();
906 s->version = DTLS1_2_VERSION;
910 s->client_version = s->version;
915 int tls_construct_client_hello(SSL *s)
918 unsigned char *p, *d;
922 #ifndef OPENSSL_NO_COMP
926 SSL_SESSION *sess = s->session;
928 buf = (unsigned char *)s->init_buf->data;
930 /* Work out what SSL/TLS/DTLS version to use */
931 if (ssl_set_version(s) == 0)
934 if ((sess == NULL) || (sess->ssl_version != s->version) ||
936 * In the case of EAP-FAST, we can have a pre-shared
937 * "ticket" without a session ID.
939 (!sess->session_id_length && !sess->tlsext_tick) ||
940 (sess->not_resumable)) {
941 if (!ssl_get_new_session(s, 0))
944 /* else use the pre-loaded session */
946 p = s->s3->client_random;
949 * for DTLS if client_random is initialized, reuse it, we are
950 * required to use same upon reply to HelloVerify
952 if (SSL_IS_DTLS(s)) {
955 for (idx = 0; idx < sizeof(s->s3->client_random); idx++) {
964 if (i && ssl_fill_hello_random(s, 0, p,
965 sizeof(s->s3->client_random)) <= 0)
968 /* Do the message type and length last */
969 d = p = ssl_handshake_start(s);
972 * version indicates the negotiated version: for example from
973 * an SSLv2/v3 compatible client hello). The client_version
974 * field is the maximum version we permit and it is also
975 * used in RSA encrypted premaster secrets. Some servers can
976 * choke if we initially report a higher version then
977 * renegotiate to a lower one in the premaster secret. This
978 * didn't happen with TLS 1.0 as most servers supported it
979 * but it can with TLS 1.1 or later if the server only supports
982 * Possible scenario with previous logic:
983 * 1. Client hello indicates TLS 1.2
984 * 2. Server hello says TLS 1.0
985 * 3. RSA encrypted premaster secret uses 1.2.
986 * 4. Handhaked proceeds using TLS 1.0.
987 * 5. Server sends hello request to renegotiate.
988 * 6. Client hello indicates TLS v1.0 as we now
989 * know that is maximum server supports.
990 * 7. Server chokes on RSA encrypted premaster secret
991 * containing version 1.0.
993 * For interoperability it should be OK to always use the
994 * maximum version we support in client hello and then rely
995 * on the checking of version to ensure the servers isn't
996 * being inconsistent: for example initially negotiating with
997 * TLS 1.0 and renegotiating with TLS 1.2. We do this by using
998 * client_version in client hello and not resetting it to
999 * the negotiated version.
1001 *(p++) = s->client_version >> 8;
1002 *(p++) = s->client_version & 0xff;
1005 memcpy(p, s->s3->client_random, SSL3_RANDOM_SIZE);
1006 p += SSL3_RANDOM_SIZE;
1012 i = s->session->session_id_length;
1015 if (i > (int)sizeof(s->session->session_id)) {
1016 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_HELLO, ERR_R_INTERNAL_ERROR);
1019 memcpy(p, s->session->session_id, i);
1023 /* cookie stuff for DTLS */
1024 if (SSL_IS_DTLS(s)) {
1025 if (s->d1->cookie_len > sizeof(s->d1->cookie)) {
1026 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_HELLO, ERR_R_INTERNAL_ERROR);
1029 *(p++) = s->d1->cookie_len;
1030 memcpy(p, s->d1->cookie, s->d1->cookie_len);
1031 p += s->d1->cookie_len;
1034 /* Ciphers supported */
1035 i = ssl_cipher_list_to_bytes(s, SSL_get_ciphers(s), &(p[2]));
1037 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_HELLO, SSL_R_NO_CIPHERS_AVAILABLE);
1040 #ifdef OPENSSL_MAX_TLS1_2_CIPHER_LENGTH
1042 * Some servers hang if client hello > 256 bytes as hack workaround
1043 * chop number of supported ciphers to keep it well below this if we
1046 if (TLS1_get_version(s) >= TLS1_2_VERSION
1047 && i > OPENSSL_MAX_TLS1_2_CIPHER_LENGTH)
1048 i = OPENSSL_MAX_TLS1_2_CIPHER_LENGTH & ~1;
1054 #ifdef OPENSSL_NO_COMP
1058 if (!ssl_allow_compression(s) || !s->ctx->comp_methods)
1061 j = sk_SSL_COMP_num(s->ctx->comp_methods);
1063 for (i = 0; i < j; i++) {
1064 comp = sk_SSL_COMP_value(s->ctx->comp_methods, i);
1068 *(p++) = 0; /* Add the NULL method */
1070 /* TLS extensions */
1071 if (ssl_prepare_clienthello_tlsext(s) <= 0) {
1072 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_HELLO, SSL_R_CLIENTHELLO_TLSEXT);
1076 ssl_add_clienthello_tlsext(s, p, buf + SSL3_RT_MAX_PLAIN_LENGTH,
1078 ssl3_send_alert(s, SSL3_AL_FATAL, al);
1079 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_HELLO, ERR_R_INTERNAL_ERROR);
1084 if (!ssl_set_handshake_header(s, SSL3_MT_CLIENT_HELLO, l)) {
1085 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
1086 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_HELLO, ERR_R_INTERNAL_ERROR);
1092 ossl_statem_set_error(s);
1096 MSG_PROCESS_RETURN dtls_process_hello_verify(SSL *s, PACKET *pkt)
1099 unsigned int cookie_len;
1102 if (!PACKET_forward(pkt, 2)
1103 || !PACKET_get_length_prefixed_1(pkt, &cookiepkt)) {
1104 al = SSL_AD_DECODE_ERROR;
1105 SSLerr(SSL_F_DTLS_PROCESS_HELLO_VERIFY, SSL_R_LENGTH_MISMATCH);
1109 cookie_len = PACKET_remaining(&cookiepkt);
1110 if (cookie_len > sizeof(s->d1->cookie)) {
1111 al = SSL_AD_ILLEGAL_PARAMETER;
1112 SSLerr(SSL_F_DTLS_PROCESS_HELLO_VERIFY, SSL_R_LENGTH_TOO_LONG);
1116 if (!PACKET_copy_bytes(&cookiepkt, s->d1->cookie, cookie_len)) {
1117 al = SSL_AD_DECODE_ERROR;
1118 SSLerr(SSL_F_DTLS_PROCESS_HELLO_VERIFY, SSL_R_LENGTH_MISMATCH);
1121 s->d1->cookie_len = cookie_len;
1123 return MSG_PROCESS_FINISHED_READING;
1125 ssl3_send_alert(s, SSL3_AL_FATAL, al);
1126 ossl_statem_set_error(s);
1127 return MSG_PROCESS_ERROR;
1130 MSG_PROCESS_RETURN tls_process_server_hello(SSL *s, PACKET *pkt)
1132 STACK_OF(SSL_CIPHER) *sk;
1133 const SSL_CIPHER *c;
1135 size_t session_id_len;
1136 unsigned char *cipherchars;
1137 int i, al = SSL_AD_INTERNAL_ERROR;
1138 unsigned int compression;
1139 #ifndef OPENSSL_NO_COMP
1143 if (s->method->version == TLS_ANY_VERSION) {
1144 unsigned int sversion;
1146 if (!PACKET_get_net_2(pkt, &sversion)) {
1147 al = SSL_AD_DECODE_ERROR;
1148 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, SSL_R_LENGTH_MISMATCH);
1152 #if TLS_MAX_VERSION != TLS1_2_VERSION
1153 #error Code needs updating for new TLS version
1155 #ifndef OPENSSL_NO_SSL3
1156 if ((sversion == SSL3_VERSION) && !(s->options & SSL_OP_NO_SSLv3)) {
1158 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO,
1159 SSL_R_ONLY_TLS_ALLOWED_IN_FIPS_MODE);
1160 al = SSL_AD_PROTOCOL_VERSION;
1163 s->method = SSLv3_client_method();
1166 if ((sversion == TLS1_VERSION) && !(s->options & SSL_OP_NO_TLSv1)) {
1167 s->method = TLSv1_client_method();
1168 } else if ((sversion == TLS1_1_VERSION) &&
1169 !(s->options & SSL_OP_NO_TLSv1_1)) {
1170 s->method = TLSv1_1_client_method();
1171 } else if ((sversion == TLS1_2_VERSION) &&
1172 !(s->options & SSL_OP_NO_TLSv1_2)) {
1173 s->method = TLSv1_2_client_method();
1175 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, SSL_R_UNSUPPORTED_PROTOCOL);
1176 al = SSL_AD_PROTOCOL_VERSION;
1179 s->session->ssl_version = s->version = s->method->version;
1181 if (!ssl_security(s, SSL_SECOP_VERSION, 0, s->version, NULL)) {
1182 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, SSL_R_VERSION_TOO_LOW);
1183 al = SSL_AD_PROTOCOL_VERSION;
1186 } else if (s->method->version == DTLS_ANY_VERSION) {
1187 /* Work out correct protocol version to use */
1188 unsigned int hversion;
1191 if (!PACKET_get_net_2(pkt, &hversion)) {
1192 al = SSL_AD_DECODE_ERROR;
1193 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, SSL_R_LENGTH_MISMATCH);
1197 options = s->options;
1198 if (hversion == DTLS1_2_VERSION && !(options & SSL_OP_NO_DTLSv1_2))
1199 s->method = DTLSv1_2_client_method();
1200 else if (tls1_suiteb(s)) {
1201 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO,
1202 SSL_R_ONLY_DTLS_1_2_ALLOWED_IN_SUITEB_MODE);
1203 s->version = hversion;
1204 al = SSL_AD_PROTOCOL_VERSION;
1206 } else if (hversion == DTLS1_VERSION && !(options & SSL_OP_NO_DTLSv1))
1207 s->method = DTLSv1_client_method();
1209 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, SSL_R_WRONG_SSL_VERSION);
1210 s->version = hversion;
1211 al = SSL_AD_PROTOCOL_VERSION;
1214 s->session->ssl_version = s->version = s->method->version;
1216 unsigned char *vers;
1218 if (!PACKET_get_bytes(pkt, &vers, 2)) {
1219 al = SSL_AD_DECODE_ERROR;
1220 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, SSL_R_LENGTH_MISMATCH);
1223 if ((vers[0] != (s->version >> 8))
1224 || (vers[1] != (s->version & 0xff))) {
1225 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, SSL_R_WRONG_SSL_VERSION);
1226 s->version = (s->version & 0xff00) | vers[1];
1227 al = SSL_AD_PROTOCOL_VERSION;
1232 /* load the server hello data */
1233 /* load the server random */
1234 if (!PACKET_copy_bytes(pkt, s->s3->server_random, SSL3_RANDOM_SIZE)) {
1235 al = SSL_AD_DECODE_ERROR;
1236 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, SSL_R_LENGTH_MISMATCH);
1242 /* Get the session-id. */
1243 if (!PACKET_get_length_prefixed_1(pkt, &session_id)) {
1244 al = SSL_AD_DECODE_ERROR;
1245 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, SSL_R_LENGTH_MISMATCH);
1248 session_id_len = PACKET_remaining(&session_id);
1249 if (session_id_len > sizeof s->session->session_id
1250 || session_id_len > SSL3_SESSION_ID_SIZE) {
1251 al = SSL_AD_ILLEGAL_PARAMETER;
1252 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, SSL_R_SSL3_SESSION_ID_TOO_LONG);
1256 if (!PACKET_get_bytes(pkt, &cipherchars, TLS_CIPHER_LEN)) {
1257 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, SSL_R_LENGTH_MISMATCH);
1258 al = SSL_AD_DECODE_ERROR;
1263 * Check if we can resume the session based on external pre-shared secret.
1264 * EAP-FAST (RFC 4851) supports two types of session resumption.
1265 * Resumption based on server-side state works with session IDs.
1266 * Resumption based on pre-shared Protected Access Credentials (PACs)
1267 * works by overriding the SessionTicket extension at the application
1268 * layer, and does not send a session ID. (We do not know whether EAP-FAST
1269 * servers would honour the session ID.) Therefore, the session ID alone
1270 * is not a reliable indicator of session resumption, so we first check if
1271 * we can resume, and later peek at the next handshake message to see if the
1272 * server wants to resume.
1274 if (s->version >= TLS1_VERSION && s->tls_session_secret_cb &&
1275 s->session->tlsext_tick) {
1276 SSL_CIPHER *pref_cipher = NULL;
1277 s->session->master_key_length = sizeof(s->session->master_key);
1278 if (s->tls_session_secret_cb(s, s->session->master_key,
1279 &s->session->master_key_length,
1281 s->tls_session_secret_cb_arg)) {
1282 s->session->cipher = pref_cipher ?
1283 pref_cipher : ssl_get_cipher_by_char(s, cipherchars);
1285 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, ERR_R_INTERNAL_ERROR);
1286 al = SSL_AD_INTERNAL_ERROR;
1291 if (session_id_len != 0 && session_id_len == s->session->session_id_length
1292 && memcmp(PACKET_data(&session_id), s->session->session_id,
1293 session_id_len) == 0) {
1294 if (s->sid_ctx_length != s->session->sid_ctx_length
1295 || memcmp(s->session->sid_ctx, s->sid_ctx, s->sid_ctx_length)) {
1296 /* actually a client application bug */
1297 al = SSL_AD_ILLEGAL_PARAMETER;
1298 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO,
1299 SSL_R_ATTEMPT_TO_REUSE_SESSION_IN_DIFFERENT_CONTEXT);
1305 * If we were trying for session-id reuse but the server
1306 * didn't echo the ID, make a new SSL_SESSION.
1307 * In the case of EAP-FAST and PAC, we do not send a session ID,
1308 * so the PAC-based session secret is always preserved. It'll be
1309 * overwritten if the server refuses resumption.
1311 if (s->session->session_id_length > 0) {
1312 if (!ssl_get_new_session(s, 0)) {
1317 s->session->session_id_length = session_id_len;
1318 /* session_id_len could be 0 */
1319 memcpy(s->session->session_id, PACKET_data(&session_id),
1323 c = ssl_get_cipher_by_char(s, cipherchars);
1325 /* unknown cipher */
1326 al = SSL_AD_ILLEGAL_PARAMETER;
1327 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, SSL_R_UNKNOWN_CIPHER_RETURNED);
1330 /* Set version disabled mask now we know version */
1331 if (!SSL_USE_TLS1_2_CIPHERS(s))
1332 s->s3->tmp.mask_ssl = SSL_TLSV1_2;
1334 s->s3->tmp.mask_ssl = 0;
1336 * If it is a disabled cipher we didn't send it in client hello, so
1339 if (ssl_cipher_disabled(s, c, SSL_SECOP_CIPHER_CHECK)) {
1340 al = SSL_AD_ILLEGAL_PARAMETER;
1341 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, SSL_R_WRONG_CIPHER_RETURNED);
1345 sk = ssl_get_ciphers_by_id(s);
1346 i = sk_SSL_CIPHER_find(sk, c);
1348 /* we did not say we would use this cipher */
1349 al = SSL_AD_ILLEGAL_PARAMETER;
1350 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, SSL_R_WRONG_CIPHER_RETURNED);
1355 * Depending on the session caching (internal/external), the cipher
1356 * and/or cipher_id values may not be set. Make sure that cipher_id is
1357 * set and use it for comparison.
1359 if (s->session->cipher)
1360 s->session->cipher_id = s->session->cipher->id;
1361 if (s->hit && (s->session->cipher_id != c->id)) {
1362 al = SSL_AD_ILLEGAL_PARAMETER;
1363 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO,
1364 SSL_R_OLD_SESSION_CIPHER_NOT_RETURNED);
1367 s->s3->tmp.new_cipher = c;
1369 * Don't digest cached records if no sigalgs: we may need them for client
1372 if (!SSL_USE_SIGALGS(s) && !ssl3_digest_cached_records(s, 0))
1374 /* lets get the compression algorithm */
1376 if (!PACKET_get_1(pkt, &compression)) {
1377 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, SSL_R_LENGTH_MISMATCH);
1378 al = SSL_AD_DECODE_ERROR;
1381 #ifdef OPENSSL_NO_COMP
1382 if (compression != 0) {
1383 al = SSL_AD_ILLEGAL_PARAMETER;
1384 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO,
1385 SSL_R_UNSUPPORTED_COMPRESSION_ALGORITHM);
1389 * If compression is disabled we'd better not try to resume a session
1390 * using compression.
1392 if (s->session->compress_meth != 0) {
1393 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, SSL_R_INCONSISTENT_COMPRESSION);
1397 if (s->hit && compression != s->session->compress_meth) {
1398 al = SSL_AD_ILLEGAL_PARAMETER;
1399 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO,
1400 SSL_R_OLD_SESSION_COMPRESSION_ALGORITHM_NOT_RETURNED);
1403 if (compression == 0)
1405 else if (!ssl_allow_compression(s)) {
1406 al = SSL_AD_ILLEGAL_PARAMETER;
1407 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, SSL_R_COMPRESSION_DISABLED);
1410 comp = ssl3_comp_find(s->ctx->comp_methods, compression);
1413 if (compression != 0 && comp == NULL) {
1414 al = SSL_AD_ILLEGAL_PARAMETER;
1415 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO,
1416 SSL_R_UNSUPPORTED_COMPRESSION_ALGORITHM);
1419 s->s3->tmp.new_compression = comp;
1423 /* TLS extensions */
1424 if (!ssl_parse_serverhello_tlsext(s, pkt)) {
1425 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, SSL_R_PARSE_TLSEXT);
1429 if (PACKET_remaining(pkt) != 0) {
1430 /* wrong packet length */
1431 al = SSL_AD_DECODE_ERROR;
1432 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, SSL_R_BAD_PACKET_LENGTH);
1436 #ifndef OPENSSL_NO_SCTP
1437 if (SSL_IS_DTLS(s) && s->hit) {
1438 unsigned char sctpauthkey[64];
1439 char labelbuffer[sizeof(DTLS1_SCTP_AUTH_LABEL)];
1442 * Add new shared key for SCTP-Auth, will be ignored if
1445 snprintf((char *)labelbuffer,
1446 sizeof(DTLS1_SCTP_AUTH_LABEL),
1447 DTLS1_SCTP_AUTH_LABEL);
1449 if (SSL_export_keying_material(s, sctpauthkey,
1450 sizeof(sctpauthkey),
1452 sizeof(labelbuffer), NULL, 0,
1456 BIO_ctrl(SSL_get_wbio(s),
1457 BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY,
1458 sizeof(sctpauthkey), sctpauthkey);
1462 return MSG_PROCESS_CONTINUE_READING;
1464 ssl3_send_alert(s, SSL3_AL_FATAL, al);
1466 ossl_statem_set_error(s);
1467 return MSG_PROCESS_ERROR;
1470 MSG_PROCESS_RETURN tls_process_server_certificate(SSL *s, PACKET *pkt)
1472 int al, i, ret = MSG_PROCESS_ERROR, exp_idx;
1473 unsigned long cert_list_len, cert_len;
1475 unsigned char *certstart, *certbytes;
1476 STACK_OF(X509) *sk = NULL;
1477 EVP_PKEY *pkey = NULL;
1479 if ((sk = sk_X509_new_null()) == NULL) {
1480 SSLerr(SSL_F_TLS_PROCESS_SERVER_CERTIFICATE, ERR_R_MALLOC_FAILURE);
1484 if (!PACKET_get_net_3(pkt, &cert_list_len)
1485 || PACKET_remaining(pkt) != cert_list_len) {
1486 al = SSL_AD_DECODE_ERROR;
1487 SSLerr(SSL_F_TLS_PROCESS_SERVER_CERTIFICATE, SSL_R_LENGTH_MISMATCH);
1490 while (PACKET_remaining(pkt)) {
1491 if (!PACKET_get_net_3(pkt, &cert_len)
1492 || !PACKET_get_bytes(pkt, &certbytes, cert_len)) {
1493 al = SSL_AD_DECODE_ERROR;
1494 SSLerr(SSL_F_TLS_PROCESS_SERVER_CERTIFICATE,
1495 SSL_R_CERT_LENGTH_MISMATCH);
1499 certstart = certbytes;
1500 x = d2i_X509(NULL, (const unsigned char **)&certbytes, cert_len);
1502 al = SSL_AD_BAD_CERTIFICATE;
1503 SSLerr(SSL_F_TLS_PROCESS_SERVER_CERTIFICATE, ERR_R_ASN1_LIB);
1506 if (certbytes != (certstart + cert_len)) {
1507 al = SSL_AD_DECODE_ERROR;
1508 SSLerr(SSL_F_TLS_PROCESS_SERVER_CERTIFICATE,
1509 SSL_R_CERT_LENGTH_MISMATCH);
1512 if (!sk_X509_push(sk, x)) {
1513 SSLerr(SSL_F_TLS_PROCESS_SERVER_CERTIFICATE, ERR_R_MALLOC_FAILURE);
1519 i = ssl_verify_cert_chain(s, sk);
1520 if (s->verify_mode != SSL_VERIFY_NONE && i <= 0) {
1521 al = ssl_verify_alarm_type(s->verify_result);
1522 SSLerr(SSL_F_TLS_PROCESS_SERVER_CERTIFICATE,
1523 SSL_R_CERTIFICATE_VERIFY_FAILED);
1526 ERR_clear_error(); /* but we keep s->verify_result */
1528 SSLerr(SSL_F_TLS_PROCESS_SERVER_CERTIFICATE, i);
1529 al = SSL_AD_HANDSHAKE_FAILURE;
1533 s->session->peer_chain = sk;
1535 * Inconsistency alert: cert_chain does include the peer's certificate,
1536 * which we don't include in s3_srvr.c
1538 x = sk_X509_value(sk, 0);
1541 * VRS 19990621: possible memory leak; sk=null ==> !sk_pop_free() @end
1544 pkey = X509_get_pubkey(x);
1546 if (pkey == NULL || EVP_PKEY_missing_parameters(pkey)) {
1549 SSLerr(SSL_F_TLS_PROCESS_SERVER_CERTIFICATE,
1550 SSL_R_UNABLE_TO_FIND_PUBLIC_KEY_PARAMETERS);
1554 i = ssl_cert_type(x, pkey);
1558 SSLerr(SSL_F_TLS_PROCESS_SERVER_CERTIFICATE,
1559 SSL_R_UNKNOWN_CERTIFICATE_TYPE);
1563 exp_idx = ssl_cipher_get_cert_index(s->s3->tmp.new_cipher);
1564 if (exp_idx >= 0 && i != exp_idx) {
1566 al = SSL_AD_ILLEGAL_PARAMETER;
1567 SSLerr(SSL_F_TLS_PROCESS_SERVER_CERTIFICATE,
1568 SSL_R_WRONG_CERTIFICATE_TYPE);
1571 s->session->peer_type = i;
1573 X509_free(s->session->peer);
1575 s->session->peer = x;
1576 s->session->verify_result = s->verify_result;
1579 ret = MSG_PROCESS_CONTINUE_READING;
1583 ssl3_send_alert(s, SSL3_AL_FATAL, al);
1585 ossl_statem_set_error(s);
1587 EVP_PKEY_free(pkey);
1589 sk_X509_pop_free(sk, X509_free);
1593 MSG_PROCESS_RETURN tls_process_key_exchange(SSL *s, PACKET *pkt)
1595 #ifndef OPENSSL_NO_RSA
1596 unsigned char *q, md_buf[EVP_MAX_MD_SIZE * 2];
1599 int al, j, verify_ret;
1601 EVP_PKEY *pkey = NULL;
1602 const EVP_MD *md = NULL;
1603 #ifndef OPENSSL_NO_RSA
1606 #ifndef OPENSSL_NO_DH
1609 #ifndef OPENSSL_NO_EC
1610 EC_KEY *ecdh = NULL;
1611 BN_CTX *bn_ctx = NULL;
1612 EC_POINT *srvr_ecpoint = NULL;
1615 PACKET save_param_start, signature;
1617 EVP_MD_CTX_init(&md_ctx);
1619 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
1621 save_param_start = *pkt;
1623 #ifndef OPENSSL_NO_RSA
1624 RSA_free(s->s3->peer_rsa_tmp);
1625 s->s3->peer_rsa_tmp = NULL;
1627 #ifndef OPENSSL_NO_DH
1628 DH_free(s->s3->peer_dh_tmp);
1629 s->s3->peer_dh_tmp = NULL;
1631 #ifndef OPENSSL_NO_EC
1632 EC_KEY_free(s->s3->peer_ecdh_tmp);
1633 s->s3->peer_ecdh_tmp = NULL;
1636 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
1638 al = SSL_AD_DECODE_ERROR;
1640 #ifndef OPENSSL_NO_PSK
1641 /* PSK ciphersuites are preceded by an identity hint */
1642 if (alg_k & SSL_PSK) {
1643 PACKET psk_identity_hint;
1644 if (!PACKET_get_length_prefixed_2(pkt, &psk_identity_hint)) {
1645 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_LENGTH_MISMATCH);
1650 * Store PSK identity hint for later use, hint is used in
1651 * ssl3_send_client_key_exchange. Assume that the maximum length of
1652 * a PSK identity hint can be as long as the maximum length of a PSK
1655 if (PACKET_remaining(&psk_identity_hint) > PSK_MAX_IDENTITY_LEN) {
1656 al = SSL_AD_HANDSHAKE_FAILURE;
1657 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_DATA_LENGTH_TOO_LONG);
1661 if (!PACKET_strndup(&psk_identity_hint,
1662 &s->session->psk_identity_hint)) {
1663 al = SSL_AD_INTERNAL_ERROR;
1668 /* Nothing else to do for plain PSK or RSAPSK */
1669 if (alg_k & (SSL_kPSK | SSL_kRSAPSK)) {
1671 #endif /* !OPENSSL_NO_PSK */
1672 #ifndef OPENSSL_NO_SRP
1673 if (alg_k & SSL_kSRP) {
1674 PACKET prime, generator, salt, server_pub;
1675 if (!PACKET_get_length_prefixed_2(pkt, &prime)
1676 || !PACKET_get_length_prefixed_2(pkt, &generator)
1677 || !PACKET_get_length_prefixed_1(pkt, &salt)
1678 || !PACKET_get_length_prefixed_2(pkt, &server_pub)) {
1679 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_LENGTH_MISMATCH);
1684 BN_bin2bn(PACKET_data(&prime),
1685 PACKET_remaining(&prime), NULL)) == NULL
1687 BN_bin2bn(PACKET_data(&generator),
1688 PACKET_remaining(&generator), NULL)) == NULL
1690 BN_bin2bn(PACKET_data(&salt),
1691 PACKET_remaining(&salt), NULL)) == NULL
1693 BN_bin2bn(PACKET_data(&server_pub),
1694 PACKET_remaining(&server_pub), NULL)) == NULL) {
1695 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, ERR_R_BN_LIB);
1699 if (!srp_verify_server_param(s, &al)) {
1700 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_BAD_SRP_PARAMETERS);
1704 /* We must check if there is a certificate */
1705 if (alg_a & (SSL_aRSA|SSL_aDSS))
1706 pkey = X509_get_pubkey(s->session->peer);
1708 #endif /* !OPENSSL_NO_SRP */
1709 #ifndef OPENSSL_NO_RSA
1710 if (alg_k & SSL_kRSA) {
1712 /* Temporary RSA keys only allowed in export ciphersuites */
1713 if (!SSL_C_IS_EXPORT(s->s3->tmp.new_cipher)) {
1714 al = SSL_AD_UNEXPECTED_MESSAGE;
1715 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_UNEXPECTED_MESSAGE);
1719 if (!PACKET_get_length_prefixed_2(pkt, &mod)
1720 || !PACKET_get_length_prefixed_2(pkt, &exp)) {
1721 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_LENGTH_MISMATCH);
1725 if ((rsa = RSA_new()) == NULL) {
1726 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, ERR_R_MALLOC_FAILURE);
1730 if ((rsa->n = BN_bin2bn(PACKET_data(&mod), PACKET_remaining(&mod),
1732 || (rsa->e = BN_bin2bn(PACKET_data(&exp), PACKET_remaining(&exp),
1734 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, ERR_R_BN_LIB);
1738 /* this should be because we are using an export cipher */
1739 if (alg_a & SSL_aRSA)
1740 pkey = X509_get_pubkey(s->session->peer);
1742 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, ERR_R_INTERNAL_ERROR);
1746 s->s3->peer_rsa_tmp = rsa;
1749 #else /* OPENSSL_NO_RSA */
1752 #ifndef OPENSSL_NO_DH
1753 else if (alg_k & (SSL_kDHE | SSL_kDHEPSK)) {
1754 PACKET prime, generator, pub_key;
1756 if (!PACKET_get_length_prefixed_2(pkt, &prime)
1757 || !PACKET_get_length_prefixed_2(pkt, &generator)
1758 || !PACKET_get_length_prefixed_2(pkt, &pub_key)) {
1759 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_LENGTH_MISMATCH);
1763 if ((dh = DH_new()) == NULL) {
1764 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, ERR_R_DH_LIB);
1768 if ((dh->p = BN_bin2bn(PACKET_data(&prime),
1769 PACKET_remaining(&prime), NULL)) == NULL
1770 || (dh->g = BN_bin2bn(PACKET_data(&generator),
1771 PACKET_remaining(&generator), NULL)) == NULL
1773 BN_bin2bn(PACKET_data(&pub_key),
1774 PACKET_remaining(&pub_key), NULL)) == NULL) {
1775 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, ERR_R_BN_LIB);
1779 if (BN_is_zero(dh->p) || BN_is_zero(dh->g) || BN_is_zero(dh->pub_key)) {
1780 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_BAD_DH_VALUE);
1784 if (!ssl_security(s, SSL_SECOP_TMP_DH, DH_security_bits(dh), 0, dh)) {
1785 al = SSL_AD_HANDSHAKE_FAILURE;
1786 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_DH_KEY_TOO_SMALL);
1789 if (alg_a & (SSL_aRSA|SSL_aDSS))
1790 pkey = X509_get_pubkey(s->session->peer);
1791 /* else anonymous DH, so no certificate or pkey. */
1793 s->s3->peer_dh_tmp = dh;
1796 #endif /* !OPENSSL_NO_DH */
1798 #ifndef OPENSSL_NO_EC
1799 else if (alg_k & (SSL_kECDHE | SSL_kECDHEPSK)) {
1801 const EC_GROUP *group;
1803 unsigned char *ecparams;
1805 if ((ecdh = EC_KEY_new()) == NULL) {
1806 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, ERR_R_MALLOC_FAILURE);
1811 * Extract elliptic curve parameters and the server's ephemeral ECDH
1812 * public key. For now we only support named (not generic) curves and
1813 * ECParameters in this case is just three bytes.
1815 if (!PACKET_get_bytes(pkt, &ecparams, 3)) {
1816 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_LENGTH_TOO_SHORT);
1820 * Check curve is one of our preferences, if not server has sent an
1821 * invalid curve. ECParameters is 3 bytes.
1823 if (!tls1_check_curve(s, ecparams, 3)) {
1824 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_WRONG_CURVE);
1828 if ((curve_nid = tls1_ec_curve_id2nid(*(ecparams + 2))) == 0) {
1829 al = SSL_AD_INTERNAL_ERROR;
1830 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE,
1831 SSL_R_UNABLE_TO_FIND_ECDH_PARAMETERS);
1835 ngroup = EC_GROUP_new_by_curve_name(curve_nid);
1836 if (ngroup == NULL) {
1837 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, ERR_R_EC_LIB);
1840 if (EC_KEY_set_group(ecdh, ngroup) == 0) {
1841 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, ERR_R_EC_LIB);
1844 EC_GROUP_free(ngroup);
1846 group = EC_KEY_get0_group(ecdh);
1848 if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) &&
1849 (EC_GROUP_get_degree(group) > 163)) {
1850 al = SSL_AD_EXPORT_RESTRICTION;
1851 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE,
1852 SSL_R_ECGROUP_TOO_LARGE_FOR_CIPHER);
1856 /* Next, get the encoded ECPoint */
1857 if (((srvr_ecpoint = EC_POINT_new(group)) == NULL) ||
1858 ((bn_ctx = BN_CTX_new()) == NULL)) {
1859 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, ERR_R_MALLOC_FAILURE);
1863 if (!PACKET_get_length_prefixed_1(pkt, &encoded_pt)) {
1864 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_LENGTH_MISMATCH);
1868 if (EC_POINT_oct2point(group, srvr_ecpoint, PACKET_data(&encoded_pt),
1869 PACKET_remaining(&encoded_pt), bn_ctx) == 0) {
1870 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_BAD_ECPOINT);
1875 * The ECC/TLS specification does not mention the use of DSA to sign
1876 * ECParameters in the server key exchange message. We do support RSA
1880 # ifndef OPENSSL_NO_RSA
1881 else if (alg_a & SSL_aRSA)
1882 pkey = X509_get_pubkey(s->session->peer);
1884 # ifndef OPENSSL_NO_EC
1885 else if (alg_a & SSL_aECDSA)
1886 pkey = X509_get_pubkey(s->session->peer);
1888 /* else anonymous ECDH, so no certificate or pkey. */
1889 EC_KEY_set_public_key(ecdh, srvr_ecpoint);
1890 s->s3->peer_ecdh_tmp = ecdh;
1892 BN_CTX_free(bn_ctx);
1894 EC_POINT_free(srvr_ecpoint);
1895 srvr_ecpoint = NULL;
1897 al = SSL_AD_UNEXPECTED_MESSAGE;
1898 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_UNEXPECTED_MESSAGE);
1901 #endif /* !OPENSSL_NO_EC */
1903 /* if it was signed, check the signature */
1907 * |pkt| now points to the beginning of the signature, so the difference
1908 * equals the length of the parameters.
1910 if (!PACKET_get_sub_packet(&save_param_start, ¶ms,
1911 PACKET_remaining(&save_param_start) -
1912 PACKET_remaining(pkt))) {
1913 al = SSL_AD_INTERNAL_ERROR;
1914 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, ERR_R_INTERNAL_ERROR);
1918 if (SSL_USE_SIGALGS(s)) {
1919 unsigned char *sigalgs;
1921 if (!PACKET_get_bytes(pkt, &sigalgs, 2)) {
1922 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_LENGTH_TOO_SHORT);
1925 rv = tls12_check_peer_sigalg(&md, s, sigalgs, pkey);
1932 fprintf(stderr, "USING TLSv1.2 HASH %s\n", EVP_MD_name(md));
1938 if (!PACKET_get_length_prefixed_2(pkt, &signature)
1939 || PACKET_remaining(pkt) != 0) {
1940 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_LENGTH_MISMATCH);
1943 j = EVP_PKEY_size(pkey);
1945 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, ERR_R_INTERNAL_ERROR);
1950 * Check signature length
1952 if (PACKET_remaining(&signature) > (size_t)j) {
1953 /* wrong packet length */
1954 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_WRONG_SIGNATURE_LENGTH);
1957 #ifndef OPENSSL_NO_RSA
1958 if (pkey->type == EVP_PKEY_RSA && !SSL_USE_SIGALGS(s)) {
1964 for (num = 2; num > 0; num--) {
1965 EVP_MD_CTX_set_flags(&md_ctx, EVP_MD_CTX_FLAG_NON_FIPS_ALLOW);
1966 EVP_DigestInit_ex(&md_ctx, (num == 2)
1967 ? s->ctx->md5 : s->ctx->sha1, NULL);
1968 EVP_DigestUpdate(&md_ctx, &(s->s3->client_random[0]),
1970 EVP_DigestUpdate(&md_ctx, &(s->s3->server_random[0]),
1972 EVP_DigestUpdate(&md_ctx, PACKET_data(¶ms),
1973 PACKET_remaining(¶ms));
1974 EVP_DigestFinal_ex(&md_ctx, q, &size);
1979 RSA_verify(NID_md5_sha1, md_buf, j, PACKET_data(&signature),
1980 PACKET_remaining(&signature), pkey->pkey.rsa);
1981 if (verify_ret < 0) {
1982 al = SSL_AD_DECRYPT_ERROR;
1983 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_BAD_RSA_DECRYPT);
1986 if (verify_ret == 0) {
1988 al = SSL_AD_DECRYPT_ERROR;
1989 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_BAD_SIGNATURE);
1995 EVP_VerifyInit_ex(&md_ctx, md, NULL);
1996 EVP_VerifyUpdate(&md_ctx, &(s->s3->client_random[0]),
1998 EVP_VerifyUpdate(&md_ctx, &(s->s3->server_random[0]),
2000 EVP_VerifyUpdate(&md_ctx, PACKET_data(¶ms),
2001 PACKET_remaining(¶ms));
2002 if (EVP_VerifyFinal(&md_ctx, PACKET_data(&signature),
2003 PACKET_remaining(&signature), pkey) <= 0) {
2005 al = SSL_AD_DECRYPT_ERROR;
2006 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_BAD_SIGNATURE);
2011 /* aNULL, aSRP or PSK do not need public keys */
2012 if (!(alg_a & (SSL_aNULL | SSL_aSRP)) && !(alg_k & SSL_PSK)) {
2013 /* Might be wrong key type, check it */
2014 if (ssl3_check_cert_and_algorithm(s))
2015 /* Otherwise this shouldn't happen */
2016 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, ERR_R_INTERNAL_ERROR);
2019 /* still data left over */
2020 if (PACKET_remaining(pkt) != 0) {
2021 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_EXTRA_DATA_IN_MESSAGE);
2025 EVP_PKEY_free(pkey);
2026 EVP_MD_CTX_cleanup(&md_ctx);
2027 return MSG_PROCESS_CONTINUE_READING;
2029 ssl3_send_alert(s, SSL3_AL_FATAL, al);
2031 EVP_PKEY_free(pkey);
2032 #ifndef OPENSSL_NO_RSA
2035 #ifndef OPENSSL_NO_DH
2038 #ifndef OPENSSL_NO_EC
2039 BN_CTX_free(bn_ctx);
2040 EC_POINT_free(srvr_ecpoint);
2043 EVP_MD_CTX_cleanup(&md_ctx);
2044 ossl_statem_set_error(s);
2045 return MSG_PROCESS_ERROR;
2048 MSG_PROCESS_RETURN tls_process_certificate_request(SSL *s, PACKET *pkt)
2050 int ret = MSG_PROCESS_ERROR;
2051 unsigned int list_len, ctype_num, i, name_len;
2052 X509_NAME *xn = NULL;
2053 unsigned char *data;
2054 unsigned char *namestart, *namebytes;
2055 STACK_OF(X509_NAME) *ca_sk = NULL;
2057 if ((ca_sk = sk_X509_NAME_new(ca_dn_cmp)) == NULL) {
2058 SSLerr(SSL_F_TLS_PROCESS_CERTIFICATE_REQUEST, ERR_R_MALLOC_FAILURE);
2062 /* get the certificate types */
2063 if (!PACKET_get_1(pkt, &ctype_num)
2064 || !PACKET_get_bytes(pkt, &data, ctype_num)) {
2065 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
2066 SSLerr(SSL_F_TLS_PROCESS_CERTIFICATE_REQUEST, SSL_R_LENGTH_MISMATCH);
2069 OPENSSL_free(s->cert->ctypes);
2070 s->cert->ctypes = NULL;
2071 if (ctype_num > SSL3_CT_NUMBER) {
2072 /* If we exceed static buffer copy all to cert structure */
2073 s->cert->ctypes = OPENSSL_malloc(ctype_num);
2074 if (s->cert->ctypes == NULL) {
2075 SSLerr(SSL_F_TLS_PROCESS_CERTIFICATE_REQUEST, ERR_R_MALLOC_FAILURE);
2078 memcpy(s->cert->ctypes, data, ctype_num);
2079 s->cert->ctype_num = (size_t)ctype_num;
2080 ctype_num = SSL3_CT_NUMBER;
2082 for (i = 0; i < ctype_num; i++)
2083 s->s3->tmp.ctype[i] = data[i];
2085 if (SSL_USE_SIGALGS(s)) {
2086 if (!PACKET_get_net_2(pkt, &list_len)
2087 || !PACKET_get_bytes(pkt, &data, list_len)) {
2088 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
2089 SSLerr(SSL_F_TLS_PROCESS_CERTIFICATE_REQUEST,
2090 SSL_R_LENGTH_MISMATCH);
2094 /* Clear certificate digests and validity flags */
2095 for (i = 0; i < SSL_PKEY_NUM; i++) {
2096 s->s3->tmp.md[i] = NULL;
2097 s->s3->tmp.valid_flags[i] = 0;
2099 if ((list_len & 1) || !tls1_save_sigalgs(s, data, list_len)) {
2100 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
2101 SSLerr(SSL_F_TLS_PROCESS_CERTIFICATE_REQUEST,
2102 SSL_R_SIGNATURE_ALGORITHMS_ERROR);
2105 if (!tls1_process_sigalgs(s)) {
2106 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
2107 SSLerr(SSL_F_TLS_PROCESS_CERTIFICATE_REQUEST, ERR_R_MALLOC_FAILURE);
2112 /* get the CA RDNs */
2113 if (!PACKET_get_net_2(pkt, &list_len)
2114 || PACKET_remaining(pkt) != list_len) {
2115 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
2116 SSLerr(SSL_F_TLS_PROCESS_CERTIFICATE_REQUEST, SSL_R_LENGTH_MISMATCH);
2120 while (PACKET_remaining(pkt)) {
2121 if (!PACKET_get_net_2(pkt, &name_len)
2122 || !PACKET_get_bytes(pkt, &namebytes, name_len)) {
2123 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
2124 SSLerr(SSL_F_TLS_PROCESS_CERTIFICATE_REQUEST,
2125 SSL_R_LENGTH_MISMATCH);
2129 namestart = namebytes;
2131 if ((xn = d2i_X509_NAME(NULL, (const unsigned char **)&namebytes,
2132 name_len)) == NULL) {
2133 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
2134 SSLerr(SSL_F_TLS_PROCESS_CERTIFICATE_REQUEST, ERR_R_ASN1_LIB);
2138 if (namebytes != (namestart + name_len)) {
2139 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
2140 SSLerr(SSL_F_TLS_PROCESS_CERTIFICATE_REQUEST,
2141 SSL_R_CA_DN_LENGTH_MISMATCH);
2144 if (!sk_X509_NAME_push(ca_sk, xn)) {
2145 SSLerr(SSL_F_TLS_PROCESS_CERTIFICATE_REQUEST, ERR_R_MALLOC_FAILURE);
2150 /* we should setup a certificate to return.... */
2151 s->s3->tmp.cert_req = 1;
2152 s->s3->tmp.ctype_num = ctype_num;
2153 sk_X509_NAME_pop_free(s->s3->tmp.ca_names, X509_NAME_free);
2154 s->s3->tmp.ca_names = ca_sk;
2157 ret = MSG_PROCESS_CONTINUE_READING;
2160 ossl_statem_set_error(s);
2162 sk_X509_NAME_pop_free(ca_sk, X509_NAME_free);
2166 static int ca_dn_cmp(const X509_NAME *const *a, const X509_NAME *const *b)
2168 return (X509_NAME_cmp(*a, *b));
2171 MSG_PROCESS_RETURN tls_process_new_session_ticket(SSL *s, PACKET *pkt)
2174 unsigned int ticklen;
2175 unsigned long ticket_lifetime_hint;
2177 if (!PACKET_get_net_4(pkt, &ticket_lifetime_hint)
2178 || !PACKET_get_net_2(pkt, &ticklen)
2179 || PACKET_remaining(pkt) != ticklen) {
2180 al = SSL_AD_DECODE_ERROR;
2181 SSLerr(SSL_F_TLS_PROCESS_NEW_SESSION_TICKET, SSL_R_LENGTH_MISMATCH);
2185 /* Server is allowed to change its mind and send an empty ticket. */
2187 return MSG_PROCESS_CONTINUE_READING;
2189 if (s->session->session_id_length > 0) {
2190 int i = s->session_ctx->session_cache_mode;
2191 SSL_SESSION *new_sess;
2193 * We reused an existing session, so we need to replace it with a new
2196 if (i & SSL_SESS_CACHE_CLIENT) {
2198 * Remove the old session from the cache
2200 if (i & SSL_SESS_CACHE_NO_INTERNAL_STORE) {
2201 if (s->session_ctx->remove_session_cb != NULL)
2202 s->session_ctx->remove_session_cb(s->session_ctx,
2205 /* We carry on if this fails */
2206 SSL_CTX_remove_session(s->session_ctx, s->session);
2210 if ((new_sess = ssl_session_dup(s->session, 0)) == 0) {
2211 al = SSL_AD_INTERNAL_ERROR;
2212 SSLerr(SSL_F_TLS_PROCESS_NEW_SESSION_TICKET, ERR_R_MALLOC_FAILURE);
2216 SSL_SESSION_free(s->session);
2217 s->session = new_sess;
2220 OPENSSL_free(s->session->tlsext_tick);
2221 s->session->tlsext_ticklen = 0;
2223 s->session->tlsext_tick = OPENSSL_malloc(ticklen);
2224 if (!s->session->tlsext_tick) {
2225 SSLerr(SSL_F_TLS_PROCESS_NEW_SESSION_TICKET, ERR_R_MALLOC_FAILURE);
2228 if (!PACKET_copy_bytes(pkt, s->session->tlsext_tick, ticklen)) {
2229 al = SSL_AD_DECODE_ERROR;
2230 SSLerr(SSL_F_TLS_PROCESS_NEW_SESSION_TICKET, SSL_R_LENGTH_MISMATCH);
2234 s->session->tlsext_tick_lifetime_hint = ticket_lifetime_hint;
2235 s->session->tlsext_ticklen = ticklen;
2237 * There are two ways to detect a resumed ticket session. One is to set
2238 * an appropriate session ID and then the server must return a match in
2239 * ServerHello. This allows the normal client session ID matching to work
2240 * and we know much earlier that the ticket has been accepted. The
2241 * other way is to set zero length session ID when the ticket is
2242 * presented and rely on the handshake to determine session resumption.
2243 * We choose the former approach because this fits in with assumptions
2244 * elsewhere in OpenSSL. The session ID is set to the SHA256 (or SHA1 is
2245 * SHA256 is disabled) hash of the ticket.
2247 EVP_Digest(s->session->tlsext_tick, ticklen,
2248 s->session->session_id, &s->session->session_id_length,
2249 EVP_sha256(), NULL);
2250 return MSG_PROCESS_CONTINUE_READING;
2252 ssl3_send_alert(s, SSL3_AL_FATAL, al);
2254 ossl_statem_set_error(s);
2255 return MSG_PROCESS_ERROR;
2258 MSG_PROCESS_RETURN tls_process_cert_status(SSL *s, PACKET *pkt)
2261 unsigned long resplen;
2264 if (!PACKET_get_1(pkt, &type)
2265 || type != TLSEXT_STATUSTYPE_ocsp) {
2266 al = SSL_AD_DECODE_ERROR;
2267 SSLerr(SSL_F_TLS_PROCESS_CERT_STATUS, SSL_R_UNSUPPORTED_STATUS_TYPE);
2270 if (!PACKET_get_net_3(pkt, &resplen)
2271 || PACKET_remaining(pkt) != resplen) {
2272 al = SSL_AD_DECODE_ERROR;
2273 SSLerr(SSL_F_TLS_PROCESS_CERT_STATUS, SSL_R_LENGTH_MISMATCH);
2276 OPENSSL_free(s->tlsext_ocsp_resp);
2277 s->tlsext_ocsp_resp = OPENSSL_malloc(resplen);
2278 if (!s->tlsext_ocsp_resp) {
2279 al = SSL_AD_INTERNAL_ERROR;
2280 SSLerr(SSL_F_TLS_PROCESS_CERT_STATUS, ERR_R_MALLOC_FAILURE);
2283 if (!PACKET_copy_bytes(pkt, s->tlsext_ocsp_resp, resplen)) {
2284 al = SSL_AD_DECODE_ERROR;
2285 SSLerr(SSL_F_TLS_PROCESS_CERT_STATUS, SSL_R_LENGTH_MISMATCH);
2288 s->tlsext_ocsp_resplen = resplen;
2289 if (s->ctx->tlsext_status_cb) {
2291 ret = s->ctx->tlsext_status_cb(s, s->ctx->tlsext_status_arg);
2293 al = SSL_AD_BAD_CERTIFICATE_STATUS_RESPONSE;
2294 SSLerr(SSL_F_TLS_PROCESS_CERT_STATUS, SSL_R_INVALID_STATUS_RESPONSE);
2298 al = SSL_AD_INTERNAL_ERROR;
2299 SSLerr(SSL_F_TLS_PROCESS_CERT_STATUS, ERR_R_MALLOC_FAILURE);
2303 return MSG_PROCESS_CONTINUE_READING;
2305 ssl3_send_alert(s, SSL3_AL_FATAL, al);
2306 ossl_statem_set_error(s);
2307 return MSG_PROCESS_ERROR;
2310 MSG_PROCESS_RETURN tls_process_server_done(SSL *s, PACKET *pkt)
2312 if (PACKET_remaining(pkt) > 0) {
2313 /* should contain no data */
2314 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
2315 SSLerr(SSL_F_TLS_PROCESS_SERVER_DONE, SSL_R_LENGTH_MISMATCH);
2316 ossl_statem_set_error(s);
2317 return MSG_PROCESS_ERROR;
2320 #ifndef OPENSSL_NO_SRP
2321 if (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) {
2322 if (SRP_Calc_A_param(s) <= 0) {
2323 SSLerr(SSL_F_TLS_PROCESS_SERVER_DONE, SSL_R_SRP_A_CALC);
2324 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
2325 ossl_statem_set_error(s);
2326 return MSG_PROCESS_ERROR;
2332 * at this point we check that we have the required stuff from
2335 if (!ssl3_check_cert_and_algorithm(s)) {
2336 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
2337 ossl_statem_set_error(s);
2338 return MSG_PROCESS_ERROR;
2341 #ifndef OPENSSL_NO_SCTP
2342 /* Only applies to renegotiation */
2343 if (SSL_IS_DTLS(s) && BIO_dgram_is_sctp(SSL_get_wbio(s))
2344 && s->renegotiate != 0)
2345 return MSG_PROCESS_CONTINUE_PROCESSING;
2348 return MSG_PROCESS_FINISHED_READING;
2351 int tls_construct_client_key_exchange(SSL *s)
2355 #ifndef OPENSSL_NO_PSK
2356 size_t pskhdrlen = 0;
2358 unsigned long alg_k;
2359 #ifndef OPENSSL_NO_RSA
2361 EVP_PKEY *pkey = NULL;
2363 #ifndef OPENSSL_NO_EC
2364 EC_KEY *clnt_ecdh = NULL;
2365 const EC_POINT *srvr_ecpoint = NULL;
2366 EVP_PKEY *srvr_pub_pkey = NULL;
2367 unsigned char *encodedPoint = NULL;
2368 int encoded_pt_len = 0;
2369 BN_CTX *bn_ctx = NULL;
2371 unsigned char *pms = NULL;
2373 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
2375 p = ssl_handshake_start(s);
2378 #ifndef OPENSSL_NO_PSK
2379 if (alg_k & SSL_PSK) {
2382 * The callback needs PSK_MAX_IDENTITY_LEN + 1 bytes to return a
2383 * \0-terminated identity. The last byte is for us for simulating
2386 char identity[PSK_MAX_IDENTITY_LEN + 1];
2388 unsigned char psk[PSK_MAX_PSK_LEN];
2391 if (s->psk_client_callback == NULL) {
2392 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2393 SSL_R_PSK_NO_CLIENT_CB);
2397 memset(identity, 0, sizeof(identity));
2399 psklen = s->psk_client_callback(s, s->session->psk_identity_hint,
2400 identity, sizeof(identity) - 1,
2403 if (psklen > PSK_MAX_PSK_LEN) {
2404 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2405 ERR_R_INTERNAL_ERROR);
2407 } else if (psklen == 0) {
2408 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2409 SSL_R_PSK_IDENTITY_NOT_FOUND);
2413 OPENSSL_free(s->s3->tmp.psk);
2414 s->s3->tmp.psk = BUF_memdup(psk, psklen);
2415 OPENSSL_cleanse(psk, psklen);
2417 if (s->s3->tmp.psk == NULL) {
2418 OPENSSL_cleanse(identity, sizeof(identity));
2422 s->s3->tmp.psklen = psklen;
2424 identitylen = strlen(identity);
2425 if (identitylen > PSK_MAX_IDENTITY_LEN) {
2426 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2427 ERR_R_INTERNAL_ERROR);
2430 OPENSSL_free(s->session->psk_identity);
2431 s->session->psk_identity = BUF_strdup(identity);
2432 if (s->session->psk_identity == NULL) {
2433 OPENSSL_cleanse(identity, sizeof(identity));
2437 s2n(identitylen, p);
2438 memcpy(p, identity, identitylen);
2439 pskhdrlen = 2 + identitylen;
2443 OPENSSL_cleanse(identity, sizeof(identity));
2445 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
2449 if (alg_k & SSL_kPSK) {
2454 /* Fool emacs indentation */
2457 #ifndef OPENSSL_NO_RSA
2458 else if (alg_k & (SSL_kRSA | SSL_kRSAPSK)) {
2460 pmslen = SSL_MAX_MASTER_KEY_LENGTH;
2461 pms = OPENSSL_malloc(pmslen);
2465 if (s->session->peer == NULL) {
2467 * We should always have a server certificate with SSL_kRSA.
2469 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2470 ERR_R_INTERNAL_ERROR);
2474 if (s->s3->peer_rsa_tmp != NULL)
2475 rsa = s->s3->peer_rsa_tmp;
2477 pkey = X509_get_pubkey(s->session->peer);
2478 if ((pkey == NULL) || (pkey->type != EVP_PKEY_RSA)
2479 || (pkey->pkey.rsa == NULL)) {
2480 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2481 ERR_R_INTERNAL_ERROR);
2482 EVP_PKEY_free(pkey);
2485 rsa = pkey->pkey.rsa;
2486 EVP_PKEY_free(pkey);
2489 pms[0] = s->client_version >> 8;
2490 pms[1] = s->client_version & 0xff;
2491 if (RAND_bytes(pms + 2, pmslen - 2) <= 0)
2495 /* Fix buf for TLS and beyond */
2496 if (s->version > SSL3_VERSION)
2498 n = RSA_public_encrypt(pmslen, pms, p, rsa, RSA_PKCS1_PADDING);
2500 if (s->options & SSL_OP_PKCS1_CHECK_1)
2502 if (s->options & SSL_OP_PKCS1_CHECK_2)
2506 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2507 SSL_R_BAD_RSA_ENCRYPT);
2511 /* Fix buf for TLS and beyond */
2512 if (s->version > SSL3_VERSION) {
2518 #ifndef OPENSSL_NO_DH
2519 else if (alg_k & (SSL_kDHE | SSL_kDHr | SSL_kDHd | SSL_kDHEPSK)) {
2520 DH *dh_srvr, *dh_clnt;
2521 if (s->s3->peer_dh_tmp != NULL)
2522 dh_srvr = s->s3->peer_dh_tmp;
2524 /* we get them from the cert */
2525 EVP_PKEY *spkey = NULL;
2527 spkey = X509_get_pubkey(s->session->peer);
2529 dh_srvr = EVP_PKEY_get1_DH(spkey);
2530 EVP_PKEY_free(spkey);
2532 if (dh_srvr == NULL) {
2533 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2534 ERR_R_INTERNAL_ERROR);
2538 if (s->s3->flags & TLS1_FLAGS_SKIP_CERT_VERIFY) {
2539 /* Use client certificate key */
2540 EVP_PKEY *clkey = s->cert->key->privatekey;
2543 dh_clnt = EVP_PKEY_get1_DH(clkey);
2544 if (dh_clnt == NULL) {
2545 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2546 ERR_R_INTERNAL_ERROR);
2550 /* generate a new random key */
2551 if ((dh_clnt = DHparams_dup(dh_srvr)) == NULL) {
2552 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE, ERR_R_DH_LIB);
2555 if (!DH_generate_key(dh_clnt)) {
2556 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE, ERR_R_DH_LIB);
2562 pmslen = DH_size(dh_clnt);
2563 pms = OPENSSL_malloc(pmslen);
2568 * use the 'p' output buffer for the DH key, but make sure to
2569 * clear it out afterwards
2572 n = DH_compute_key(pms, dh_srvr->pub_key, dh_clnt);
2573 if (s->s3->peer_dh_tmp == NULL)
2577 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE, ERR_R_DH_LIB);
2583 if (s->s3->flags & TLS1_FLAGS_SKIP_CERT_VERIFY)
2586 /* send off the data */
2587 n = BN_num_bytes(dh_clnt->pub_key);
2589 BN_bn2bin(dh_clnt->pub_key, p);
2597 #ifndef OPENSSL_NO_EC
2598 else if (alg_k & (SSL_kECDHE | SSL_kECDHr | SSL_kECDHe | SSL_kECDHEPSK)) {
2599 const EC_GROUP *srvr_group = NULL;
2601 int ecdh_clnt_cert = 0;
2604 * Did we send out the client's ECDH share for use in premaster
2605 * computation as part of client certificate? If so, set
2606 * ecdh_clnt_cert to 1.
2608 if ((alg_k & (SSL_kECDHr | SSL_kECDHe)) && (s->cert != NULL)) {
2610 * XXX: For now, we do not support client
2611 * authentication using ECDH certificates.
2612 * To add such support, one needs to add
2613 * code that checks for appropriate
2614 * conditions and sets ecdh_clnt_cert to 1.
2615 * For example, the cert have an ECC
2616 * key on the same curve as the server's
2617 * and the key should be authorized for
2620 * One also needs to add code in ssl3_connect
2621 * to skip sending the certificate verify
2624 * if ((s->cert->key->privatekey != NULL) &&
2625 * (s->cert->key->privatekey->type ==
2626 * EVP_PKEY_EC) && ...)
2627 * ecdh_clnt_cert = 1;
2631 if (s->s3->peer_ecdh_tmp != NULL) {
2632 tkey = s->s3->peer_ecdh_tmp;
2634 /* Get the Server Public Key from Cert */
2635 srvr_pub_pkey = X509_get_pubkey(s->session->peer);
2636 if ((srvr_pub_pkey == NULL)
2637 || (srvr_pub_pkey->type != EVP_PKEY_EC)
2638 || (srvr_pub_pkey->pkey.ec == NULL)) {
2639 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2640 ERR_R_INTERNAL_ERROR);
2644 tkey = srvr_pub_pkey->pkey.ec;
2647 srvr_group = EC_KEY_get0_group(tkey);
2648 srvr_ecpoint = EC_KEY_get0_public_key(tkey);
2650 if ((srvr_group == NULL) || (srvr_ecpoint == NULL)) {
2651 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2652 ERR_R_INTERNAL_ERROR);
2656 if ((clnt_ecdh = EC_KEY_new()) == NULL) {
2657 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2658 ERR_R_MALLOC_FAILURE);
2662 if (!EC_KEY_set_group(clnt_ecdh, srvr_group)) {
2663 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE, ERR_R_EC_LIB);
2666 if (ecdh_clnt_cert) {
2668 * Reuse key info from our certificate We only need our
2669 * private key to perform the ECDH computation.
2671 const BIGNUM *priv_key;
2672 tkey = s->cert->key->privatekey->pkey.ec;
2673 priv_key = EC_KEY_get0_private_key(tkey);
2674 if (priv_key == NULL) {
2675 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2676 ERR_R_MALLOC_FAILURE);
2679 if (!EC_KEY_set_private_key(clnt_ecdh, priv_key)) {
2680 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE, ERR_R_EC_LIB);
2684 /* Generate a new ECDH key pair */
2685 if (!(EC_KEY_generate_key(clnt_ecdh))) {
2686 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2693 * use the 'p' output buffer for the ECDH key, but make sure to
2694 * clear it out afterwards
2697 field_size = EC_GROUP_get_degree(srvr_group);
2698 if (field_size <= 0) {
2699 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE, ERR_R_ECDH_LIB);
2702 pmslen = (field_size + 7) / 8;
2703 pms = OPENSSL_malloc(pmslen);
2706 n = ECDH_compute_key(pms, pmslen, srvr_ecpoint, clnt_ecdh, NULL);
2707 if (n <= 0 || pmslen != (size_t)n) {
2708 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE, ERR_R_ECDH_LIB);
2712 if (ecdh_clnt_cert) {
2713 /* Send empty client key exch message */
2717 * First check the size of encoding and allocate memory
2721 EC_POINT_point2oct(srvr_group,
2722 EC_KEY_get0_public_key(clnt_ecdh),
2723 POINT_CONVERSION_UNCOMPRESSED,
2726 encodedPoint = (unsigned char *)
2727 OPENSSL_malloc(encoded_pt_len * sizeof(unsigned char));
2728 bn_ctx = BN_CTX_new();
2729 if ((encodedPoint == NULL) || (bn_ctx == NULL)) {
2730 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2731 ERR_R_MALLOC_FAILURE);
2735 /* Encode the public key */
2736 n = EC_POINT_point2oct(srvr_group,
2737 EC_KEY_get0_public_key(clnt_ecdh),
2738 POINT_CONVERSION_UNCOMPRESSED,
2739 encodedPoint, encoded_pt_len, bn_ctx);
2741 *p = n; /* length of encoded point */
2742 /* Encoded point will be copied here */
2744 /* copy the point */
2745 memcpy(p, encodedPoint, n);
2746 /* increment n to account for length field */
2750 /* Free allocated memory */
2751 BN_CTX_free(bn_ctx);
2752 OPENSSL_free(encodedPoint);
2753 EC_KEY_free(clnt_ecdh);
2754 EVP_PKEY_free(srvr_pub_pkey);
2756 #endif /* !OPENSSL_NO_EC */
2757 else if (alg_k & SSL_kGOST) {
2758 /* GOST key exchange message creation */
2759 EVP_PKEY_CTX *pkey_ctx;
2762 unsigned int md_len;
2763 unsigned char shared_ukm[32], tmp[256];
2764 EVP_MD_CTX *ukm_hash;
2768 pms = OPENSSL_malloc(pmslen);
2773 * Get server sertificate PKEY and create ctx from it
2775 peer_cert = s->session->peer;
2777 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2778 SSL_R_NO_GOST_CERTIFICATE_SENT_BY_PEER);
2782 pkey_ctx = EVP_PKEY_CTX_new(pub_key =
2783 X509_get_pubkey(peer_cert), NULL);
2785 * If we have send a certificate, and certificate key
2787 * * parameters match those of server certificate, use
2788 * certificate key for key exchange
2791 /* Otherwise, generate ephemeral key pair */
2793 EVP_PKEY_encrypt_init(pkey_ctx);
2794 /* Generate session key */
2795 if (RAND_bytes(pms, pmslen) <= 0) {
2796 EVP_PKEY_CTX_free(pkey_ctx);
2797 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2798 ERR_R_INTERNAL_ERROR);
2802 * If we have client certificate, use its secret as peer key
2804 if (s->s3->tmp.cert_req && s->cert->key->privatekey) {
2805 if (EVP_PKEY_derive_set_peer
2806 (pkey_ctx, s->cert->key->privatekey) <= 0) {
2808 * If there was an error - just ignore it. Ephemeral key
2815 * Compute shared IV and store it in algorithm-specific context
2818 ukm_hash = EVP_MD_CTX_create();
2819 EVP_DigestInit(ukm_hash,
2820 EVP_get_digestbynid(NID_id_GostR3411_94));
2821 EVP_DigestUpdate(ukm_hash, s->s3->client_random,
2823 EVP_DigestUpdate(ukm_hash, s->s3->server_random,
2825 EVP_DigestFinal_ex(ukm_hash, shared_ukm, &md_len);
2826 EVP_MD_CTX_destroy(ukm_hash);
2827 if (EVP_PKEY_CTX_ctrl
2828 (pkey_ctx, -1, EVP_PKEY_OP_ENCRYPT, EVP_PKEY_CTRL_SET_IV, 8,
2830 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2834 /* Make GOST keytransport blob message */
2836 * Encapsulate it into sequence
2838 *(p++) = V_ASN1_SEQUENCE | V_ASN1_CONSTRUCTED;
2840 if (EVP_PKEY_encrypt(pkey_ctx, tmp, &msglen, pms, pmslen) < 0) {
2841 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2845 if (msglen >= 0x80) {
2847 *(p++) = msglen & 0xff;
2850 *(p++) = msglen & 0xff;
2853 memcpy(p, tmp, msglen);
2854 /* Check if pubkey from client certificate was used */
2855 if (EVP_PKEY_CTX_ctrl
2856 (pkey_ctx, -1, -1, EVP_PKEY_CTRL_PEER_KEY, 2, NULL) > 0) {
2857 /* Set flag "skip certificate verify" */
2858 s->s3->flags |= TLS1_FLAGS_SKIP_CERT_VERIFY;
2860 EVP_PKEY_CTX_free(pkey_ctx);
2861 EVP_PKEY_free(pub_key);
2864 #ifndef OPENSSL_NO_SRP
2865 else if (alg_k & SSL_kSRP) {
2866 if (s->srp_ctx.A != NULL) {
2867 /* send off the data */
2868 n = BN_num_bytes(s->srp_ctx.A);
2870 BN_bn2bin(s->srp_ctx.A, p);
2873 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2874 ERR_R_INTERNAL_ERROR);
2877 OPENSSL_free(s->session->srp_username);
2878 s->session->srp_username = BUF_strdup(s->srp_ctx.login);
2879 if (s->session->srp_username == NULL) {
2880 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2881 ERR_R_MALLOC_FAILURE);
2887 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
2888 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE, ERR_R_INTERNAL_ERROR);
2892 #ifndef OPENSSL_NO_PSK
2896 if (!ssl_set_handshake_header(s, SSL3_MT_CLIENT_KEY_EXCHANGE, n)) {
2897 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
2898 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE, ERR_R_INTERNAL_ERROR);
2902 s->s3->tmp.pms = pms;
2903 s->s3->tmp.pmslen = pmslen;
2907 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
2908 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE, ERR_R_MALLOC_FAILURE);
2910 OPENSSL_clear_free(pms, pmslen);
2911 s->s3->tmp.pms = NULL;
2912 #ifndef OPENSSL_NO_EC
2913 BN_CTX_free(bn_ctx);
2914 OPENSSL_free(encodedPoint);
2915 EC_KEY_free(clnt_ecdh);
2916 EVP_PKEY_free(srvr_pub_pkey);
2918 #ifndef OPENSSL_NO_PSK
2919 OPENSSL_clear_free(s->s3->tmp.psk, s->s3->tmp.psklen);
2920 s->s3->tmp.psk = NULL;
2922 ossl_statem_set_error(s);
2926 int tls_client_key_exchange_post_work(SSL *s)
2928 unsigned char *pms = NULL;
2931 #ifndef OPENSSL_NO_SRP
2933 if (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) {
2934 if (!srp_generate_client_master_secret(s)) {
2935 SSLerr(SSL_F_TLS_CLIENT_KEY_EXCHANGE_POST_WORK,
2936 ERR_R_INTERNAL_ERROR);
2942 pms = s->s3->tmp.pms;
2943 pmslen = s->s3->tmp.pmslen;
2945 if (pms == NULL && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) {
2946 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
2947 SSLerr(SSL_F_TLS_CLIENT_KEY_EXCHANGE_POST_WORK, ERR_R_MALLOC_FAILURE);
2950 if (!ssl_generate_master_secret(s, pms, pmslen, 1)) {
2951 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
2952 SSLerr(SSL_F_TLS_CLIENT_KEY_EXCHANGE_POST_WORK, ERR_R_INTERNAL_ERROR);
2956 #ifndef OPENSSL_NO_SCTP
2957 if (SSL_IS_DTLS(s)) {
2958 unsigned char sctpauthkey[64];
2959 char labelbuffer[sizeof(DTLS1_SCTP_AUTH_LABEL)];
2962 * Add new shared key for SCTP-Auth, will be ignored if no SCTP
2965 snprintf((char *)labelbuffer, sizeof(DTLS1_SCTP_AUTH_LABEL),
2966 DTLS1_SCTP_AUTH_LABEL);
2968 if (SSL_export_keying_material(s, sctpauthkey,
2969 sizeof(sctpauthkey), labelbuffer,
2970 sizeof(labelbuffer), NULL, 0, 0) <= 0)
2973 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY,
2974 sizeof(sctpauthkey), sctpauthkey);
2980 OPENSSL_clear_free(pms, pmslen);
2981 s->s3->tmp.pms = NULL;
2985 int tls_construct_client_verify(SSL *s)
2988 unsigned char data[MD5_DIGEST_LENGTH + SHA_DIGEST_LENGTH];
2990 EVP_PKEY_CTX *pctx = NULL;
2996 EVP_MD_CTX_init(&mctx);
2998 p = ssl_handshake_start(s);
2999 pkey = s->cert->key->privatekey;
3000 /* Create context from key and test if sha1 is allowed as digest */
3001 pctx = EVP_PKEY_CTX_new(pkey, NULL);
3002 EVP_PKEY_sign_init(pctx);
3003 if (EVP_PKEY_CTX_set_signature_md(pctx, EVP_sha1()) > 0) {
3004 if (!SSL_USE_SIGALGS(s))
3005 s->method->ssl3_enc->cert_verify_mac(s,
3008 [MD5_DIGEST_LENGTH]));
3013 * For TLS v1.2 send signature algorithm and signature using agreed
3014 * digest and cached handshake records.
3016 if (SSL_USE_SIGALGS(s)) {
3019 const EVP_MD *md = s->s3->tmp.md[s->cert->key - s->cert->pkeys];
3020 hdatalen = BIO_get_mem_data(s->s3->handshake_buffer, &hdata);
3021 if (hdatalen <= 0 || !tls12_get_sigandhash(p, pkey, md)) {
3022 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_VERIFY, ERR_R_INTERNAL_ERROR);
3027 fprintf(stderr, "Using TLS 1.2 with client alg %s\n",
3030 if (!EVP_SignInit_ex(&mctx, md, NULL)
3031 || !EVP_SignUpdate(&mctx, hdata, hdatalen)
3032 || !EVP_SignFinal(&mctx, p + 2, &u, pkey)) {
3033 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_VERIFY, ERR_R_EVP_LIB);
3038 /* Digest cached records and discard handshake buffer */
3039 if (!ssl3_digest_cached_records(s, 0))
3042 #ifndef OPENSSL_NO_RSA
3043 if (pkey->type == EVP_PKEY_RSA) {
3044 s->method->ssl3_enc->cert_verify_mac(s, NID_md5, &(data[0]));
3045 if (RSA_sign(NID_md5_sha1, data,
3046 MD5_DIGEST_LENGTH + SHA_DIGEST_LENGTH,
3047 &(p[2]), &u, pkey->pkey.rsa) <= 0) {
3048 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_VERIFY, ERR_R_RSA_LIB);
3055 #ifndef OPENSSL_NO_DSA
3056 if (pkey->type == EVP_PKEY_DSA) {
3057 if (!DSA_sign(pkey->save_type,
3058 &(data[MD5_DIGEST_LENGTH]),
3059 SHA_DIGEST_LENGTH, &(p[2]),
3060 (unsigned int *)&j, pkey->pkey.dsa)) {
3061 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_VERIFY, ERR_R_DSA_LIB);
3068 #ifndef OPENSSL_NO_EC
3069 if (pkey->type == EVP_PKEY_EC) {
3070 if (!ECDSA_sign(pkey->save_type,
3071 &(data[MD5_DIGEST_LENGTH]),
3072 SHA_DIGEST_LENGTH, &(p[2]),
3073 (unsigned int *)&j, pkey->pkey.ec)) {
3074 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_VERIFY, ERR_R_ECDSA_LIB);
3081 if (pkey->type == NID_id_GostR3410_2001) {
3082 unsigned char signbuf[64];
3084 size_t sigsize = 64;
3085 s->method->ssl3_enc->cert_verify_mac(s,
3086 NID_id_GostR3411_94, data);
3087 if (EVP_PKEY_sign(pctx, signbuf, &sigsize, data, 32) <= 0) {
3088 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_VERIFY, ERR_R_INTERNAL_ERROR);
3091 for (i = 63, j = 0; i >= 0; j++, i--) {
3092 p[2 + j] = signbuf[i];
3097 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_VERIFY, ERR_R_INTERNAL_ERROR);
3100 if (!ssl_set_handshake_header(s, SSL3_MT_CERTIFICATE_VERIFY, n)) {
3101 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_VERIFY, ERR_R_INTERNAL_ERROR);
3105 EVP_MD_CTX_cleanup(&mctx);
3106 EVP_PKEY_CTX_free(pctx);
3109 EVP_MD_CTX_cleanup(&mctx);
3110 EVP_PKEY_CTX_free(pctx);
3115 * Check a certificate can be used for client authentication. Currently check
3116 * cert exists, if we have a suitable digest for TLS 1.2 if static DH client
3117 * certificates can be used and optionally checks suitability for Suite B.
3119 static int ssl3_check_client_certificate(SSL *s)
3121 unsigned long alg_k;
3122 if (!s->cert || !s->cert->key->x509 || !s->cert->key->privatekey)
3124 /* If no suitable signature algorithm can't use certificate */
3125 if (SSL_USE_SIGALGS(s) && !s->s3->tmp.md[s->cert->key - s->cert->pkeys])
3128 * If strict mode check suitability of chain before using it. This also
3129 * adjusts suite B digest if necessary.
3131 if (s->cert->cert_flags & SSL_CERT_FLAGS_CHECK_TLS_STRICT &&
3132 !tls1_check_chain(s, NULL, NULL, NULL, -2))
3134 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
3135 /* See if we can use client certificate for fixed DH */
3136 if (alg_k & (SSL_kDHr | SSL_kDHd)) {
3137 int i = s->session->peer_type;
3138 EVP_PKEY *clkey = NULL, *spkey = NULL;
3139 clkey = s->cert->key->privatekey;
3140 /* If client key not DH assume it can be used */
3141 if (EVP_PKEY_id(clkey) != EVP_PKEY_DH)
3144 spkey = X509_get_pubkey(s->session->peer);
3146 /* Compare server and client parameters */
3147 i = EVP_PKEY_cmp_parameters(clkey, spkey);
3148 EVP_PKEY_free(spkey);
3152 s->s3->flags |= TLS1_FLAGS_SKIP_CERT_VERIFY;
3157 WORK_STATE tls_prepare_client_certificate(SSL *s, WORK_STATE wst)
3160 EVP_PKEY *pkey = NULL;
3163 if (wst == WORK_MORE_A) {
3164 /* Let cert callback update client certificates if required */
3165 if (s->cert->cert_cb) {
3166 i = s->cert->cert_cb(s, s->cert->cert_cb_arg);
3168 s->rwstate = SSL_X509_LOOKUP;
3172 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
3173 ossl_statem_set_error(s);
3176 s->rwstate = SSL_NOTHING;
3178 if (ssl3_check_client_certificate(s))
3179 return WORK_FINISHED_CONTINUE;
3181 /* Fall through to WORK_MORE_B */
3185 /* We need to get a client cert */
3186 if (wst == WORK_MORE_B) {
3188 * If we get an error, we need to ssl->rwstate=SSL_X509_LOOKUP;
3189 * return(-1); We then get retied later
3191 i = ssl_do_client_cert_cb(s, &x509, &pkey);
3193 s->rwstate = SSL_X509_LOOKUP;
3196 s->rwstate = SSL_NOTHING;
3197 if ((i == 1) && (pkey != NULL) && (x509 != NULL)) {
3198 if (!SSL_use_certificate(s, x509) || !SSL_use_PrivateKey(s, pkey))
3200 } else if (i == 1) {
3202 SSLerr(SSL_F_TLS_PREPARE_CLIENT_CERTIFICATE,
3203 SSL_R_BAD_DATA_RETURNED_BY_CALLBACK);
3207 EVP_PKEY_free(pkey);
3208 if (i && !ssl3_check_client_certificate(s))
3211 if (s->version == SSL3_VERSION) {
3212 s->s3->tmp.cert_req = 0;
3213 ssl3_send_alert(s, SSL3_AL_WARNING, SSL_AD_NO_CERTIFICATE);
3214 return WORK_FINISHED_CONTINUE;
3216 s->s3->tmp.cert_req = 2;
3217 if (!ssl3_digest_cached_records(s, 0)) {
3218 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
3219 ossl_statem_set_error(s);
3225 return WORK_FINISHED_CONTINUE;
3228 /* Shouldn't ever get here */
3232 int tls_construct_client_certificate(SSL *s)
3234 if (!ssl3_output_cert_chain(s,
3235 (s->s3->tmp.cert_req ==
3236 2) ? NULL : s->cert->key)) {
3237 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_CERTIFICATE, ERR_R_INTERNAL_ERROR);
3238 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
3239 ossl_statem_set_error(s);
3246 #define has_bits(i,m) (((i)&(m)) == (m))
3248 int ssl3_check_cert_and_algorithm(SSL *s)
3252 EVP_PKEY *pkey = NULL;
3254 #ifndef OPENSSL_NO_RSA
3257 #ifndef OPENSSL_NO_DH
3260 int al = SSL_AD_HANDSHAKE_FAILURE;
3262 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
3263 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
3265 /* we don't have a certificate */
3266 if ((alg_a & SSL_aNULL) || (alg_k & SSL_kPSK))
3268 #ifndef OPENSSL_NO_RSA
3269 rsa = s->s3->peer_rsa_tmp;
3271 #ifndef OPENSSL_NO_DH
3272 dh = s->s3->peer_dh_tmp;
3275 /* This is the passed certificate */
3277 idx = s->session->peer_type;
3278 #ifndef OPENSSL_NO_EC
3279 if (idx == SSL_PKEY_ECC) {
3280 if (ssl_check_srvr_ecc_cert_and_alg(s->session->peer, s) == 0) {
3282 SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM, SSL_R_BAD_ECC_CERT);
3287 } else if (alg_a & SSL_aECDSA) {
3288 SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,
3289 SSL_R_MISSING_ECDSA_SIGNING_CERT);
3291 } else if (alg_k & (SSL_kECDHr | SSL_kECDHe)) {
3292 SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM, SSL_R_MISSING_ECDH_CERT);
3296 pkey = X509_get_pubkey(s->session->peer);
3297 pkey_bits = EVP_PKEY_bits(pkey);
3298 i = X509_certificate_type(s->session->peer, pkey);
3299 EVP_PKEY_free(pkey);
3301 /* Check that we have a certificate if we require one */
3302 if ((alg_a & SSL_aRSA) && !has_bits(i, EVP_PK_RSA | EVP_PKT_SIGN)) {
3303 SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,
3304 SSL_R_MISSING_RSA_SIGNING_CERT);
3307 #ifndef OPENSSL_NO_DSA
3308 else if ((alg_a & SSL_aDSS) && !has_bits(i, EVP_PK_DSA | EVP_PKT_SIGN)) {
3309 SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,
3310 SSL_R_MISSING_DSA_SIGNING_CERT);
3314 #ifndef OPENSSL_NO_RSA
3315 if (alg_k & (SSL_kRSA | SSL_kRSAPSK)) {
3316 if (!SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) &&
3317 !has_bits(i, EVP_PK_RSA | EVP_PKT_ENC)) {
3318 SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,
3319 SSL_R_MISSING_RSA_ENCRYPTING_CERT);
3321 } else if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher)) {
3322 if (pkey_bits <= SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)) {
3323 if (!has_bits(i, EVP_PK_RSA | EVP_PKT_ENC)) {
3324 SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,
3325 SSL_R_MISSING_RSA_ENCRYPTING_CERT);
3329 /* server key exchange is not allowed. */
3330 al = SSL_AD_INTERNAL_ERROR;
3331 SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM, ERR_R_INTERNAL_ERROR);
3338 #ifndef OPENSSL_NO_DH
3339 if ((alg_k & SSL_kDHE) && (dh == NULL)) {
3340 al = SSL_AD_INTERNAL_ERROR;
3341 SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM, ERR_R_INTERNAL_ERROR);
3343 } else if ((alg_k & SSL_kDHr) && !SSL_USE_SIGALGS(s) &&
3344 !has_bits(i, EVP_PK_DH | EVP_PKS_RSA)) {
3345 SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,
3346 SSL_R_MISSING_DH_RSA_CERT);
3349 # ifndef OPENSSL_NO_DSA
3350 else if ((alg_k & SSL_kDHd) && !SSL_USE_SIGALGS(s) &&
3351 !has_bits(i, EVP_PK_DH | EVP_PKS_DSA)) {
3352 SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,
3353 SSL_R_MISSING_DH_DSA_CERT);
3359 if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) &&
3360 pkey_bits > SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)) {
3361 #ifndef OPENSSL_NO_RSA
3362 if (alg_k & SSL_kRSA) {
3364 SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,
3365 SSL_R_MISSING_EXPORT_TMP_RSA_KEY);
3367 } else if (RSA_bits(rsa) >
3368 SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)) {
3369 /* We have a temporary RSA key but it's too large. */
3370 al = SSL_AD_EXPORT_RESTRICTION;
3371 SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,
3372 SSL_R_MISSING_EXPORT_TMP_RSA_KEY);
3377 #ifndef OPENSSL_NO_DH
3378 if (alg_k & SSL_kDHE) {
3380 SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)) {
3381 /* We have a temporary DH key but it's too large. */
3382 al = SSL_AD_EXPORT_RESTRICTION;
3383 SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,
3384 SSL_R_MISSING_EXPORT_TMP_DH_KEY);
3387 } else if (alg_k & (SSL_kDHr | SSL_kDHd)) {
3388 /* The cert should have had an export DH key. */
3389 al = SSL_AD_EXPORT_RESTRICTION;
3390 SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,
3391 SSL_R_MISSING_EXPORT_TMP_DH_KEY);
3396 SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,
3397 SSL_R_UNKNOWN_KEY_EXCHANGE_TYPE);
3403 ssl3_send_alert(s, SSL3_AL_FATAL, al);
3407 #ifndef OPENSSL_NO_NEXTPROTONEG
3408 int tls_construct_next_proto(SSL *s)
3410 unsigned int len, padding_len;
3413 len = s->next_proto_negotiated_len;
3414 padding_len = 32 - ((len + 2) % 32);
3415 d = (unsigned char *)s->init_buf->data;
3417 memcpy(d + 5, s->next_proto_negotiated, len);
3418 d[5 + len] = padding_len;
3419 memset(d + 6 + len, 0, padding_len);
3420 *(d++) = SSL3_MT_NEXT_PROTO;
3421 l2n3(2 + len + padding_len, d);
3422 s->init_num = 4 + 2 + len + padding_len;
3429 int ssl_do_client_cert_cb(SSL *s, X509 **px509, EVP_PKEY **ppkey)
3432 #ifndef OPENSSL_NO_ENGINE
3433 if (s->ctx->client_cert_engine) {
3434 i = ENGINE_load_ssl_client_cert(s->ctx->client_cert_engine, s,
3435 SSL_get_client_CA_list(s),
3436 px509, ppkey, NULL, NULL, NULL);
3441 if (s->ctx->client_cert_cb)
3442 i = s->ctx->client_cert_cb(s, px509, ppkey);
3446 int ssl_cipher_list_to_bytes(SSL *s, STACK_OF(SSL_CIPHER) *sk,
3452 int empty_reneg_info_scsv = !s->renegotiate;
3453 /* Set disabled masks for this session */
3454 ssl_set_client_disabled(s);
3460 for (i = 0; i < sk_SSL_CIPHER_num(sk); i++) {
3461 c = sk_SSL_CIPHER_value(sk, i);
3462 /* Skip disabled ciphers */
3463 if (ssl_cipher_disabled(s, c, SSL_SECOP_CIPHER_SUPPORTED))
3465 #ifdef OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL
3466 if (c->id == SSL3_CK_SCSV) {
3467 if (!empty_reneg_info_scsv)
3470 empty_reneg_info_scsv = 0;
3473 j = s->method->put_cipher_by_char(c, p);
3477 * If p == q, no ciphers; caller indicates an error. Otherwise, add
3481 if (empty_reneg_info_scsv) {