]> git.ipfire.org Git - thirdparty/openssl.git/blob - ssl/statem/statem_clnt.c
Revert "various spelling fixes"
[thirdparty/openssl.git] / ssl / statem / statem_clnt.c
1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
2 * All rights reserved.
3 *
4 * This package is an SSL implementation written
5 * by Eric Young (eay@cryptsoft.com).
6 * The implementation was written so as to conform with Netscapes SSL.
7 *
8 * This library is free for commercial and non-commercial use as long as
9 * the following conditions are aheared to. The following conditions
10 * apply to all code found in this distribution, be it the RC4, RSA,
11 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
12 * included with this distribution is covered by the same copyright terms
13 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
14 *
15 * Copyright remains Eric Young's, and as such any Copyright notices in
16 * the code are not to be removed.
17 * If this package is used in a product, Eric Young should be given attribution
18 * as the author of the parts of the library used.
19 * This can be in the form of a textual message at program startup or
20 * in documentation (online or textual) provided with the package.
21 *
22 * Redistribution and use in source and binary forms, with or without
23 * modification, are permitted provided that the following conditions
24 * are met:
25 * 1. Redistributions of source code must retain the copyright
26 * notice, this list of conditions and the following disclaimer.
27 * 2. Redistributions in binary form must reproduce the above copyright
28 * notice, this list of conditions and the following disclaimer in the
29 * documentation and/or other materials provided with the distribution.
30 * 3. All advertising materials mentioning features or use of this software
31 * must display the following acknowledgement:
32 * "This product includes cryptographic software written by
33 * Eric Young (eay@cryptsoft.com)"
34 * The word 'cryptographic' can be left out if the rouines from the library
35 * being used are not cryptographic related :-).
36 * 4. If you include any Windows specific code (or a derivative thereof) from
37 * the apps directory (application code) you must include an acknowledgement:
38 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
39 *
40 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
41 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
42 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
43 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
44 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
45 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
46 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
48 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
49 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
50 * SUCH DAMAGE.
51 *
52 * The licence and distribution terms for any publically available version or
53 * derivative of this code cannot be changed. i.e. this code cannot simply be
54 * copied and put under another distribution licence
55 * [including the GNU Public Licence.]
56 */
57 /* ====================================================================
58 * Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved.
59 *
60 * Redistribution and use in source and binary forms, with or without
61 * modification, are permitted provided that the following conditions
62 * are met:
63 *
64 * 1. Redistributions of source code must retain the above copyright
65 * notice, this list of conditions and the following disclaimer.
66 *
67 * 2. Redistributions in binary form must reproduce the above copyright
68 * notice, this list of conditions and the following disclaimer in
69 * the documentation and/or other materials provided with the
70 * distribution.
71 *
72 * 3. All advertising materials mentioning features or use of this
73 * software must display the following acknowledgment:
74 * "This product includes software developed by the OpenSSL Project
75 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
76 *
77 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
78 * endorse or promote products derived from this software without
79 * prior written permission. For written permission, please contact
80 * openssl-core@openssl.org.
81 *
82 * 5. Products derived from this software may not be called "OpenSSL"
83 * nor may "OpenSSL" appear in their names without prior written
84 * permission of the OpenSSL Project.
85 *
86 * 6. Redistributions of any form whatsoever must retain the following
87 * acknowledgment:
88 * "This product includes software developed by the OpenSSL Project
89 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
90 *
91 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
92 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
93 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
94 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
95 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
96 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
97 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
98 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
99 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
100 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
101 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
102 * OF THE POSSIBILITY OF SUCH DAMAGE.
103 * ====================================================================
104 *
105 * This product includes cryptographic software written by Eric Young
106 * (eay@cryptsoft.com). This product includes software written by Tim
107 * Hudson (tjh@cryptsoft.com).
108 *
109 */
110 /* ====================================================================
111 * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
112 *
113 * Portions of the attached software ("Contribution") are developed by
114 * SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project.
115 *
116 * The Contribution is licensed pursuant to the OpenSSL open source
117 * license provided above.
118 *
119 * ECC cipher suite support in OpenSSL originally written by
120 * Vipul Gupta and Sumit Gupta of Sun Microsystems Laboratories.
121 *
122 */
123 /* ====================================================================
124 * Copyright 2005 Nokia. All rights reserved.
125 *
126 * The portions of the attached software ("Contribution") is developed by
127 * Nokia Corporation and is licensed pursuant to the OpenSSL open source
128 * license.
129 *
130 * The Contribution, originally written by Mika Kousa and Pasi Eronen of
131 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
132 * support (see RFC 4279) to OpenSSL.
133 *
134 * No patent licenses or other rights except those expressly stated in
135 * the OpenSSL open source license shall be deemed granted or received
136 * expressly, by implication, estoppel, or otherwise.
137 *
138 * No assurances are provided by Nokia that the Contribution does not
139 * infringe the patent or other intellectual property rights of any third
140 * party or that the license provides you with all the necessary rights
141 * to make use of the Contribution.
142 *
143 * THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN
144 * ADDITION TO THE DISCLAIMERS INCLUDED IN THE LICENSE, NOKIA
145 * SPECIFICALLY DISCLAIMS ANY LIABILITY FOR CLAIMS BROUGHT BY YOU OR ANY
146 * OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR
147 * OTHERWISE.
148 */
149
150 #include <stdio.h>
151 #include "../ssl_locl.h"
152 #include "statem_locl.h"
153 #include <openssl/buffer.h>
154 #include <openssl/rand.h>
155 #include <openssl/objects.h>
156 #include <openssl/evp.h>
157 #include <openssl/md5.h>
158 #include <openssl/dh.h>
159 #include <openssl/bn.h>
160 #include <openssl/engine.h>
161
162 static ossl_inline int cert_req_allowed(SSL *s);
163 static int key_exchange_expected(SSL *s);
164 static int ca_dn_cmp(const X509_NAME *const *a, const X509_NAME *const *b);
165 static int ssl_cipher_list_to_bytes(SSL *s, STACK_OF(SSL_CIPHER) *sk,
166 unsigned char *p);
167
168
169 /*
170 * Is a CertificateRequest message allowed at the moment or not?
171 *
172 * Return values are:
173 * 1: Yes
174 * 0: No
175 */
176 static ossl_inline int cert_req_allowed(SSL *s)
177 {
178 /* TLS does not like anon-DH with client cert */
179 if ((s->version > SSL3_VERSION
180 && (s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL))
181 || (s->s3->tmp.new_cipher->algorithm_auth & (SSL_aSRP | SSL_aPSK)))
182 return 0;
183
184 return 1;
185 }
186
187 /*
188 * Should we expect the ServerKeyExchange message or not?
189 *
190 * Return values are:
191 * 1: Yes
192 * 0: No
193 * -1: Error
194 */
195 static int key_exchange_expected(SSL *s)
196 {
197 long alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
198
199 /*
200 * Can't skip server key exchange if this is an ephemeral
201 * ciphersuite or for SRP
202 */
203 if (alg_k & (SSL_kDHE | SSL_kECDHE | SSL_kDHEPSK | SSL_kECDHEPSK
204 | SSL_kSRP)) {
205 return 1;
206 }
207
208 return 0;
209 }
210
211 /*
212 * ossl_statem_client_read_transition() encapsulates the logic for the allowed
213 * handshake state transitions when the client is reading messages from the
214 * server. The message type that the server has sent is provided in |mt|. The
215 * current state is in |s->statem.hand_state|.
216 *
217 * Return values are:
218 * 1: Success (transition allowed)
219 * 0: Error (transition not allowed)
220 */
221 int ossl_statem_client_read_transition(SSL *s, int mt)
222 {
223 OSSL_STATEM *st = &s->statem;
224 int ske_expected;
225
226 switch(st->hand_state) {
227 case TLS_ST_CW_CLNT_HELLO:
228 if (mt == SSL3_MT_SERVER_HELLO) {
229 st->hand_state = TLS_ST_CR_SRVR_HELLO;
230 return 1;
231 }
232
233 if (SSL_IS_DTLS(s)) {
234 if (mt == DTLS1_MT_HELLO_VERIFY_REQUEST) {
235 st->hand_state = DTLS_ST_CR_HELLO_VERIFY_REQUEST;
236 return 1;
237 }
238 }
239 break;
240
241 case TLS_ST_CR_SRVR_HELLO:
242 if (s->hit) {
243 if (s->tlsext_ticket_expected) {
244 if (mt == SSL3_MT_NEWSESSION_TICKET) {
245 st->hand_state = TLS_ST_CR_SESSION_TICKET;
246 return 1;
247 }
248 } else if (mt == SSL3_MT_CHANGE_CIPHER_SPEC) {
249 st->hand_state = TLS_ST_CR_CHANGE;
250 return 1;
251 }
252 } else {
253 if (SSL_IS_DTLS(s) && mt == DTLS1_MT_HELLO_VERIFY_REQUEST) {
254 st->hand_state = DTLS_ST_CR_HELLO_VERIFY_REQUEST;
255 return 1;
256 } else if (s->version >= TLS1_VERSION
257 && s->tls_session_secret_cb != NULL
258 && s->session->tlsext_tick != NULL
259 && mt == SSL3_MT_CHANGE_CIPHER_SPEC) {
260 /*
261 * Normally, we can tell if the server is resuming the session
262 * from the session ID. EAP-FAST (RFC 4851), however, relies on
263 * the next server message after the ServerHello to determine if
264 * the server is resuming.
265 */
266 s->hit = 1;
267 st->hand_state = TLS_ST_CR_CHANGE;
268 return 1;
269 } else if (!(s->s3->tmp.new_cipher->algorithm_auth
270 & (SSL_aNULL | SSL_aSRP | SSL_aPSK))) {
271 if (mt == SSL3_MT_CERTIFICATE) {
272 st->hand_state = TLS_ST_CR_CERT;
273 return 1;
274 }
275 } else {
276 ske_expected = key_exchange_expected(s);
277 if (ske_expected < 0)
278 return 0;
279 /* SKE is optional for some PSK ciphersuites */
280 if (ske_expected
281 || ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_PSK)
282 && mt == SSL3_MT_SERVER_KEY_EXCHANGE)) {
283 if (mt == SSL3_MT_SERVER_KEY_EXCHANGE) {
284 st->hand_state = TLS_ST_CR_KEY_EXCH;
285 return 1;
286 }
287 } else if (mt == SSL3_MT_CERTIFICATE_REQUEST
288 && cert_req_allowed(s)) {
289 st->hand_state = TLS_ST_CR_CERT_REQ;
290 return 1;
291 } else if (mt == SSL3_MT_SERVER_DONE) {
292 st->hand_state = TLS_ST_CR_SRVR_DONE;
293 return 1;
294 }
295 }
296 }
297 break;
298
299 case TLS_ST_CR_CERT:
300 /*
301 * The CertificateStatus message is optional even if
302 * |tlsext_status_expected| is set
303 */
304 if (s->tlsext_status_expected && mt == SSL3_MT_CERTIFICATE_STATUS) {
305 st->hand_state = TLS_ST_CR_CERT_STATUS;
306 return 1;
307 }
308 /* Fall through */
309
310 case TLS_ST_CR_CERT_STATUS:
311 ske_expected = key_exchange_expected(s);
312 if (ske_expected < 0)
313 return 0;
314 /* SKE is optional for some PSK ciphersuites */
315 if (ske_expected
316 || ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_PSK)
317 && mt == SSL3_MT_SERVER_KEY_EXCHANGE)) {
318 if (mt == SSL3_MT_SERVER_KEY_EXCHANGE) {
319 st->hand_state = TLS_ST_CR_KEY_EXCH;
320 return 1;
321 }
322 return 0;
323 }
324 /* Fall through */
325
326 case TLS_ST_CR_KEY_EXCH:
327 if (mt == SSL3_MT_CERTIFICATE_REQUEST) {
328 if (cert_req_allowed(s)) {
329 st->hand_state = TLS_ST_CR_CERT_REQ;
330 return 1;
331 }
332 return 0;
333 }
334 /* Fall through */
335
336 case TLS_ST_CR_CERT_REQ:
337 if (mt == SSL3_MT_SERVER_DONE) {
338 st->hand_state = TLS_ST_CR_SRVR_DONE;
339 return 1;
340 }
341 break;
342
343 case TLS_ST_CW_FINISHED:
344 if (mt == SSL3_MT_NEWSESSION_TICKET && s->tlsext_ticket_expected) {
345 st->hand_state = TLS_ST_CR_SESSION_TICKET;
346 return 1;
347 } else if (mt == SSL3_MT_CHANGE_CIPHER_SPEC) {
348 st->hand_state = TLS_ST_CR_CHANGE;
349 return 1;
350 }
351 break;
352
353 case TLS_ST_CR_SESSION_TICKET:
354 if (mt == SSL3_MT_CHANGE_CIPHER_SPEC) {
355 st->hand_state = TLS_ST_CR_CHANGE;
356 return 1;
357 }
358 break;
359
360 case TLS_ST_CR_CHANGE:
361 if (mt == SSL3_MT_FINISHED) {
362 st->hand_state = TLS_ST_CR_FINISHED;
363 return 1;
364 }
365 break;
366
367 default:
368 break;
369 }
370
371 /* No valid transition found */
372 return 0;
373 }
374
375 /*
376 * client_write_transition() works out what handshake state to move to next
377 * when the client is writing messages to be sent to the server.
378 */
379 WRITE_TRAN ossl_statem_client_write_transition(SSL *s)
380 {
381 OSSL_STATEM *st = &s->statem;
382
383 switch(st->hand_state) {
384 case TLS_ST_OK:
385 /* Renegotiation - fall through */
386 case TLS_ST_BEFORE:
387 st->hand_state = TLS_ST_CW_CLNT_HELLO;
388 return WRITE_TRAN_CONTINUE;
389
390 case TLS_ST_CW_CLNT_HELLO:
391 /*
392 * No transition at the end of writing because we don't know what
393 * we will be sent
394 */
395 return WRITE_TRAN_FINISHED;
396
397 case DTLS_ST_CR_HELLO_VERIFY_REQUEST:
398 st->hand_state = TLS_ST_CW_CLNT_HELLO;
399 return WRITE_TRAN_CONTINUE;
400
401 case TLS_ST_CR_SRVR_DONE:
402 if (s->s3->tmp.cert_req)
403 st->hand_state = TLS_ST_CW_CERT;
404 else
405 st->hand_state = TLS_ST_CW_KEY_EXCH;
406 return WRITE_TRAN_CONTINUE;
407
408 case TLS_ST_CW_CERT:
409 st->hand_state = TLS_ST_CW_KEY_EXCH;
410 return WRITE_TRAN_CONTINUE;
411
412 case TLS_ST_CW_KEY_EXCH:
413 /*
414 * For TLS, cert_req is set to 2, so a cert chain of nothing is
415 * sent, but no verify packet is sent
416 */
417 /*
418 * XXX: For now, we do not support client authentication in ECDH
419 * cipher suites with ECDH (rather than ECDSA) certificates. We
420 * need to skip the certificate verify message when client's
421 * ECDH public key is sent inside the client certificate.
422 */
423 if (s->s3->tmp.cert_req == 1) {
424 st->hand_state = TLS_ST_CW_CERT_VRFY;
425 } else {
426 st->hand_state = TLS_ST_CW_CHANGE;
427 }
428 if (s->s3->flags & TLS1_FLAGS_SKIP_CERT_VERIFY) {
429 st->hand_state = TLS_ST_CW_CHANGE;
430 }
431 return WRITE_TRAN_CONTINUE;
432
433 case TLS_ST_CW_CERT_VRFY:
434 st->hand_state = TLS_ST_CW_CHANGE;
435 return WRITE_TRAN_CONTINUE;
436
437 case TLS_ST_CW_CHANGE:
438 #if defined(OPENSSL_NO_NEXTPROTONEG)
439 st->hand_state = TLS_ST_CW_FINISHED;
440 #else
441 if (!SSL_IS_DTLS(s) && s->s3->next_proto_neg_seen)
442 st->hand_state = TLS_ST_CW_NEXT_PROTO;
443 else
444 st->hand_state = TLS_ST_CW_FINISHED;
445 #endif
446 return WRITE_TRAN_CONTINUE;
447
448 #if !defined(OPENSSL_NO_NEXTPROTONEG)
449 case TLS_ST_CW_NEXT_PROTO:
450 st->hand_state = TLS_ST_CW_FINISHED;
451 return WRITE_TRAN_CONTINUE;
452 #endif
453
454 case TLS_ST_CW_FINISHED:
455 if (s->hit) {
456 st->hand_state = TLS_ST_OK;
457 ossl_statem_set_in_init(s, 0);
458 return WRITE_TRAN_CONTINUE;
459 } else {
460 return WRITE_TRAN_FINISHED;
461 }
462
463 case TLS_ST_CR_FINISHED:
464 if (s->hit) {
465 st->hand_state = TLS_ST_CW_CHANGE;
466 return WRITE_TRAN_CONTINUE;
467 } else {
468 st->hand_state = TLS_ST_OK;
469 ossl_statem_set_in_init(s, 0);
470 return WRITE_TRAN_CONTINUE;
471 }
472
473 default:
474 /* Shouldn't happen */
475 return WRITE_TRAN_ERROR;
476 }
477 }
478
479 /*
480 * Perform any pre work that needs to be done prior to sending a message from
481 * the client to the server.
482 */
483 WORK_STATE ossl_statem_client_pre_work(SSL *s, WORK_STATE wst)
484 {
485 OSSL_STATEM *st = &s->statem;
486
487 switch(st->hand_state) {
488 case TLS_ST_CW_CLNT_HELLO:
489 s->shutdown = 0;
490 if (SSL_IS_DTLS(s)) {
491 /* every DTLS ClientHello resets Finished MAC */
492 ssl3_init_finished_mac(s);
493 }
494 break;
495
496 case TLS_ST_CW_CERT:
497 return tls_prepare_client_certificate(s, wst);
498
499 case TLS_ST_CW_CHANGE:
500 if (SSL_IS_DTLS(s)) {
501 if (s->hit) {
502 /*
503 * We're into the last flight so we don't retransmit these
504 * messages unless we need to.
505 */
506 st->use_timer = 0;
507 }
508 #ifndef OPENSSL_NO_SCTP
509 if (BIO_dgram_is_sctp(SSL_get_wbio(s)))
510 return dtls_wait_for_dry(s);
511 #endif
512 }
513 return WORK_FINISHED_CONTINUE;
514
515 case TLS_ST_OK:
516 return tls_finish_handshake(s, wst);
517
518 default:
519 /* No pre work to be done */
520 break;
521 }
522
523 return WORK_FINISHED_CONTINUE;
524 }
525
526 /*
527 * Perform any work that needs to be done after sending a message from the
528 * client to the server.
529 */
530 WORK_STATE ossl_statem_client_post_work(SSL *s, WORK_STATE wst)
531 {
532 OSSL_STATEM *st = &s->statem;
533
534 s->init_num = 0;
535
536 switch(st->hand_state) {
537 case TLS_ST_CW_CLNT_HELLO:
538 if (SSL_IS_DTLS(s) && s->d1->cookie_len > 0 && statem_flush(s) != 1)
539 return WORK_MORE_A;
540 #ifndef OPENSSL_NO_SCTP
541 /* Disable buffering for SCTP */
542 if (!SSL_IS_DTLS(s) || !BIO_dgram_is_sctp(SSL_get_wbio(s))) {
543 #endif
544 /*
545 * turn on buffering for the next lot of output
546 */
547 if (s->bbio != s->wbio)
548 s->wbio = BIO_push(s->bbio, s->wbio);
549 #ifndef OPENSSL_NO_SCTP
550 }
551 #endif
552 if (SSL_IS_DTLS(s)) {
553 /* Treat the next message as the first packet */
554 s->first_packet = 1;
555 }
556 break;
557
558 case TLS_ST_CW_KEY_EXCH:
559 if (tls_client_key_exchange_post_work(s) == 0)
560 return WORK_ERROR;
561 break;
562
563 case TLS_ST_CW_CHANGE:
564 s->session->cipher = s->s3->tmp.new_cipher;
565 #ifdef OPENSSL_NO_COMP
566 s->session->compress_meth = 0;
567 #else
568 if (s->s3->tmp.new_compression == NULL)
569 s->session->compress_meth = 0;
570 else
571 s->session->compress_meth = s->s3->tmp.new_compression->id;
572 #endif
573 if (!s->method->ssl3_enc->setup_key_block(s))
574 return WORK_ERROR;
575
576 if (!s->method->ssl3_enc->change_cipher_state(s,
577 SSL3_CHANGE_CIPHER_CLIENT_WRITE))
578 return WORK_ERROR;
579
580 if (SSL_IS_DTLS(s)) {
581 #ifndef OPENSSL_NO_SCTP
582 if (s->hit) {
583 /*
584 * Change to new shared key of SCTP-Auth, will be ignored if
585 * no SCTP used.
586 */
587 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY,
588 0, NULL);
589 }
590 #endif
591
592 dtls1_reset_seq_numbers(s, SSL3_CC_WRITE);
593 }
594 break;
595
596 case TLS_ST_CW_FINISHED:
597 #ifndef OPENSSL_NO_SCTP
598 if (wst == WORK_MORE_A && SSL_IS_DTLS(s) && s->hit == 0) {
599 /*
600 * Change to new shared key of SCTP-Auth, will be ignored if
601 * no SCTP used.
602 */
603 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY,
604 0, NULL);
605 }
606 #endif
607 if (statem_flush(s) != 1)
608 return WORK_MORE_B;
609 break;
610
611 default:
612 /* No post work to be done */
613 break;
614 }
615
616 return WORK_FINISHED_CONTINUE;
617 }
618
619 /*
620 * Construct a message to be sent from the client to the server.
621 *
622 * Valid return values are:
623 * 1: Success
624 * 0: Error
625 */
626 int ossl_statem_client_construct_message(SSL *s)
627 {
628 OSSL_STATEM *st = &s->statem;
629
630 switch(st->hand_state) {
631 case TLS_ST_CW_CLNT_HELLO:
632 return tls_construct_client_hello(s);
633
634 case TLS_ST_CW_CERT:
635 return tls_construct_client_certificate(s);
636
637 case TLS_ST_CW_KEY_EXCH:
638 return tls_construct_client_key_exchange(s);
639
640 case TLS_ST_CW_CERT_VRFY:
641 return tls_construct_client_verify(s);
642
643 case TLS_ST_CW_CHANGE:
644 if (SSL_IS_DTLS(s))
645 return dtls_construct_change_cipher_spec(s);
646 else
647 return tls_construct_change_cipher_spec(s);
648
649 #if !defined(OPENSSL_NO_NEXTPROTONEG)
650 case TLS_ST_CW_NEXT_PROTO:
651 return tls_construct_next_proto(s);
652 #endif
653 case TLS_ST_CW_FINISHED:
654 return tls_construct_finished(s,
655 s->method->
656 ssl3_enc->client_finished_label,
657 s->method->
658 ssl3_enc->client_finished_label_len);
659
660 default:
661 /* Shouldn't happen */
662 break;
663 }
664
665 return 0;
666 }
667
668 /*
669 * Returns the maximum allowed length for the current message that we are
670 * reading. Excludes the message header.
671 */
672 unsigned long ossl_statem_client_max_message_size(SSL *s)
673 {
674 OSSL_STATEM *st = &s->statem;
675
676 switch(st->hand_state) {
677 case TLS_ST_CR_SRVR_HELLO:
678 return SERVER_HELLO_MAX_LENGTH;
679
680 case DTLS_ST_CR_HELLO_VERIFY_REQUEST:
681 return HELLO_VERIFY_REQUEST_MAX_LENGTH;
682
683 case TLS_ST_CR_CERT:
684 return s->max_cert_list;
685
686 case TLS_ST_CR_CERT_STATUS:
687 return SSL3_RT_MAX_PLAIN_LENGTH;
688
689 case TLS_ST_CR_KEY_EXCH:
690 return SERVER_KEY_EXCH_MAX_LENGTH;
691
692 case TLS_ST_CR_CERT_REQ:
693 /* Set to s->max_cert_list for compatibility with previous releases.
694 * In practice these messages can get quite long if servers are
695 * configured to provide a long list of acceptable CAs
696 */
697 return s->max_cert_list;
698
699 case TLS_ST_CR_SRVR_DONE:
700 return SERVER_HELLO_DONE_MAX_LENGTH;
701
702 case TLS_ST_CR_CHANGE:
703 return CCS_MAX_LENGTH;
704
705 case TLS_ST_CR_SESSION_TICKET:
706 return SSL3_RT_MAX_PLAIN_LENGTH;
707
708 case TLS_ST_CR_FINISHED:
709 return FINISHED_MAX_LENGTH;
710
711 default:
712 /* Shouldn't happen */
713 break;
714 }
715
716 return 0;
717 }
718
719 /*
720 * Process a message that the client has been received from the server.
721 */
722 MSG_PROCESS_RETURN ossl_statem_client_process_message(SSL *s, PACKET *pkt)
723 {
724 OSSL_STATEM *st = &s->statem;
725
726 switch(st->hand_state) {
727 case TLS_ST_CR_SRVR_HELLO:
728 return tls_process_server_hello(s, pkt);
729
730 case DTLS_ST_CR_HELLO_VERIFY_REQUEST:
731 return dtls_process_hello_verify(s, pkt);
732
733 case TLS_ST_CR_CERT:
734 return tls_process_server_certificate(s, pkt);
735
736 case TLS_ST_CR_CERT_STATUS:
737 return tls_process_cert_status(s, pkt);
738
739 case TLS_ST_CR_KEY_EXCH:
740 return tls_process_key_exchange(s, pkt);
741
742 case TLS_ST_CR_CERT_REQ:
743 return tls_process_certificate_request(s, pkt);
744
745 case TLS_ST_CR_SRVR_DONE:
746 return tls_process_server_done(s, pkt);
747
748 case TLS_ST_CR_CHANGE:
749 return tls_process_change_cipher_spec(s, pkt);
750
751 case TLS_ST_CR_SESSION_TICKET:
752 return tls_process_new_session_ticket(s, pkt);
753
754 case TLS_ST_CR_FINISHED:
755 return tls_process_finished(s, pkt);
756
757 default:
758 /* Shouldn't happen */
759 break;
760 }
761
762 return MSG_PROCESS_ERROR;
763 }
764
765 /*
766 * Perform any further processing required following the receipt of a message
767 * from the server
768 */
769 WORK_STATE ossl_statem_client_post_process_message(SSL *s, WORK_STATE wst)
770 {
771 OSSL_STATEM *st = &s->statem;
772
773 switch(st->hand_state) {
774 #ifndef OPENSSL_NO_SCTP
775 case TLS_ST_CR_SRVR_DONE:
776 /* We only get here if we are using SCTP and we are renegotiating */
777 if (BIO_dgram_sctp_msg_waiting(SSL_get_rbio(s))) {
778 s->s3->in_read_app_data = 2;
779 s->rwstate = SSL_READING;
780 BIO_clear_retry_flags(SSL_get_rbio(s));
781 BIO_set_retry_read(SSL_get_rbio(s));
782 ossl_statem_set_sctp_read_sock(s, 1);
783 return WORK_MORE_A;
784 }
785 ossl_statem_set_sctp_read_sock(s, 0);
786 return WORK_FINISHED_STOP;
787 #endif
788
789 default:
790 break;
791 }
792
793 /* Shouldn't happen */
794 return WORK_ERROR;
795 }
796
797 int tls_construct_client_hello(SSL *s)
798 {
799 unsigned char *buf;
800 unsigned char *p, *d;
801 int i;
802 int protverr;
803 unsigned long l;
804 int al = 0;
805 #ifndef OPENSSL_NO_COMP
806 int j;
807 SSL_COMP *comp;
808 #endif
809 SSL_SESSION *sess = s->session;
810
811 buf = (unsigned char *)s->init_buf->data;
812
813 /* Work out what SSL/TLS/DTLS version to use */
814 protverr = ssl_set_client_hello_version(s);
815 if (protverr != 0) {
816 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_HELLO, protverr);
817 goto err;
818 }
819
820 if ((sess == NULL) ||
821 !ssl_version_supported(s, sess->ssl_version) ||
822 /*
823 * In the case of EAP-FAST, we can have a pre-shared
824 * "ticket" without a session ID.
825 */
826 (!sess->session_id_length && !sess->tlsext_tick) ||
827 (sess->not_resumable)) {
828 if (!ssl_get_new_session(s, 0))
829 goto err;
830 }
831 /* else use the pre-loaded session */
832
833 p = s->s3->client_random;
834
835 /*
836 * for DTLS if client_random is initialized, reuse it, we are
837 * required to use same upon reply to HelloVerify
838 */
839 if (SSL_IS_DTLS(s)) {
840 size_t idx;
841 i = 1;
842 for (idx = 0; idx < sizeof(s->s3->client_random); idx++) {
843 if (p[idx]) {
844 i = 0;
845 break;
846 }
847 }
848 } else
849 i = 1;
850
851 if (i && ssl_fill_hello_random(s, 0, p,
852 sizeof(s->s3->client_random)) <= 0)
853 goto err;
854
855 /* Do the message type and length last */
856 d = p = ssl_handshake_start(s);
857
858 /*-
859 * version indicates the negotiated version: for example from
860 * an SSLv2/v3 compatible client hello). The client_version
861 * field is the maximum version we permit and it is also
862 * used in RSA encrypted premaster secrets. Some servers can
863 * choke if we initially report a higher version then
864 * renegotiate to a lower one in the premaster secret. This
865 * didn't happen with TLS 1.0 as most servers supported it
866 * but it can with TLS 1.1 or later if the server only supports
867 * 1.0.
868 *
869 * Possible scenario with previous logic:
870 * 1. Client hello indicates TLS 1.2
871 * 2. Server hello says TLS 1.0
872 * 3. RSA encrypted premaster secret uses 1.2.
873 * 4. Handhaked proceeds using TLS 1.0.
874 * 5. Server sends hello request to renegotiate.
875 * 6. Client hello indicates TLS v1.0 as we now
876 * know that is maximum server supports.
877 * 7. Server chokes on RSA encrypted premaster secret
878 * containing version 1.0.
879 *
880 * For interoperability it should be OK to always use the
881 * maximum version we support in client hello and then rely
882 * on the checking of version to ensure the servers isn't
883 * being inconsistent: for example initially negotiating with
884 * TLS 1.0 and renegotiating with TLS 1.2. We do this by using
885 * client_version in client hello and not resetting it to
886 * the negotiated version.
887 */
888 *(p++) = s->client_version >> 8;
889 *(p++) = s->client_version & 0xff;
890
891 /* Random stuff */
892 memcpy(p, s->s3->client_random, SSL3_RANDOM_SIZE);
893 p += SSL3_RANDOM_SIZE;
894
895 /* Session ID */
896 if (s->new_session)
897 i = 0;
898 else
899 i = s->session->session_id_length;
900 *(p++) = i;
901 if (i != 0) {
902 if (i > (int)sizeof(s->session->session_id)) {
903 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_HELLO, ERR_R_INTERNAL_ERROR);
904 goto err;
905 }
906 memcpy(p, s->session->session_id, i);
907 p += i;
908 }
909
910 /* cookie stuff for DTLS */
911 if (SSL_IS_DTLS(s)) {
912 if (s->d1->cookie_len > sizeof(s->d1->cookie)) {
913 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_HELLO, ERR_R_INTERNAL_ERROR);
914 goto err;
915 }
916 *(p++) = s->d1->cookie_len;
917 memcpy(p, s->d1->cookie, s->d1->cookie_len);
918 p += s->d1->cookie_len;
919 }
920
921 /* Ciphers supported */
922 i = ssl_cipher_list_to_bytes(s, SSL_get_ciphers(s), &(p[2]));
923 if (i == 0) {
924 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_HELLO, SSL_R_NO_CIPHERS_AVAILABLE);
925 goto err;
926 }
927 #ifdef OPENSSL_MAX_TLS1_2_CIPHER_LENGTH
928 /*
929 * Some servers hang if client hello > 256 bytes as hack workaround
930 * chop number of supported ciphers to keep it well below this if we
931 * use TLS v1.2
932 */
933 if (TLS1_get_version(s) >= TLS1_2_VERSION
934 && i > OPENSSL_MAX_TLS1_2_CIPHER_LENGTH)
935 i = OPENSSL_MAX_TLS1_2_CIPHER_LENGTH & ~1;
936 #endif
937 s2n(i, p);
938 p += i;
939
940 /* COMPRESSION */
941 #ifdef OPENSSL_NO_COMP
942 *(p++) = 1;
943 #else
944
945 if (!ssl_allow_compression(s) || !s->ctx->comp_methods)
946 j = 0;
947 else
948 j = sk_SSL_COMP_num(s->ctx->comp_methods);
949 *(p++) = 1 + j;
950 for (i = 0; i < j; i++) {
951 comp = sk_SSL_COMP_value(s->ctx->comp_methods, i);
952 *(p++) = comp->id;
953 }
954 #endif
955 *(p++) = 0; /* Add the NULL method */
956
957 /* TLS extensions */
958 if (ssl_prepare_clienthello_tlsext(s) <= 0) {
959 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_HELLO, SSL_R_CLIENTHELLO_TLSEXT);
960 goto err;
961 }
962 if ((p =
963 ssl_add_clienthello_tlsext(s, p, buf + SSL3_RT_MAX_PLAIN_LENGTH,
964 &al)) == NULL) {
965 ssl3_send_alert(s, SSL3_AL_FATAL, al);
966 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_HELLO, ERR_R_INTERNAL_ERROR);
967 goto err;
968 }
969
970 l = p - d;
971 if (!ssl_set_handshake_header(s, SSL3_MT_CLIENT_HELLO, l)) {
972 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
973 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_HELLO, ERR_R_INTERNAL_ERROR);
974 goto err;
975 }
976
977 return 1;
978 err:
979 ossl_statem_set_error(s);
980 return 0;
981 }
982
983 MSG_PROCESS_RETURN dtls_process_hello_verify(SSL *s, PACKET *pkt)
984 {
985 int al;
986 unsigned int cookie_len;
987 PACKET cookiepkt;
988
989 if (!PACKET_forward(pkt, 2)
990 || !PACKET_get_length_prefixed_1(pkt, &cookiepkt)) {
991 al = SSL_AD_DECODE_ERROR;
992 SSLerr(SSL_F_DTLS_PROCESS_HELLO_VERIFY, SSL_R_LENGTH_MISMATCH);
993 goto f_err;
994 }
995
996 cookie_len = PACKET_remaining(&cookiepkt);
997 if (cookie_len > sizeof(s->d1->cookie)) {
998 al = SSL_AD_ILLEGAL_PARAMETER;
999 SSLerr(SSL_F_DTLS_PROCESS_HELLO_VERIFY, SSL_R_LENGTH_TOO_LONG);
1000 goto f_err;
1001 }
1002
1003 if (!PACKET_copy_bytes(&cookiepkt, s->d1->cookie, cookie_len)) {
1004 al = SSL_AD_DECODE_ERROR;
1005 SSLerr(SSL_F_DTLS_PROCESS_HELLO_VERIFY, SSL_R_LENGTH_MISMATCH);
1006 goto f_err;
1007 }
1008 s->d1->cookie_len = cookie_len;
1009
1010 return MSG_PROCESS_FINISHED_READING;
1011 f_err:
1012 ssl3_send_alert(s, SSL3_AL_FATAL, al);
1013 ossl_statem_set_error(s);
1014 return MSG_PROCESS_ERROR;
1015 }
1016
1017 MSG_PROCESS_RETURN tls_process_server_hello(SSL *s, PACKET *pkt)
1018 {
1019 STACK_OF(SSL_CIPHER) *sk;
1020 const SSL_CIPHER *c;
1021 PACKET session_id;
1022 size_t session_id_len;
1023 const unsigned char *cipherchars;
1024 int i, al = SSL_AD_INTERNAL_ERROR;
1025 unsigned int compression;
1026 unsigned int sversion;
1027 int protverr;
1028 #ifndef OPENSSL_NO_COMP
1029 SSL_COMP *comp;
1030 #endif
1031
1032 if (!PACKET_get_net_2(pkt, &sversion)) {
1033 al = SSL_AD_DECODE_ERROR;
1034 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, SSL_R_LENGTH_MISMATCH);
1035 goto f_err;
1036 }
1037
1038 protverr = ssl_choose_client_version(s, sversion);
1039 if (protverr != 0) {
1040 al = SSL_AD_PROTOCOL_VERSION;
1041 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, protverr);
1042 goto f_err;
1043 }
1044
1045 /* load the server hello data */
1046 /* load the server random */
1047 if (!PACKET_copy_bytes(pkt, s->s3->server_random, SSL3_RANDOM_SIZE)) {
1048 al = SSL_AD_DECODE_ERROR;
1049 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, SSL_R_LENGTH_MISMATCH);
1050 goto f_err;
1051 }
1052
1053 s->hit = 0;
1054
1055 /* Get the session-id. */
1056 if (!PACKET_get_length_prefixed_1(pkt, &session_id)) {
1057 al = SSL_AD_DECODE_ERROR;
1058 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, SSL_R_LENGTH_MISMATCH);
1059 goto f_err;
1060 }
1061 session_id_len = PACKET_remaining(&session_id);
1062 if (session_id_len > sizeof s->session->session_id
1063 || session_id_len > SSL3_SESSION_ID_SIZE) {
1064 al = SSL_AD_ILLEGAL_PARAMETER;
1065 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, SSL_R_SSL3_SESSION_ID_TOO_LONG);
1066 goto f_err;
1067 }
1068
1069 if (!PACKET_get_bytes(pkt, &cipherchars, TLS_CIPHER_LEN)) {
1070 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, SSL_R_LENGTH_MISMATCH);
1071 al = SSL_AD_DECODE_ERROR;
1072 goto f_err;
1073 }
1074
1075 /*
1076 * Check if we can resume the session based on external pre-shared secret.
1077 * EAP-FAST (RFC 4851) supports two types of session resumption.
1078 * Resumption based on server-side state works with session IDs.
1079 * Resumption based on pre-shared Protected Access Credentials (PACs)
1080 * works by overriding the SessionTicket extension at the application
1081 * layer, and does not send a session ID. (We do not know whether EAP-FAST
1082 * servers would honour the session ID.) Therefore, the session ID alone
1083 * is not a reliable indicator of session resumption, so we first check if
1084 * we can resume, and later peek at the next handshake message to see if the
1085 * server wants to resume.
1086 */
1087 if (s->version >= TLS1_VERSION && s->tls_session_secret_cb &&
1088 s->session->tlsext_tick) {
1089 const SSL_CIPHER *pref_cipher = NULL;
1090 s->session->master_key_length = sizeof(s->session->master_key);
1091 if (s->tls_session_secret_cb(s, s->session->master_key,
1092 &s->session->master_key_length,
1093 NULL, &pref_cipher,
1094 s->tls_session_secret_cb_arg)) {
1095 s->session->cipher = pref_cipher ?
1096 pref_cipher : ssl_get_cipher_by_char(s, cipherchars);
1097 } else {
1098 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, ERR_R_INTERNAL_ERROR);
1099 al = SSL_AD_INTERNAL_ERROR;
1100 goto f_err;
1101 }
1102 }
1103
1104 if (session_id_len != 0 && session_id_len == s->session->session_id_length
1105 && memcmp(PACKET_data(&session_id), s->session->session_id,
1106 session_id_len) == 0) {
1107 if (s->sid_ctx_length != s->session->sid_ctx_length
1108 || memcmp(s->session->sid_ctx, s->sid_ctx, s->sid_ctx_length)) {
1109 /* actually a client application bug */
1110 al = SSL_AD_ILLEGAL_PARAMETER;
1111 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO,
1112 SSL_R_ATTEMPT_TO_REUSE_SESSION_IN_DIFFERENT_CONTEXT);
1113 goto f_err;
1114 }
1115 s->hit = 1;
1116 } else {
1117 /*
1118 * If we were trying for session-id reuse but the server
1119 * didn't echo the ID, make a new SSL_SESSION.
1120 * In the case of EAP-FAST and PAC, we do not send a session ID,
1121 * so the PAC-based session secret is always preserved. It'll be
1122 * overwritten if the server refuses resumption.
1123 */
1124 if (s->session->session_id_length > 0) {
1125 if (!ssl_get_new_session(s, 0)) {
1126 goto f_err;
1127 }
1128 }
1129
1130 s->session->ssl_version = s->version;
1131 s->session->session_id_length = session_id_len;
1132 /* session_id_len could be 0 */
1133 memcpy(s->session->session_id, PACKET_data(&session_id),
1134 session_id_len);
1135 }
1136
1137 /* Session version and negotiated protocol version should match */
1138 if (s->version != s->session->ssl_version) {
1139 al = SSL_AD_PROTOCOL_VERSION;
1140
1141 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO,
1142 SSL_R_SSL_SESSION_VERSION_MISMATCH);
1143 goto f_err;
1144 }
1145
1146 c = ssl_get_cipher_by_char(s, cipherchars);
1147 if (c == NULL) {
1148 /* unknown cipher */
1149 al = SSL_AD_ILLEGAL_PARAMETER;
1150 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, SSL_R_UNKNOWN_CIPHER_RETURNED);
1151 goto f_err;
1152 }
1153 /*
1154 * Now that we know the version, update the check to see if it's an allowed
1155 * version.
1156 */
1157 s->s3->tmp.min_ver = s->version;
1158 s->s3->tmp.max_ver = s->version;
1159 /*
1160 * If it is a disabled cipher we either didn't send it in client hello,
1161 * or it's not allowed for the selected protocol. So we return an error.
1162 */
1163 if (ssl_cipher_disabled(s, c, SSL_SECOP_CIPHER_CHECK)) {
1164 al = SSL_AD_ILLEGAL_PARAMETER;
1165 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, SSL_R_WRONG_CIPHER_RETURNED);
1166 goto f_err;
1167 }
1168
1169 sk = ssl_get_ciphers_by_id(s);
1170 i = sk_SSL_CIPHER_find(sk, c);
1171 if (i < 0) {
1172 /* we did not say we would use this cipher */
1173 al = SSL_AD_ILLEGAL_PARAMETER;
1174 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, SSL_R_WRONG_CIPHER_RETURNED);
1175 goto f_err;
1176 }
1177
1178 /*
1179 * Depending on the session caching (internal/external), the cipher
1180 * and/or cipher_id values may not be set. Make sure that cipher_id is
1181 * set and use it for comparison.
1182 */
1183 if (s->session->cipher)
1184 s->session->cipher_id = s->session->cipher->id;
1185 if (s->hit && (s->session->cipher_id != c->id)) {
1186 al = SSL_AD_ILLEGAL_PARAMETER;
1187 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO,
1188 SSL_R_OLD_SESSION_CIPHER_NOT_RETURNED);
1189 goto f_err;
1190 }
1191 s->s3->tmp.new_cipher = c;
1192 /* lets get the compression algorithm */
1193 /* COMPRESSION */
1194 if (!PACKET_get_1(pkt, &compression)) {
1195 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, SSL_R_LENGTH_MISMATCH);
1196 al = SSL_AD_DECODE_ERROR;
1197 goto f_err;
1198 }
1199 #ifdef OPENSSL_NO_COMP
1200 if (compression != 0) {
1201 al = SSL_AD_ILLEGAL_PARAMETER;
1202 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO,
1203 SSL_R_UNSUPPORTED_COMPRESSION_ALGORITHM);
1204 goto f_err;
1205 }
1206 /*
1207 * If compression is disabled we'd better not try to resume a session
1208 * using compression.
1209 */
1210 if (s->session->compress_meth != 0) {
1211 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, SSL_R_INCONSISTENT_COMPRESSION);
1212 goto f_err;
1213 }
1214 #else
1215 if (s->hit && compression != s->session->compress_meth) {
1216 al = SSL_AD_ILLEGAL_PARAMETER;
1217 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO,
1218 SSL_R_OLD_SESSION_COMPRESSION_ALGORITHM_NOT_RETURNED);
1219 goto f_err;
1220 }
1221 if (compression == 0)
1222 comp = NULL;
1223 else if (!ssl_allow_compression(s)) {
1224 al = SSL_AD_ILLEGAL_PARAMETER;
1225 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, SSL_R_COMPRESSION_DISABLED);
1226 goto f_err;
1227 } else {
1228 comp = ssl3_comp_find(s->ctx->comp_methods, compression);
1229 }
1230
1231 if (compression != 0 && comp == NULL) {
1232 al = SSL_AD_ILLEGAL_PARAMETER;
1233 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO,
1234 SSL_R_UNSUPPORTED_COMPRESSION_ALGORITHM);
1235 goto f_err;
1236 } else {
1237 s->s3->tmp.new_compression = comp;
1238 }
1239 #endif
1240
1241 /* TLS extensions */
1242 if (!ssl_parse_serverhello_tlsext(s, pkt)) {
1243 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, SSL_R_PARSE_TLSEXT);
1244 goto err;
1245 }
1246
1247 if (PACKET_remaining(pkt) != 0) {
1248 /* wrong packet length */
1249 al = SSL_AD_DECODE_ERROR;
1250 SSLerr(SSL_F_TLS_PROCESS_SERVER_HELLO, SSL_R_BAD_PACKET_LENGTH);
1251 goto f_err;
1252 }
1253
1254 #ifndef OPENSSL_NO_SCTP
1255 if (SSL_IS_DTLS(s) && s->hit) {
1256 unsigned char sctpauthkey[64];
1257 char labelbuffer[sizeof(DTLS1_SCTP_AUTH_LABEL)];
1258
1259 /*
1260 * Add new shared key for SCTP-Auth, will be ignored if
1261 * no SCTP used.
1262 */
1263 memcpy(labelbuffer, DTLS1_SCTP_AUTH_LABEL,
1264 sizeof(DTLS1_SCTP_AUTH_LABEL));
1265
1266 if (SSL_export_keying_material(s, sctpauthkey,
1267 sizeof(sctpauthkey),
1268 labelbuffer,
1269 sizeof(labelbuffer), NULL, 0,
1270 0) <= 0)
1271 goto err;
1272
1273 BIO_ctrl(SSL_get_wbio(s),
1274 BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY,
1275 sizeof(sctpauthkey), sctpauthkey);
1276 }
1277 #endif
1278
1279 return MSG_PROCESS_CONTINUE_READING;
1280 f_err:
1281 ssl3_send_alert(s, SSL3_AL_FATAL, al);
1282 err:
1283 ossl_statem_set_error(s);
1284 return MSG_PROCESS_ERROR;
1285 }
1286
1287 MSG_PROCESS_RETURN tls_process_server_certificate(SSL *s, PACKET *pkt)
1288 {
1289 int al, i, ret = MSG_PROCESS_ERROR, exp_idx;
1290 unsigned long cert_list_len, cert_len;
1291 X509 *x = NULL;
1292 const unsigned char *certstart, *certbytes;
1293 STACK_OF(X509) *sk = NULL;
1294 EVP_PKEY *pkey = NULL;
1295
1296 if ((sk = sk_X509_new_null()) == NULL) {
1297 SSLerr(SSL_F_TLS_PROCESS_SERVER_CERTIFICATE, ERR_R_MALLOC_FAILURE);
1298 goto err;
1299 }
1300
1301 if (!PACKET_get_net_3(pkt, &cert_list_len)
1302 || PACKET_remaining(pkt) != cert_list_len) {
1303 al = SSL_AD_DECODE_ERROR;
1304 SSLerr(SSL_F_TLS_PROCESS_SERVER_CERTIFICATE, SSL_R_LENGTH_MISMATCH);
1305 goto f_err;
1306 }
1307 while (PACKET_remaining(pkt)) {
1308 if (!PACKET_get_net_3(pkt, &cert_len)
1309 || !PACKET_get_bytes(pkt, &certbytes, cert_len)) {
1310 al = SSL_AD_DECODE_ERROR;
1311 SSLerr(SSL_F_TLS_PROCESS_SERVER_CERTIFICATE,
1312 SSL_R_CERT_LENGTH_MISMATCH);
1313 goto f_err;
1314 }
1315
1316 certstart = certbytes;
1317 x = d2i_X509(NULL, (const unsigned char **)&certbytes, cert_len);
1318 if (x == NULL) {
1319 al = SSL_AD_BAD_CERTIFICATE;
1320 SSLerr(SSL_F_TLS_PROCESS_SERVER_CERTIFICATE, ERR_R_ASN1_LIB);
1321 goto f_err;
1322 }
1323 if (certbytes != (certstart + cert_len)) {
1324 al = SSL_AD_DECODE_ERROR;
1325 SSLerr(SSL_F_TLS_PROCESS_SERVER_CERTIFICATE,
1326 SSL_R_CERT_LENGTH_MISMATCH);
1327 goto f_err;
1328 }
1329 if (!sk_X509_push(sk, x)) {
1330 SSLerr(SSL_F_TLS_PROCESS_SERVER_CERTIFICATE, ERR_R_MALLOC_FAILURE);
1331 goto err;
1332 }
1333 x = NULL;
1334 }
1335
1336 i = ssl_verify_cert_chain(s, sk);
1337 if (s->verify_mode != SSL_VERIFY_NONE && i <= 0) {
1338 al = ssl_verify_alarm_type(s->verify_result);
1339 SSLerr(SSL_F_TLS_PROCESS_SERVER_CERTIFICATE,
1340 SSL_R_CERTIFICATE_VERIFY_FAILED);
1341 goto f_err;
1342 }
1343 ERR_clear_error(); /* but we keep s->verify_result */
1344 if (i > 1) {
1345 SSLerr(SSL_F_TLS_PROCESS_SERVER_CERTIFICATE, i);
1346 al = SSL_AD_HANDSHAKE_FAILURE;
1347 goto f_err;
1348 }
1349
1350 s->session->peer_chain = sk;
1351 /*
1352 * Inconsistency alert: cert_chain does include the peer's certificate,
1353 * which we don't include in s3_srvr.c
1354 */
1355 x = sk_X509_value(sk, 0);
1356 sk = NULL;
1357 /*
1358 * VRS 19990621: possible memory leak; sk=null ==> !sk_pop_free() @end
1359 */
1360
1361 pkey = X509_get0_pubkey(x);
1362
1363 if (pkey == NULL || EVP_PKEY_missing_parameters(pkey)) {
1364 x = NULL;
1365 al = SSL3_AL_FATAL;
1366 SSLerr(SSL_F_TLS_PROCESS_SERVER_CERTIFICATE,
1367 SSL_R_UNABLE_TO_FIND_PUBLIC_KEY_PARAMETERS);
1368 goto f_err;
1369 }
1370
1371 i = ssl_cert_type(x, pkey);
1372 if (i < 0) {
1373 x = NULL;
1374 al = SSL3_AL_FATAL;
1375 SSLerr(SSL_F_TLS_PROCESS_SERVER_CERTIFICATE,
1376 SSL_R_UNKNOWN_CERTIFICATE_TYPE);
1377 goto f_err;
1378 }
1379
1380 exp_idx = ssl_cipher_get_cert_index(s->s3->tmp.new_cipher);
1381 if (exp_idx >= 0 && i != exp_idx
1382 && (exp_idx != SSL_PKEY_GOST_EC ||
1383 (i != SSL_PKEY_GOST12_512 && i != SSL_PKEY_GOST12_256
1384 && i != SSL_PKEY_GOST01))) {
1385 x = NULL;
1386 al = SSL_AD_ILLEGAL_PARAMETER;
1387 SSLerr(SSL_F_TLS_PROCESS_SERVER_CERTIFICATE,
1388 SSL_R_WRONG_CERTIFICATE_TYPE);
1389 goto f_err;
1390 }
1391 s->session->peer_type = i;
1392
1393 X509_free(s->session->peer);
1394 X509_up_ref(x);
1395 s->session->peer = x;
1396 s->session->verify_result = s->verify_result;
1397
1398 x = NULL;
1399 ret = MSG_PROCESS_CONTINUE_READING;
1400 goto done;
1401
1402 f_err:
1403 ssl3_send_alert(s, SSL3_AL_FATAL, al);
1404 err:
1405 ossl_statem_set_error(s);
1406 done:
1407 X509_free(x);
1408 sk_X509_pop_free(sk, X509_free);
1409 return ret;
1410 }
1411
1412 MSG_PROCESS_RETURN tls_process_key_exchange(SSL *s, PACKET *pkt)
1413 {
1414 EVP_MD_CTX *md_ctx;
1415 int al, j;
1416 long alg_k, alg_a;
1417 EVP_PKEY *pkey = NULL;
1418 const EVP_MD *md = NULL;
1419 #ifndef OPENSSL_NO_RSA
1420 RSA *rsa = NULL;
1421 #endif
1422 #ifndef OPENSSL_NO_EC
1423 EVP_PKEY_CTX *pctx = NULL;
1424 #endif
1425 PACKET save_param_start, signature;
1426
1427 md_ctx = EVP_MD_CTX_new();
1428 if (md_ctx == NULL) {
1429 al = SSL_AD_INTERNAL_ERROR;
1430 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, ERR_R_MALLOC_FAILURE);
1431 goto f_err;
1432 }
1433
1434 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
1435
1436 save_param_start = *pkt;
1437
1438 #if !defined(OPENSSL_NO_EC) || !defined(OPENSSL_NO_DH)
1439 EVP_PKEY_free(s->s3->peer_tmp);
1440 s->s3->peer_tmp = NULL;
1441 #endif
1442
1443 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
1444
1445 al = SSL_AD_DECODE_ERROR;
1446
1447 #ifndef OPENSSL_NO_PSK
1448 /* PSK ciphersuites are preceded by an identity hint */
1449 if (alg_k & SSL_PSK) {
1450 PACKET psk_identity_hint;
1451 if (!PACKET_get_length_prefixed_2(pkt, &psk_identity_hint)) {
1452 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_LENGTH_MISMATCH);
1453 goto f_err;
1454 }
1455
1456 /*
1457 * Store PSK identity hint for later use, hint is used in
1458 * ssl3_send_client_key_exchange. Assume that the maximum length of
1459 * a PSK identity hint can be as long as the maximum length of a PSK
1460 * identity.
1461 */
1462 if (PACKET_remaining(&psk_identity_hint) > PSK_MAX_IDENTITY_LEN) {
1463 al = SSL_AD_HANDSHAKE_FAILURE;
1464 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_DATA_LENGTH_TOO_LONG);
1465 goto f_err;
1466 }
1467
1468 if (PACKET_remaining(&psk_identity_hint) == 0) {
1469 OPENSSL_free(s->session->psk_identity_hint);
1470 s->session->psk_identity_hint = NULL;
1471 } else if (!PACKET_strndup(&psk_identity_hint,
1472 &s->session->psk_identity_hint)) {
1473 al = SSL_AD_INTERNAL_ERROR;
1474 goto f_err;
1475 }
1476 }
1477
1478 /* Nothing else to do for plain PSK or RSAPSK */
1479 if (alg_k & (SSL_kPSK | SSL_kRSAPSK)) {
1480 } else
1481 #endif /* !OPENSSL_NO_PSK */
1482 /*
1483 * Dummy "if" to ensure sane C code in the event of various OPENSSL_NO_*
1484 * options
1485 */
1486 if (0) {
1487 }
1488 #ifndef OPENSSL_NO_SRP
1489 else if (alg_k & SSL_kSRP) {
1490 PACKET prime, generator, salt, server_pub;
1491 if (!PACKET_get_length_prefixed_2(pkt, &prime)
1492 || !PACKET_get_length_prefixed_2(pkt, &generator)
1493 || !PACKET_get_length_prefixed_1(pkt, &salt)
1494 || !PACKET_get_length_prefixed_2(pkt, &server_pub)) {
1495 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_LENGTH_MISMATCH);
1496 goto f_err;
1497 }
1498
1499 if ((s->srp_ctx.N =
1500 BN_bin2bn(PACKET_data(&prime),
1501 PACKET_remaining(&prime), NULL)) == NULL
1502 || (s->srp_ctx.g =
1503 BN_bin2bn(PACKET_data(&generator),
1504 PACKET_remaining(&generator), NULL)) == NULL
1505 || (s->srp_ctx.s =
1506 BN_bin2bn(PACKET_data(&salt),
1507 PACKET_remaining(&salt), NULL)) == NULL
1508 || (s->srp_ctx.B =
1509 BN_bin2bn(PACKET_data(&server_pub),
1510 PACKET_remaining(&server_pub), NULL)) == NULL) {
1511 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, ERR_R_BN_LIB);
1512 goto err;
1513 }
1514
1515 if (!srp_verify_server_param(s, &al)) {
1516 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_BAD_SRP_PARAMETERS);
1517 goto f_err;
1518 }
1519
1520 /* We must check if there is a certificate */
1521 if (alg_a & (SSL_aRSA|SSL_aDSS))
1522 pkey = X509_get0_pubkey(s->session->peer);
1523 }
1524 #endif /* !OPENSSL_NO_SRP */
1525 #ifndef OPENSSL_NO_DH
1526 else if (alg_k & (SSL_kDHE | SSL_kDHEPSK)) {
1527 PACKET prime, generator, pub_key;
1528
1529 DH *dh;
1530
1531 if (!PACKET_get_length_prefixed_2(pkt, &prime)
1532 || !PACKET_get_length_prefixed_2(pkt, &generator)
1533 || !PACKET_get_length_prefixed_2(pkt, &pub_key)) {
1534 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_LENGTH_MISMATCH);
1535 goto f_err;
1536 }
1537
1538 s->s3->peer_tmp = EVP_PKEY_new();
1539 dh = DH_new();
1540
1541 if (s->s3->peer_tmp == NULL || dh == NULL) {
1542 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, ERR_R_MALLOC_FAILURE);
1543 DH_free(dh);
1544 goto err;
1545 }
1546
1547 if (EVP_PKEY_assign_DH(s->s3->peer_tmp, dh) == 0) {
1548 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, ERR_R_EVP_LIB);
1549 DH_free(dh);
1550 goto err;
1551 }
1552
1553 if ((dh->p = BN_bin2bn(PACKET_data(&prime),
1554 PACKET_remaining(&prime), NULL)) == NULL
1555 || (dh->g = BN_bin2bn(PACKET_data(&generator),
1556 PACKET_remaining(&generator), NULL)) == NULL
1557 || (dh->pub_key =
1558 BN_bin2bn(PACKET_data(&pub_key),
1559 PACKET_remaining(&pub_key), NULL)) == NULL) {
1560 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, ERR_R_BN_LIB);
1561 goto err;
1562 }
1563
1564 if (BN_is_zero(dh->p) || BN_is_zero(dh->g) || BN_is_zero(dh->pub_key)) {
1565 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_BAD_DH_VALUE);
1566 goto f_err;
1567 }
1568
1569 if (!ssl_security(s, SSL_SECOP_TMP_DH, DH_security_bits(dh), 0, dh)) {
1570 al = SSL_AD_HANDSHAKE_FAILURE;
1571 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_DH_KEY_TOO_SMALL);
1572 goto f_err;
1573 }
1574 if (alg_a & (SSL_aRSA|SSL_aDSS))
1575 pkey = X509_get0_pubkey(s->session->peer);
1576 /* else anonymous DH, so no certificate or pkey. */
1577 }
1578 #endif /* !OPENSSL_NO_DH */
1579
1580 #ifndef OPENSSL_NO_EC
1581 else if (alg_k & (SSL_kECDHE | SSL_kECDHEPSK)) {
1582 PACKET encoded_pt;
1583 const unsigned char *ecparams;
1584 int curve_nid;
1585
1586 /*
1587 * Extract elliptic curve parameters and the server's ephemeral ECDH
1588 * public key. For now we only support named (not generic) curves and
1589 * ECParameters in this case is just three bytes.
1590 */
1591 if (!PACKET_get_bytes(pkt, &ecparams, 3)) {
1592 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_LENGTH_TOO_SHORT);
1593 goto f_err;
1594 }
1595 /*
1596 * Check curve is one of our preferences, if not server has sent an
1597 * invalid curve. ECParameters is 3 bytes.
1598 */
1599 if (!tls1_check_curve(s, ecparams, 3)) {
1600 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_WRONG_CURVE);
1601 goto f_err;
1602 }
1603
1604 curve_nid = tls1_ec_curve_id2nid(*(ecparams + 2));
1605 if (curve_nid == 0) {
1606 al = SSL_AD_INTERNAL_ERROR;
1607 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE,
1608 SSL_R_UNABLE_TO_FIND_ECDH_PARAMETERS);
1609 goto f_err;
1610 }
1611
1612 /* Set up EVP_PKEY with named curve as parameters */
1613 pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_EC, NULL);
1614 if (pctx == NULL
1615 || EVP_PKEY_paramgen_init(pctx) <= 0
1616 || EVP_PKEY_CTX_set_ec_paramgen_curve_nid(pctx, curve_nid) <= 0
1617 || EVP_PKEY_paramgen(pctx, &s->s3->peer_tmp) <= 0) {
1618 al = SSL_AD_INTERNAL_ERROR;
1619 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, ERR_R_EVP_LIB);
1620 goto f_err;
1621 }
1622 EVP_PKEY_CTX_free(pctx);
1623 pctx = NULL;
1624
1625 if (!PACKET_get_length_prefixed_1(pkt, &encoded_pt)) {
1626 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_LENGTH_MISMATCH);
1627 goto f_err;
1628 }
1629
1630 if (EC_KEY_oct2key(EVP_PKEY_get0_EC_KEY(s->s3->peer_tmp),
1631 PACKET_data(&encoded_pt),
1632 PACKET_remaining(&encoded_pt), NULL) == 0) {
1633 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_BAD_ECPOINT);
1634 goto f_err;
1635 }
1636
1637 /*
1638 * The ECC/TLS specification does not mention the use of DSA to sign
1639 * ECParameters in the server key exchange message. We do support RSA
1640 * and ECDSA.
1641 */
1642 if (0) ;
1643 # ifndef OPENSSL_NO_RSA
1644 else if (alg_a & SSL_aRSA)
1645 pkey = X509_get0_pubkey(s->session->peer);
1646 # endif
1647 # ifndef OPENSSL_NO_EC
1648 else if (alg_a & SSL_aECDSA)
1649 pkey = X509_get0_pubkey(s->session->peer);
1650 # endif
1651 /* else anonymous ECDH, so no certificate or pkey. */
1652 } else if (alg_k) {
1653 al = SSL_AD_UNEXPECTED_MESSAGE;
1654 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_UNEXPECTED_MESSAGE);
1655 goto f_err;
1656 }
1657 #endif /* !OPENSSL_NO_EC */
1658
1659 /* if it was signed, check the signature */
1660 if (pkey != NULL) {
1661 PACKET params;
1662 /*
1663 * |pkt| now points to the beginning of the signature, so the difference
1664 * equals the length of the parameters.
1665 */
1666 if (!PACKET_get_sub_packet(&save_param_start, &params,
1667 PACKET_remaining(&save_param_start) -
1668 PACKET_remaining(pkt))) {
1669 al = SSL_AD_INTERNAL_ERROR;
1670 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, ERR_R_INTERNAL_ERROR);
1671 goto f_err;
1672 }
1673
1674 if (SSL_USE_SIGALGS(s)) {
1675 const unsigned char *sigalgs;
1676 int rv;
1677 if (!PACKET_get_bytes(pkt, &sigalgs, 2)) {
1678 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_LENGTH_TOO_SHORT);
1679 goto f_err;
1680 }
1681 rv = tls12_check_peer_sigalg(&md, s, sigalgs, pkey);
1682 if (rv == -1)
1683 goto err;
1684 else if (rv == 0) {
1685 goto f_err;
1686 }
1687 #ifdef SSL_DEBUG
1688 fprintf(stderr, "USING TLSv1.2 HASH %s\n", EVP_MD_name(md));
1689 #endif
1690 } else if (EVP_PKEY_id(pkey) == EVP_PKEY_RSA) {
1691 md = EVP_md5_sha1();
1692 } else {
1693 md = EVP_sha1();
1694 }
1695
1696 if (!PACKET_get_length_prefixed_2(pkt, &signature)
1697 || PACKET_remaining(pkt) != 0) {
1698 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_LENGTH_MISMATCH);
1699 goto f_err;
1700 }
1701 j = EVP_PKEY_size(pkey);
1702 if (j < 0) {
1703 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, ERR_R_INTERNAL_ERROR);
1704 goto f_err;
1705 }
1706
1707 /*
1708 * Check signature length
1709 */
1710 if (PACKET_remaining(&signature) > (size_t)j) {
1711 /* wrong packet length */
1712 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_WRONG_SIGNATURE_LENGTH);
1713 goto f_err;
1714 }
1715 if (EVP_VerifyInit_ex(md_ctx, md, NULL) <= 0
1716 || EVP_VerifyUpdate(md_ctx, &(s->s3->client_random[0]),
1717 SSL3_RANDOM_SIZE) <= 0
1718 || EVP_VerifyUpdate(md_ctx, &(s->s3->server_random[0]),
1719 SSL3_RANDOM_SIZE) <= 0
1720 || EVP_VerifyUpdate(md_ctx, PACKET_data(&params),
1721 PACKET_remaining(&params)) <= 0) {
1722 al = SSL_AD_INTERNAL_ERROR;
1723 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, ERR_R_EVP_LIB);
1724 goto f_err;
1725 }
1726 if (EVP_VerifyFinal(md_ctx, PACKET_data(&signature),
1727 PACKET_remaining(&signature), pkey) <= 0) {
1728 /* bad signature */
1729 al = SSL_AD_DECRYPT_ERROR;
1730 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_BAD_SIGNATURE);
1731 goto f_err;
1732 }
1733 } else {
1734 /* aNULL, aSRP or PSK do not need public keys */
1735 if (!(alg_a & (SSL_aNULL | SSL_aSRP)) && !(alg_k & SSL_PSK)) {
1736 /* Might be wrong key type, check it */
1737 if (ssl3_check_cert_and_algorithm(s))
1738 /* Otherwise this shouldn't happen */
1739 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, ERR_R_INTERNAL_ERROR);
1740 goto err;
1741 }
1742 /* still data left over */
1743 if (PACKET_remaining(pkt) != 0) {
1744 SSLerr(SSL_F_TLS_PROCESS_KEY_EXCHANGE, SSL_R_EXTRA_DATA_IN_MESSAGE);
1745 goto f_err;
1746 }
1747 }
1748 EVP_MD_CTX_free(md_ctx);
1749 return MSG_PROCESS_CONTINUE_READING;
1750 f_err:
1751 ssl3_send_alert(s, SSL3_AL_FATAL, al);
1752 err:
1753 #ifndef OPENSSL_NO_RSA
1754 RSA_free(rsa);
1755 #endif
1756 #ifndef OPENSSL_NO_EC
1757 EVP_PKEY_CTX_free(pctx);
1758 #endif
1759 EVP_MD_CTX_free(md_ctx);
1760 ossl_statem_set_error(s);
1761 return MSG_PROCESS_ERROR;
1762 }
1763
1764 MSG_PROCESS_RETURN tls_process_certificate_request(SSL *s, PACKET *pkt)
1765 {
1766 int ret = MSG_PROCESS_ERROR;
1767 unsigned int list_len, ctype_num, i, name_len;
1768 X509_NAME *xn = NULL;
1769 const unsigned char *data;
1770 const unsigned char *namestart, *namebytes;
1771 STACK_OF(X509_NAME) *ca_sk = NULL;
1772
1773 if ((ca_sk = sk_X509_NAME_new(ca_dn_cmp)) == NULL) {
1774 SSLerr(SSL_F_TLS_PROCESS_CERTIFICATE_REQUEST, ERR_R_MALLOC_FAILURE);
1775 goto err;
1776 }
1777
1778 /* get the certificate types */
1779 if (!PACKET_get_1(pkt, &ctype_num)
1780 || !PACKET_get_bytes(pkt, &data, ctype_num)) {
1781 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
1782 SSLerr(SSL_F_TLS_PROCESS_CERTIFICATE_REQUEST, SSL_R_LENGTH_MISMATCH);
1783 goto err;
1784 }
1785 OPENSSL_free(s->cert->ctypes);
1786 s->cert->ctypes = NULL;
1787 if (ctype_num > SSL3_CT_NUMBER) {
1788 /* If we exceed static buffer copy all to cert structure */
1789 s->cert->ctypes = OPENSSL_malloc(ctype_num);
1790 if (s->cert->ctypes == NULL) {
1791 SSLerr(SSL_F_TLS_PROCESS_CERTIFICATE_REQUEST, ERR_R_MALLOC_FAILURE);
1792 goto err;
1793 }
1794 memcpy(s->cert->ctypes, data, ctype_num);
1795 s->cert->ctype_num = (size_t)ctype_num;
1796 ctype_num = SSL3_CT_NUMBER;
1797 }
1798 for (i = 0; i < ctype_num; i++)
1799 s->s3->tmp.ctype[i] = data[i];
1800
1801 if (SSL_USE_SIGALGS(s)) {
1802 if (!PACKET_get_net_2(pkt, &list_len)
1803 || !PACKET_get_bytes(pkt, &data, list_len)) {
1804 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
1805 SSLerr(SSL_F_TLS_PROCESS_CERTIFICATE_REQUEST,
1806 SSL_R_LENGTH_MISMATCH);
1807 goto err;
1808 }
1809
1810 /* Clear certificate digests and validity flags */
1811 for (i = 0; i < SSL_PKEY_NUM; i++) {
1812 s->s3->tmp.md[i] = NULL;
1813 s->s3->tmp.valid_flags[i] = 0;
1814 }
1815 if ((list_len & 1) || !tls1_save_sigalgs(s, data, list_len)) {
1816 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
1817 SSLerr(SSL_F_TLS_PROCESS_CERTIFICATE_REQUEST,
1818 SSL_R_SIGNATURE_ALGORITHMS_ERROR);
1819 goto err;
1820 }
1821 if (!tls1_process_sigalgs(s)) {
1822 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
1823 SSLerr(SSL_F_TLS_PROCESS_CERTIFICATE_REQUEST, ERR_R_MALLOC_FAILURE);
1824 goto err;
1825 }
1826 } else {
1827 ssl_set_default_md(s);
1828 }
1829
1830 /* get the CA RDNs */
1831 if (!PACKET_get_net_2(pkt, &list_len)
1832 || PACKET_remaining(pkt) != list_len) {
1833 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
1834 SSLerr(SSL_F_TLS_PROCESS_CERTIFICATE_REQUEST, SSL_R_LENGTH_MISMATCH);
1835 goto err;
1836 }
1837
1838 while (PACKET_remaining(pkt)) {
1839 if (!PACKET_get_net_2(pkt, &name_len)
1840 || !PACKET_get_bytes(pkt, &namebytes, name_len)) {
1841 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
1842 SSLerr(SSL_F_TLS_PROCESS_CERTIFICATE_REQUEST,
1843 SSL_R_LENGTH_MISMATCH);
1844 goto err;
1845 }
1846
1847 namestart = namebytes;
1848
1849 if ((xn = d2i_X509_NAME(NULL, (const unsigned char **)&namebytes,
1850 name_len)) == NULL) {
1851 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
1852 SSLerr(SSL_F_TLS_PROCESS_CERTIFICATE_REQUEST, ERR_R_ASN1_LIB);
1853 goto err;
1854 }
1855
1856 if (namebytes != (namestart + name_len)) {
1857 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
1858 SSLerr(SSL_F_TLS_PROCESS_CERTIFICATE_REQUEST,
1859 SSL_R_CA_DN_LENGTH_MISMATCH);
1860 goto err;
1861 }
1862 if (!sk_X509_NAME_push(ca_sk, xn)) {
1863 SSLerr(SSL_F_TLS_PROCESS_CERTIFICATE_REQUEST, ERR_R_MALLOC_FAILURE);
1864 goto err;
1865 }
1866 }
1867
1868 /* we should setup a certificate to return.... */
1869 s->s3->tmp.cert_req = 1;
1870 s->s3->tmp.ctype_num = ctype_num;
1871 sk_X509_NAME_pop_free(s->s3->tmp.ca_names, X509_NAME_free);
1872 s->s3->tmp.ca_names = ca_sk;
1873 ca_sk = NULL;
1874
1875 ret = MSG_PROCESS_CONTINUE_READING;
1876 goto done;
1877 err:
1878 ossl_statem_set_error(s);
1879 done:
1880 sk_X509_NAME_pop_free(ca_sk, X509_NAME_free);
1881 return ret;
1882 }
1883
1884 static int ca_dn_cmp(const X509_NAME *const *a, const X509_NAME *const *b)
1885 {
1886 return (X509_NAME_cmp(*a, *b));
1887 }
1888
1889 MSG_PROCESS_RETURN tls_process_new_session_ticket(SSL *s, PACKET *pkt)
1890 {
1891 int al;
1892 unsigned int ticklen;
1893 unsigned long ticket_lifetime_hint;
1894
1895 if (!PACKET_get_net_4(pkt, &ticket_lifetime_hint)
1896 || !PACKET_get_net_2(pkt, &ticklen)
1897 || PACKET_remaining(pkt) != ticklen) {
1898 al = SSL_AD_DECODE_ERROR;
1899 SSLerr(SSL_F_TLS_PROCESS_NEW_SESSION_TICKET, SSL_R_LENGTH_MISMATCH);
1900 goto f_err;
1901 }
1902
1903 /* Server is allowed to change its mind and send an empty ticket. */
1904 if (ticklen == 0)
1905 return MSG_PROCESS_CONTINUE_READING;
1906
1907 if (s->session->session_id_length > 0) {
1908 int i = s->session_ctx->session_cache_mode;
1909 SSL_SESSION *new_sess;
1910 /*
1911 * We reused an existing session, so we need to replace it with a new
1912 * one
1913 */
1914 if (i & SSL_SESS_CACHE_CLIENT) {
1915 /*
1916 * Remove the old session from the cache
1917 */
1918 if (i & SSL_SESS_CACHE_NO_INTERNAL_STORE) {
1919 if (s->session_ctx->remove_session_cb != NULL)
1920 s->session_ctx->remove_session_cb(s->session_ctx,
1921 s->session);
1922 } else {
1923 /* We carry on if this fails */
1924 SSL_CTX_remove_session(s->session_ctx, s->session);
1925 }
1926 }
1927
1928 if ((new_sess = ssl_session_dup(s->session, 0)) == 0) {
1929 al = SSL_AD_INTERNAL_ERROR;
1930 SSLerr(SSL_F_TLS_PROCESS_NEW_SESSION_TICKET, ERR_R_MALLOC_FAILURE);
1931 goto f_err;
1932 }
1933
1934 SSL_SESSION_free(s->session);
1935 s->session = new_sess;
1936 }
1937
1938 OPENSSL_free(s->session->tlsext_tick);
1939 s->session->tlsext_ticklen = 0;
1940
1941 s->session->tlsext_tick = OPENSSL_malloc(ticklen);
1942 if (s->session->tlsext_tick == NULL) {
1943 SSLerr(SSL_F_TLS_PROCESS_NEW_SESSION_TICKET, ERR_R_MALLOC_FAILURE);
1944 goto err;
1945 }
1946 if (!PACKET_copy_bytes(pkt, s->session->tlsext_tick, ticklen)) {
1947 al = SSL_AD_DECODE_ERROR;
1948 SSLerr(SSL_F_TLS_PROCESS_NEW_SESSION_TICKET, SSL_R_LENGTH_MISMATCH);
1949 goto f_err;
1950 }
1951
1952 s->session->tlsext_tick_lifetime_hint = ticket_lifetime_hint;
1953 s->session->tlsext_ticklen = ticklen;
1954 /*
1955 * There are two ways to detect a resumed ticket session. One is to set
1956 * an appropriate session ID and then the server must return a match in
1957 * ServerHello. This allows the normal client session ID matching to work
1958 * and we know much earlier that the ticket has been accepted. The
1959 * other way is to set zero length session ID when the ticket is
1960 * presented and rely on the handshake to determine session resumption.
1961 * We choose the former approach because this fits in with assumptions
1962 * elsewhere in OpenSSL. The session ID is set to the SHA256 (or SHA1 is
1963 * SHA256 is disabled) hash of the ticket.
1964 */
1965 EVP_Digest(s->session->tlsext_tick, ticklen,
1966 s->session->session_id, &s->session->session_id_length,
1967 EVP_sha256(), NULL);
1968 return MSG_PROCESS_CONTINUE_READING;
1969 f_err:
1970 ssl3_send_alert(s, SSL3_AL_FATAL, al);
1971 err:
1972 ossl_statem_set_error(s);
1973 return MSG_PROCESS_ERROR;
1974 }
1975
1976 MSG_PROCESS_RETURN tls_process_cert_status(SSL *s, PACKET *pkt)
1977 {
1978 int al;
1979 unsigned long resplen;
1980 unsigned int type;
1981
1982 if (!PACKET_get_1(pkt, &type)
1983 || type != TLSEXT_STATUSTYPE_ocsp) {
1984 al = SSL_AD_DECODE_ERROR;
1985 SSLerr(SSL_F_TLS_PROCESS_CERT_STATUS, SSL_R_UNSUPPORTED_STATUS_TYPE);
1986 goto f_err;
1987 }
1988 if (!PACKET_get_net_3(pkt, &resplen)
1989 || PACKET_remaining(pkt) != resplen) {
1990 al = SSL_AD_DECODE_ERROR;
1991 SSLerr(SSL_F_TLS_PROCESS_CERT_STATUS, SSL_R_LENGTH_MISMATCH);
1992 goto f_err;
1993 }
1994 s->tlsext_ocsp_resp = OPENSSL_malloc(resplen);
1995 if (s->tlsext_ocsp_resp == NULL) {
1996 al = SSL_AD_INTERNAL_ERROR;
1997 SSLerr(SSL_F_TLS_PROCESS_CERT_STATUS, ERR_R_MALLOC_FAILURE);
1998 goto f_err;
1999 }
2000 if (!PACKET_copy_bytes(pkt, s->tlsext_ocsp_resp, resplen)) {
2001 al = SSL_AD_DECODE_ERROR;
2002 SSLerr(SSL_F_TLS_PROCESS_CERT_STATUS, SSL_R_LENGTH_MISMATCH);
2003 goto f_err;
2004 }
2005 s->tlsext_ocsp_resplen = resplen;
2006 return MSG_PROCESS_CONTINUE_READING;
2007 f_err:
2008 ssl3_send_alert(s, SSL3_AL_FATAL, al);
2009 ossl_statem_set_error(s);
2010 return MSG_PROCESS_ERROR;
2011 }
2012
2013 MSG_PROCESS_RETURN tls_process_server_done(SSL *s, PACKET *pkt)
2014 {
2015 if (PACKET_remaining(pkt) > 0) {
2016 /* should contain no data */
2017 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
2018 SSLerr(SSL_F_TLS_PROCESS_SERVER_DONE, SSL_R_LENGTH_MISMATCH);
2019 ossl_statem_set_error(s);
2020 return MSG_PROCESS_ERROR;
2021 }
2022
2023 #ifndef OPENSSL_NO_SRP
2024 if (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) {
2025 if (SRP_Calc_A_param(s) <= 0) {
2026 SSLerr(SSL_F_TLS_PROCESS_SERVER_DONE, SSL_R_SRP_A_CALC);
2027 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
2028 ossl_statem_set_error(s);
2029 return MSG_PROCESS_ERROR;
2030 }
2031 }
2032 #endif
2033
2034 /*
2035 * at this point we check that we have the required stuff from
2036 * the server
2037 */
2038 if (!ssl3_check_cert_and_algorithm(s)) {
2039 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
2040 ossl_statem_set_error(s);
2041 return MSG_PROCESS_ERROR;
2042 }
2043
2044 /*
2045 * Call the ocsp status callback if needed. The |tlsext_ocsp_resp| and
2046 * |tlsext_ocsp_resplen| values will be set if we actually received a status
2047 * message, or NULL and -1 otherwise
2048 */
2049 if (s->tlsext_status_type != -1 && s->ctx->tlsext_status_cb != NULL) {
2050 int ret;
2051 ret = s->ctx->tlsext_status_cb(s, s->ctx->tlsext_status_arg);
2052 if (ret == 0) {
2053 ssl3_send_alert(s, SSL3_AL_FATAL,
2054 SSL_AD_BAD_CERTIFICATE_STATUS_RESPONSE);
2055 SSLerr(SSL_F_TLS_PROCESS_SERVER_DONE,
2056 SSL_R_INVALID_STATUS_RESPONSE);
2057 return MSG_PROCESS_ERROR;
2058 }
2059 if (ret < 0) {
2060 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
2061 SSLerr(SSL_F_TLS_PROCESS_SERVER_DONE, ERR_R_MALLOC_FAILURE);
2062 return MSG_PROCESS_ERROR;
2063 }
2064 }
2065
2066 #ifndef OPENSSL_NO_CT
2067 if (s->ct_validation_callback != NULL) {
2068 if (!ssl_validate_ct(s)) {
2069 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
2070 return MSG_PROCESS_ERROR;
2071 }
2072 }
2073 #endif
2074
2075 #ifndef OPENSSL_NO_SCTP
2076 /* Only applies to renegotiation */
2077 if (SSL_IS_DTLS(s) && BIO_dgram_is_sctp(SSL_get_wbio(s))
2078 && s->renegotiate != 0)
2079 return MSG_PROCESS_CONTINUE_PROCESSING;
2080 else
2081 #endif
2082 return MSG_PROCESS_FINISHED_READING;
2083 }
2084
2085 int tls_construct_client_key_exchange(SSL *s)
2086 {
2087 unsigned char *p;
2088 int n;
2089 #ifndef OPENSSL_NO_PSK
2090 size_t pskhdrlen = 0;
2091 #endif
2092 unsigned long alg_k;
2093 #ifndef OPENSSL_NO_RSA
2094 unsigned char *q;
2095 EVP_PKEY *pkey = NULL;
2096 EVP_PKEY_CTX *pctx = NULL;
2097 #endif
2098 #if !defined(OPENSSL_NO_EC) || !defined(OPENSSL_NO_DH)
2099 EVP_PKEY *ckey = NULL, *skey = NULL;
2100 #endif
2101 #ifndef OPENSSL_NO_EC
2102 unsigned char *encodedPoint = NULL;
2103 int encoded_pt_len = 0;
2104 #endif
2105 unsigned char *pms = NULL;
2106 size_t pmslen = 0;
2107 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
2108
2109 p = ssl_handshake_start(s);
2110
2111
2112 #ifndef OPENSSL_NO_PSK
2113 if (alg_k & SSL_PSK) {
2114 int psk_err = 1;
2115 /*
2116 * The callback needs PSK_MAX_IDENTITY_LEN + 1 bytes to return a
2117 * \0-terminated identity. The last byte is for us for simulating
2118 * strnlen.
2119 */
2120 char identity[PSK_MAX_IDENTITY_LEN + 1];
2121 size_t identitylen;
2122 unsigned char psk[PSK_MAX_PSK_LEN];
2123 size_t psklen;
2124
2125 if (s->psk_client_callback == NULL) {
2126 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2127 SSL_R_PSK_NO_CLIENT_CB);
2128 goto err;
2129 }
2130
2131 memset(identity, 0, sizeof(identity));
2132
2133 psklen = s->psk_client_callback(s, s->session->psk_identity_hint,
2134 identity, sizeof(identity) - 1,
2135 psk, sizeof(psk));
2136
2137 if (psklen > PSK_MAX_PSK_LEN) {
2138 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2139 ERR_R_INTERNAL_ERROR);
2140 goto psk_err;
2141 } else if (psklen == 0) {
2142 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2143 SSL_R_PSK_IDENTITY_NOT_FOUND);
2144 goto psk_err;
2145 }
2146 OPENSSL_free(s->s3->tmp.psk);
2147 s->s3->tmp.psk = OPENSSL_memdup(psk, psklen);
2148 OPENSSL_cleanse(psk, psklen);
2149
2150 if (s->s3->tmp.psk == NULL) {
2151 OPENSSL_cleanse(identity, sizeof(identity));
2152 goto memerr;
2153 }
2154
2155 s->s3->tmp.psklen = psklen;
2156 identitylen = strlen(identity);
2157 if (identitylen > PSK_MAX_IDENTITY_LEN) {
2158 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2159 ERR_R_INTERNAL_ERROR);
2160 goto psk_err;
2161 }
2162 OPENSSL_free(s->session->psk_identity);
2163 s->session->psk_identity = OPENSSL_strdup(identity);
2164 if (s->session->psk_identity == NULL) {
2165 OPENSSL_cleanse(identity, sizeof(identity));
2166 goto memerr;
2167 }
2168
2169 s2n(identitylen, p);
2170 memcpy(p, identity, identitylen);
2171 pskhdrlen = 2 + identitylen;
2172 p += identitylen;
2173 psk_err = 0;
2174 psk_err:
2175 OPENSSL_cleanse(identity, sizeof(identity));
2176 if (psk_err != 0) {
2177 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
2178 goto err;
2179 }
2180 }
2181 if (alg_k & SSL_kPSK) {
2182 n = 0;
2183 } else
2184 #endif
2185
2186 /* Fool emacs indentation */
2187 if (0) {
2188 }
2189 #ifndef OPENSSL_NO_RSA
2190 else if (alg_k & (SSL_kRSA | SSL_kRSAPSK)) {
2191 size_t enclen;
2192 pmslen = SSL_MAX_MASTER_KEY_LENGTH;
2193 pms = OPENSSL_malloc(pmslen);
2194 if (pms == NULL)
2195 goto memerr;
2196
2197 if (s->session->peer == NULL) {
2198 /*
2199 * We should always have a server certificate with SSL_kRSA.
2200 */
2201 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2202 ERR_R_INTERNAL_ERROR);
2203 goto err;
2204 }
2205
2206 pkey = X509_get0_pubkey(s->session->peer);
2207 if (EVP_PKEY_get0_RSA(pkey) == NULL) {
2208 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2209 ERR_R_INTERNAL_ERROR);
2210 goto err;
2211 }
2212
2213 pms[0] = s->client_version >> 8;
2214 pms[1] = s->client_version & 0xff;
2215 if (RAND_bytes(pms + 2, pmslen - 2) <= 0)
2216 goto err;
2217
2218 q = p;
2219 /* Fix buf for TLS and beyond */
2220 if (s->version > SSL3_VERSION)
2221 p += 2;
2222 pctx = EVP_PKEY_CTX_new(pkey, NULL);
2223 if (pctx == NULL || EVP_PKEY_encrypt_init(pctx) <= 0
2224 || EVP_PKEY_encrypt(pctx, NULL, &enclen, pms, pmslen) <= 0) {
2225 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2226 ERR_R_EVP_LIB);
2227 goto err;
2228 }
2229 if (EVP_PKEY_encrypt(pctx, p, &enclen, pms, pmslen) <= 0) {
2230 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2231 SSL_R_BAD_RSA_ENCRYPT);
2232 goto err;
2233 }
2234 n = enclen;
2235 EVP_PKEY_CTX_free(pctx);
2236 pctx = NULL;
2237 # ifdef PKCS1_CHECK
2238 if (s->options & SSL_OP_PKCS1_CHECK_1)
2239 p[1]++;
2240 if (s->options & SSL_OP_PKCS1_CHECK_2)
2241 tmp_buf[0] = 0x70;
2242 # endif
2243
2244 /* Fix buf for TLS and beyond */
2245 if (s->version > SSL3_VERSION) {
2246 s2n(n, q);
2247 n += 2;
2248 }
2249 }
2250 #endif
2251 #ifndef OPENSSL_NO_DH
2252 else if (alg_k & (SSL_kDHE | SSL_kDHEPSK)) {
2253 DH *dh_clnt = NULL;
2254 skey = s->s3->peer_tmp;
2255 if (skey == NULL) {
2256 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2257 ERR_R_INTERNAL_ERROR);
2258 goto err;
2259 }
2260 ckey = ssl_generate_pkey(skey, NID_undef);
2261 dh_clnt = EVP_PKEY_get0_DH(ckey);
2262
2263 if (dh_clnt == NULL || ssl_derive(s, ckey, skey) == 0) {
2264 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2265 ERR_R_INTERNAL_ERROR);
2266 goto err;
2267 }
2268
2269
2270 /* send off the data */
2271 n = BN_num_bytes(dh_clnt->pub_key);
2272 s2n(n, p);
2273 BN_bn2bin(dh_clnt->pub_key, p);
2274 n += 2;
2275 EVP_PKEY_free(ckey);
2276 ckey = NULL;
2277 }
2278 #endif
2279
2280 #ifndef OPENSSL_NO_EC
2281 else if (alg_k & (SSL_kECDHE | SSL_kECDHEPSK)) {
2282
2283 skey = s->s3->peer_tmp;
2284 if ((skey == NULL) || EVP_PKEY_get0_EC_KEY(skey) == NULL) {
2285 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2286 ERR_R_INTERNAL_ERROR);
2287 goto err;
2288 }
2289
2290 ckey = ssl_generate_pkey(skey, NID_undef);
2291
2292 if (ssl_derive(s, ckey, skey) == 0) {
2293 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE, ERR_R_EVP_LIB);
2294 goto err;
2295 }
2296
2297 /* Generate encoding of client key */
2298 encoded_pt_len = EC_KEY_key2buf(EVP_PKEY_get0_EC_KEY(ckey),
2299 POINT_CONVERSION_UNCOMPRESSED,
2300 &encodedPoint, NULL);
2301
2302 if (encoded_pt_len == 0) {
2303 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE, ERR_R_EC_LIB);
2304 goto err;
2305 }
2306
2307 EVP_PKEY_free(ckey);
2308 ckey = NULL;
2309
2310 n = encoded_pt_len;
2311
2312 *p = n; /* length of encoded point */
2313 /* Encoded point will be copied here */
2314 p += 1;
2315 /* copy the point */
2316 memcpy(p, encodedPoint, n);
2317 /* increment n to account for length field */
2318 n += 1;
2319
2320 /* Free allocated memory */
2321 OPENSSL_free(encodedPoint);
2322 }
2323 #endif /* !OPENSSL_NO_EC */
2324 #ifndef OPENSSL_NO_GOST
2325 else if (alg_k & SSL_kGOST) {
2326 /* GOST key exchange message creation */
2327 EVP_PKEY_CTX *pkey_ctx;
2328 X509 *peer_cert;
2329 size_t msglen;
2330 unsigned int md_len;
2331 unsigned char shared_ukm[32], tmp[256];
2332 EVP_MD_CTX *ukm_hash;
2333 int dgst_nid = NID_id_GostR3411_94;
2334 if ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aGOST12) != 0)
2335 dgst_nid = NID_id_GostR3411_2012_256;
2336
2337
2338 pmslen = 32;
2339 pms = OPENSSL_malloc(pmslen);
2340 if (pms == NULL)
2341 goto memerr;
2342
2343 /*
2344 * Get server sertificate PKEY and create ctx from it
2345 */
2346 peer_cert = s->session->peer;
2347 if (!peer_cert) {
2348 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2349 SSL_R_NO_GOST_CERTIFICATE_SENT_BY_PEER);
2350 goto err;
2351 }
2352
2353 pkey_ctx = EVP_PKEY_CTX_new(X509_get0_pubkey(peer_cert), NULL);
2354 if (pkey_ctx == NULL) {
2355 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2356 ERR_R_MALLOC_FAILURE);
2357 goto err;
2358 }
2359 /*
2360 * If we have send a certificate, and certificate key
2361 * parameters match those of server certificate, use
2362 * certificate key for key exchange
2363 */
2364
2365 /* Otherwise, generate ephemeral key pair */
2366
2367 if (pkey_ctx == NULL
2368 || EVP_PKEY_encrypt_init(pkey_ctx) <= 0
2369 /* Generate session key */
2370 || RAND_bytes(pms, pmslen) <= 0) {
2371 EVP_PKEY_CTX_free(pkey_ctx);
2372 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2373 ERR_R_INTERNAL_ERROR);
2374 goto err;
2375 };
2376 /*
2377 * If we have client certificate, use its secret as peer key
2378 */
2379 if (s->s3->tmp.cert_req && s->cert->key->privatekey) {
2380 if (EVP_PKEY_derive_set_peer
2381 (pkey_ctx, s->cert->key->privatekey) <= 0) {
2382 /*
2383 * If there was an error - just ignore it. Ephemeral key
2384 * * would be used
2385 */
2386 ERR_clear_error();
2387 }
2388 }
2389 /*
2390 * Compute shared IV and store it in algorithm-specific context
2391 * data
2392 */
2393 ukm_hash = EVP_MD_CTX_new();
2394 if (EVP_DigestInit(ukm_hash,
2395 EVP_get_digestbynid(dgst_nid)) <= 0
2396 || EVP_DigestUpdate(ukm_hash, s->s3->client_random,
2397 SSL3_RANDOM_SIZE) <= 0
2398 || EVP_DigestUpdate(ukm_hash, s->s3->server_random,
2399 SSL3_RANDOM_SIZE) <= 0
2400 || EVP_DigestFinal_ex(ukm_hash, shared_ukm, &md_len) <= 0) {
2401 EVP_MD_CTX_free(ukm_hash);
2402 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2403 ERR_R_INTERNAL_ERROR);
2404 goto err;
2405 }
2406 EVP_MD_CTX_free(ukm_hash);
2407 if (EVP_PKEY_CTX_ctrl
2408 (pkey_ctx, -1, EVP_PKEY_OP_ENCRYPT, EVP_PKEY_CTRL_SET_IV, 8,
2409 shared_ukm) < 0) {
2410 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2411 SSL_R_LIBRARY_BUG);
2412 goto err;
2413 }
2414 /* Make GOST keytransport blob message */
2415 /*
2416 * Encapsulate it into sequence
2417 */
2418 *(p++) = V_ASN1_SEQUENCE | V_ASN1_CONSTRUCTED;
2419 msglen = 255;
2420 if (EVP_PKEY_encrypt(pkey_ctx, tmp, &msglen, pms, pmslen) <= 0) {
2421 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2422 SSL_R_LIBRARY_BUG);
2423 goto err;
2424 }
2425 if (msglen >= 0x80) {
2426 *(p++) = 0x81;
2427 *(p++) = msglen & 0xff;
2428 n = msglen + 3;
2429 } else {
2430 *(p++) = msglen & 0xff;
2431 n = msglen + 2;
2432 }
2433 memcpy(p, tmp, msglen);
2434 /* Check if pubkey from client certificate was used */
2435 if (EVP_PKEY_CTX_ctrl
2436 (pkey_ctx, -1, -1, EVP_PKEY_CTRL_PEER_KEY, 2, NULL) > 0) {
2437 /* Set flag "skip certificate verify" */
2438 s->s3->flags |= TLS1_FLAGS_SKIP_CERT_VERIFY;
2439 }
2440 EVP_PKEY_CTX_free(pkey_ctx);
2441
2442 }
2443 #endif
2444 #ifndef OPENSSL_NO_SRP
2445 else if (alg_k & SSL_kSRP) {
2446 if (s->srp_ctx.A != NULL) {
2447 /* send off the data */
2448 n = BN_num_bytes(s->srp_ctx.A);
2449 s2n(n, p);
2450 BN_bn2bin(s->srp_ctx.A, p);
2451 n += 2;
2452 } else {
2453 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2454 ERR_R_INTERNAL_ERROR);
2455 goto err;
2456 }
2457 OPENSSL_free(s->session->srp_username);
2458 s->session->srp_username = OPENSSL_strdup(s->srp_ctx.login);
2459 if (s->session->srp_username == NULL) {
2460 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE,
2461 ERR_R_MALLOC_FAILURE);
2462 goto err;
2463 }
2464 }
2465 #endif
2466 else {
2467 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
2468 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE, ERR_R_INTERNAL_ERROR);
2469 goto err;
2470 }
2471
2472 #ifndef OPENSSL_NO_PSK
2473 n += pskhdrlen;
2474 #endif
2475
2476 if (!ssl_set_handshake_header(s, SSL3_MT_CLIENT_KEY_EXCHANGE, n)) {
2477 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
2478 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE, ERR_R_INTERNAL_ERROR);
2479 goto err;
2480 }
2481
2482 if (pms != NULL) {
2483 s->s3->tmp.pms = pms;
2484 s->s3->tmp.pmslen = pmslen;
2485 }
2486
2487 return 1;
2488 memerr:
2489 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
2490 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_KEY_EXCHANGE, ERR_R_MALLOC_FAILURE);
2491 err:
2492 OPENSSL_clear_free(pms, pmslen);
2493 s->s3->tmp.pms = NULL;
2494 #ifndef OPENSSL_NO_RSA
2495 EVP_PKEY_CTX_free(pctx);
2496 #endif
2497 #ifndef OPENSSL_NO_EC
2498 OPENSSL_free(encodedPoint);
2499 #endif
2500 #if !defined(OPENSSL_NO_EC) || !defined(OPENSSL_NO_DH)
2501 EVP_PKEY_free(ckey);
2502 #endif
2503 #ifndef OPENSSL_NO_PSK
2504 OPENSSL_clear_free(s->s3->tmp.psk, s->s3->tmp.psklen);
2505 s->s3->tmp.psk = NULL;
2506 #endif
2507 ossl_statem_set_error(s);
2508 return 0;
2509 }
2510
2511 int tls_client_key_exchange_post_work(SSL *s)
2512 {
2513 unsigned char *pms = NULL;
2514 size_t pmslen = 0;
2515
2516 #ifndef OPENSSL_NO_SRP
2517 /* Check for SRP */
2518 if (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) {
2519 if (!srp_generate_client_master_secret(s)) {
2520 SSLerr(SSL_F_TLS_CLIENT_KEY_EXCHANGE_POST_WORK,
2521 ERR_R_INTERNAL_ERROR);
2522 goto err;
2523 }
2524 return 1;
2525 }
2526 #endif
2527 pms = s->s3->tmp.pms;
2528 pmslen = s->s3->tmp.pmslen;
2529
2530 if (pms == NULL && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) {
2531 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
2532 SSLerr(SSL_F_TLS_CLIENT_KEY_EXCHANGE_POST_WORK, ERR_R_MALLOC_FAILURE);
2533 goto err;
2534 }
2535 if (!ssl_generate_master_secret(s, pms, pmslen, 1)) {
2536 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
2537 SSLerr(SSL_F_TLS_CLIENT_KEY_EXCHANGE_POST_WORK, ERR_R_INTERNAL_ERROR);
2538 goto err;
2539 }
2540
2541 #ifndef OPENSSL_NO_SCTP
2542 if (SSL_IS_DTLS(s)) {
2543 unsigned char sctpauthkey[64];
2544 char labelbuffer[sizeof(DTLS1_SCTP_AUTH_LABEL)];
2545
2546 /*
2547 * Add new shared key for SCTP-Auth, will be ignored if no SCTP
2548 * used.
2549 */
2550 memcpy(labelbuffer, DTLS1_SCTP_AUTH_LABEL,
2551 sizeof(DTLS1_SCTP_AUTH_LABEL));
2552
2553 if (SSL_export_keying_material(s, sctpauthkey,
2554 sizeof(sctpauthkey), labelbuffer,
2555 sizeof(labelbuffer), NULL, 0, 0) <= 0)
2556 goto err;
2557
2558 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY,
2559 sizeof(sctpauthkey), sctpauthkey);
2560 }
2561 #endif
2562
2563 return 1;
2564 err:
2565 OPENSSL_clear_free(pms, pmslen);
2566 s->s3->tmp.pms = NULL;
2567 return 0;
2568 }
2569
2570 int tls_construct_client_verify(SSL *s)
2571 {
2572 unsigned char *p;
2573 EVP_PKEY *pkey;
2574 const EVP_MD *md = s->s3->tmp.md[s->cert->key - s->cert->pkeys];
2575 EVP_MD_CTX *mctx;
2576 unsigned u = 0;
2577 unsigned long n = 0;
2578 long hdatalen = 0;
2579 void *hdata;
2580
2581 mctx = EVP_MD_CTX_new();
2582 if (mctx == NULL) {
2583 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_VERIFY, ERR_R_MALLOC_FAILURE);
2584 goto err;
2585 }
2586
2587 p = ssl_handshake_start(s);
2588 pkey = s->cert->key->privatekey;
2589
2590 hdatalen = BIO_get_mem_data(s->s3->handshake_buffer, &hdata);
2591 if (hdatalen <= 0) {
2592 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_VERIFY, ERR_R_INTERNAL_ERROR);
2593 goto err;
2594 }
2595 if (SSL_USE_SIGALGS(s)) {
2596 if (!tls12_get_sigandhash(p, pkey, md)) {
2597 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_VERIFY, ERR_R_INTERNAL_ERROR);
2598 goto err;
2599 }
2600 p += 2;
2601 n = 2;
2602 }
2603 #ifdef SSL_DEBUG
2604 fprintf(stderr, "Using client alg %s\n", EVP_MD_name(md));
2605 #endif
2606 if (!EVP_SignInit_ex(mctx, md, NULL)
2607 || !EVP_SignUpdate(mctx, hdata, hdatalen)
2608 || (s->version == SSL3_VERSION
2609 && !EVP_MD_CTX_ctrl(mctx, EVP_CTRL_SSL3_MASTER_SECRET,
2610 s->session->master_key_length,
2611 s->session->master_key))
2612 || !EVP_SignFinal(mctx, p + 2, &u, pkey)) {
2613 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_VERIFY, ERR_R_EVP_LIB);
2614 goto err;
2615 }
2616 #ifndef OPENSSL_NO_GOST
2617 {
2618 int pktype = EVP_PKEY_id(pkey);
2619 if (pktype == NID_id_GostR3410_2001
2620 || pktype == NID_id_GostR3410_2012_256
2621 || pktype == NID_id_GostR3410_2012_512)
2622 BUF_reverse(p + 2, NULL, u);
2623 }
2624 #endif
2625
2626 s2n(u, p);
2627 n += u + 2;
2628 /* Digest cached records and discard handshake buffer */
2629 if (!ssl3_digest_cached_records(s, 0))
2630 goto err;
2631 if (!ssl_set_handshake_header(s, SSL3_MT_CERTIFICATE_VERIFY, n)) {
2632 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_VERIFY, ERR_R_INTERNAL_ERROR);
2633 goto err;
2634 }
2635
2636 EVP_MD_CTX_free(mctx);
2637 return 1;
2638 err:
2639 EVP_MD_CTX_free(mctx);
2640 return 0;
2641 }
2642
2643 /*
2644 * Check a certificate can be used for client authentication. Currently check
2645 * cert exists, if we have a suitable digest for TLS 1.2 if static DH client
2646 * certificates can be used and optionally checks suitability for Suite B.
2647 */
2648 static int ssl3_check_client_certificate(SSL *s)
2649 {
2650 if (!s->cert || !s->cert->key->x509 || !s->cert->key->privatekey)
2651 return 0;
2652 /* If no suitable signature algorithm can't use certificate */
2653 if (SSL_USE_SIGALGS(s) && !s->s3->tmp.md[s->cert->key - s->cert->pkeys])
2654 return 0;
2655 /*
2656 * If strict mode check suitability of chain before using it. This also
2657 * adjusts suite B digest if necessary.
2658 */
2659 if (s->cert->cert_flags & SSL_CERT_FLAGS_CHECK_TLS_STRICT &&
2660 !tls1_check_chain(s, NULL, NULL, NULL, -2))
2661 return 0;
2662 return 1;
2663 }
2664
2665 WORK_STATE tls_prepare_client_certificate(SSL *s, WORK_STATE wst)
2666 {
2667 X509 *x509 = NULL;
2668 EVP_PKEY *pkey = NULL;
2669 int i;
2670
2671 if (wst == WORK_MORE_A) {
2672 /* Let cert callback update client certificates if required */
2673 if (s->cert->cert_cb) {
2674 i = s->cert->cert_cb(s, s->cert->cert_cb_arg);
2675 if (i < 0) {
2676 s->rwstate = SSL_X509_LOOKUP;
2677 return WORK_MORE_A;
2678 }
2679 if (i == 0) {
2680 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
2681 ossl_statem_set_error(s);
2682 return 0;
2683 }
2684 s->rwstate = SSL_NOTHING;
2685 }
2686 if (ssl3_check_client_certificate(s))
2687 return WORK_FINISHED_CONTINUE;
2688
2689 /* Fall through to WORK_MORE_B */
2690 wst = WORK_MORE_B;
2691 }
2692
2693 /* We need to get a client cert */
2694 if (wst == WORK_MORE_B) {
2695 /*
2696 * If we get an error, we need to ssl->rwstate=SSL_X509_LOOKUP;
2697 * return(-1); We then get retied later
2698 */
2699 i = ssl_do_client_cert_cb(s, &x509, &pkey);
2700 if (i < 0) {
2701 s->rwstate = SSL_X509_LOOKUP;
2702 return WORK_MORE_B;
2703 }
2704 s->rwstate = SSL_NOTHING;
2705 if ((i == 1) && (pkey != NULL) && (x509 != NULL)) {
2706 if (!SSL_use_certificate(s, x509) || !SSL_use_PrivateKey(s, pkey))
2707 i = 0;
2708 } else if (i == 1) {
2709 i = 0;
2710 SSLerr(SSL_F_TLS_PREPARE_CLIENT_CERTIFICATE,
2711 SSL_R_BAD_DATA_RETURNED_BY_CALLBACK);
2712 }
2713
2714 X509_free(x509);
2715 EVP_PKEY_free(pkey);
2716 if (i && !ssl3_check_client_certificate(s))
2717 i = 0;
2718 if (i == 0) {
2719 if (s->version == SSL3_VERSION) {
2720 s->s3->tmp.cert_req = 0;
2721 ssl3_send_alert(s, SSL3_AL_WARNING, SSL_AD_NO_CERTIFICATE);
2722 return WORK_FINISHED_CONTINUE;
2723 } else {
2724 s->s3->tmp.cert_req = 2;
2725 if (!ssl3_digest_cached_records(s, 0)) {
2726 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
2727 ossl_statem_set_error(s);
2728 return 0;
2729 }
2730 }
2731 }
2732
2733 return WORK_FINISHED_CONTINUE;
2734 }
2735
2736 /* Shouldn't ever get here */
2737 return WORK_ERROR;
2738 }
2739
2740 int tls_construct_client_certificate(SSL *s)
2741 {
2742 if (!ssl3_output_cert_chain(s,
2743 (s->s3->tmp.cert_req ==
2744 2) ? NULL : s->cert->key)) {
2745 SSLerr(SSL_F_TLS_CONSTRUCT_CLIENT_CERTIFICATE, ERR_R_INTERNAL_ERROR);
2746 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
2747 ossl_statem_set_error(s);
2748 return 0;
2749 }
2750
2751 return 1;
2752 }
2753
2754 #define has_bits(i,m) (((i)&(m)) == (m))
2755
2756 int ssl3_check_cert_and_algorithm(SSL *s)
2757 {
2758 int i;
2759 #ifndef OPENSSL_NO_EC
2760 int idx;
2761 #endif
2762 long alg_k, alg_a;
2763 EVP_PKEY *pkey = NULL;
2764 int al = SSL_AD_HANDSHAKE_FAILURE;
2765
2766 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
2767 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
2768
2769 /* we don't have a certificate */
2770 if ((alg_a & SSL_aNULL) || (alg_k & SSL_kPSK))
2771 return (1);
2772
2773 /* This is the passed certificate */
2774
2775 #ifndef OPENSSL_NO_EC
2776 idx = s->session->peer_type;
2777 if (idx == SSL_PKEY_ECC) {
2778 if (ssl_check_srvr_ecc_cert_and_alg(s->session->peer, s) == 0) {
2779 /* check failed */
2780 SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM, SSL_R_BAD_ECC_CERT);
2781 goto f_err;
2782 } else {
2783 return 1;
2784 }
2785 } else if (alg_a & SSL_aECDSA) {
2786 SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,
2787 SSL_R_MISSING_ECDSA_SIGNING_CERT);
2788 goto f_err;
2789 }
2790 #endif
2791 pkey = X509_get0_pubkey(s->session->peer);
2792 i = X509_certificate_type(s->session->peer, pkey);
2793
2794 /* Check that we have a certificate if we require one */
2795 if ((alg_a & SSL_aRSA) && !has_bits(i, EVP_PK_RSA | EVP_PKT_SIGN)) {
2796 SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,
2797 SSL_R_MISSING_RSA_SIGNING_CERT);
2798 goto f_err;
2799 }
2800 #ifndef OPENSSL_NO_DSA
2801 else if ((alg_a & SSL_aDSS) && !has_bits(i, EVP_PK_DSA | EVP_PKT_SIGN)) {
2802 SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,
2803 SSL_R_MISSING_DSA_SIGNING_CERT);
2804 goto f_err;
2805 }
2806 #endif
2807 #ifndef OPENSSL_NO_RSA
2808 if (alg_k & (SSL_kRSA | SSL_kRSAPSK) &&
2809 !has_bits(i, EVP_PK_RSA | EVP_PKT_ENC)) {
2810 SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,
2811 SSL_R_MISSING_RSA_ENCRYPTING_CERT);
2812 goto f_err;
2813 }
2814 #endif
2815 #ifndef OPENSSL_NO_DH
2816 if ((alg_k & SSL_kDHE) && (s->s3->peer_tmp == NULL)) {
2817 al = SSL_AD_INTERNAL_ERROR;
2818 SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM, ERR_R_INTERNAL_ERROR);
2819 goto f_err;
2820 }
2821 #endif
2822
2823 return (1);
2824 f_err:
2825 ssl3_send_alert(s, SSL3_AL_FATAL, al);
2826 return (0);
2827 }
2828
2829 #ifndef OPENSSL_NO_NEXTPROTONEG
2830 int tls_construct_next_proto(SSL *s)
2831 {
2832 unsigned int len, padding_len;
2833 unsigned char *d;
2834
2835 len = s->next_proto_negotiated_len;
2836 padding_len = 32 - ((len + 2) % 32);
2837 d = (unsigned char *)s->init_buf->data;
2838 d[4] = len;
2839 memcpy(d + 5, s->next_proto_negotiated, len);
2840 d[5 + len] = padding_len;
2841 memset(d + 6 + len, 0, padding_len);
2842 *(d++) = SSL3_MT_NEXT_PROTO;
2843 l2n3(2 + len + padding_len, d);
2844 s->init_num = 4 + 2 + len + padding_len;
2845 s->init_off = 0;
2846
2847 return 1;
2848 }
2849 #endif
2850
2851 int ssl_do_client_cert_cb(SSL *s, X509 **px509, EVP_PKEY **ppkey)
2852 {
2853 int i = 0;
2854 #ifndef OPENSSL_NO_ENGINE
2855 if (s->ctx->client_cert_engine) {
2856 i = ENGINE_load_ssl_client_cert(s->ctx->client_cert_engine, s,
2857 SSL_get_client_CA_list(s),
2858 px509, ppkey, NULL, NULL, NULL);
2859 if (i != 0)
2860 return i;
2861 }
2862 #endif
2863 if (s->ctx->client_cert_cb)
2864 i = s->ctx->client_cert_cb(s, px509, ppkey);
2865 return i;
2866 }
2867
2868 int ssl_cipher_list_to_bytes(SSL *s, STACK_OF(SSL_CIPHER) *sk,
2869 unsigned char *p)
2870 {
2871 int i, j = 0;
2872 const SSL_CIPHER *c;
2873 unsigned char *q;
2874 int empty_reneg_info_scsv = !s->renegotiate;
2875 /* Set disabled masks for this session */
2876 ssl_set_client_disabled(s);
2877
2878 if (sk == NULL)
2879 return (0);
2880 q = p;
2881
2882 for (i = 0; i < sk_SSL_CIPHER_num(sk); i++) {
2883 c = sk_SSL_CIPHER_value(sk, i);
2884 /* Skip disabled ciphers */
2885 if (ssl_cipher_disabled(s, c, SSL_SECOP_CIPHER_SUPPORTED))
2886 continue;
2887 j = s->method->put_cipher_by_char(c, p);
2888 p += j;
2889 }
2890 /*
2891 * If p == q, no ciphers; caller indicates an error. Otherwise, add
2892 * applicable SCSVs.
2893 */
2894 if (p != q) {
2895 if (empty_reneg_info_scsv) {
2896 static SSL_CIPHER scsv = {
2897 0, NULL, SSL3_CK_SCSV, 0, 0, 0, 0, 0, 0, 0, 0, 0
2898 };
2899 j = s->method->put_cipher_by_char(&scsv, p);
2900 p += j;
2901 }
2902 if (s->mode & SSL_MODE_SEND_FALLBACK_SCSV) {
2903 static SSL_CIPHER scsv = {
2904 0, NULL, SSL3_CK_FALLBACK_SCSV, 0, 0, 0, 0, 0, 0, 0, 0, 0
2905 };
2906 j = s->method->put_cipher_by_char(&scsv, p);
2907 p += j;
2908 }
2909 }
2910
2911 return (p - q);
2912 }