First public contribution.
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-2005 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.
125 © Portions copyright (c) 2006 Nokia Corporation. All rights reserved.
128 #define REUSE_CIPHER_BUG
129 #define NETSCAPE_HANG_BUG
132 #include "ssl_locl.h"
133 #include "kssl_lcl.h"
134 #include <openssl/buffer.h>
135 #include <openssl/rand.h>
136 #include <openssl/objects.h>
137 #include <openssl/evp.h>
138 #include <openssl/hmac.h>
139 #include <openssl/x509.h>
140 #ifndef OPENSSL_NO_DH
141 #include <openssl/dh.h>
143 #include <openssl/bn.h>
144 #ifndef OPENSSL_NO_KRB5
145 #include <openssl/krb5_asn.h>
147 #include <openssl/md5.h>
149 #if (defined(SYMBIAN) && (defined(__WINSCW__) || defined(__WINS__)))
150 #include "libssl_wsd.h"
155 GET_STATIC_VAR_FROM_TLS(SSLv3_server_method_data,s3_srvr,SSL_METHOD)
157 #define SSLv3_server_method_data (*GET_WSD_VAR_NAME(SSLv3_server_method_data,s3_srvr,s)())
161 static SSL_METHOD *ssl3_get_server_method(int ver);
163 #ifndef OPENSSL_NO_ECDH
164 static int nid2curve_id(int nid);
167 static SSL_METHOD *ssl3_get_server_method(int ver)
169 if (ver == SSL3_VERSION)
170 return(SSLv3_server_method());
175 EXPORT_C IMPLEMENT_ssl3_meth_func(SSLv3_server_method,
177 ssl_undefined_function,
178 ssl3_get_server_method)
180 int ssl3_accept(SSL *s)
183 unsigned long l,Time=(unsigned long)time(NULL);
184 void (*cb)(const SSL *ssl,int type,int val)=NULL;
187 int new_state,state,skip=0;
189 RAND_add(&Time,sizeof(Time),0);
193 if (s->info_callback != NULL)
195 else if (s->ctx->info_callback != NULL)
196 cb=s->ctx->info_callback;
198 /* init things to blank */
200 if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s);
204 SSLerr(SSL_F_SSL3_ACCEPT,SSL_R_NO_CERTIFICATE_SET);
214 case SSL_ST_RENEGOTIATE:
216 /* s->state=SSL_ST_ACCEPT; */
220 case SSL_ST_BEFORE|SSL_ST_ACCEPT:
221 case SSL_ST_OK|SSL_ST_ACCEPT:
224 if (cb != NULL) cb(s,SSL_CB_HANDSHAKE_START,1);
226 if ((s->version>>8) != 3)
228 SSLerr(SSL_F_SSL3_ACCEPT, ERR_R_INTERNAL_ERROR);
231 s->type=SSL_ST_ACCEPT;
233 if (s->init_buf == NULL)
235 if ((buf=BUF_MEM_new()) == NULL)
240 if (!BUF_MEM_grow(buf,SSL3_RT_MAX_PLAIN_LENGTH))
248 if (!ssl3_setup_buffers(s))
256 if (s->state != SSL_ST_RENEGOTIATE)
258 /* Ok, we now need to push on a buffering BIO so that
259 * the output is sent in a way that TCP likes :-)
261 if (!ssl_init_wbio_buffer(s,1)) { ret= -1; goto end; }
263 ssl3_init_finished_mac(s);
264 s->state=SSL3_ST_SR_CLNT_HELLO_A;
265 s->ctx->stats.sess_accept++;
269 /* s->state == SSL_ST_RENEGOTIATE,
270 * we will just send a HelloRequest */
271 s->ctx->stats.sess_accept_renegotiate++;
272 s->state=SSL3_ST_SW_HELLO_REQ_A;
276 case SSL3_ST_SW_HELLO_REQ_A:
277 case SSL3_ST_SW_HELLO_REQ_B:
280 ret=ssl3_send_hello_request(s);
281 if (ret <= 0) goto end;
282 s->s3->tmp.next_state=SSL3_ST_SW_HELLO_REQ_C;
283 s->state=SSL3_ST_SW_FLUSH;
286 ssl3_init_finished_mac(s);
289 case SSL3_ST_SW_HELLO_REQ_C:
293 case SSL3_ST_SR_CLNT_HELLO_A:
294 case SSL3_ST_SR_CLNT_HELLO_B:
295 case SSL3_ST_SR_CLNT_HELLO_C:
298 ret=ssl3_get_client_hello(s);
299 if (ret <= 0) goto end;
301 s->state=SSL3_ST_SW_SRVR_HELLO_A;
305 case SSL3_ST_SW_SRVR_HELLO_A:
306 case SSL3_ST_SW_SRVR_HELLO_B:
307 ret=ssl3_send_server_hello(s);
308 if (ret <= 0) goto end;
311 s->state=SSL3_ST_SW_CHANGE_A;
313 s->state=SSL3_ST_SW_CERT_A;
317 case SSL3_ST_SW_CERT_A:
318 case SSL3_ST_SW_CERT_B:
319 /* Check if it is anon DH or anon ECDH or KRB5 */
320 if (!(s->s3->tmp.new_cipher->algorithms & SSL_aNULL)
321 && !(s->s3->tmp.new_cipher->algorithms & SSL_aKRB5))
323 ret=ssl3_send_server_certificate(s);
324 if (ret <= 0) goto end;
328 s->state=SSL3_ST_SW_KEY_EXCH_A;
332 case SSL3_ST_SW_KEY_EXCH_A:
333 case SSL3_ST_SW_KEY_EXCH_B:
334 l=s->s3->tmp.new_cipher->algorithms;
336 /* clear this, it may get reset by
337 * send_server_key_exchange */
338 if ((s->options & SSL_OP_EPHEMERAL_RSA)
339 #ifndef OPENSSL_NO_KRB5
341 #endif /* OPENSSL_NO_KRB5 */
343 /* option SSL_OP_EPHEMERAL_RSA sends temporary RSA key
344 * even when forbidden by protocol specs
345 * (handshake may fail as clients are not required to
346 * be able to handle this) */
347 s->s3->tmp.use_rsa_tmp=1;
349 s->s3->tmp.use_rsa_tmp=0;
352 /* only send if a DH key exchange, fortezza or
353 * RSA but we have a sign only certificate
355 * For ECC ciphersuites, we send a serverKeyExchange
356 * message only if the cipher suite is either
357 * ECDH-anon or ECDHE. In other cases, the
358 * server certificate contains the server's
359 * public key for key exchange.
361 if (s->s3->tmp.use_rsa_tmp
363 || (l & (SSL_DH|SSL_kFZA))
365 && (s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey == NULL
366 || (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher)
367 && EVP_PKEY_size(s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey)*8 > SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)
373 ret=ssl3_send_server_key_exchange(s);
374 if (ret <= 0) goto end;
379 s->state=SSL3_ST_SW_CERT_REQ_A;
383 case SSL3_ST_SW_CERT_REQ_A:
384 case SSL3_ST_SW_CERT_REQ_B:
385 if (/* don't request cert unless asked for it: */
386 !(s->verify_mode & SSL_VERIFY_PEER) ||
387 /* if SSL_VERIFY_CLIENT_ONCE is set,
388 * don't request cert during re-negotiation: */
389 ((s->session->peer != NULL) &&
390 (s->verify_mode & SSL_VERIFY_CLIENT_ONCE)) ||
391 /* never request cert in anonymous ciphersuites
392 * (see section "Certificate request" in SSL 3 drafts
393 * and in RFC 2246): */
394 ((s->s3->tmp.new_cipher->algorithms & SSL_aNULL) &&
395 /* ... except when the application insists on verification
396 * (against the specs, but s3_clnt.c accepts this for SSL 3) */
397 !(s->verify_mode & SSL_VERIFY_FAIL_IF_NO_PEER_CERT)) ||
398 /* never request cert in Kerberos ciphersuites */
399 (s->s3->tmp.new_cipher->algorithms & SSL_aKRB5))
401 /* no cert request */
403 s->s3->tmp.cert_request=0;
404 s->state=SSL3_ST_SW_SRVR_DONE_A;
408 s->s3->tmp.cert_request=1;
409 ret=ssl3_send_certificate_request(s);
410 if (ret <= 0) goto end;
411 #ifndef NETSCAPE_HANG_BUG
412 s->state=SSL3_ST_SW_SRVR_DONE_A;
414 s->state=SSL3_ST_SW_FLUSH;
415 s->s3->tmp.next_state=SSL3_ST_SR_CERT_A;
421 case SSL3_ST_SW_SRVR_DONE_A:
422 case SSL3_ST_SW_SRVR_DONE_B:
423 ret=ssl3_send_server_done(s);
424 if (ret <= 0) goto end;
425 s->s3->tmp.next_state=SSL3_ST_SR_CERT_A;
426 s->state=SSL3_ST_SW_FLUSH;
430 case SSL3_ST_SW_FLUSH:
431 /* number of bytes to be flushed */
432 num1=BIO_ctrl(s->wbio,BIO_CTRL_INFO,0,NULL);
435 s->rwstate=SSL_WRITING;
436 num1=BIO_flush(s->wbio);
437 if (num1 <= 0) { ret= -1; goto end; }
438 s->rwstate=SSL_NOTHING;
441 s->state=s->s3->tmp.next_state;
444 case SSL3_ST_SR_CERT_A:
445 case SSL3_ST_SR_CERT_B:
446 /* Check for second client hello (MS SGC) */
447 ret = ssl3_check_client_hello(s);
451 s->state = SSL3_ST_SR_CLNT_HELLO_C;
453 if (s->s3->tmp.cert_request)
455 ret=ssl3_get_client_certificate(s);
456 if (ret <= 0) goto end;
459 s->state=SSL3_ST_SR_KEY_EXCH_A;
463 case SSL3_ST_SR_KEY_EXCH_A:
464 case SSL3_ST_SR_KEY_EXCH_B:
465 ret=ssl3_get_client_key_exchange(s);
470 /* For the ECDH ciphersuites when
471 * the client sends its ECDH pub key in
472 * a certificate, the CertificateVerify
473 * message is not sent.
475 s->state=SSL3_ST_SR_FINISHED_A;
480 s->state=SSL3_ST_SR_CERT_VRFY_A;
483 /* We need to get hashes here so if there is
484 * a client cert, it can be verified
486 s->method->ssl3_enc->cert_verify_mac(s,
487 &(s->s3->finish_dgst1),
488 &(s->s3->tmp.cert_verify_md[0]));
489 s->method->ssl3_enc->cert_verify_mac(s,
490 &(s->s3->finish_dgst2),
491 &(s->s3->tmp.cert_verify_md[MD5_DIGEST_LENGTH]));
495 case SSL3_ST_SR_CERT_VRFY_A:
496 case SSL3_ST_SR_CERT_VRFY_B:
498 /* we should decide if we expected this one */
499 ret=ssl3_get_cert_verify(s);
500 if (ret <= 0) goto end;
502 s->state=SSL3_ST_SR_FINISHED_A;
506 case SSL3_ST_SR_FINISHED_A:
507 case SSL3_ST_SR_FINISHED_B:
508 ret=ssl3_get_finished(s,SSL3_ST_SR_FINISHED_A,
509 SSL3_ST_SR_FINISHED_B);
510 if (ret <= 0) goto end;
515 s->state=SSL3_ST_SW_CHANGE_A;
521 case SSL3_ST_SW_CHANGE_A:
522 case SSL3_ST_SW_CHANGE_B:
524 s->session->cipher=s->s3->tmp.new_cipher;
525 if (!s->method->ssl3_enc->setup_key_block(s))
526 { ret= -1; goto end; }
528 ret=ssl3_send_change_cipher_spec(s,
529 SSL3_ST_SW_CHANGE_A,SSL3_ST_SW_CHANGE_B);
531 if (ret <= 0) goto end;
532 s->state=SSL3_ST_SW_FINISHED_A;
535 if (!s->method->ssl3_enc->change_cipher_state(s,
536 SSL3_CHANGE_CIPHER_SERVER_WRITE))
544 case SSL3_ST_SW_FINISHED_A:
545 case SSL3_ST_SW_FINISHED_B:
546 ret=ssl3_send_finished(s,
547 SSL3_ST_SW_FINISHED_A,SSL3_ST_SW_FINISHED_B,
548 s->method->ssl3_enc->server_finished_label,
549 s->method->ssl3_enc->server_finished_label_len);
550 if (ret <= 0) goto end;
551 s->state=SSL3_ST_SW_FLUSH;
553 s->s3->tmp.next_state=SSL3_ST_SR_FINISHED_A;
555 s->s3->tmp.next_state=SSL_ST_OK;
560 /* clean a few things up */
561 ssl3_cleanup_key_block(s);
563 BUF_MEM_free(s->init_buf);
566 /* remove buffering on output */
567 ssl_free_wbio_buffer(s);
571 if (s->new_session == 2) /* skipped if we just sent a HelloRequest */
573 /* actually not necessarily a 'new' session unless
574 * SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION is set */
578 ssl_update_cache(s,SSL_SESS_CACHE_SERVER);
580 s->ctx->stats.sess_accept_good++;
582 s->handshake_func=ssl3_accept;
584 if (cb != NULL) cb(s,SSL_CB_HANDSHAKE_DONE,1);
592 SSLerr(SSL_F_SSL3_ACCEPT,SSL_R_UNKNOWN_STATE);
598 if (!s->s3->tmp.reuse_message && !skip)
602 if ((ret=BIO_flush(s->wbio)) <= 0)
607 if ((cb != NULL) && (s->state != state))
611 cb(s,SSL_CB_ACCEPT_LOOP,1);
618 /* BIO_flush(s->wbio); */
622 cb(s,SSL_CB_ACCEPT_EXIT,ret);
626 int ssl3_send_hello_request(SSL *s)
630 if (s->state == SSL3_ST_SW_HELLO_REQ_A)
632 p=(unsigned char *)s->init_buf->data;
633 *(p++)=SSL3_MT_HELLO_REQUEST;
638 s->state=SSL3_ST_SW_HELLO_REQ_B;
639 /* number of bytes to write */
644 /* SSL3_ST_SW_HELLO_REQ_B */
645 return(ssl3_do_write(s,SSL3_RT_HANDSHAKE));
648 int ssl3_check_client_hello(SSL *s)
653 /* this function is called when we really expect a Certificate message,
654 * so permit appropriate message length */
655 n=s->method->ssl_get_message(s,
661 if (!ok) return((int)n);
662 s->s3->tmp.reuse_message = 1;
663 if (s->s3->tmp.message_type == SSL3_MT_CLIENT_HELLO)
665 /* Throw away what we have done so far in the current handshake,
666 * which will now be aborted. (A full SSL_clear would be too much.)
667 * I hope that tmp.dh is the only thing that may need to be cleared
668 * when a handshake is not completed ... */
669 #ifndef OPENSSL_NO_DH
670 if (s->s3->tmp.dh != NULL)
672 DH_free(s->s3->tmp.dh);
673 s->s3->tmp.dh = NULL;
681 int ssl3_get_client_hello(SSL *s)
683 int i,j,ok,al,ret= -1;
684 unsigned int cookie_len;
687 unsigned char *p,*d,*q;
689 #ifndef OPENSSL_NO_COMP
692 STACK_OF(SSL_CIPHER) *ciphers=NULL;
694 /* We do this so that we will respond with our native type.
695 * If we are TLSv1 and we get SSLv3, we will respond with TLSv1,
696 * This down switching should be handled by a different method.
697 * If we are SSLv3, we will respond with SSLv3, even if prompted with
700 if (s->state == SSL3_ST_SR_CLNT_HELLO_A)
702 s->state=SSL3_ST_SR_CLNT_HELLO_B;
705 n=s->method->ssl_get_message(s,
706 SSL3_ST_SR_CLNT_HELLO_B,
707 SSL3_ST_SR_CLNT_HELLO_C,
708 SSL3_MT_CLIENT_HELLO,
709 SSL3_RT_MAX_PLAIN_LENGTH,
712 if (!ok) return((int)n);
714 d=p=(unsigned char *)s->init_msg;
716 /* use version from inside client hello, not from record header
717 * (may differ: see RFC 2246, Appendix E, second paragraph) */
718 s->client_version=(((int)p[0])<<8)|(int)p[1];
721 if ((s->version == DTLS1_VERSION && s->client_version > s->version) ||
722 (s->version != DTLS1_VERSION && s->client_version < s->version))
724 SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, SSL_R_WRONG_VERSION_NUMBER);
725 if ((s->client_version>>8) == SSL3_VERSION_MAJOR)
727 /* similar to ssl3_get_record, send alert using remote version number */
728 s->version = s->client_version;
730 al = SSL_AD_PROTOCOL_VERSION;
734 /* load the client random */
735 memcpy(s->s3->client_random,p,SSL3_RANDOM_SIZE);
738 /* get the session-id */
742 /* Versions before 0.9.7 always allow session reuse during renegotiation
743 * (i.e. when s->new_session is true), option
744 * SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION is new with 0.9.7.
745 * Maybe this optional behaviour should always have been the default,
746 * but we cannot safely change the default behaviour (or new applications
747 * might be written that become totally unsecure when compiled with
748 * an earlier library version)
750 if ((s->new_session && (s->options & SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION)))
752 if (!ssl_get_new_session(s,1))
757 i=ssl_get_prev_session(s, p, j, d + n);
759 { /* previous session */
766 if (!ssl_get_new_session(s,1))
773 if (s->version == DTLS1_VERSION)
778 if ( (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) &&
779 s->d1->send_cookie == 0)
781 /* HelloVerifyMessage has already been sent */
782 if ( cookie_len != s->d1->cookie_len)
784 al = SSL_AD_HANDSHAKE_FAILURE;
785 SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, SSL_R_COOKIE_MISMATCH);
791 * The ClientHello may contain a cookie even if the
792 * HelloVerify message has not been sent--make sure that it
793 * does not cause an overflow.
795 if ( cookie_len > sizeof(s->d1->rcvd_cookie))
798 al = SSL_AD_DECODE_ERROR;
799 SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, SSL_R_COOKIE_MISMATCH);
803 /* verify the cookie if appropriate option is set. */
804 if ( (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) &&
807 memcpy(s->d1->rcvd_cookie, p, cookie_len);
809 if ( s->ctx->app_verify_cookie_cb != NULL)
811 if ( s->ctx->app_verify_cookie_cb(s, s->d1->rcvd_cookie,
814 al=SSL_AD_HANDSHAKE_FAILURE;
815 SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,
816 SSL_R_COOKIE_MISMATCH);
819 /* else cookie verification succeeded */
821 else if ( memcmp(s->d1->rcvd_cookie, s->d1->cookie,
822 s->d1->cookie_len) != 0) /* default verification */
824 al=SSL_AD_HANDSHAKE_FAILURE;
825 SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,
826 SSL_R_COOKIE_MISMATCH);
835 if ((i == 0) && (j != 0))
837 /* we need a cipher if we are not resuming a session */
838 al=SSL_AD_ILLEGAL_PARAMETER;
839 SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_NO_CIPHERS_SPECIFIED);
844 /* not enough data */
845 al=SSL_AD_DECODE_ERROR;
846 SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_LENGTH_MISMATCH);
849 if ((i > 0) && (ssl_bytes_to_cipher_list(s,p,i,&(ciphers))
856 /* If it is a hit, check that the cipher is in the list */
857 if ((s->hit) && (i > 0))
860 id=s->session->cipher->id;
863 printf("client sent %d ciphers\n",sk_num(ciphers));
865 for (i=0; i<sk_SSL_CIPHER_num(ciphers); i++)
867 c=sk_SSL_CIPHER_value(ciphers,i);
869 printf("client [%2d of %2d]:%s\n",
870 i,sk_num(ciphers),SSL_CIPHER_get_name(c));
880 if ((s->options & SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG) && (sk_SSL_CIPHER_num(ciphers) == 1))
882 /* Very bad for multi-threading.... */
883 s->session->cipher=sk_SSL_CIPHER_value(ciphers, 0);
887 /* we need to have the cipher in the cipher
888 * list if we are asked to reuse it */
889 al=SSL_AD_ILLEGAL_PARAMETER;
890 SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_REQUIRED_CIPHER_MISSING);
900 /* not enough data */
901 al=SSL_AD_DECODE_ERROR;
902 SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_LENGTH_MISMATCH);
908 if (p[j] == 0) break;
915 al=SSL_AD_DECODE_ERROR;
916 SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_NO_COMPRESSION_SPECIFIED);
921 /* Worst case, we will use the NULL compression, but if we have other
922 * options, we will now look for them. We have i-1 compression
923 * algorithms from the client, starting at q. */
924 s->s3->tmp.new_compression=NULL;
925 #ifndef OPENSSL_NO_COMP
926 if (s->ctx->comp_methods != NULL)
927 { /* See if we have a match */
930 nn=sk_SSL_COMP_num(s->ctx->comp_methods);
933 comp=sk_SSL_COMP_value(s->ctx->comp_methods,m);
946 s->s3->tmp.new_compression=comp;
952 /* TLS does not mind if there is extra stuff */
953 #if 0 /* SSL 3.0 does not mind either, so we should disable this test
954 * (was enabled in 0.9.6d through 0.9.6j and 0.9.7 through 0.9.7b,
955 * in earlier SSLeay/OpenSSL releases this test existed but was buggy) */
956 if (s->version == SSL3_VERSION)
960 /* wrong number of bytes,
961 * there could be more to follow */
962 al=SSL_AD_DECODE_ERROR;
963 SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_LENGTH_MISMATCH);
969 /* Given s->session->ciphers and SSL_get_ciphers, we must
974 #ifdef OPENSSL_NO_COMP
975 s->session->compress_meth=0;
977 s->session->compress_meth=(comp == NULL)?0:comp->id;
979 if (s->session->ciphers != NULL)
980 sk_SSL_CIPHER_free(s->session->ciphers);
981 s->session->ciphers=ciphers;
984 al=SSL_AD_ILLEGAL_PARAMETER;
985 SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_NO_CIPHERS_PASSED);
989 c=ssl3_choose_cipher(s,s->session->ciphers,
994 al=SSL_AD_HANDSHAKE_FAILURE;
995 SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_NO_SHARED_CIPHER);
998 s->s3->tmp.new_cipher=c;
1002 /* Session-id reuse */
1003 #ifdef REUSE_CIPHER_BUG
1004 STACK_OF(SSL_CIPHER) *sk;
1005 SSL_CIPHER *nc=NULL;
1006 SSL_CIPHER *ec=NULL;
1008 if (s->options & SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG)
1010 sk=s->session->ciphers;
1011 for (i=0; i<sk_SSL_CIPHER_num(sk); i++)
1013 c=sk_SSL_CIPHER_value(sk,i);
1014 if (c->algorithms & SSL_eNULL)
1016 if (SSL_C_IS_EXPORT(c))
1020 s->s3->tmp.new_cipher=nc;
1021 else if (ec != NULL)
1022 s->s3->tmp.new_cipher=ec;
1024 s->s3->tmp.new_cipher=s->session->cipher;
1028 s->s3->tmp.new_cipher=s->session->cipher;
1031 /* we now have the following setup.
1033 * cipher_list - our prefered list of ciphers
1034 * ciphers - the clients prefered list of ciphers
1035 * compression - basically ignored right now
1036 * ssl version is set - sslv3
1037 * s->session - The ssl session has been setup.
1038 * s->hit - session reuse flag
1039 * s->tmp.new_cipher - the new cipher to use.
1046 ssl3_send_alert(s,SSL3_AL_FATAL,al);
1049 if (ciphers != NULL) sk_SSL_CIPHER_free(ciphers);
1053 int ssl3_send_server_hello(SSL *s)
1056 unsigned char *p,*d;
1058 unsigned long l,Time;
1060 if (s->state == SSL3_ST_SW_SRVR_HELLO_A)
1062 buf=(unsigned char *)s->init_buf->data;
1063 p=s->s3->server_random;
1064 Time=(unsigned long)time(NULL); /* Time */
1066 if (RAND_pseudo_bytes(p,SSL3_RANDOM_SIZE-4) <= 0)
1068 /* Do the message type and length last */
1071 *(p++)=s->version>>8;
1072 *(p++)=s->version&0xff;
1075 memcpy(p,s->s3->server_random,SSL3_RANDOM_SIZE);
1076 p+=SSL3_RANDOM_SIZE;
1078 /* now in theory we have 3 options to sending back the
1079 * session id. If it is a re-use, we send back the
1080 * old session-id, if it is a new session, we send
1081 * back the new session-id or we send back a 0 length
1082 * session-id if we want it to be single use.
1083 * Currently I will not implement the '0' length session-id
1084 * 12-Jan-98 - I'll now support the '0' length stuff.
1086 if (!(s->ctx->session_cache_mode & SSL_SESS_CACHE_SERVER))
1087 s->session->session_id_length=0;
1089 sl=s->session->session_id_length;
1090 if (sl > (int)sizeof(s->session->session_id))
1092 SSLerr(SSL_F_SSL3_SEND_SERVER_HELLO, ERR_R_INTERNAL_ERROR);
1096 memcpy(p,s->session->session_id,sl);
1099 /* put the cipher */
1100 i=ssl3_put_cipher_by_char(s->s3->tmp.new_cipher,p);
1103 /* put the compression method */
1104 #ifdef OPENSSL_NO_COMP
1107 if (s->s3->tmp.new_compression == NULL)
1110 *(p++)=s->s3->tmp.new_compression->id;
1116 *(d++)=SSL3_MT_SERVER_HELLO;
1119 s->state=SSL3_ST_CW_CLNT_HELLO_B;
1120 /* number of bytes to write */
1125 /* SSL3_ST_CW_CLNT_HELLO_B */
1126 return(ssl3_do_write(s,SSL3_RT_HANDSHAKE));
1129 int ssl3_send_server_done(SSL *s)
1133 if (s->state == SSL3_ST_SW_SRVR_DONE_A)
1135 p=(unsigned char *)s->init_buf->data;
1138 *(p++)=SSL3_MT_SERVER_DONE;
1143 s->state=SSL3_ST_SW_SRVR_DONE_B;
1144 /* number of bytes to write */
1149 /* SSL3_ST_CW_CLNT_HELLO_B */
1150 return(ssl3_do_write(s,SSL3_RT_HANDSHAKE));
1153 int ssl3_send_server_key_exchange(SSL *s)
1155 #ifndef OPENSSL_NO_RSA
1159 unsigned char md_buf[MD5_DIGEST_LENGTH+SHA_DIGEST_LENGTH];
1162 #ifndef OPENSSL_NO_DH
1165 #ifndef OPENSSL_NO_ECDH
1166 EC_KEY *ecdh=NULL, *ecdhp;
1167 unsigned char *encodedPoint = NULL;
1170 BN_CTX *bn_ctx = NULL;
1173 unsigned char *p,*d;
1183 EVP_MD_CTX_init(&md_ctx);
1184 if (s->state == SSL3_ST_SW_KEY_EXCH_A)
1186 type=s->s3->tmp.new_cipher->algorithms & SSL_MKEY_MASK;
1191 r[0]=r[1]=r[2]=r[3]=NULL;
1193 #ifndef OPENSSL_NO_RSA
1194 if (type & SSL_kRSA)
1197 if ((rsa == NULL) && (s->cert->rsa_tmp_cb != NULL))
1199 rsa=s->cert->rsa_tmp_cb(s,
1200 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher),
1201 SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher));
1204 al=SSL_AD_HANDSHAKE_FAILURE;
1205 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,SSL_R_ERROR_GENERATING_TMP_RSA_KEY);
1213 al=SSL_AD_HANDSHAKE_FAILURE;
1214 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,SSL_R_MISSING_TMP_RSA_KEY);
1219 s->s3->tmp.use_rsa_tmp=1;
1223 #ifndef OPENSSL_NO_DH
1224 if (type & SSL_kEDH)
1227 if ((dhp == NULL) && (s->cert->dh_tmp_cb != NULL))
1228 dhp=s->cert->dh_tmp_cb(s,
1229 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher),
1230 SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher));
1233 al=SSL_AD_HANDSHAKE_FAILURE;
1234 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,SSL_R_MISSING_TMP_DH_KEY);
1238 if (s->s3->tmp.dh != NULL)
1241 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE, ERR_R_INTERNAL_ERROR);
1245 if ((dh=DHparams_dup(dhp)) == NULL)
1247 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_R_DH_LIB);
1252 if ((dhp->pub_key == NULL ||
1253 dhp->priv_key == NULL ||
1254 (s->options & SSL_OP_SINGLE_DH_USE)))
1256 if(!DH_generate_key(dh))
1258 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,
1265 dh->pub_key=BN_dup(dhp->pub_key);
1266 dh->priv_key=BN_dup(dhp->priv_key);
1267 if ((dh->pub_key == NULL) ||
1268 (dh->priv_key == NULL))
1270 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_R_DH_LIB);
1280 #ifndef OPENSSL_NO_ECDH
1281 if (type & SSL_kECDHE)
1283 const EC_GROUP *group;
1285 ecdhp=cert->ecdh_tmp;
1286 if ((ecdhp == NULL) && (s->cert->ecdh_tmp_cb != NULL))
1288 ecdhp=s->cert->ecdh_tmp_cb(s,
1289 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher),
1290 SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher));
1294 al=SSL_AD_HANDSHAKE_FAILURE;
1295 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,SSL_R_MISSING_TMP_ECDH_KEY);
1299 if (s->s3->tmp.ecdh != NULL)
1301 EC_KEY_free(s->s3->tmp.ecdh);
1302 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE, ERR_R_INTERNAL_ERROR);
1306 /* Duplicate the ECDH structure. */
1309 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_R_ECDH_LIB);
1312 if (!EC_KEY_up_ref(ecdhp))
1314 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_R_ECDH_LIB);
1319 s->s3->tmp.ecdh=ecdh;
1320 if ((EC_KEY_get0_public_key(ecdh) == NULL) ||
1321 (EC_KEY_get0_private_key(ecdh) == NULL) ||
1322 (s->options & SSL_OP_SINGLE_ECDH_USE))
1324 if(!EC_KEY_generate_key(ecdh))
1326 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_R_ECDH_LIB);
1331 if (((group = EC_KEY_get0_group(ecdh)) == NULL) ||
1332 (EC_KEY_get0_public_key(ecdh) == NULL) ||
1333 (EC_KEY_get0_private_key(ecdh) == NULL))
1335 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_R_ECDH_LIB);
1339 if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) &&
1340 (EC_GROUP_get_degree(group) > 163))
1342 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,SSL_R_ECGROUP_TOO_LARGE_FOR_CIPHER);
1346 /* XXX: For now, we only support ephemeral ECDH
1347 * keys over named (not generic) curves. For
1348 * supported named curves, curve_id is non-zero.
1351 nid2curve_id(EC_GROUP_get_curve_name(group)))
1354 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,SSL_R_UNSUPPORTED_ELLIPTIC_CURVE);
1358 /* Encode the public key.
1359 * First check the size of encoding and
1360 * allocate memory accordingly.
1362 encodedlen = EC_POINT_point2oct(group,
1363 EC_KEY_get0_public_key(ecdh),
1364 POINT_CONVERSION_UNCOMPRESSED,
1367 encodedPoint = (unsigned char *)
1368 OPENSSL_malloc(encodedlen*sizeof(unsigned char));
1369 bn_ctx = BN_CTX_new();
1370 if ((encodedPoint == NULL) || (bn_ctx == NULL))
1372 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_R_MALLOC_FAILURE);
1377 encodedlen = EC_POINT_point2oct(group,
1378 EC_KEY_get0_public_key(ecdh),
1379 POINT_CONVERSION_UNCOMPRESSED,
1380 encodedPoint, encodedlen, bn_ctx);
1382 if (encodedlen == 0)
1384 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_R_ECDH_LIB);
1388 BN_CTX_free(bn_ctx); bn_ctx=NULL;
1390 /* XXX: For now, we only support named (not
1391 * generic) curves in ECDH ephemeral key exchanges.
1392 * In this situation, we need four additional bytes
1393 * to encode the entire ServerECDHParams
1398 /* We'll generate the serverKeyExchange message
1399 * explicitly so we can set these to NULLs
1407 #endif /* !OPENSSL_NO_ECDH */
1409 al=SSL_AD_HANDSHAKE_FAILURE;
1410 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,SSL_R_UNKNOWN_KEY_EXCHANGE_TYPE);
1413 for (i=0; r[i] != NULL; i++)
1415 nr[i]=BN_num_bytes(r[i]);
1419 if (!(s->s3->tmp.new_cipher->algorithms & SSL_aNULL))
1421 if ((pkey=ssl_get_sign_pkey(s,s->s3->tmp.new_cipher))
1424 al=SSL_AD_DECODE_ERROR;
1427 kn=EVP_PKEY_size(pkey);
1435 if (!BUF_MEM_grow_clean(buf,n+4+kn))
1437 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_LIB_BUF);
1440 d=(unsigned char *)s->init_buf->data;
1443 for (i=0; r[i] != NULL; i++)
1450 #ifndef OPENSSL_NO_ECDH
1451 if (type & SSL_kECDHE)
1453 /* XXX: For now, we only support named (not generic) curves.
1454 * In this situation, the serverKeyExchange message has:
1455 * [1 byte CurveType], [2 byte CurveName]
1456 * [1 byte length of encoded point], followed by
1457 * the actual encoded point itself
1459 *p = NAMED_CURVE_TYPE;
1467 memcpy((unsigned char*)p,
1468 (unsigned char *)encodedPoint,
1470 OPENSSL_free(encodedPoint);
1478 /* n is the length of the params, they start at &(d[4])
1479 * and p points to the space at the end. */
1480 #ifndef OPENSSL_NO_RSA
1481 if (pkey->type == EVP_PKEY_RSA)
1485 for (num=2; num > 0; num--)
1487 EVP_DigestInit_ex(&md_ctx,(num == 2)
1488 ?s->ctx->md5:s->ctx->sha1, NULL);
1489 EVP_DigestUpdate(&md_ctx,&(s->s3->client_random[0]),SSL3_RANDOM_SIZE);
1490 EVP_DigestUpdate(&md_ctx,&(s->s3->server_random[0]),SSL3_RANDOM_SIZE);
1491 EVP_DigestUpdate(&md_ctx,&(d[4]),n);
1492 EVP_DigestFinal_ex(&md_ctx,q,
1493 (unsigned int *)&i);
1497 if (RSA_sign(NID_md5_sha1, md_buf, j,
1498 &(p[2]), &u, pkey->pkey.rsa) <= 0)
1500 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_LIB_RSA);
1508 #if !defined(OPENSSL_NO_DSA)
1509 if (pkey->type == EVP_PKEY_DSA)
1512 EVP_SignInit_ex(&md_ctx,EVP_dss1(), NULL);
1513 EVP_SignUpdate(&md_ctx,&(s->s3->client_random[0]),SSL3_RANDOM_SIZE);
1514 EVP_SignUpdate(&md_ctx,&(s->s3->server_random[0]),SSL3_RANDOM_SIZE);
1515 EVP_SignUpdate(&md_ctx,&(d[4]),n);
1516 if (!EVP_SignFinal(&md_ctx,&(p[2]),
1517 (unsigned int *)&i,pkey))
1519 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_LIB_DSA);
1527 #if !defined(OPENSSL_NO_ECDSA)
1528 if (pkey->type == EVP_PKEY_EC)
1530 /* let's do ECDSA */
1531 EVP_SignInit_ex(&md_ctx,EVP_ecdsa(), NULL);
1532 EVP_SignUpdate(&md_ctx,&(s->s3->client_random[0]),SSL3_RANDOM_SIZE);
1533 EVP_SignUpdate(&md_ctx,&(s->s3->server_random[0]),SSL3_RANDOM_SIZE);
1534 EVP_SignUpdate(&md_ctx,&(d[4]),n);
1535 if (!EVP_SignFinal(&md_ctx,&(p[2]),
1536 (unsigned int *)&i,pkey))
1538 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_LIB_ECDSA);
1547 /* Is this error check actually needed? */
1548 al=SSL_AD_HANDSHAKE_FAILURE;
1549 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,SSL_R_UNKNOWN_PKEY_TYPE);
1554 *(d++)=SSL3_MT_SERVER_KEY_EXCHANGE;
1557 /* we should now have things packed up, so lets send
1563 s->state = SSL3_ST_SW_KEY_EXCH_B;
1564 EVP_MD_CTX_cleanup(&md_ctx);
1565 return(ssl3_do_write(s,SSL3_RT_HANDSHAKE));
1567 ssl3_send_alert(s,SSL3_AL_FATAL,al);
1569 #ifndef OPENSSL_NO_ECDH
1570 if (encodedPoint != NULL) OPENSSL_free(encodedPoint);
1571 BN_CTX_free(bn_ctx);
1573 EVP_MD_CTX_cleanup(&md_ctx);
1577 int ssl3_send_certificate_request(SSL *s)
1579 unsigned char *p,*d;
1581 STACK_OF(X509_NAME) *sk=NULL;
1585 if (s->state == SSL3_ST_SW_CERT_REQ_A)
1589 d=p=(unsigned char *)&(buf->data[4]);
1591 /* get the list of acceptable cert types */
1593 n=ssl3_get_req_cert_type(s,p);
1602 sk=SSL_get_client_CA_list(s);
1606 for (i=0; i<sk_X509_NAME_num(sk); i++)
1608 name=sk_X509_NAME_value(sk,i);
1609 j=i2d_X509_NAME(name,NULL);
1610 if (!BUF_MEM_grow_clean(buf,4+n+j+2))
1612 SSLerr(SSL_F_SSL3_SEND_CERTIFICATE_REQUEST,ERR_R_BUF_LIB);
1615 p=(unsigned char *)&(buf->data[4+n]);
1616 if (!(s->options & SSL_OP_NETSCAPE_CA_DN_BUG))
1619 i2d_X509_NAME(name,&p);
1626 i2d_X509_NAME(name,&p);
1627 j-=2; s2n(j,d); j+=2;
1633 /* else no CA names */
1634 p=(unsigned char *)&(buf->data[4+off]);
1637 d=(unsigned char *)buf->data;
1638 *(d++)=SSL3_MT_CERTIFICATE_REQUEST;
1641 /* we should now have things packed up, so lets send
1646 #ifdef NETSCAPE_HANG_BUG
1647 p=(unsigned char *)s->init_buf->data + s->init_num;
1650 *(p++)=SSL3_MT_SERVER_DONE;
1657 s->state = SSL3_ST_SW_CERT_REQ_B;
1660 /* SSL3_ST_SW_CERT_REQ_B */
1661 return(ssl3_do_write(s,SSL3_RT_HANDSHAKE));
1666 int ssl3_get_client_key_exchange(SSL *s)
1672 #ifndef OPENSSL_NO_RSA
1674 EVP_PKEY *pkey=NULL;
1676 #ifndef OPENSSL_NO_DH
1680 #ifndef OPENSSL_NO_KRB5
1682 #endif /* OPENSSL_NO_KRB5 */
1684 #ifndef OPENSSL_NO_ECDH
1685 EC_KEY *srvr_ecdh = NULL;
1686 EVP_PKEY *clnt_pub_pkey = NULL;
1687 EC_POINT *clnt_ecpoint = NULL;
1688 BN_CTX *bn_ctx = NULL;
1691 n=s->method->ssl_get_message(s,
1692 SSL3_ST_SR_KEY_EXCH_A,
1693 SSL3_ST_SR_KEY_EXCH_B,
1694 SSL3_MT_CLIENT_KEY_EXCHANGE,
1698 if (!ok) return((int)n);
1699 p=(unsigned char *)s->init_msg;
1701 l=s->s3->tmp.new_cipher->algorithms;
1703 #ifndef OPENSSL_NO_RSA
1706 /* FIX THIS UP EAY EAY EAY EAY */
1707 if (s->s3->tmp.use_rsa_tmp)
1709 if ((s->cert != NULL) && (s->cert->rsa_tmp != NULL))
1710 rsa=s->cert->rsa_tmp;
1711 /* Don't do a callback because rsa_tmp should
1712 * be sent already */
1715 al=SSL_AD_HANDSHAKE_FAILURE;
1716 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_MISSING_TMP_RSA_PKEY);
1723 pkey=s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey;
1724 if ( (pkey == NULL) ||
1725 (pkey->type != EVP_PKEY_RSA) ||
1726 (pkey->pkey.rsa == NULL))
1728 al=SSL_AD_HANDSHAKE_FAILURE;
1729 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_MISSING_RSA_CERTIFICATE);
1735 /* TLS and [incidentally] DTLS, including pre-0.9.8f */
1736 if (s->version > SSL3_VERSION &&
1737 s->client_version != DTLS1_BAD_VER)
1742 if (!(s->options & SSL_OP_TLS_D5_BUG))
1744 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_TLS_RSA_ENCRYPTED_VALUE_LENGTH_IS_WRONG);
1754 i=RSA_private_decrypt((int)n,p,p,rsa,RSA_PKCS1_PADDING);
1758 if (i != SSL_MAX_MASTER_KEY_LENGTH)
1760 al=SSL_AD_DECODE_ERROR;
1761 /* SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_BAD_RSA_DECRYPT); */
1764 if ((al == -1) && !((p[0] == (s->client_version>>8)) && (p[1] == (s->client_version & 0xff))))
1766 /* The premaster secret must contain the same version number as the
1767 * ClientHello to detect version rollback attacks (strangely, the
1768 * protocol does not offer such protection for DH ciphersuites).
1769 * However, buggy clients exist that send the negotiated protocol
1770 * version instead if the server does not support the requested
1772 * If SSL_OP_TLS_ROLLBACK_BUG is set, tolerate such clients. */
1773 if (!((s->options & SSL_OP_TLS_ROLLBACK_BUG) &&
1774 (p[0] == (s->version>>8)) && (p[1] == (s->version & 0xff))))
1776 al=SSL_AD_DECODE_ERROR;
1777 /* SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_BAD_PROTOCOL_VERSION_NUMBER); */
1779 /* The Klima-Pokorny-Rosa extension of Bleichenbacher's attack
1780 * (http://eprint.iacr.org/2003/052/) exploits the version
1781 * number check as a "bad version oracle" -- an alert would
1782 * reveal that the plaintext corresponding to some ciphertext
1783 * made up by the adversary is properly formatted except
1784 * that the version number is wrong. To avoid such attacks,
1785 * we should treat this just like any other decryption error. */
1791 /* Some decryption failure -- use random value instead as countermeasure
1792 * against Bleichenbacher's attack on PKCS #1 v1.5 RSA padding
1793 * (see RFC 2246, section 7.4.7.1). */
1795 i = SSL_MAX_MASTER_KEY_LENGTH;
1796 p[0] = s->client_version >> 8;
1797 p[1] = s->client_version & 0xff;
1798 if (RAND_pseudo_bytes(p+2, i-2) <= 0) /* should be RAND_bytes, but we cannot work around a failure */
1802 s->session->master_key_length=
1803 s->method->ssl3_enc->generate_master_secret(s,
1804 s->session->master_key,
1806 OPENSSL_cleanse(p,i);
1810 #ifndef OPENSSL_NO_DH
1811 if (l & (SSL_kEDH|SSL_kDHr|SSL_kDHd))
1816 if (!(s->options & SSL_OP_SSLEAY_080_CLIENT_DH_BUG))
1818 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_DH_PUBLIC_VALUE_LENGTH_IS_WRONG);
1828 if (n == 0L) /* the parameters are in the cert */
1830 al=SSL_AD_HANDSHAKE_FAILURE;
1831 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_UNABLE_TO_DECODE_DH_CERTS);
1836 if (s->s3->tmp.dh == NULL)
1838 al=SSL_AD_HANDSHAKE_FAILURE;
1839 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_MISSING_TMP_DH_KEY);
1843 dh_srvr=s->s3->tmp.dh;
1846 pub=BN_bin2bn(p,i,NULL);
1849 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_BN_LIB);
1853 i=DH_compute_key(p,pub,dh_srvr);
1857 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,ERR_R_DH_LIB);
1861 DH_free(s->s3->tmp.dh);
1866 s->session->master_key_length=
1867 s->method->ssl3_enc->generate_master_secret(s,
1868 s->session->master_key,p,i);
1869 OPENSSL_cleanse(p,i);
1873 #ifndef OPENSSL_NO_KRB5
1876 krb5_error_code krb5rc;
1877 krb5_data enc_ticket;
1878 krb5_data authenticator;
1880 KSSL_CTX *kssl_ctx = s->kssl_ctx;
1881 EVP_CIPHER_CTX ciph_ctx;
1882 EVP_CIPHER *enc = NULL;
1883 unsigned char iv[EVP_MAX_IV_LENGTH];
1884 unsigned char pms[SSL_MAX_MASTER_KEY_LENGTH
1885 + EVP_MAX_BLOCK_LENGTH];
1887 krb5_timestamp authtime = 0;
1888 krb5_ticket_times ttimes;
1890 EVP_CIPHER_CTX_init(&ciph_ctx);
1892 if (!kssl_ctx) kssl_ctx = kssl_ctx_new();
1895 enc_ticket.length = i;
1897 if (n < (int)enc_ticket.length + 6)
1899 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
1900 SSL_R_DATA_LENGTH_TOO_LONG);
1904 enc_ticket.data = (char *)p;
1905 p+=enc_ticket.length;
1908 authenticator.length = i;
1910 if (n < (int)(enc_ticket.length + authenticator.length) + 6)
1912 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
1913 SSL_R_DATA_LENGTH_TOO_LONG);
1917 authenticator.data = (char *)p;
1918 p+=authenticator.length;
1922 enc_pms.data = (char *)p;
1925 /* Note that the length is checked again below,
1928 if(enc_pms.length > sizeof pms)
1930 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
1931 SSL_R_DATA_LENGTH_TOO_LONG);
1935 if (n != (long)(enc_ticket.length + authenticator.length +
1936 enc_pms.length + 6))
1938 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
1939 SSL_R_DATA_LENGTH_TOO_LONG);
1943 if ((krb5rc = kssl_sget_tkt(kssl_ctx, &enc_ticket, &ttimes,
1947 printf("kssl_sget_tkt rtn %d [%d]\n",
1948 krb5rc, kssl_err.reason);
1950 printf("kssl_err text= %s\n", kssl_err.text);
1951 #endif /* KSSL_DEBUG */
1952 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
1957 /* Note: no authenticator is not considered an error,
1958 ** but will return authtime == 0.
1960 if ((krb5rc = kssl_check_authent(kssl_ctx, &authenticator,
1961 &authtime, &kssl_err)) != 0)
1964 printf("kssl_check_authent rtn %d [%d]\n",
1965 krb5rc, kssl_err.reason);
1967 printf("kssl_err text= %s\n", kssl_err.text);
1968 #endif /* KSSL_DEBUG */
1969 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
1974 if ((krb5rc = kssl_validate_times(authtime, &ttimes)) != 0)
1976 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, krb5rc);
1981 kssl_ctx_show(kssl_ctx);
1982 #endif /* KSSL_DEBUG */
1984 enc = kssl_map_enc(kssl_ctx->enctype);
1988 memset(iv, 0, sizeof iv); /* per RFC 1510 */
1990 if (!EVP_DecryptInit_ex(&ciph_ctx,enc,NULL,kssl_ctx->key,iv))
1992 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
1993 SSL_R_DECRYPTION_FAILED);
1996 if (!EVP_DecryptUpdate(&ciph_ctx, pms,&outl,
1997 (unsigned char *)enc_pms.data, enc_pms.length))
1999 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2000 SSL_R_DECRYPTION_FAILED);
2003 if (outl > SSL_MAX_MASTER_KEY_LENGTH)
2005 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2006 SSL_R_DATA_LENGTH_TOO_LONG);
2009 if (!EVP_DecryptFinal_ex(&ciph_ctx,&(pms[outl]),&padl))
2011 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2012 SSL_R_DECRYPTION_FAILED);
2016 if (outl > SSL_MAX_MASTER_KEY_LENGTH)
2018 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2019 SSL_R_DATA_LENGTH_TOO_LONG);
2022 if (!((pms[0] == (s->client_version>>8)) && (pms[1] == (s->client_version & 0xff))))
2024 /* The premaster secret must contain the same version number as the
2025 * ClientHello to detect version rollback attacks (strangely, the
2026 * protocol does not offer such protection for DH ciphersuites).
2027 * However, buggy clients exist that send random bytes instead of
2028 * the protocol version.
2029 * If SSL_OP_TLS_ROLLBACK_BUG is set, tolerate such clients.
2030 * (Perhaps we should have a separate BUG value for the Kerberos cipher)
2032 if (!(s->options & SSL_OP_TLS_ROLLBACK_BUG))
2034 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2035 SSL_AD_DECODE_ERROR);
2039 EVP_CIPHER_CTX_cleanup(&ciph_ctx);
2041 s->session->master_key_length=
2042 s->method->ssl3_enc->generate_master_secret(s,
2043 s->session->master_key, pms, outl);
2045 if (kssl_ctx->client_princ)
2047 size_t len = strlen(kssl_ctx->client_princ);
2048 if ( len < SSL_MAX_KRB5_PRINCIPAL_LENGTH )
2050 s->session->krb5_client_princ_len = len;
2051 memcpy(s->session->krb5_client_princ,kssl_ctx->client_princ,len);
2056 /* Was doing kssl_ctx_free() here,
2057 ** but it caused problems for apache.
2058 ** kssl_ctx = kssl_ctx_free(kssl_ctx);
2059 ** if (s->kssl_ctx) s->kssl_ctx = NULL;
2063 #endif /* OPENSSL_NO_KRB5 */
2065 #ifndef OPENSSL_NO_ECDH
2066 if ((l & SSL_kECDH) || (l & SSL_kECDHE))
2071 const EC_GROUP *group;
2072 const BIGNUM *priv_key;
2074 /* initialize structures for server's ECDH key pair */
2075 if ((srvr_ecdh = EC_KEY_new()) == NULL)
2077 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2078 ERR_R_MALLOC_FAILURE);
2082 /* Let's get server private key and group information */
2085 /* use the certificate */
2086 tkey = s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec;
2090 /* use the ephermeral values we saved when
2091 * generating the ServerKeyExchange msg.
2093 tkey = s->s3->tmp.ecdh;
2096 group = EC_KEY_get0_group(tkey);
2097 priv_key = EC_KEY_get0_private_key(tkey);
2099 if (!EC_KEY_set_group(srvr_ecdh, group) ||
2100 !EC_KEY_set_private_key(srvr_ecdh, priv_key))
2102 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2107 /* Let's get client's public key */
2108 if ((clnt_ecpoint = EC_POINT_new(group)) == NULL)
2110 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2111 ERR_R_MALLOC_FAILURE);
2117 /* Client Publickey was in Client Certificate */
2121 al=SSL_AD_HANDSHAKE_FAILURE;
2122 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_MISSING_TMP_ECDH_KEY);
2125 if (((clnt_pub_pkey=X509_get_pubkey(s->session->peer))
2127 (clnt_pub_pkey->type != EVP_PKEY_EC))
2129 /* XXX: For now, we do not support client
2130 * authentication using ECDH certificates
2131 * so this branch (n == 0L) of the code is
2132 * never executed. When that support is
2133 * added, we ought to ensure the key
2134 * received in the certificate is
2135 * authorized for key agreement.
2136 * ECDH_compute_key implicitly checks that
2137 * the two ECDH shares are for the same
2140 al=SSL_AD_HANDSHAKE_FAILURE;
2141 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2142 SSL_R_UNABLE_TO_DECODE_ECDH_CERTS);
2146 if (EC_POINT_copy(clnt_ecpoint,
2147 EC_KEY_get0_public_key(clnt_pub_pkey->pkey.ec)) == 0)
2149 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2153 ret = 2; /* Skip certificate verify processing */
2157 /* Get client's public key from encoded point
2158 * in the ClientKeyExchange message.
2160 if ((bn_ctx = BN_CTX_new()) == NULL)
2162 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2163 ERR_R_MALLOC_FAILURE);
2167 /* Get encoded point length */
2170 if (EC_POINT_oct2point(group,
2171 clnt_ecpoint, p, i, bn_ctx) == 0)
2173 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2177 /* p is pointing to somewhere in the buffer
2178 * currently, so set it to the start
2180 p=(unsigned char *)s->init_buf->data;
2183 /* Compute the shared pre-master secret */
2184 field_size = EC_GROUP_get_degree(group);
2185 if (field_size <= 0)
2187 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2191 i = ECDH_compute_key(p, (field_size+7)/8, clnt_ecpoint, srvr_ecdh, NULL);
2194 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2199 EVP_PKEY_free(clnt_pub_pkey);
2200 EC_POINT_free(clnt_ecpoint);
2201 if (srvr_ecdh != NULL)
2202 EC_KEY_free(srvr_ecdh);
2203 BN_CTX_free(bn_ctx);
2205 /* Compute the master secret */
2206 s->session->master_key_length = s->method->ssl3_enc-> \
2207 generate_master_secret(s, s->session->master_key, p, i);
2209 OPENSSL_cleanse(p, i);
2215 al=SSL_AD_HANDSHAKE_FAILURE;
2216 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2217 SSL_R_UNKNOWN_CIPHER_TYPE);
2223 ssl3_send_alert(s,SSL3_AL_FATAL,al);
2224 #if !defined(OPENSSL_NO_DH) || !defined(OPENSSL_NO_RSA) || !defined(OPENSSL_NO_ECDH)
2227 #ifndef OPENSSL_NO_ECDH
2228 EVP_PKEY_free(clnt_pub_pkey);
2229 EC_POINT_free(clnt_ecpoint);
2230 if (srvr_ecdh != NULL)
2231 EC_KEY_free(srvr_ecdh);
2232 BN_CTX_free(bn_ctx);
2237 int ssl3_get_cert_verify(SSL *s)
2239 EVP_PKEY *pkey=NULL;
2246 n=s->method->ssl_get_message(s,
2247 SSL3_ST_SR_CERT_VRFY_A,
2248 SSL3_ST_SR_CERT_VRFY_B,
2253 if (!ok) return((int)n);
2255 if (s->session->peer != NULL)
2257 peer=s->session->peer;
2258 pkey=X509_get_pubkey(peer);
2259 type=X509_certificate_type(peer,pkey);
2267 if (s->s3->tmp.message_type != SSL3_MT_CERTIFICATE_VERIFY)
2269 s->s3->tmp.reuse_message=1;
2270 if ((peer != NULL) && (type | EVP_PKT_SIGN))
2272 al=SSL_AD_UNEXPECTED_MESSAGE;
2273 SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_MISSING_VERIFY_MESSAGE);
2282 SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_NO_CLIENT_CERT_RECEIVED);
2283 al=SSL_AD_UNEXPECTED_MESSAGE;
2287 if (!(type & EVP_PKT_SIGN))
2289 SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_SIGNATURE_FOR_NON_SIGNING_CERTIFICATE);
2290 al=SSL_AD_ILLEGAL_PARAMETER;
2294 if (s->s3->change_cipher_spec)
2296 SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_CCS_RECEIVED_EARLY);
2297 al=SSL_AD_UNEXPECTED_MESSAGE;
2301 /* we now have a signature that we need to verify */
2302 p=(unsigned char *)s->init_msg;
2307 SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_LENGTH_MISMATCH);
2308 al=SSL_AD_DECODE_ERROR;
2312 j=EVP_PKEY_size(pkey);
2313 if ((i > j) || (n > j) || (n <= 0))
2315 SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_WRONG_SIGNATURE_SIZE);
2316 al=SSL_AD_DECODE_ERROR;
2320 #ifndef OPENSSL_NO_RSA
2321 if (pkey->type == EVP_PKEY_RSA)
2323 i=RSA_verify(NID_md5_sha1, s->s3->tmp.cert_verify_md,
2324 MD5_DIGEST_LENGTH+SHA_DIGEST_LENGTH, p, i,
2328 al=SSL_AD_DECRYPT_ERROR;
2329 SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_BAD_RSA_DECRYPT);
2334 al=SSL_AD_DECRYPT_ERROR;
2335 SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_BAD_RSA_SIGNATURE);
2341 #ifndef OPENSSL_NO_DSA
2342 if (pkey->type == EVP_PKEY_DSA)
2344 j=DSA_verify(pkey->save_type,
2345 &(s->s3->tmp.cert_verify_md[MD5_DIGEST_LENGTH]),
2346 SHA_DIGEST_LENGTH,p,i,pkey->pkey.dsa);
2350 al=SSL_AD_DECRYPT_ERROR;
2351 SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_BAD_DSA_SIGNATURE);
2357 #ifndef OPENSSL_NO_ECDSA
2358 if (pkey->type == EVP_PKEY_EC)
2360 j=ECDSA_verify(pkey->save_type,
2361 &(s->s3->tmp.cert_verify_md[MD5_DIGEST_LENGTH]),
2362 SHA_DIGEST_LENGTH,p,i,pkey->pkey.ec);
2366 al=SSL_AD_DECRYPT_ERROR;
2367 SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,
2368 SSL_R_BAD_ECDSA_SIGNATURE);
2375 SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,ERR_R_INTERNAL_ERROR);
2376 al=SSL_AD_UNSUPPORTED_CERTIFICATE;
2385 ssl3_send_alert(s,SSL3_AL_FATAL,al);
2388 EVP_PKEY_free(pkey);
2392 int ssl3_get_client_certificate(SSL *s)
2394 int i,ok,al,ret= -1;
2396 unsigned long l,nc,llen,n;
2397 const unsigned char *p,*q;
2399 STACK_OF(X509) *sk=NULL;
2401 n=s->method->ssl_get_message(s,
2408 if (!ok) return((int)n);
2410 if (s->s3->tmp.message_type == SSL3_MT_CLIENT_KEY_EXCHANGE)
2412 if ( (s->verify_mode & SSL_VERIFY_PEER) &&
2413 (s->verify_mode & SSL_VERIFY_FAIL_IF_NO_PEER_CERT))
2415 SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,SSL_R_PEER_DID_NOT_RETURN_A_CERTIFICATE);
2416 al=SSL_AD_HANDSHAKE_FAILURE;
2419 /* If tls asked for a client cert, the client must return a 0 list */
2420 if ((s->version > SSL3_VERSION) && s->s3->tmp.cert_request)
2422 SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,SSL_R_TLS_PEER_DID_NOT_RESPOND_WITH_CERTIFICATE_LIST);
2423 al=SSL_AD_UNEXPECTED_MESSAGE;
2426 s->s3->tmp.reuse_message=1;
2430 if (s->s3->tmp.message_type != SSL3_MT_CERTIFICATE)
2432 al=SSL_AD_UNEXPECTED_MESSAGE;
2433 SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,SSL_R_WRONG_MESSAGE_TYPE);
2436 p=d=(unsigned char *)s->init_msg;
2438 if ((sk=sk_X509_new_null()) == NULL)
2440 SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,ERR_R_MALLOC_FAILURE);
2447 al=SSL_AD_DECODE_ERROR;
2448 SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,SSL_R_LENGTH_MISMATCH);
2451 for (nc=0; nc<llen; )
2454 if ((l+nc+3) > llen)
2456 al=SSL_AD_DECODE_ERROR;
2457 SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,SSL_R_CERT_LENGTH_MISMATCH);
2462 x=d2i_X509(NULL,&p,l);
2465 SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,ERR_R_ASN1_LIB);
2470 al=SSL_AD_DECODE_ERROR;
2471 SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,SSL_R_CERT_LENGTH_MISMATCH);
2474 if (!sk_X509_push(sk,x))
2476 SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,ERR_R_MALLOC_FAILURE);
2483 if (sk_X509_num(sk) <= 0)
2485 /* TLS does not mind 0 certs returned */
2486 if (s->version == SSL3_VERSION)
2488 al=SSL_AD_HANDSHAKE_FAILURE;
2489 SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,SSL_R_NO_CERTIFICATES_RETURNED);
2492 /* Fail for TLS only if we required a certificate */
2493 else if ((s->verify_mode & SSL_VERIFY_PEER) &&
2494 (s->verify_mode & SSL_VERIFY_FAIL_IF_NO_PEER_CERT))
2496 SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,SSL_R_PEER_DID_NOT_RETURN_A_CERTIFICATE);
2497 al=SSL_AD_HANDSHAKE_FAILURE;
2503 i=ssl_verify_cert_chain(s,sk);
2506 al=ssl_verify_alarm_type(s->verify_result);
2507 SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,SSL_R_NO_CERTIFICATE_RETURNED);
2512 if (s->session->peer != NULL) /* This should not be needed */
2513 X509_free(s->session->peer);
2514 s->session->peer=sk_X509_shift(sk);
2515 s->session->verify_result = s->verify_result;
2517 /* With the current implementation, sess_cert will always be NULL
2518 * when we arrive here. */
2519 if (s->session->sess_cert == NULL)
2521 s->session->sess_cert = ssl_sess_cert_new();
2522 if (s->session->sess_cert == NULL)
2524 SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE, ERR_R_MALLOC_FAILURE);
2528 if (s->session->sess_cert->cert_chain != NULL)
2529 sk_X509_pop_free(s->session->sess_cert->cert_chain, X509_free);
2530 s->session->sess_cert->cert_chain=sk;
2531 /* Inconsistency alert: cert_chain does *not* include the
2532 * peer's own certificate, while we do include it in s3_clnt.c */
2540 ssl3_send_alert(s,SSL3_AL_FATAL,al);
2543 if (x != NULL) X509_free(x);
2544 if (sk != NULL) sk_X509_pop_free(sk,X509_free);
2548 int ssl3_send_server_certificate(SSL *s)
2553 if (s->state == SSL3_ST_SW_CERT_A)
2555 x=ssl_get_server_send_cert(s);
2557 /* VRS: allow null cert if auth == KRB5 */
2558 (s->s3->tmp.new_cipher->algorithms
2559 & (SSL_MKEY_MASK|SSL_AUTH_MASK))
2560 != (SSL_aKRB5|SSL_kKRB5))
2562 SSLerr(SSL_F_SSL3_SEND_SERVER_CERTIFICATE,ERR_R_INTERNAL_ERROR);
2566 l=ssl3_output_cert_chain(s,x);
2567 s->state=SSL3_ST_SW_CERT_B;
2572 /* SSL3_ST_SW_CERT_B */
2573 return(ssl3_do_write(s,SSL3_RT_HANDSHAKE));
2577 #ifndef OPENSSL_NO_ECDH
2578 /* This is the complement of curve_id2nid in s3_clnt.c. */
2579 static int nid2curve_id(int nid)
2581 /* ECC curves from draft-ietf-tls-ecc-01.txt (Mar 15, 2001)
2582 * (no changes in draft-ietf-tls-ecc-03.txt [June 2003]) */
2584 case NID_sect163k1: /* sect163k1 (1) */
2586 case NID_sect163r1: /* sect163r1 (2) */
2588 case NID_sect163r2: /* sect163r2 (3) */
2590 case NID_sect193r1: /* sect193r1 (4) */
2592 case NID_sect193r2: /* sect193r2 (5) */
2594 case NID_sect233k1: /* sect233k1 (6) */
2596 case NID_sect233r1: /* sect233r1 (7) */
2598 case NID_sect239k1: /* sect239k1 (8) */
2600 case NID_sect283k1: /* sect283k1 (9) */
2602 case NID_sect283r1: /* sect283r1 (10) */
2604 case NID_sect409k1: /* sect409k1 (11) */
2606 case NID_sect409r1: /* sect409r1 (12) */
2608 case NID_sect571k1: /* sect571k1 (13) */
2610 case NID_sect571r1: /* sect571r1 (14) */
2612 case NID_secp160k1: /* secp160k1 (15) */
2614 case NID_secp160r1: /* secp160r1 (16) */
2616 case NID_secp160r2: /* secp160r2 (17) */
2618 case NID_secp192k1: /* secp192k1 (18) */
2620 case NID_X9_62_prime192v1: /* secp192r1 (19) */
2622 case NID_secp224k1: /* secp224k1 (20) */
2624 case NID_secp224r1: /* secp224r1 (21) */
2626 case NID_secp256k1: /* secp256k1 (22) */
2628 case NID_X9_62_prime256v1: /* secp256r1 (23) */
2630 case NID_secp384r1: /* secp384r1 (24) */
2632 case NID_secp521r1: /* secp521r1 (25) */