mark all block comments that need format preserving so that
[openssl.git] / ssl / s3_srvr.c
1 /* ssl/s3_srvr.c -*- mode:C; c-file-style: "eay" -*- */
2 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3  * All rights reserved.
4  *
5  * This package is an SSL implementation written
6  * by Eric Young (eay@cryptsoft.com).
7  * The implementation was written so as to conform with Netscapes SSL.
8  * 
9  * This library is free for commercial and non-commercial use as long as
10  * the following conditions are aheared to.  The following conditions
11  * apply to all code found in this distribution, be it the RC4, RSA,
12  * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
13  * included with this distribution is covered by the same copyright terms
14  * except that the holder is Tim Hudson (tjh@cryptsoft.com).
15  * 
16  * Copyright remains Eric Young's, and as such any Copyright notices in
17  * the code are not to be removed.
18  * If this package is used in a product, Eric Young should be given attribution
19  * as the author of the parts of the library used.
20  * This can be in the form of a textual message at program startup or
21  * in documentation (online or textual) provided with the package.
22  * 
23  * Redistribution and use in source and binary forms, with or without
24  * modification, are permitted provided that the following conditions
25  * are met:
26  * 1. Redistributions of source code must retain the copyright
27  *    notice, this list of conditions and the following disclaimer.
28  * 2. Redistributions in binary form must reproduce the above copyright
29  *    notice, this list of conditions and the following disclaimer in the
30  *    documentation and/or other materials provided with the distribution.
31  * 3. All advertising materials mentioning features or use of this software
32  *    must display the following acknowledgement:
33  *    "This product includes cryptographic software written by
34  *     Eric Young (eay@cryptsoft.com)"
35  *    The word 'cryptographic' can be left out if the rouines from the library
36  *    being used are not cryptographic related :-).
37  * 4. If you include any Windows specific code (or a derivative thereof) from 
38  *    the apps directory (application code) you must include an acknowledgement:
39  *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
40  * 
41  * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
42  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
43  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
44  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
45  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
46  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
47  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
48  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
49  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
50  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
51  * SUCH DAMAGE.
52  * 
53  * The licence and distribution terms for any publically available version or
54  * derivative of this code cannot be changed.  i.e. this code cannot simply be
55  * copied and put under another distribution licence
56  * [including the GNU Public Licence.]
57  */
58 /* ====================================================================
59  * Copyright (c) 1998-2007 The OpenSSL Project.  All rights reserved.
60  *
61  * Redistribution and use in source and binary forms, with or without
62  * modification, are permitted provided that the following conditions
63  * are met:
64  *
65  * 1. Redistributions of source code must retain the above copyright
66  *    notice, this list of conditions and the following disclaimer. 
67  *
68  * 2. Redistributions in binary form must reproduce the above copyright
69  *    notice, this list of conditions and the following disclaimer in
70  *    the documentation and/or other materials provided with the
71  *    distribution.
72  *
73  * 3. All advertising materials mentioning features or use of this
74  *    software must display the following acknowledgment:
75  *    "This product includes software developed by the OpenSSL Project
76  *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
77  *
78  * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
79  *    endorse or promote products derived from this software without
80  *    prior written permission. For written permission, please contact
81  *    openssl-core@openssl.org.
82  *
83  * 5. Products derived from this software may not be called "OpenSSL"
84  *    nor may "OpenSSL" appear in their names without prior written
85  *    permission of the OpenSSL Project.
86  *
87  * 6. Redistributions of any form whatsoever must retain the following
88  *    acknowledgment:
89  *    "This product includes software developed by the OpenSSL Project
90  *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
91  *
92  * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
93  * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
94  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
95  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
96  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
97  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
98  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
99  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
100  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
101  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
102  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
103  * OF THE POSSIBILITY OF SUCH DAMAGE.
104  * ====================================================================
105  *
106  * This product includes cryptographic software written by Eric Young
107  * (eay@cryptsoft.com).  This product includes software written by Tim
108  * Hudson (tjh@cryptsoft.com).
109  *
110  */
111 /* ====================================================================
112  * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
113  *
114  * Portions of the attached software ("Contribution") are developed by 
115  * SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project.
116  *
117  * The Contribution is licensed pursuant to the OpenSSL open source
118  * license provided above.
119  *
120  * ECC cipher suite support in OpenSSL originally written by
121  * Vipul Gupta and Sumit Gupta of Sun Microsystems Laboratories.
122  *
123  */
124 /* ====================================================================
125  * Copyright 2005 Nokia. All rights reserved.
126  *
127  * The portions of the attached software ("Contribution") is developed by
128  * Nokia Corporation and is licensed pursuant to the OpenSSL open source
129  * license.
130  *
131  * The Contribution, originally written by Mika Kousa and Pasi Eronen of
132  * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
133  * support (see RFC 4279) to OpenSSL.
134  *
135  * No patent licenses or other rights except those expressly stated in
136  * the OpenSSL open source license shall be deemed granted or received
137  * expressly, by implication, estoppel, or otherwise.
138  *
139  * No assurances are provided by Nokia that the Contribution does not
140  * infringe the patent or other intellectual property rights of any third
141  * party or that the license provides you with all the necessary rights
142  * to make use of the Contribution.
143  *
144  * THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN
145  * ADDITION TO THE DISCLAIMERS INCLUDED IN THE LICENSE, NOKIA
146  * SPECIFICALLY DISCLAIMS ANY LIABILITY FOR CLAIMS BROUGHT BY YOU OR ANY
147  * OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR
148  * OTHERWISE.
149  */
150
151 #define REUSE_CIPHER_BUG
152 #define NETSCAPE_HANG_BUG
153
154 #include <stdio.h>
155 #include "ssl_locl.h"
156 #include "kssl_lcl.h"
157 #include "../crypto/constant_time_locl.h"
158 #include <openssl/buffer.h>
159 #include <openssl/rand.h>
160 #include <openssl/objects.h>
161 #include <openssl/evp.h>
162 #include <openssl/hmac.h>
163 #include <openssl/x509.h>
164 #ifndef OPENSSL_NO_DH
165 #include <openssl/dh.h>
166 #endif
167 #include <openssl/bn.h>
168 #ifndef OPENSSL_NO_KRB5
169 #include <openssl/krb5_asn.h>
170 #endif
171 #include <openssl/md5.h>
172
173 #ifndef OPENSSL_NO_SSL3_METHOD
174 static const SSL_METHOD *ssl3_get_server_method(int ver);
175
176 static const SSL_METHOD *ssl3_get_server_method(int ver)
177         {
178         if (ver == SSL3_VERSION)
179                 return(SSLv3_server_method());
180         else
181                 return(NULL);
182         }
183
184 IMPLEMENT_ssl3_meth_func(SSLv3_server_method,
185                         ssl3_accept,
186                         ssl_undefined_function,
187                         ssl3_get_server_method)
188 #endif
189
190 #ifndef OPENSSL_NO_SRP
191 static int ssl_check_srp_ext_ClientHello(SSL *s, int *al)
192         {
193         int ret = SSL_ERROR_NONE;
194
195         *al = SSL_AD_UNRECOGNIZED_NAME;
196
197         if ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) &&
198             (s->srp_ctx.TLS_ext_srp_username_callback != NULL))
199                 {
200                 if(s->srp_ctx.login == NULL)
201                         {
202                         /* RFC 5054 says SHOULD reject, 
203                            we do so if There is no srp login name */
204                         ret = SSL3_AL_FATAL;
205                         *al = SSL_AD_UNKNOWN_PSK_IDENTITY;
206                         }
207                 else
208                         {
209                         ret = SSL_srp_server_param_with_username(s,al);
210                         }
211                 }
212         return ret;
213         }
214 #endif
215
216 int ssl3_accept(SSL *s)
217         {
218         BUF_MEM *buf;
219         unsigned long alg_k,Time=(unsigned long)time(NULL);
220         void (*cb)(const SSL *ssl,int type,int val)=NULL;
221         int ret= -1;
222         int new_state,state,skip=0;
223
224         RAND_add(&Time,sizeof(Time),0);
225         ERR_clear_error();
226         clear_sys_error();
227
228         if (s->info_callback != NULL)
229                 cb=s->info_callback;
230         else if (s->ctx->info_callback != NULL)
231                 cb=s->ctx->info_callback;
232
233         /* init things to blank */
234         s->in_handshake++;
235         if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s);
236
237         if (s->cert == NULL)
238                 {
239                 SSLerr(SSL_F_SSL3_ACCEPT,SSL_R_NO_CERTIFICATE_SET);
240                 return(-1);
241                 }
242
243 #ifndef OPENSSL_NO_HEARTBEATS
244         /* If we're awaiting a HeartbeatResponse, pretend we
245          * already got and don't await it anymore, because
246          * Heartbeats don't make sense during handshakes anyway.
247          */
248         if (s->tlsext_hb_pending)
249                 {
250                 s->tlsext_hb_pending = 0;
251                 s->tlsext_hb_seq++;
252                 }
253 #endif
254
255         for (;;)
256                 {
257                 state=s->state;
258
259                 switch (s->state)
260                         {
261                 case SSL_ST_RENEGOTIATE:
262                         s->renegotiate=1;
263                         /* s->state=SSL_ST_ACCEPT; */
264
265                 case SSL_ST_BEFORE:
266                 case SSL_ST_ACCEPT:
267                 case SSL_ST_BEFORE|SSL_ST_ACCEPT:
268                 case SSL_ST_OK|SSL_ST_ACCEPT:
269
270                         s->server=1;
271                         if (cb != NULL) cb(s,SSL_CB_HANDSHAKE_START,1);
272
273                         if ((s->version>>8) != 3)
274                                 {
275                                 SSLerr(SSL_F_SSL3_ACCEPT, ERR_R_INTERNAL_ERROR);
276                                 return -1;
277                                 }
278                         s->type=SSL_ST_ACCEPT;
279
280                         if (s->init_buf == NULL)
281                                 {
282                                 if ((buf=BUF_MEM_new()) == NULL)
283                                         {
284                                         ret= -1;
285                                         goto end;
286                                         }
287                                 if (!BUF_MEM_grow(buf,SSL3_RT_MAX_PLAIN_LENGTH))
288                                         {
289                                         BUF_MEM_free(buf);
290                                         ret= -1;
291                                         goto end;
292                                         }
293                                 s->init_buf=buf;
294                                 }
295
296                         if (!ssl3_setup_buffers(s))
297                                 {
298                                 ret= -1;
299                                 goto end;
300                                 }
301
302                         s->init_num=0;
303                         s->s3->flags &= ~TLS1_FLAGS_SKIP_CERT_VERIFY;
304                         s->s3->flags &= ~SSL3_FLAGS_CCS_OK;
305                         /* Should have been reset by ssl3_get_finished, too. */
306                         s->s3->change_cipher_spec = 0;
307
308                         if (s->state != SSL_ST_RENEGOTIATE)
309                                 {
310                                 /* Ok, we now need to push on a buffering BIO so that
311                                  * the output is sent in a way that TCP likes :-)
312                                  */
313                                 if (!ssl_init_wbio_buffer(s,1)) { ret= -1; goto end; }
314                                 
315                                 ssl3_init_finished_mac(s);
316                                 s->state=SSL3_ST_SR_CLNT_HELLO_A;
317                                 s->ctx->stats.sess_accept++;
318                                 }
319                         else if (!s->s3->send_connection_binding &&
320                                 !(s->options & SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION))
321                                 {
322                                 /* Server attempting to renegotiate with
323                                  * client that doesn't support secure
324                                  * renegotiation.
325                                  */
326                                 SSLerr(SSL_F_SSL3_ACCEPT, SSL_R_UNSAFE_LEGACY_RENEGOTIATION_DISABLED);
327                                 ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_HANDSHAKE_FAILURE);
328                                 ret = -1;
329                                 goto end;
330                                 }
331                         else
332                                 {
333                                 /* s->state == SSL_ST_RENEGOTIATE,
334                                  * we will just send a HelloRequest */
335                                 s->ctx->stats.sess_accept_renegotiate++;
336                                 s->state=SSL3_ST_SW_HELLO_REQ_A;
337                                 }
338                         break;
339
340                 case SSL3_ST_SW_HELLO_REQ_A:
341                 case SSL3_ST_SW_HELLO_REQ_B:
342
343                         s->shutdown=0;
344                         ret=ssl3_send_hello_request(s);
345                         if (ret <= 0) goto end;
346                         s->s3->tmp.next_state=SSL3_ST_SW_HELLO_REQ_C;
347                         s->state=SSL3_ST_SW_FLUSH;
348                         s->init_num=0;
349
350                         ssl3_init_finished_mac(s);
351                         break;
352
353                 case SSL3_ST_SW_HELLO_REQ_C:
354                         s->state=SSL_ST_OK;
355                         break;
356
357                 case SSL3_ST_SR_CLNT_HELLO_A:
358                 case SSL3_ST_SR_CLNT_HELLO_B:
359                 case SSL3_ST_SR_CLNT_HELLO_C:
360
361                         s->shutdown=0;
362                         ret=ssl3_get_client_hello(s);
363                         if (ret <= 0) goto end;
364 #ifndef OPENSSL_NO_SRP
365                         s->state = SSL3_ST_SR_CLNT_HELLO_D;
366                 case SSL3_ST_SR_CLNT_HELLO_D:
367                         {
368                         int al;
369                         if ((ret = ssl_check_srp_ext_ClientHello(s,&al))  < 0)
370                                         {
371                                         /* callback indicates firther work to be done */
372                                         s->rwstate=SSL_X509_LOOKUP;
373                                         goto end;
374                                         }
375                         if (ret != SSL_ERROR_NONE)
376                                 {
377                                 ssl3_send_alert(s,SSL3_AL_FATAL,al);    
378                                 /* This is not really an error but the only means to
379                                    for a client to detect whether srp is supported. */
380                                    if (al != TLS1_AD_UNKNOWN_PSK_IDENTITY)      
381                                         SSLerr(SSL_F_SSL3_ACCEPT,SSL_R_CLIENTHELLO_TLSEXT);                     
382                                 ret = SSL_TLSEXT_ERR_ALERT_FATAL;                       
383                                 ret= -1;
384                                 goto end;       
385                                 }
386                         }
387 #endif          
388                         
389                         s->renegotiate = 2;
390                         s->state=SSL3_ST_SW_SRVR_HELLO_A;
391                         s->init_num=0;
392                         break;
393
394                 case SSL3_ST_SW_SRVR_HELLO_A:
395                 case SSL3_ST_SW_SRVR_HELLO_B:
396                         ret=ssl3_send_server_hello(s);
397                         if (ret <= 0) goto end;
398 #ifndef OPENSSL_NO_TLSEXT
399                         if (s->hit)
400                                 {
401                                 if (s->tlsext_ticket_expected)
402                                         s->state=SSL3_ST_SW_SESSION_TICKET_A;
403                                 else
404                                         s->state=SSL3_ST_SW_CHANGE_A;
405                                 }
406 #else
407                         if (s->hit)
408                                         s->state=SSL3_ST_SW_CHANGE_A;
409 #endif
410                         else
411                                         s->state = SSL3_ST_SW_CERT_A;
412                         s->init_num = 0;
413                         break;
414
415                 case SSL3_ST_SW_CERT_A:
416                 case SSL3_ST_SW_CERT_B:
417                         /* Check if it is anon DH or anon ECDH, */
418                         /* normal PSK or KRB5 or SRP */
419                         if (!(s->s3->tmp.new_cipher->algorithm_auth & (SSL_aNULL|SSL_aKRB5|SSL_aSRP))
420                                 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
421                                 {
422                                 ret=ssl3_send_server_certificate(s);
423                                 if (ret <= 0) goto end;
424 #ifndef OPENSSL_NO_TLSEXT
425                                 if (s->tlsext_status_expected)
426                                         s->state=SSL3_ST_SW_CERT_STATUS_A;
427                                 else
428                                         s->state=SSL3_ST_SW_KEY_EXCH_A;
429                                 }
430                         else
431                                 {
432                                 skip = 1;
433                                 s->state=SSL3_ST_SW_KEY_EXCH_A;
434                                 }
435 #else
436                                 }
437                         else
438                                 skip=1;
439
440                         s->state=SSL3_ST_SW_KEY_EXCH_A;
441 #endif
442                         s->init_num=0;
443                         break;
444
445                 case SSL3_ST_SW_KEY_EXCH_A:
446                 case SSL3_ST_SW_KEY_EXCH_B:
447                         alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
448
449                         /*
450                          * clear this, it may get reset by
451                          * send_server_key_exchange
452                          */
453                         s->s3->tmp.use_rsa_tmp=0;
454
455
456                         /* only send if a DH key exchange, fortezza or
457                          * RSA but we have a sign only certificate
458                          *
459                          * PSK: may send PSK identity hints
460                          *
461                          * For ECC ciphersuites, we send a serverKeyExchange
462                          * message only if the cipher suite is either
463                          * ECDH-anon or ECDHE. In other cases, the
464                          * server certificate contains the server's
465                          * public key for key exchange.
466                          */
467                         if (0
468                         /* PSK: send ServerKeyExchange if PSK identity
469                          * hint if provided */
470 #ifndef OPENSSL_NO_PSK
471                             || ((alg_k & SSL_kPSK) && s->ctx->psk_identity_hint)
472 #endif
473 #ifndef OPENSSL_NO_SRP
474                             /* SRP: send ServerKeyExchange */
475                             || (alg_k & SSL_kSRP)
476 #endif
477                             || (alg_k & SSL_kEDH)
478                             || (alg_k & SSL_kEECDH)
479                             || ((alg_k & SSL_kRSA)
480                                 && (s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey == NULL
481                                     || (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher)
482                                         && EVP_PKEY_size(s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey)*8 > SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)
483                                         )
484                                     )
485                                 )
486                             )
487                                 {
488                                 ret=ssl3_send_server_key_exchange(s);
489                                 if (ret <= 0) goto end;
490                                 }
491                         else
492                                 skip=1;
493
494                         s->state=SSL3_ST_SW_CERT_REQ_A;
495                         s->init_num=0;
496                         break;
497
498                 case SSL3_ST_SW_CERT_REQ_A:
499                 case SSL3_ST_SW_CERT_REQ_B:
500                         if (/* don't request cert unless asked for it: */
501                                 !(s->verify_mode & SSL_VERIFY_PEER) ||
502                                 /* if SSL_VERIFY_CLIENT_ONCE is set,
503                                  * don't request cert during re-negotiation: */
504                                 ((s->session->peer != NULL) &&
505                                  (s->verify_mode & SSL_VERIFY_CLIENT_ONCE)) ||
506                                 /* never request cert in anonymous ciphersuites
507                                  * (see section "Certificate request" in SSL 3 drafts
508                                  * and in RFC 2246): */
509                                 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
510                                  /* ... except when the application insists on verification
511                                   * (against the specs, but s3_clnt.c accepts this for SSL 3) */
512                                  !(s->verify_mode & SSL_VERIFY_FAIL_IF_NO_PEER_CERT)) ||
513                                  /* never request cert in Kerberos ciphersuites */
514                                 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) ||
515                                 /* don't request certificate for SRP auth */
516                                 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aSRP)
517                                 /* With normal PSK Certificates and
518                                  * Certificate Requests are omitted */
519                                 || (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
520                                 {
521                                 /* no cert request */
522                                 skip=1;
523                                 s->s3->tmp.cert_request=0;
524                                 s->state=SSL3_ST_SW_SRVR_DONE_A;
525                                 if (s->s3->handshake_buffer)
526                                         if (!ssl3_digest_cached_records(s))
527                                                 return -1;
528                                 }
529                         else
530                                 {
531                                 s->s3->tmp.cert_request=1;
532                                 ret=ssl3_send_certificate_request(s);
533                                 if (ret <= 0) goto end;
534 #ifndef NETSCAPE_HANG_BUG
535                                 s->state=SSL3_ST_SW_SRVR_DONE_A;
536 #else
537                                 s->state=SSL3_ST_SW_FLUSH;
538                                 s->s3->tmp.next_state=SSL3_ST_SR_CERT_A;
539 #endif
540                                 s->init_num=0;
541                                 }
542                         break;
543
544                 case SSL3_ST_SW_SRVR_DONE_A:
545                 case SSL3_ST_SW_SRVR_DONE_B:
546                         ret=ssl3_send_server_done(s);
547                         if (ret <= 0) goto end;
548                         s->s3->tmp.next_state=SSL3_ST_SR_CERT_A;
549                         s->state=SSL3_ST_SW_FLUSH;
550                         s->init_num=0;
551                         break;
552                 
553                 case SSL3_ST_SW_FLUSH:
554
555                         /* This code originally checked to see if
556                          * any data was pending using BIO_CTRL_INFO
557                          * and then flushed. This caused problems
558                          * as documented in PR#1939. The proposed
559                          * fix doesn't completely resolve this issue
560                          * as buggy implementations of BIO_CTRL_PENDING
561                          * still exist. So instead we just flush
562                          * unconditionally.
563                          */
564
565                         s->rwstate=SSL_WRITING;
566                         if (BIO_flush(s->wbio) <= 0)
567                                 {
568                                 ret= -1;
569                                 goto end;
570                                 }
571                         s->rwstate=SSL_NOTHING;
572
573                         s->state=s->s3->tmp.next_state;
574                         break;
575
576                 case SSL3_ST_SR_CERT_A:
577                 case SSL3_ST_SR_CERT_B:
578                         if (s->s3->tmp.cert_request)
579                                 {
580                                 ret=ssl3_get_client_certificate(s);
581                                 if (ret <= 0) goto end;
582                                 }
583                         s->init_num=0;
584                         s->state=SSL3_ST_SR_KEY_EXCH_A;
585                         break;
586
587                 case SSL3_ST_SR_KEY_EXCH_A:
588                 case SSL3_ST_SR_KEY_EXCH_B:
589                         ret=ssl3_get_client_key_exchange(s);
590                         if (ret <= 0)
591                                 goto end;
592                         if (ret == 2)
593                                 {
594                                 /* For the ECDH ciphersuites when
595                                  * the client sends its ECDH pub key in
596                                  * a certificate, the CertificateVerify
597                                  * message is not sent.
598                                  * Also for GOST ciphersuites when
599                                  * the client uses its key from the certificate
600                                  * for key exchange.
601                                  */
602 #if defined(OPENSSL_NO_TLSEXT) || defined(OPENSSL_NO_NEXTPROTONEG)
603                                 s->state=SSL3_ST_SR_FINISHED_A;
604 #else
605                                 if (s->s3->next_proto_neg_seen)
606                                         s->state=SSL3_ST_SR_NEXT_PROTO_A;
607                                 else
608                                         s->state=SSL3_ST_SR_FINISHED_A;
609 #endif
610                                 s->init_num = 0;
611                                 }
612                         else if (SSL_USE_SIGALGS(s))
613                                 {
614                                 s->state=SSL3_ST_SR_CERT_VRFY_A;
615                                 s->init_num=0;
616                                 if (!s->session->peer)
617                                         break;
618                                 /* For sigalgs freeze the handshake buffer
619                                  * at this point and digest cached records.
620                                  */
621                                 if (!s->s3->handshake_buffer)
622                                         {
623                                         SSLerr(SSL_F_SSL3_ACCEPT,ERR_R_INTERNAL_ERROR);
624                                         return -1;
625                                         }
626                                 s->s3->flags |= TLS1_FLAGS_KEEP_HANDSHAKE;
627                                 if (!ssl3_digest_cached_records(s))
628                                         return -1;
629                                 }
630                         else
631                                 {
632                                 int offset=0;
633                                 int dgst_num;
634
635                                 s->state=SSL3_ST_SR_CERT_VRFY_A;
636                                 s->init_num=0;
637
638                                 /* We need to get hashes here so if there is
639                                  * a client cert, it can be verified
640                                  * FIXME - digest processing for CertificateVerify
641                                  * should be generalized. But it is next step
642                                  */
643                                 if (s->s3->handshake_buffer)
644                                         if (!ssl3_digest_cached_records(s))
645                                                 return -1;
646                                 for (dgst_num=0; dgst_num<SSL_MAX_DIGEST;dgst_num++)    
647                                         if (s->s3->handshake_dgst[dgst_num]) 
648                                                 {
649                                                 int dgst_size;
650
651                                                 s->method->ssl3_enc->cert_verify_mac(s,EVP_MD_CTX_type(s->s3->handshake_dgst[dgst_num]),&(s->s3->tmp.cert_verify_md[offset]));
652                                                 dgst_size=EVP_MD_CTX_size(s->s3->handshake_dgst[dgst_num]);
653                                                 if (dgst_size < 0)
654                                                         {
655                                                         ret = -1;
656                                                         goto end;
657                                                         }
658                                                 offset+=dgst_size;
659                                                 }               
660                                 }
661                         break;
662
663                 case SSL3_ST_SR_CERT_VRFY_A:
664                 case SSL3_ST_SR_CERT_VRFY_B:
665                         /*
666                          * This *should* be the first time we enable CCS, but be
667                          * extra careful about surrounding code changes. We need
668                          * to set this here because we don't know if we're
669                          * expecting a CertificateVerify or not.
670                          */
671                         if (!s->s3->change_cipher_spec)
672                                 s->s3->flags |= SSL3_FLAGS_CCS_OK;
673                         /* we should decide if we expected this one */
674                         ret=ssl3_get_cert_verify(s);
675                         if (ret <= 0) goto end;
676
677 #if defined(OPENSSL_NO_TLSEXT) || defined(OPENSSL_NO_NEXTPROTONEG)
678                         s->state=SSL3_ST_SR_FINISHED_A;
679 #else
680                         if (s->s3->next_proto_neg_seen)
681                                 s->state=SSL3_ST_SR_NEXT_PROTO_A;
682                         else
683                                 s->state=SSL3_ST_SR_FINISHED_A;
684 #endif
685                         s->init_num=0;
686                         break;
687
688 #if !defined(OPENSSL_NO_TLSEXT) && !defined(OPENSSL_NO_NEXTPROTONEG)
689                 case SSL3_ST_SR_NEXT_PROTO_A:
690                 case SSL3_ST_SR_NEXT_PROTO_B:
691                         /*
692                          * Enable CCS for resumed handshakes with NPN.
693                          * In a full handshake with NPN, we end up here through
694                          * SSL3_ST_SR_CERT_VRFY_B, where SSL3_FLAGS_CCS_OK was
695                          * already set. Receiving a CCS clears the flag, so make
696                          * sure not to re-enable it to ban duplicates.
697                          * s->s3->change_cipher_spec is set when a CCS is
698                          * processed in s3_pkt.c, and remains set until
699                          * the client's Finished message is read.
700                          */
701                         if (!s->s3->change_cipher_spec)
702                                 s->s3->flags |= SSL3_FLAGS_CCS_OK;
703
704                         ret=ssl3_get_next_proto(s);
705                         if (ret <= 0) goto end;
706                         s->init_num = 0;
707                         s->state=SSL3_ST_SR_FINISHED_A;
708                         break;
709 #endif
710
711                 case SSL3_ST_SR_FINISHED_A:
712                 case SSL3_ST_SR_FINISHED_B:
713                         /*
714                          * Enable CCS for resumed handshakes without NPN.
715                          * In a full handshake, we end up here through
716                          * SSL3_ST_SR_CERT_VRFY_B, where SSL3_FLAGS_CCS_OK was
717                          * already set. Receiving a CCS clears the flag, so make
718                          * sure not to re-enable it to ban duplicates.
719                          * s->s3->change_cipher_spec is set when a CCS is
720                          * processed in s3_pkt.c, and remains set until
721                          * the client's Finished message is read.
722                          */
723                         if (!s->s3->change_cipher_spec)
724                                 s->s3->flags |= SSL3_FLAGS_CCS_OK;
725                         ret=ssl3_get_finished(s,SSL3_ST_SR_FINISHED_A,
726                                 SSL3_ST_SR_FINISHED_B);
727                         if (ret <= 0) goto end;
728                         if (s->hit)
729                                 s->state=SSL_ST_OK;
730 #ifndef OPENSSL_NO_TLSEXT
731                         else if (s->tlsext_ticket_expected)
732                                 s->state=SSL3_ST_SW_SESSION_TICKET_A;
733 #endif
734                         else
735                                 s->state=SSL3_ST_SW_CHANGE_A;
736                         s->init_num=0;
737                         break;
738
739 #ifndef OPENSSL_NO_TLSEXT
740                 case SSL3_ST_SW_SESSION_TICKET_A:
741                 case SSL3_ST_SW_SESSION_TICKET_B:
742                         ret=ssl3_send_newsession_ticket(s);
743                         if (ret <= 0) goto end;
744                         s->state=SSL3_ST_SW_CHANGE_A;
745                         s->init_num=0;
746                         break;
747
748                 case SSL3_ST_SW_CERT_STATUS_A:
749                 case SSL3_ST_SW_CERT_STATUS_B:
750                         ret=ssl3_send_cert_status(s);
751                         if (ret <= 0) goto end;
752                         s->state=SSL3_ST_SW_KEY_EXCH_A;
753                         s->init_num=0;
754                         break;
755
756 #endif
757
758                 case SSL3_ST_SW_CHANGE_A:
759                 case SSL3_ST_SW_CHANGE_B:
760
761                         s->session->cipher=s->s3->tmp.new_cipher;
762                         if (!s->method->ssl3_enc->setup_key_block(s))
763                                 { ret= -1; goto end; }
764
765                         ret=ssl3_send_change_cipher_spec(s,
766                                 SSL3_ST_SW_CHANGE_A,SSL3_ST_SW_CHANGE_B);
767
768                         if (ret <= 0) goto end;
769                         s->state=SSL3_ST_SW_FINISHED_A;
770                         s->init_num=0;
771
772                         if (!s->method->ssl3_enc->change_cipher_state(s,
773                                 SSL3_CHANGE_CIPHER_SERVER_WRITE))
774                                 {
775                                 ret= -1;
776                                 goto end;
777                                 }
778
779                         break;
780
781                 case SSL3_ST_SW_FINISHED_A:
782                 case SSL3_ST_SW_FINISHED_B:
783                         ret=ssl3_send_finished(s,
784                                 SSL3_ST_SW_FINISHED_A,SSL3_ST_SW_FINISHED_B,
785                                 s->method->ssl3_enc->server_finished_label,
786                                 s->method->ssl3_enc->server_finished_label_len);
787                         if (ret <= 0) goto end;
788                         s->state=SSL3_ST_SW_FLUSH;
789                         if (s->hit)
790                                 {
791 #if defined(OPENSSL_NO_TLSEXT) || defined(OPENSSL_NO_NEXTPROTONEG)
792                                 s->s3->tmp.next_state=SSL3_ST_SR_FINISHED_A;
793 #else
794                                 if (s->s3->next_proto_neg_seen)
795                                         {
796                                         s->s3->tmp.next_state=SSL3_ST_SR_NEXT_PROTO_A;
797                                         }
798                                 else
799                                         s->s3->tmp.next_state=SSL3_ST_SR_FINISHED_A;
800 #endif
801                                 }
802                         else
803                                 s->s3->tmp.next_state=SSL_ST_OK;
804                         s->init_num=0;
805                         break;
806
807                 case SSL_ST_OK:
808                         /* clean a few things up */
809                         ssl3_cleanup_key_block(s);
810
811                         BUF_MEM_free(s->init_buf);
812                         s->init_buf=NULL;
813
814                         /* remove buffering on output */
815                         ssl_free_wbio_buffer(s);
816
817                         s->init_num=0;
818
819                         if (s->renegotiate == 2) /* skipped if we just sent a HelloRequest */
820                                 {
821                                 s->renegotiate=0;
822                                 s->new_session=0;
823                                 
824                                 ssl_update_cache(s,SSL_SESS_CACHE_SERVER);
825                                 
826                                 s->ctx->stats.sess_accept_good++;
827                                 /* s->server=1; */
828                                 s->handshake_func=ssl3_accept;
829
830                                 if (cb != NULL) cb(s,SSL_CB_HANDSHAKE_DONE,1);
831                                 }
832                         
833                         ret = 1;
834                         goto end;
835                         /* break; */
836
837                 default:
838                         SSLerr(SSL_F_SSL3_ACCEPT,SSL_R_UNKNOWN_STATE);
839                         ret= -1;
840                         goto end;
841                         /* break; */
842                         }
843                 
844                 if (!s->s3->tmp.reuse_message && !skip)
845                         {
846                         if (s->debug)
847                                 {
848                                 if ((ret=BIO_flush(s->wbio)) <= 0)
849                                         goto end;
850                                 }
851
852
853                         if ((cb != NULL) && (s->state != state))
854                                 {
855                                 new_state=s->state;
856                                 s->state=state;
857                                 cb(s,SSL_CB_ACCEPT_LOOP,1);
858                                 s->state=new_state;
859                                 }
860                         }
861                 skip=0;
862                 }
863 end:
864         /* BIO_flush(s->wbio); */
865
866         s->in_handshake--;
867         if (cb != NULL)
868                 cb(s,SSL_CB_ACCEPT_EXIT,ret);
869         return(ret);
870         }
871
872 int ssl3_send_hello_request(SSL *s)
873         {
874
875         if (s->state == SSL3_ST_SW_HELLO_REQ_A)
876                 {
877                 ssl_set_handshake_header(s, SSL3_MT_HELLO_REQUEST, 0);
878                 s->state=SSL3_ST_SW_HELLO_REQ_B;
879                 }
880
881         /* SSL3_ST_SW_HELLO_REQ_B */
882         return ssl_do_write(s);
883         }
884
885 int ssl3_get_client_hello(SSL *s)
886         {
887         int i,j,ok,al=SSL_AD_INTERNAL_ERROR,ret= -1;
888         unsigned int cookie_len;
889         long n;
890         unsigned long id;
891         unsigned char *p,*d;
892         SSL_CIPHER *c;
893 #ifndef OPENSSL_NO_COMP
894         unsigned char *q;
895         SSL_COMP *comp=NULL;
896 #endif
897         STACK_OF(SSL_CIPHER) *ciphers=NULL;
898
899         if (s->state == SSL3_ST_SR_CLNT_HELLO_C && !s->first_packet)
900                 goto retry_cert;
901
902         /* We do this so that we will respond with our native type.
903          * If we are TLSv1 and we get SSLv3, we will respond with TLSv1,
904          * This down switching should be handled by a different method.
905          * If we are SSLv3, we will respond with SSLv3, even if prompted with
906          * TLSv1.
907          */
908         if (s->state == SSL3_ST_SR_CLNT_HELLO_A
909                 )
910                 {
911                 s->state=SSL3_ST_SR_CLNT_HELLO_B;
912                 }
913         s->first_packet=1;
914         n=s->method->ssl_get_message(s,
915                 SSL3_ST_SR_CLNT_HELLO_B,
916                 SSL3_ST_SR_CLNT_HELLO_C,
917                 SSL3_MT_CLIENT_HELLO,
918                 SSL3_RT_MAX_PLAIN_LENGTH,
919                 &ok);
920
921         if (!ok) return((int)n);
922         s->first_packet=0;
923         d=p=(unsigned char *)s->init_msg;
924
925         /* use version from inside client hello, not from record header
926          * (may differ: see RFC 2246, Appendix E, second paragraph) */
927         s->client_version=(((int)p[0])<<8)|(int)p[1];
928         p+=2;
929
930         if (SSL_IS_DTLS(s)  ?   (s->client_version > s->version &&
931                                  s->method->version != DTLS_ANY_VERSION)
932                             :   (s->client_version < s->version))
933                 {
934                 SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, SSL_R_WRONG_VERSION_NUMBER);
935                 if ((s->client_version>>8) == SSL3_VERSION_MAJOR &&
936                         !s->enc_write_ctx && !s->write_hash)
937                         {
938                         /* similar to ssl3_get_record, send alert using remote version number */
939                         s->version = s->client_version;
940                         }
941                 al = SSL_AD_PROTOCOL_VERSION;
942                 goto f_err;
943                 }
944
945         /* If we require cookies and this ClientHello doesn't
946          * contain one, just return since we do not want to
947          * allocate any memory yet. So check cookie length...
948          */
949         if (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE)
950                 {
951                 unsigned int session_length, cookie_length;
952                 
953                 session_length = *(p + SSL3_RANDOM_SIZE);
954                 cookie_length = *(p + SSL3_RANDOM_SIZE + session_length + 1);
955
956                 if (cookie_length == 0)
957                         return 1;
958                 }
959
960         /* load the client random */
961         memcpy(s->s3->client_random,p,SSL3_RANDOM_SIZE);
962         p+=SSL3_RANDOM_SIZE;
963
964         /* get the session-id */
965         j= *(p++);
966
967         s->hit=0;
968         /* Versions before 0.9.7 always allow clients to resume sessions in renegotiation.
969          * 0.9.7 and later allow this by default, but optionally ignore resumption requests
970          * with flag SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION (it's a new flag rather
971          * than a change to default behavior so that applications relying on this for security
972          * won't even compile against older library versions).
973          *
974          * 1.0.1 and later also have a function SSL_renegotiate_abbreviated() to request
975          * renegotiation but not a new session (s->new_session remains unset): for servers,
976          * this essentially just means that the SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION
977          * setting will be ignored.
978          */
979         if ((s->new_session && (s->options & SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION)))
980                 {
981                 if (!ssl_get_new_session(s,1))
982                         goto err;
983                 }
984         else
985                 {
986                 i=ssl_get_prev_session(s, p, j, d + n);
987                 /*
988                  * Only resume if the session's version matches the negotiated
989                  * version.
990                  * RFC 5246 does not provide much useful advice on resumption
991                  * with a different protocol version. It doesn't forbid it but
992                  * the sanity of such behaviour would be questionable.
993                  * In practice, clients do not accept a version mismatch and
994                  * will abort the handshake with an error.
995                  */
996                 if (i == 1 && s->version == s->session->ssl_version)
997                         { /* previous session */
998                         s->hit=1;
999                         }
1000                 else if (i == -1)
1001                         goto err;
1002                 else /* i == 0 */
1003                         {
1004                         if (!ssl_get_new_session(s,1))
1005                                 goto err;
1006                         }
1007                 }
1008
1009         p+=j;
1010
1011         if (SSL_IS_DTLS(s))
1012                 {
1013                 /* cookie stuff */
1014                 cookie_len = *(p++);
1015
1016                 /* 
1017                  * The ClientHello may contain a cookie even if the
1018                  * HelloVerify message has not been sent--make sure that it
1019                  * does not cause an overflow.
1020                  */
1021                 if ( cookie_len > sizeof(s->d1->rcvd_cookie))
1022                         {
1023                         /* too much data */
1024                         al = SSL_AD_DECODE_ERROR;
1025                         SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, SSL_R_COOKIE_MISMATCH);
1026                         goto f_err;
1027                         }
1028
1029                 /* verify the cookie if appropriate option is set. */
1030                 if ((SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) &&
1031                         cookie_len > 0)
1032                         {
1033                         memcpy(s->d1->rcvd_cookie, p, cookie_len);
1034
1035                         if ( s->ctx->app_verify_cookie_cb != NULL)
1036                                 {
1037                                 if ( s->ctx->app_verify_cookie_cb(s, s->d1->rcvd_cookie,
1038                                         cookie_len) == 0)
1039                                         {
1040                                         al=SSL_AD_HANDSHAKE_FAILURE;
1041                                         SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, 
1042                                                 SSL_R_COOKIE_MISMATCH);
1043                                         goto f_err;
1044                                         }
1045                                 /* else cookie verification succeeded */
1046                                 }
1047                         else if ( memcmp(s->d1->rcvd_cookie, s->d1->cookie, 
1048                                                   s->d1->cookie_len) != 0) /* default verification */
1049                                 {
1050                                         al=SSL_AD_HANDSHAKE_FAILURE;
1051                                         SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, 
1052                                                 SSL_R_COOKIE_MISMATCH);
1053                                         goto f_err;
1054                                 }
1055                         /* Set to -2 so if successful we return 2 */
1056                         ret = -2;
1057                         }
1058
1059                 p += cookie_len;
1060                 if (s->method->version == DTLS_ANY_VERSION)
1061                         {
1062                         /* Select version to use */
1063                         if (s->client_version <= DTLS1_2_VERSION &&
1064                                 !(s->options & SSL_OP_NO_DTLSv1_2))
1065                                 {
1066                                 s->version = DTLS1_2_VERSION;
1067                                 s->method = DTLSv1_2_server_method();
1068                                 }
1069                         else if (tls1_suiteb(s))
1070                                 {
1071                                 SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, SSL_R_ONLY_DTLS_1_2_ALLOWED_IN_SUITEB_MODE);
1072                                 s->version = s->client_version;
1073                                 al = SSL_AD_PROTOCOL_VERSION;
1074                                 goto f_err;
1075                                 }
1076                         else if (s->client_version <= DTLS1_VERSION &&
1077                                 !(s->options & SSL_OP_NO_DTLSv1))
1078                                 {
1079                                 s->version = DTLS1_VERSION;
1080                                 s->method = DTLSv1_server_method();
1081                                 }
1082                         else
1083                                 {
1084                                 SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, SSL_R_WRONG_VERSION_NUMBER);
1085                                 s->version = s->client_version;
1086                                 al = SSL_AD_PROTOCOL_VERSION;
1087                                 goto f_err;
1088                                 }
1089                         s->session->ssl_version = s->version;
1090                         }
1091                 }
1092
1093         n2s(p,i);
1094         if ((i == 0) && (j != 0))
1095                 {
1096                 /* we need a cipher if we are not resuming a session */
1097                 al=SSL_AD_ILLEGAL_PARAMETER;
1098                 SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_NO_CIPHERS_SPECIFIED);
1099                 goto f_err;
1100                 }
1101         if ((p+i) >= (d+n))
1102                 {
1103                 /* not enough data */
1104                 al=SSL_AD_DECODE_ERROR;
1105                 SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_LENGTH_MISMATCH);
1106                 goto f_err;
1107                 }
1108         if ((i > 0) && (ssl_bytes_to_cipher_list(s,p,i,&(ciphers))
1109                 == NULL))
1110                 {
1111                 goto err;
1112                 }
1113         p+=i;
1114
1115         /* If it is a hit, check that the cipher is in the list */
1116         if ((s->hit) && (i > 0))
1117                 {
1118                 j=0;
1119                 id=s->session->cipher->id;
1120
1121 #ifdef CIPHER_DEBUG
1122                 fprintf(stderr,"client sent %d ciphers\n",sk_SSL_CIPHER_num(ciphers));
1123 #endif
1124                 for (i=0; i<sk_SSL_CIPHER_num(ciphers); i++)
1125                         {
1126                         c=sk_SSL_CIPHER_value(ciphers,i);
1127 #ifdef CIPHER_DEBUG
1128                         fprintf(stderr,"client [%2d of %2d]:%s\n",
1129                                 i,sk_SSL_CIPHER_num(ciphers),
1130                                 SSL_CIPHER_get_name(c));
1131 #endif
1132                         if (c->id == id)
1133                                 {
1134                                 j=1;
1135                                 break;
1136                                 }
1137                         }
1138 /* Disabled because it can be used in a ciphersuite downgrade
1139  * attack: CVE-2010-4180.
1140  */
1141 #if 0
1142                 if (j == 0 && (s->options & SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG) && (sk_SSL_CIPHER_num(ciphers) == 1))
1143                         {
1144                         /* Special case as client bug workaround: the previously used cipher may
1145                          * not be in the current list, the client instead might be trying to
1146                          * continue using a cipher that before wasn't chosen due to server
1147                          * preferences.  We'll have to reject the connection if the cipher is not
1148                          * enabled, though. */
1149                         c = sk_SSL_CIPHER_value(ciphers, 0);
1150                         if (sk_SSL_CIPHER_find(SSL_get_ciphers(s), c) >= 0)
1151                                 {
1152                                 s->session->cipher = c;
1153                                 j = 1;
1154                                 }
1155                         }
1156 #endif
1157                 if (j == 0)
1158                         {
1159                         /* we need to have the cipher in the cipher
1160                          * list if we are asked to reuse it */
1161                         al=SSL_AD_ILLEGAL_PARAMETER;
1162                         SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_REQUIRED_CIPHER_MISSING);
1163                         goto f_err;
1164                         }
1165                 }
1166
1167         /* compression */
1168         i= *(p++);
1169         if ((p+i) > (d+n))
1170                 {
1171                 /* not enough data */
1172                 al=SSL_AD_DECODE_ERROR;
1173                 SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_LENGTH_MISMATCH);
1174                 goto f_err;
1175                 }
1176 #ifndef OPENSSL_NO_COMP
1177         q=p;
1178 #endif
1179         for (j=0; j<i; j++)
1180                 {
1181                 if (p[j] == 0) break;
1182                 }
1183
1184         p+=i;
1185         if (j >= i)
1186                 {
1187                 /* no compress */
1188                 al=SSL_AD_DECODE_ERROR;
1189                 SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_NO_COMPRESSION_SPECIFIED);
1190                 goto f_err;
1191                 }
1192
1193 #ifndef OPENSSL_NO_TLSEXT
1194         /* TLS extensions*/
1195         if (s->version >= SSL3_VERSION)
1196                 {
1197                 if (!ssl_parse_clienthello_tlsext(s,&p,d,n))
1198                         {
1199                         SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_PARSE_TLSEXT);
1200                         goto err;
1201                         }
1202                 }
1203
1204         /* Check if we want to use external pre-shared secret for this
1205          * handshake for not reused session only. We need to generate
1206          * server_random before calling tls_session_secret_cb in order to allow
1207          * SessionTicket processing to use it in key derivation. */
1208         {
1209                 unsigned char *pos;
1210                 pos=s->s3->server_random;
1211                 if (ssl_fill_hello_random(s, 1, pos, SSL3_RANDOM_SIZE) <= 0)
1212                         {
1213                         goto f_err;
1214                         }
1215         }
1216
1217         if (!s->hit && s->version >= TLS1_VERSION && s->tls_session_secret_cb)
1218                 {
1219                 SSL_CIPHER *pref_cipher=NULL;
1220
1221                 s->session->master_key_length=sizeof(s->session->master_key);
1222                 if(s->tls_session_secret_cb(s, s->session->master_key, &s->session->master_key_length,
1223                         ciphers, &pref_cipher, s->tls_session_secret_cb_arg))
1224                         {
1225                         s->hit=1;
1226                         s->session->ciphers=ciphers;
1227                         s->session->verify_result=X509_V_OK;
1228
1229                         ciphers=NULL;
1230
1231                         /* check if some cipher was preferred by call back */
1232                         pref_cipher=pref_cipher ? pref_cipher : ssl3_choose_cipher(s, s->session->ciphers, SSL_get_ciphers(s));
1233                         if (pref_cipher == NULL)
1234                                 {
1235                                 al=SSL_AD_HANDSHAKE_FAILURE;
1236                                 SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_NO_SHARED_CIPHER);
1237                                 goto f_err;
1238                                 }
1239
1240                         s->session->cipher=pref_cipher;
1241
1242                         if (s->cipher_list)
1243                                 sk_SSL_CIPHER_free(s->cipher_list);
1244
1245                         if (s->cipher_list_by_id)
1246                                 sk_SSL_CIPHER_free(s->cipher_list_by_id);
1247
1248                         s->cipher_list = sk_SSL_CIPHER_dup(s->session->ciphers);
1249                         s->cipher_list_by_id = sk_SSL_CIPHER_dup(s->session->ciphers);
1250                         }
1251                 }
1252 #endif
1253
1254         /* Worst case, we will use the NULL compression, but if we have other
1255          * options, we will now look for them.  We have i-1 compression
1256          * algorithms from the client, starting at q. */
1257         s->s3->tmp.new_compression=NULL;
1258 #ifndef OPENSSL_NO_COMP
1259         /* This only happens if we have a cache hit */
1260         if (s->session->compress_meth != 0)
1261                 {
1262                 int m, comp_id = s->session->compress_meth;
1263                 /* Perform sanity checks on resumed compression algorithm */
1264                 /* Can't disable compression */
1265                 if (s->options & SSL_OP_NO_COMPRESSION)
1266                         {
1267                         SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_INCONSISTENT_COMPRESSION);
1268                         goto f_err;
1269                         }
1270                 /* Look for resumed compression method */
1271                 for (m = 0; m < sk_SSL_COMP_num(s->ctx->comp_methods); m++)
1272                         {
1273                         comp=sk_SSL_COMP_value(s->ctx->comp_methods,m);
1274                         if (comp_id == comp->id)
1275                                 {
1276                                 s->s3->tmp.new_compression=comp;
1277                                 break;
1278                                 }
1279                         }
1280                 if (s->s3->tmp.new_compression == NULL)
1281                         {
1282                         SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_INVALID_COMPRESSION_ALGORITHM);
1283                         goto f_err;
1284                         }
1285                 /* Look for resumed method in compression list */
1286                 for (m = 0; m < i; m++)
1287                         {
1288                         if (q[m] == comp_id)
1289                                 break;
1290                         }
1291                 if (m >= i)
1292                         {
1293                         al=SSL_AD_ILLEGAL_PARAMETER;
1294                         SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_REQUIRED_COMPRESSSION_ALGORITHM_MISSING);
1295                         goto f_err;
1296                         }
1297                 }
1298         else if (s->hit)
1299                 comp = NULL;
1300         else if (!(s->options & SSL_OP_NO_COMPRESSION) && s->ctx->comp_methods)
1301                 { /* See if we have a match */
1302                 int m,nn,o,v,done=0;
1303
1304                 nn=sk_SSL_COMP_num(s->ctx->comp_methods);
1305                 for (m=0; m<nn; m++)
1306                         {
1307                         comp=sk_SSL_COMP_value(s->ctx->comp_methods,m);
1308                         v=comp->id;
1309                         for (o=0; o<i; o++)
1310                                 {
1311                                 if (v == q[o])
1312                                         {
1313                                         done=1;
1314                                         break;
1315                                         }
1316                                 }
1317                         if (done) break;
1318                         }
1319                 if (done)
1320                         s->s3->tmp.new_compression=comp;
1321                 else
1322                         comp=NULL;
1323                 }
1324 #else
1325         /* If compression is disabled we'd better not try to resume a session
1326          * using compression.
1327          */
1328         if (s->session->compress_meth != 0)
1329                 {
1330                 SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_INCONSISTENT_COMPRESSION);
1331                 goto f_err;
1332                 }
1333 #endif
1334
1335         /* Given s->session->ciphers and SSL_get_ciphers, we must
1336          * pick a cipher */
1337
1338         if (!s->hit)
1339                 {
1340 #ifdef OPENSSL_NO_COMP
1341                 s->session->compress_meth=0;
1342 #else
1343                 s->session->compress_meth=(comp == NULL)?0:comp->id;
1344 #endif
1345                 if (s->session->ciphers != NULL)
1346                         sk_SSL_CIPHER_free(s->session->ciphers);
1347                 s->session->ciphers=ciphers;
1348                 if (ciphers == NULL)
1349                         {
1350                         al=SSL_AD_ILLEGAL_PARAMETER;
1351                         SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_NO_CIPHERS_PASSED);
1352                         goto f_err;
1353                         }
1354                 ciphers=NULL;
1355                 if (!tls1_set_server_sigalgs(s))
1356                         {
1357                         SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, SSL_R_CLIENTHELLO_TLSEXT);
1358                         goto err;
1359                         }
1360                 /* Let cert callback update server certificates if required */
1361                 retry_cert:             
1362                 if (s->cert->cert_cb)
1363                         {
1364                         int rv = s->cert->cert_cb(s, s->cert->cert_cb_arg);
1365                         if (rv == 0)
1366                                 {
1367                                 al=SSL_AD_INTERNAL_ERROR;
1368                                 SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_CERT_CB_ERROR);
1369                                 goto f_err;
1370                                 }
1371                         if (rv < 0)
1372                                 {
1373                                 s->rwstate=SSL_X509_LOOKUP;
1374                                 return -1;
1375                                 }
1376                         s->rwstate = SSL_NOTHING;
1377                         }
1378                 c=ssl3_choose_cipher(s,s->session->ciphers,
1379                                      SSL_get_ciphers(s));
1380
1381                 if (c == NULL)
1382                         {
1383                         al=SSL_AD_HANDSHAKE_FAILURE;
1384                         SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_NO_SHARED_CIPHER);
1385                         goto f_err;
1386                         }
1387                 s->s3->tmp.new_cipher=c;
1388                 }
1389         else
1390                 {
1391                 /* Session-id reuse */
1392 #ifdef REUSE_CIPHER_BUG
1393                 STACK_OF(SSL_CIPHER) *sk;
1394                 SSL_CIPHER *nc=NULL;
1395                 SSL_CIPHER *ec=NULL;
1396
1397                 if (s->options & SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG)
1398                         {
1399                         sk=s->session->ciphers;
1400                         for (i=0; i<sk_SSL_CIPHER_num(sk); i++)
1401                                 {
1402                                 c=sk_SSL_CIPHER_value(sk,i);
1403                                 if (c->algorithm_enc & SSL_eNULL)
1404                                         nc=c;
1405                                 if (SSL_C_IS_EXPORT(c))
1406                                         ec=c;
1407                                 }
1408                         if (nc != NULL)
1409                                 s->s3->tmp.new_cipher=nc;
1410                         else if (ec != NULL)
1411                                 s->s3->tmp.new_cipher=ec;
1412                         else
1413                                 s->s3->tmp.new_cipher=s->session->cipher;
1414                         }
1415                 else
1416 #endif
1417                 s->s3->tmp.new_cipher=s->session->cipher;
1418                 }
1419
1420         if (!SSL_USE_SIGALGS(s) || !(s->verify_mode & SSL_VERIFY_PEER))
1421                 {
1422                 if (!ssl3_digest_cached_records(s))
1423                         goto f_err;
1424                 }
1425         
1426         /*-
1427          * we now have the following setup. 
1428          * client_random
1429          * cipher_list          - our prefered list of ciphers
1430          * ciphers              - the clients prefered list of ciphers
1431          * compression          - basically ignored right now
1432          * ssl version is set   - sslv3
1433          * s->session           - The ssl session has been setup.
1434          * s->hit               - session reuse flag
1435          * s->tmp.new_cipher    - the new cipher to use.
1436          */
1437
1438         /* Handles TLS extensions that we couldn't check earlier */
1439         if (s->version >= SSL3_VERSION)
1440                 {
1441                 if (ssl_check_clienthello_tlsext_late(s) <= 0)
1442                         {
1443                         SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, SSL_R_CLIENTHELLO_TLSEXT);
1444                         goto err;
1445                         }
1446                 }
1447
1448         if (ret < 0) ret=-ret;
1449         if (0)
1450                 {
1451 f_err:
1452                 ssl3_send_alert(s,SSL3_AL_FATAL,al);
1453                 }
1454 err:
1455         if (ciphers != NULL) sk_SSL_CIPHER_free(ciphers);
1456         return ret < 0 ? -1 : ret;
1457         }
1458
1459 int ssl3_send_server_hello(SSL *s)
1460         {
1461         unsigned char *buf;
1462         unsigned char *p,*d;
1463         int i,sl;
1464         int al = 0;
1465         unsigned long l;
1466
1467         if (s->state == SSL3_ST_SW_SRVR_HELLO_A)
1468                 {
1469                 buf=(unsigned char *)s->init_buf->data;
1470 #ifdef OPENSSL_NO_TLSEXT
1471                 p=s->s3->server_random;
1472                 if (ssl_fill_hello_random(s, 1, p, SSL3_RANDOM_SIZE) <= 0)
1473                         return -1;
1474 #endif
1475                 /* Do the message type and length last */
1476                 d=p= ssl_handshake_start(s);
1477
1478                 *(p++)=s->version>>8;
1479                 *(p++)=s->version&0xff;
1480
1481                 /* Random stuff */
1482                 memcpy(p,s->s3->server_random,SSL3_RANDOM_SIZE);
1483                 p+=SSL3_RANDOM_SIZE;
1484
1485                 /*-
1486                  * There are several cases for the session ID to send
1487                  * back in the server hello:
1488                  * - For session reuse from the session cache,
1489                  *   we send back the old session ID.
1490                  * - If stateless session reuse (using a session ticket)
1491                  *   is successful, we send back the client's "session ID"
1492                  *   (which doesn't actually identify the session).
1493                  * - If it is a new session, we send back the new
1494                  *   session ID.
1495                  * - However, if we want the new session to be single-use,
1496                  *   we send back a 0-length session ID.
1497                  * s->hit is non-zero in either case of session reuse,
1498                  * so the following won't overwrite an ID that we're supposed
1499                  * to send back.
1500                  */
1501                 if (!(s->ctx->session_cache_mode & SSL_SESS_CACHE_SERVER)
1502                         && !s->hit)
1503                         s->session->session_id_length=0;
1504
1505                 sl=s->session->session_id_length;
1506                 if (sl > (int)sizeof(s->session->session_id))
1507                         {
1508                         SSLerr(SSL_F_SSL3_SEND_SERVER_HELLO, ERR_R_INTERNAL_ERROR);
1509                         return -1;
1510                         }
1511                 *(p++)=sl;
1512                 memcpy(p,s->session->session_id,sl);
1513                 p+=sl;
1514
1515                 /* put the cipher */
1516                 i=ssl3_put_cipher_by_char(s->s3->tmp.new_cipher,p);
1517                 p+=i;
1518
1519                 /* put the compression method */
1520 #ifdef OPENSSL_NO_COMP
1521                         *(p++)=0;
1522 #else
1523                 if (s->s3->tmp.new_compression == NULL)
1524                         *(p++)=0;
1525                 else
1526                         *(p++)=s->s3->tmp.new_compression->id;
1527 #endif
1528 #ifndef OPENSSL_NO_TLSEXT
1529                 if (ssl_prepare_serverhello_tlsext(s) <= 0)
1530                         {
1531                         SSLerr(SSL_F_SSL3_SEND_SERVER_HELLO,SSL_R_SERVERHELLO_TLSEXT);
1532                         return -1;
1533                         }
1534                 if ((p = ssl_add_serverhello_tlsext(s, p, buf+SSL3_RT_MAX_PLAIN_LENGTH, &al)) == NULL)
1535                         {
1536                         ssl3_send_alert(s, SSL3_AL_FATAL, al);
1537                         SSLerr(SSL_F_SSL3_SEND_SERVER_HELLO,ERR_R_INTERNAL_ERROR);
1538                         return -1;
1539                         }
1540 #endif
1541                 /* do the header */
1542                 l=(p-d);
1543                 ssl_set_handshake_header(s, SSL3_MT_SERVER_HELLO, l);
1544                 s->state=SSL3_ST_SW_SRVR_HELLO_B;
1545                 }
1546
1547         /* SSL3_ST_SW_SRVR_HELLO_B */
1548         return ssl_do_write(s);
1549         }
1550
1551 int ssl3_send_server_done(SSL *s)
1552         {
1553
1554         if (s->state == SSL3_ST_SW_SRVR_DONE_A)
1555                 {
1556                 ssl_set_handshake_header(s, SSL3_MT_SERVER_DONE, 0);
1557                 s->state = SSL3_ST_SW_SRVR_DONE_B;
1558                 }
1559
1560         /* SSL3_ST_SW_SRVR_DONE_B */
1561         return ssl_do_write(s);
1562         }
1563
1564 int ssl3_send_server_key_exchange(SSL *s)
1565         {
1566 #ifndef OPENSSL_NO_RSA
1567         unsigned char *q;
1568         int j,num;
1569         RSA *rsa;
1570         unsigned char md_buf[MD5_DIGEST_LENGTH+SHA_DIGEST_LENGTH];
1571         unsigned int u;
1572 #endif
1573 #ifndef OPENSSL_NO_DH
1574         DH *dh=NULL,*dhp;
1575 #endif
1576 #ifndef OPENSSL_NO_ECDH
1577         EC_KEY *ecdh=NULL, *ecdhp;
1578         unsigned char *encodedPoint = NULL;
1579         int encodedlen = 0;
1580         int curve_id = 0;
1581         BN_CTX *bn_ctx = NULL; 
1582 #endif
1583         EVP_PKEY *pkey;
1584         const EVP_MD *md = NULL;
1585         unsigned char *p,*d;
1586         int al,i;
1587         unsigned long type;
1588         int n;
1589         CERT *cert;
1590         BIGNUM *r[4];
1591         int nr[4],kn;
1592         BUF_MEM *buf;
1593         EVP_MD_CTX md_ctx;
1594
1595         EVP_MD_CTX_init(&md_ctx);
1596         if (s->state == SSL3_ST_SW_KEY_EXCH_A)
1597                 {
1598                 type=s->s3->tmp.new_cipher->algorithm_mkey;
1599                 cert=s->cert;
1600
1601                 buf=s->init_buf;
1602
1603                 r[0]=r[1]=r[2]=r[3]=NULL;
1604                 n=0;
1605 #ifndef OPENSSL_NO_RSA
1606                 if (type & SSL_kRSA)
1607                         {
1608                         rsa=cert->rsa_tmp;
1609                         if ((rsa == NULL) && (s->cert->rsa_tmp_cb != NULL))
1610                                 {
1611                                 rsa=s->cert->rsa_tmp_cb(s,
1612                                       SSL_C_IS_EXPORT(s->s3->tmp.new_cipher),
1613                                       SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher));
1614                                 if(rsa == NULL)
1615                                 {
1616                                         al=SSL_AD_HANDSHAKE_FAILURE;
1617                                         SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,SSL_R_ERROR_GENERATING_TMP_RSA_KEY);
1618                                         goto f_err;
1619                                 }
1620                                 RSA_up_ref(rsa);
1621                                 cert->rsa_tmp=rsa;
1622                                 }
1623                         if (rsa == NULL)
1624                                 {
1625                                 al=SSL_AD_HANDSHAKE_FAILURE;
1626                                 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,SSL_R_MISSING_TMP_RSA_KEY);
1627                                 goto f_err;
1628                                 }
1629                         r[0]=rsa->n;
1630                         r[1]=rsa->e;
1631                         s->s3->tmp.use_rsa_tmp=1;
1632                         }
1633                 else
1634 #endif
1635 #ifndef OPENSSL_NO_DH
1636                         if (type & SSL_kEDH)
1637                         {
1638                         dhp=cert->dh_tmp;
1639                         if ((dhp == NULL) && (s->cert->dh_tmp_cb != NULL))
1640                                 dhp=s->cert->dh_tmp_cb(s,
1641                                       SSL_C_IS_EXPORT(s->s3->tmp.new_cipher),
1642                                       SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher));
1643                         if (dhp == NULL)
1644                                 {
1645                                 al=SSL_AD_HANDSHAKE_FAILURE;
1646                                 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,SSL_R_MISSING_TMP_DH_KEY);
1647                                 goto f_err;
1648                                 }
1649
1650                         if (s->s3->tmp.dh != NULL)
1651                                 {
1652                                 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE, ERR_R_INTERNAL_ERROR);
1653                                 goto err;
1654                                 }
1655
1656                         if ((dh=DHparams_dup(dhp)) == NULL)
1657                                 {
1658                                 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_R_DH_LIB);
1659                                 goto err;
1660                                 }
1661
1662                         s->s3->tmp.dh=dh;
1663                         if ((dhp->pub_key == NULL ||
1664                              dhp->priv_key == NULL ||
1665                              (s->options & SSL_OP_SINGLE_DH_USE)))
1666                                 {
1667                                 if(!DH_generate_key(dh))
1668                                     {
1669                                     SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,
1670                                            ERR_R_DH_LIB);
1671                                     goto err;
1672                                     }
1673                                 }
1674                         else
1675                                 {
1676                                 dh->pub_key=BN_dup(dhp->pub_key);
1677                                 dh->priv_key=BN_dup(dhp->priv_key);
1678                                 if ((dh->pub_key == NULL) ||
1679                                         (dh->priv_key == NULL))
1680                                         {
1681                                         SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_R_DH_LIB);
1682                                         goto err;
1683                                         }
1684                                 }
1685                         r[0]=dh->p;
1686                         r[1]=dh->g;
1687                         r[2]=dh->pub_key;
1688                         }
1689                 else 
1690 #endif
1691 #ifndef OPENSSL_NO_ECDH
1692                         if (type & SSL_kEECDH)
1693                         {
1694                         const EC_GROUP *group;
1695
1696                         ecdhp=cert->ecdh_tmp;
1697                         if (s->cert->ecdh_tmp_auto)
1698                                 {
1699                                 /* Get NID of appropriate shared curve */
1700                                 int nid = tls1_shared_curve(s, -2);
1701                                 if (nid != NID_undef)
1702                                         ecdhp = EC_KEY_new_by_curve_name(nid);
1703                                 }
1704                         else if ((ecdhp == NULL) && s->cert->ecdh_tmp_cb)
1705                                 {
1706                                 ecdhp=s->cert->ecdh_tmp_cb(s,
1707                                       SSL_C_IS_EXPORT(s->s3->tmp.new_cipher),
1708                                       SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher));
1709                                 }
1710                         if (ecdhp == NULL)
1711                                 {
1712                                 al=SSL_AD_HANDSHAKE_FAILURE;
1713                                 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,SSL_R_MISSING_TMP_ECDH_KEY);
1714                                 goto f_err;
1715                                 }
1716
1717                         if (s->s3->tmp.ecdh != NULL)
1718                                 {
1719                                 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE, ERR_R_INTERNAL_ERROR);
1720                                 goto err;
1721                                 }
1722
1723                         /* Duplicate the ECDH structure. */
1724                         if (ecdhp == NULL)
1725                                 {
1726                                 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_R_ECDH_LIB);
1727                                 goto err;
1728                                 }
1729                         if (s->cert->ecdh_tmp_auto)
1730                                 ecdh = ecdhp;
1731                         else if ((ecdh = EC_KEY_dup(ecdhp)) == NULL)
1732                                 {
1733                                 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_R_ECDH_LIB);
1734                                 goto err;
1735                                 }
1736
1737                         s->s3->tmp.ecdh=ecdh;
1738                         if ((EC_KEY_get0_public_key(ecdh) == NULL) ||
1739                             (EC_KEY_get0_private_key(ecdh) == NULL) ||
1740                             (s->options & SSL_OP_SINGLE_ECDH_USE))
1741                                 {
1742                                 if(!EC_KEY_generate_key(ecdh))
1743                                     {
1744                                     SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_R_ECDH_LIB);
1745                                     goto err;
1746                                     }
1747                                 }
1748
1749                         if (((group = EC_KEY_get0_group(ecdh)) == NULL) ||
1750                             (EC_KEY_get0_public_key(ecdh)  == NULL) ||
1751                             (EC_KEY_get0_private_key(ecdh) == NULL))
1752                                 {
1753                                 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_R_ECDH_LIB);
1754                                 goto err;
1755                                 }
1756
1757                         if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) &&
1758                             (EC_GROUP_get_degree(group) > 163)) 
1759                                 {
1760                                 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,SSL_R_ECGROUP_TOO_LARGE_FOR_CIPHER);
1761                                 goto err;
1762                                 }
1763
1764                         /* XXX: For now, we only support ephemeral ECDH
1765                          * keys over named (not generic) curves. For 
1766                          * supported named curves, curve_id is non-zero.
1767                          */
1768                         if ((curve_id = 
1769                             tls1_ec_nid2curve_id(EC_GROUP_get_curve_name(group)))
1770                             == 0)
1771                                 {
1772                                 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,SSL_R_UNSUPPORTED_ELLIPTIC_CURVE);
1773                                 goto err;
1774                                 }
1775
1776                         /* Encode the public key.
1777                          * First check the size of encoding and
1778                          * allocate memory accordingly.
1779                          */
1780                         encodedlen = EC_POINT_point2oct(group, 
1781                             EC_KEY_get0_public_key(ecdh),
1782                             POINT_CONVERSION_UNCOMPRESSED, 
1783                             NULL, 0, NULL);
1784
1785                         encodedPoint = (unsigned char *) 
1786                             OPENSSL_malloc(encodedlen*sizeof(unsigned char)); 
1787                         bn_ctx = BN_CTX_new();
1788                         if ((encodedPoint == NULL) || (bn_ctx == NULL))
1789                                 {
1790                                 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_R_MALLOC_FAILURE);
1791                                 goto err;
1792                                 }
1793
1794
1795                         encodedlen = EC_POINT_point2oct(group, 
1796                             EC_KEY_get0_public_key(ecdh), 
1797                             POINT_CONVERSION_UNCOMPRESSED, 
1798                             encodedPoint, encodedlen, bn_ctx);
1799
1800                         if (encodedlen == 0) 
1801                                 {
1802                                 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_R_ECDH_LIB);
1803                                 goto err;
1804                                 }
1805
1806                         BN_CTX_free(bn_ctx);  bn_ctx=NULL;
1807
1808                         /* XXX: For now, we only support named (not 
1809                          * generic) curves in ECDH ephemeral key exchanges.
1810                          * In this situation, we need four additional bytes
1811                          * to encode the entire ServerECDHParams
1812                          * structure. 
1813                          */
1814                         n = 4 + encodedlen;
1815
1816                         /* We'll generate the serverKeyExchange message
1817                          * explicitly so we can set these to NULLs
1818                          */
1819                         r[0]=NULL;
1820                         r[1]=NULL;
1821                         r[2]=NULL;
1822                         r[3]=NULL;
1823                         }
1824                 else 
1825 #endif /* !OPENSSL_NO_ECDH */
1826 #ifndef OPENSSL_NO_PSK
1827                         if (type & SSL_kPSK)
1828                                 {
1829                                 /* reserve size for record length and PSK identity hint*/
1830                                 n+=2+strlen(s->ctx->psk_identity_hint);
1831                                 }
1832                         else
1833 #endif /* !OPENSSL_NO_PSK */
1834 #ifndef OPENSSL_NO_SRP
1835                 if (type & SSL_kSRP)
1836                         {
1837                         if ((s->srp_ctx.N == NULL) ||
1838                                 (s->srp_ctx.g == NULL) ||
1839                                 (s->srp_ctx.s == NULL) ||
1840                                 (s->srp_ctx.B == NULL))
1841                                 {
1842                                 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,SSL_R_MISSING_SRP_PARAM);
1843                                 goto err;
1844                                 }
1845                         r[0]=s->srp_ctx.N;
1846                         r[1]=s->srp_ctx.g;
1847                         r[2]=s->srp_ctx.s;
1848                         r[3]=s->srp_ctx.B;
1849                         }
1850                 else 
1851 #endif
1852                         {
1853                         al=SSL_AD_HANDSHAKE_FAILURE;
1854                         SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,SSL_R_UNKNOWN_KEY_EXCHANGE_TYPE);
1855                         goto f_err;
1856                         }
1857                 for (i=0; i < 4 && r[i] != NULL; i++)
1858                         {
1859                         nr[i]=BN_num_bytes(r[i]);
1860 #ifndef OPENSSL_NO_SRP
1861                         if ((i == 2) && (type & SSL_kSRP))
1862                                 n+=1+nr[i];
1863                         else
1864 #endif
1865                         n+=2+nr[i];
1866                         }
1867
1868                 if (!(s->s3->tmp.new_cipher->algorithm_auth & (SSL_aNULL|SSL_aSRP))
1869                         && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
1870                         {
1871                         if ((pkey=ssl_get_sign_pkey(s,s->s3->tmp.new_cipher,&md))
1872                                 == NULL)
1873                                 {
1874                                 al=SSL_AD_DECODE_ERROR;
1875                                 goto f_err;
1876                                 }
1877                         kn=EVP_PKEY_size(pkey);
1878                         }
1879                 else
1880                         {
1881                         pkey=NULL;
1882                         kn=0;
1883                         }
1884
1885                 if (!BUF_MEM_grow_clean(buf,n+SSL_HM_HEADER_LENGTH(s)+kn))
1886                         {
1887                         SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_LIB_BUF);
1888                         goto err;
1889                         }
1890                 d = p = ssl_handshake_start(s);
1891
1892                 for (i=0; i < 4 && r[i] != NULL; i++)
1893                         {
1894 #ifndef OPENSSL_NO_SRP
1895                         if ((i == 2) && (type & SSL_kSRP))
1896                                 {
1897                                 *p = nr[i];
1898                                 p++;
1899                                 }
1900                         else
1901 #endif
1902                         s2n(nr[i],p);
1903                         BN_bn2bin(r[i],p);
1904                         p+=nr[i];
1905                         }
1906
1907 #ifndef OPENSSL_NO_ECDH
1908                 if (type & SSL_kEECDH) 
1909                         {
1910                         /* XXX: For now, we only support named (not generic) curves.
1911                          * In this situation, the serverKeyExchange message has:
1912                          * [1 byte CurveType], [2 byte CurveName]
1913                          * [1 byte length of encoded point], followed by
1914                          * the actual encoded point itself
1915                          */
1916                         *p = NAMED_CURVE_TYPE;
1917                         p += 1;
1918                         *p = 0;
1919                         p += 1;
1920                         *p = curve_id;
1921                         p += 1;
1922                         *p = encodedlen;
1923                         p += 1;
1924                         memcpy((unsigned char*)p, 
1925                             (unsigned char *)encodedPoint, 
1926                             encodedlen);
1927                         OPENSSL_free(encodedPoint);
1928                         encodedPoint = NULL;
1929                         p += encodedlen;
1930                         }
1931 #endif
1932
1933 #ifndef OPENSSL_NO_PSK
1934                 if (type & SSL_kPSK)
1935                         {
1936                         /* copy PSK identity hint */
1937                         s2n(strlen(s->ctx->psk_identity_hint), p); 
1938                         strncpy((char *)p, s->ctx->psk_identity_hint, strlen(s->ctx->psk_identity_hint));
1939                         p+=strlen(s->ctx->psk_identity_hint);
1940                         }
1941 #endif
1942
1943                 /* not anonymous */
1944                 if (pkey != NULL)
1945                         {
1946                         /* n is the length of the params, they start at &(d[4])
1947                          * and p points to the space at the end. */
1948 #ifndef OPENSSL_NO_RSA
1949                         if (pkey->type == EVP_PKEY_RSA && !SSL_USE_SIGALGS(s))
1950                                 {
1951                                 q=md_buf;
1952                                 j=0;
1953                                 for (num=2; num > 0; num--)
1954                                         {
1955                                         EVP_MD_CTX_set_flags(&md_ctx,
1956                                                 EVP_MD_CTX_FLAG_NON_FIPS_ALLOW);
1957                                         EVP_DigestInit_ex(&md_ctx,(num == 2)
1958                                                 ?s->ctx->md5:s->ctx->sha1, NULL);
1959                                         EVP_DigestUpdate(&md_ctx,&(s->s3->client_random[0]),SSL3_RANDOM_SIZE);
1960                                         EVP_DigestUpdate(&md_ctx,&(s->s3->server_random[0]),SSL3_RANDOM_SIZE);
1961                                         EVP_DigestUpdate(&md_ctx,d,n);
1962                                         EVP_DigestFinal_ex(&md_ctx,q,
1963                                                 (unsigned int *)&i);
1964                                         q+=i;
1965                                         j+=i;
1966                                         }
1967                                 if (RSA_sign(NID_md5_sha1, md_buf, j,
1968                                         &(p[2]), &u, pkey->pkey.rsa) <= 0)
1969                                         {
1970                                         SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_LIB_RSA);
1971                                         goto err;
1972                                         }
1973                                 s2n(u,p);
1974                                 n+=u+2;
1975                                 }
1976                         else
1977 #endif
1978                         if (md)
1979                                 {
1980                                 /* send signature algorithm */
1981                                 if (SSL_USE_SIGALGS(s))
1982                                         {
1983                                         if (!tls12_get_sigandhash(p, pkey, md))
1984                                                 {
1985                                                 /* Should never happen */
1986                                                 al=SSL_AD_INTERNAL_ERROR;
1987                                                 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_R_INTERNAL_ERROR);
1988                                                 goto f_err;
1989                                                 }
1990                                         p+=2;
1991                                         }
1992 #ifdef SSL_DEBUG
1993                                 fprintf(stderr, "Using hash %s\n",
1994                                                         EVP_MD_name(md));
1995 #endif
1996                                 EVP_SignInit_ex(&md_ctx, md, NULL);
1997                                 EVP_SignUpdate(&md_ctx,&(s->s3->client_random[0]),SSL3_RANDOM_SIZE);
1998                                 EVP_SignUpdate(&md_ctx,&(s->s3->server_random[0]),SSL3_RANDOM_SIZE);
1999                                 EVP_SignUpdate(&md_ctx,d,n);
2000                                 if (!EVP_SignFinal(&md_ctx,&(p[2]),
2001                                         (unsigned int *)&i,pkey))
2002                                         {
2003                                         SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_LIB_EVP);
2004                                         goto err;
2005                                         }
2006                                 s2n(i,p);
2007                                 n+=i+2;
2008                                 if (SSL_USE_SIGALGS(s))
2009                                         n+= 2;
2010                                 }
2011                         else
2012                                 {
2013                                 /* Is this error check actually needed? */
2014                                 al=SSL_AD_HANDSHAKE_FAILURE;
2015                                 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,SSL_R_UNKNOWN_PKEY_TYPE);
2016                                 goto f_err;
2017                                 }
2018                         }
2019
2020                 ssl_set_handshake_header(s, SSL3_MT_SERVER_KEY_EXCHANGE, n);
2021                 }
2022
2023         s->state = SSL3_ST_SW_KEY_EXCH_B;
2024         EVP_MD_CTX_cleanup(&md_ctx);
2025         return ssl_do_write(s);
2026 f_err:
2027         ssl3_send_alert(s,SSL3_AL_FATAL,al);
2028 err:
2029 #ifndef OPENSSL_NO_ECDH
2030         if (encodedPoint != NULL) OPENSSL_free(encodedPoint);
2031         BN_CTX_free(bn_ctx);
2032 #endif
2033         EVP_MD_CTX_cleanup(&md_ctx);
2034         return(-1);
2035         }
2036
2037 int ssl3_send_certificate_request(SSL *s)
2038         {
2039         unsigned char *p,*d;
2040         int i,j,nl,off,n;
2041         STACK_OF(X509_NAME) *sk=NULL;
2042         X509_NAME *name;
2043         BUF_MEM *buf;
2044
2045         if (s->state == SSL3_ST_SW_CERT_REQ_A)
2046                 {
2047                 buf=s->init_buf;
2048
2049                 d=p=ssl_handshake_start(s);
2050
2051                 /* get the list of acceptable cert types */
2052                 p++;
2053                 n=ssl3_get_req_cert_type(s,p);
2054                 d[0]=n;
2055                 p+=n;
2056                 n++;
2057
2058                 if (SSL_USE_SIGALGS(s))
2059                         {
2060                         const unsigned char *psigs;
2061                         nl = tls12_get_psigalgs(s, &psigs);
2062                         s2n(nl, p);
2063                         memcpy(p, psigs, nl);
2064                         p += nl;
2065                         n += nl + 2;
2066                         }
2067
2068                 off=n;
2069                 p+=2;
2070                 n+=2;
2071
2072                 sk=SSL_get_client_CA_list(s);
2073                 nl=0;
2074                 if (sk != NULL)
2075                         {
2076                         for (i=0; i<sk_X509_NAME_num(sk); i++)
2077                                 {
2078                                 name=sk_X509_NAME_value(sk,i);
2079                                 j=i2d_X509_NAME(name,NULL);
2080                                 if (!BUF_MEM_grow_clean(buf,SSL_HM_HEADER_LENGTH(s)+n+j+2))
2081                                         {
2082                                         SSLerr(SSL_F_SSL3_SEND_CERTIFICATE_REQUEST,ERR_R_BUF_LIB);
2083                                         goto err;
2084                                         }
2085                                 p = ssl_handshake_start(s) + n;
2086                                 if (!(s->options & SSL_OP_NETSCAPE_CA_DN_BUG))
2087                                         {
2088                                         s2n(j,p);
2089                                         i2d_X509_NAME(name,&p);
2090                                         n+=2+j;
2091                                         nl+=2+j;
2092                                         }
2093                                 else
2094                                         {
2095                                         d=p;
2096                                         i2d_X509_NAME(name,&p);
2097                                         j-=2; s2n(j,d); j+=2;
2098                                         n+=j;
2099                                         nl+=j;
2100                                         }
2101                                 }
2102                         }
2103                 /* else no CA names */
2104                 p = ssl_handshake_start(s) + off;
2105                 s2n(nl,p);
2106
2107                 ssl_set_handshake_header(s, SSL3_MT_CERTIFICATE_REQUEST, n);
2108
2109 #ifdef NETSCAPE_HANG_BUG
2110                 if (!SSL_IS_DTLS(s))
2111                         {
2112                         if (!BUF_MEM_grow_clean(buf, s->init_num + 4))
2113                                 {
2114                                 SSLerr(SSL_F_SSL3_SEND_CERTIFICATE_REQUEST,ERR_R_BUF_LIB);
2115                                 goto err;
2116                                 }
2117                         p=(unsigned char *)s->init_buf->data + s->init_num;
2118                         /* do the header */
2119                         *(p++)=SSL3_MT_SERVER_DONE;
2120                         *(p++)=0;
2121                         *(p++)=0;
2122                         *(p++)=0;
2123                         s->init_num += 4;
2124                         }
2125 #endif
2126
2127                 s->state = SSL3_ST_SW_CERT_REQ_B;
2128                 }
2129
2130         /* SSL3_ST_SW_CERT_REQ_B */
2131         return ssl_do_write(s);
2132 err:
2133         return(-1);
2134         }
2135
2136 int ssl3_get_client_key_exchange(SSL *s)
2137         {
2138         int i,al,ok;
2139         long n;
2140         unsigned long alg_k;
2141         unsigned char *p;
2142 #ifndef OPENSSL_NO_RSA
2143         RSA *rsa=NULL;
2144         EVP_PKEY *pkey=NULL;
2145 #endif
2146 #ifndef OPENSSL_NO_DH
2147         BIGNUM *pub=NULL;
2148         DH *dh_srvr, *dh_clnt = NULL;
2149 #endif
2150 #ifndef OPENSSL_NO_KRB5
2151         KSSL_ERR kssl_err;
2152 #endif /* OPENSSL_NO_KRB5 */
2153
2154 #ifndef OPENSSL_NO_ECDH
2155         EC_KEY *srvr_ecdh = NULL;
2156         EVP_PKEY *clnt_pub_pkey = NULL;
2157         EC_POINT *clnt_ecpoint = NULL;
2158         BN_CTX *bn_ctx = NULL; 
2159 #endif
2160
2161         n=s->method->ssl_get_message(s,
2162                 SSL3_ST_SR_KEY_EXCH_A,
2163                 SSL3_ST_SR_KEY_EXCH_B,
2164                 SSL3_MT_CLIENT_KEY_EXCHANGE,
2165                 2048, /* ??? */
2166                 &ok);
2167
2168         if (!ok) return((int)n);
2169         p=(unsigned char *)s->init_msg;
2170
2171         alg_k=s->s3->tmp.new_cipher->algorithm_mkey;
2172
2173 #ifndef OPENSSL_NO_RSA
2174         if (alg_k & SSL_kRSA)
2175                 {
2176                 unsigned char rand_premaster_secret[SSL_MAX_MASTER_KEY_LENGTH];
2177                 int decrypt_len;
2178                 unsigned char decrypt_good, version_good;
2179                 size_t j;
2180
2181                 /* FIX THIS UP EAY EAY EAY EAY */
2182                 if (s->s3->tmp.use_rsa_tmp)
2183                         {
2184                         if ((s->cert != NULL) && (s->cert->rsa_tmp != NULL))
2185                                 rsa=s->cert->rsa_tmp;
2186                         /* Don't do a callback because rsa_tmp should
2187                          * be sent already */
2188                         if (rsa == NULL)
2189                                 {
2190                                 al=SSL_AD_HANDSHAKE_FAILURE;
2191                                 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_MISSING_TMP_RSA_PKEY);
2192                                 goto f_err;
2193
2194                                 }
2195                         }
2196                 else
2197                         {
2198                         pkey=s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey;
2199                         if (    (pkey == NULL) ||
2200                                 (pkey->type != EVP_PKEY_RSA) ||
2201                                 (pkey->pkey.rsa == NULL))
2202                                 {
2203                                 al=SSL_AD_HANDSHAKE_FAILURE;
2204                                 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_MISSING_RSA_CERTIFICATE);
2205                                 goto f_err;
2206                                 }
2207                         rsa=pkey->pkey.rsa;
2208                         }
2209
2210                 /* TLS and [incidentally] DTLS{0xFEFF} */
2211                 if (s->version > SSL3_VERSION && s->version != DTLS1_BAD_VER)
2212                         {
2213                         n2s(p,i);
2214                         if (n != i+2)
2215                                 {
2216                                 if (!(s->options & SSL_OP_TLS_D5_BUG))
2217                                         {
2218                                         al = SSL_AD_DECODE_ERROR;
2219                                         SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_TLS_RSA_ENCRYPTED_VALUE_LENGTH_IS_WRONG);
2220                                         goto f_err;
2221                                         }
2222                                 else
2223                                         p-=2;
2224                                 }
2225                         else
2226                                 n=i;
2227                         }
2228
2229                 /*
2230                  * Reject overly short RSA ciphertext because we want to be sure
2231                  * that the buffer size makes it safe to iterate over the entire
2232                  * size of a premaster secret (SSL_MAX_MASTER_KEY_LENGTH). The
2233                  * actual expected size is larger due to RSA padding, but the
2234                  * bound is sufficient to be safe.
2235                  */
2236                 if (n < SSL_MAX_MASTER_KEY_LENGTH)
2237                         {
2238                         al = SSL_AD_DECRYPT_ERROR;
2239                         SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, SSL_R_TLS_RSA_ENCRYPTED_VALUE_LENGTH_IS_WRONG);
2240                         goto f_err;
2241                         }
2242
2243                 /* We must not leak whether a decryption failure occurs because
2244                  * of Bleichenbacher's attack on PKCS #1 v1.5 RSA padding (see
2245                  * RFC 2246, section 7.4.7.1). The code follows that advice of
2246                  * the TLS RFC and generates a random premaster secret for the
2247                  * case that the decrypt fails. See
2248                  * https://tools.ietf.org/html/rfc5246#section-7.4.7.1 */
2249
2250                 /* should be RAND_bytes, but we cannot work around a failure. */
2251                 if (RAND_pseudo_bytes(rand_premaster_secret,
2252                                       sizeof(rand_premaster_secret)) <= 0)
2253                         goto err;
2254                 decrypt_len = RSA_private_decrypt((int)n,p,p,rsa,RSA_PKCS1_PADDING);
2255                 ERR_clear_error();
2256
2257                 /* decrypt_len should be SSL_MAX_MASTER_KEY_LENGTH.
2258                  * decrypt_good will be 0xff if so and zero otherwise. */
2259                 decrypt_good = constant_time_eq_int_8(decrypt_len, SSL_MAX_MASTER_KEY_LENGTH);
2260
2261                 /* If the version in the decrypted pre-master secret is correct
2262                  * then version_good will be 0xff, otherwise it'll be zero.
2263                  * The Klima-Pokorny-Rosa extension of Bleichenbacher's attack
2264                  * (http://eprint.iacr.org/2003/052/) exploits the version
2265                  * number check as a "bad version oracle". Thus version checks
2266                  * are done in constant time and are treated like any other
2267                  * decryption error. */
2268                 version_good = constant_time_eq_8(p[0], (unsigned)(s->client_version>>8));
2269                 version_good &= constant_time_eq_8(p[1], (unsigned)(s->client_version&0xff));
2270
2271                 /* The premaster secret must contain the same version number as
2272                  * the ClientHello to detect version rollback attacks
2273                  * (strangely, the protocol does not offer such protection for
2274                  * DH ciphersuites). However, buggy clients exist that send the
2275                  * negotiated protocol version instead if the server does not
2276                  * support the requested protocol version. If
2277                  * SSL_OP_TLS_ROLLBACK_BUG is set, tolerate such clients. */
2278                 if (s->options & SSL_OP_TLS_ROLLBACK_BUG)
2279                         {
2280                         unsigned char workaround_good;
2281                         workaround_good = constant_time_eq_8(p[0], (unsigned)(s->version>>8));
2282                         workaround_good &= constant_time_eq_8(p[1], (unsigned)(s->version&0xff));
2283                         version_good |= workaround_good;
2284                         }
2285
2286                 /* Both decryption and version must be good for decrypt_good
2287                  * to remain non-zero (0xff). */
2288                 decrypt_good &= version_good;
2289
2290                 /*
2291                  * Now copy rand_premaster_secret over from p using
2292                  * decrypt_good_mask. If decryption failed, then p does not
2293                  * contain valid plaintext, however, a check above guarantees
2294                  * it is still sufficiently large to read from.
2295                  */
2296                 for (j = 0; j < sizeof(rand_premaster_secret); j++)
2297                         {
2298                         p[j] = constant_time_select_8(decrypt_good, p[j],
2299                                                       rand_premaster_secret[j]);
2300                         }
2301
2302                 s->session->master_key_length=
2303                         s->method->ssl3_enc->generate_master_secret(s,
2304                                 s->session->master_key,
2305                                 p,sizeof(rand_premaster_secret));
2306                 OPENSSL_cleanse(p,sizeof(rand_premaster_secret));
2307                 }
2308         else
2309 #endif
2310 #ifndef OPENSSL_NO_DH
2311                 if (alg_k & (SSL_kEDH|SSL_kDHr|SSL_kDHd))
2312                 {
2313                 int idx = -1;
2314                 EVP_PKEY *skey = NULL;
2315                 if (n)
2316                         n2s(p,i);
2317                 else
2318                         i = 0;
2319                 if (n && n != i+2)
2320                         {
2321                         if (!(s->options & SSL_OP_SSLEAY_080_CLIENT_DH_BUG))
2322                                 {
2323                                 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_DH_PUBLIC_VALUE_LENGTH_IS_WRONG);
2324                                 goto err;
2325                                 }
2326                         else
2327                                 {
2328                                 p-=2;
2329                                 i=(int)n;
2330                                 }
2331                         }
2332                 if (alg_k & SSL_kDHr)
2333                         idx = SSL_PKEY_DH_RSA;
2334                 else if (alg_k & SSL_kDHd)
2335                         idx = SSL_PKEY_DH_DSA;
2336                 if (idx >= 0)
2337                         {
2338                         skey = s->cert->pkeys[idx].privatekey;
2339                         if ((skey == NULL) ||
2340                                 (skey->type != EVP_PKEY_DH) ||
2341                                 (skey->pkey.dh == NULL))
2342                                 {
2343                                 al=SSL_AD_HANDSHAKE_FAILURE;
2344                                 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_MISSING_RSA_CERTIFICATE);
2345                                 goto f_err;
2346                                 }
2347                         dh_srvr = skey->pkey.dh;
2348                         }
2349                 else if (s->s3->tmp.dh == NULL)
2350                         {
2351                         al=SSL_AD_HANDSHAKE_FAILURE;
2352                         SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_MISSING_TMP_DH_KEY);
2353                         goto f_err;
2354                         }
2355                 else
2356                         dh_srvr=s->s3->tmp.dh;
2357
2358                 if (n == 0L)
2359                         {
2360                         /* Get pubkey from cert */
2361                         EVP_PKEY *clkey=X509_get_pubkey(s->session->peer);
2362                         if (clkey)
2363                                 {
2364                                 if (EVP_PKEY_cmp_parameters(clkey, skey) == 1)
2365                                         dh_clnt = EVP_PKEY_get1_DH(clkey);
2366                                 }
2367                         if (dh_clnt == NULL)
2368                                 {
2369                                 al=SSL_AD_HANDSHAKE_FAILURE;
2370                                 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_MISSING_TMP_DH_KEY);
2371                                 goto f_err;
2372                                 }
2373                         EVP_PKEY_free(clkey);
2374                         pub = dh_clnt->pub_key;
2375                         }
2376                 else
2377                         pub=BN_bin2bn(p,i,NULL);
2378                 if (pub == NULL)
2379                         {
2380                         SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_BN_LIB);
2381                         goto err;
2382                         }
2383
2384                 i=DH_compute_key(p,pub,dh_srvr);
2385
2386                 if (i <= 0)
2387                         {
2388                         SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,ERR_R_DH_LIB);
2389                         BN_clear_free(pub);
2390                         goto err;
2391                         }
2392
2393                 DH_free(s->s3->tmp.dh);
2394                 s->s3->tmp.dh=NULL;
2395                 if (dh_clnt)
2396                         DH_free(dh_clnt);
2397                 else
2398                         BN_clear_free(pub);
2399                 pub=NULL;
2400                 s->session->master_key_length=
2401                         s->method->ssl3_enc->generate_master_secret(s,
2402                                 s->session->master_key,p,i);
2403                 OPENSSL_cleanse(p,i);
2404                 if (dh_clnt)
2405                         return 2;
2406                 }
2407         else
2408 #endif
2409 #ifndef OPENSSL_NO_KRB5
2410         if (alg_k & SSL_kKRB5)
2411                 {
2412                 krb5_error_code         krb5rc;
2413                 krb5_data               enc_ticket;
2414                 krb5_data               authenticator;
2415                 krb5_data               enc_pms;
2416                 KSSL_CTX                *kssl_ctx = s->kssl_ctx;
2417                 EVP_CIPHER_CTX          ciph_ctx;
2418                 const EVP_CIPHER        *enc = NULL;
2419                 unsigned char           iv[EVP_MAX_IV_LENGTH];
2420                 unsigned char           pms[SSL_MAX_MASTER_KEY_LENGTH
2421                                                + EVP_MAX_BLOCK_LENGTH];
2422                 int                  padl, outl;
2423                 krb5_timestamp          authtime = 0;
2424                 krb5_ticket_times       ttimes;
2425
2426                 EVP_CIPHER_CTX_init(&ciph_ctx);
2427
2428                 if (!kssl_ctx)  kssl_ctx = kssl_ctx_new();
2429
2430                 n2s(p,i);
2431                 enc_ticket.length = i;
2432
2433                 if (n < (long)(enc_ticket.length + 6))
2434                         {
2435                         SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2436                                 SSL_R_DATA_LENGTH_TOO_LONG);
2437                         goto err;
2438                         }
2439
2440                 enc_ticket.data = (char *)p;
2441                 p+=enc_ticket.length;
2442
2443                 n2s(p,i);
2444                 authenticator.length = i;
2445
2446                 if (n < (long)(enc_ticket.length + authenticator.length + 6))
2447                         {
2448                         SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2449                                 SSL_R_DATA_LENGTH_TOO_LONG);
2450                         goto err;
2451                         }
2452
2453                 authenticator.data = (char *)p;
2454                 p+=authenticator.length;
2455
2456                 n2s(p,i);
2457                 enc_pms.length = i;
2458                 enc_pms.data = (char *)p;
2459                 p+=enc_pms.length;
2460
2461                 /* Note that the length is checked again below,
2462                 ** after decryption
2463                 */
2464                 if(enc_pms.length > sizeof pms)
2465                         {
2466                         SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2467                                SSL_R_DATA_LENGTH_TOO_LONG);
2468                         goto err;
2469                         }
2470
2471                 if (n != (long)(enc_ticket.length + authenticator.length +
2472                                                 enc_pms.length + 6))
2473                         {
2474                         SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2475                                 SSL_R_DATA_LENGTH_TOO_LONG);
2476                         goto err;
2477                         }
2478
2479                 if ((krb5rc = kssl_sget_tkt(kssl_ctx, &enc_ticket, &ttimes,
2480                                         &kssl_err)) != 0)
2481                         {
2482 #ifdef KSSL_DEBUG
2483                         fprintf(stderr,"kssl_sget_tkt rtn %d [%d]\n",
2484                                 krb5rc, kssl_err.reason);
2485                         if (kssl_err.text)
2486                                 fprintf(stderr,"kssl_err text= %s\n", kssl_err.text);
2487 #endif  /* KSSL_DEBUG */
2488                         SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2489                                 kssl_err.reason);
2490                         goto err;
2491                         }
2492
2493                 /*  Note: no authenticator is not considered an error,
2494                 **  but will return authtime == 0.
2495                 */
2496                 if ((krb5rc = kssl_check_authent(kssl_ctx, &authenticator,
2497                                         &authtime, &kssl_err)) != 0)
2498                         {
2499 #ifdef KSSL_DEBUG
2500                         fprintf(stderr,"kssl_check_authent rtn %d [%d]\n",
2501                                 krb5rc, kssl_err.reason);
2502                         if (kssl_err.text)
2503                                 fprintf(stderr,"kssl_err text= %s\n", kssl_err.text);
2504 #endif  /* KSSL_DEBUG */
2505                         SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2506                                 kssl_err.reason);
2507                         goto err;
2508                         }
2509
2510                 if ((krb5rc = kssl_validate_times(authtime, &ttimes)) != 0)
2511                         {
2512                         SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, krb5rc);
2513                         goto err;
2514                         }
2515
2516 #ifdef KSSL_DEBUG
2517                 kssl_ctx_show(kssl_ctx);
2518 #endif  /* KSSL_DEBUG */
2519
2520                 enc = kssl_map_enc(kssl_ctx->enctype);
2521                 if (enc == NULL)
2522                     goto err;
2523
2524                 memset(iv, 0, sizeof iv);       /* per RFC 1510 */
2525
2526                 if (!EVP_DecryptInit_ex(&ciph_ctx,enc,NULL,kssl_ctx->key,iv))
2527                         {
2528                         SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2529                                 SSL_R_DECRYPTION_FAILED);
2530                         goto err;
2531                         }
2532                 if (!EVP_DecryptUpdate(&ciph_ctx, pms,&outl,
2533                                         (unsigned char *)enc_pms.data, enc_pms.length))
2534                         {
2535                         SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2536                                 SSL_R_DECRYPTION_FAILED);
2537                         goto err;
2538                         }
2539                 if (outl > SSL_MAX_MASTER_KEY_LENGTH)
2540                         {
2541                         SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2542                                 SSL_R_DATA_LENGTH_TOO_LONG);
2543                         goto err;
2544                         }
2545                 if (!EVP_DecryptFinal_ex(&ciph_ctx,&(pms[outl]),&padl))
2546                         {
2547                         SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2548                                 SSL_R_DECRYPTION_FAILED);
2549                         goto err;
2550                         }
2551                 outl += padl;
2552                 if (outl > SSL_MAX_MASTER_KEY_LENGTH)
2553                         {
2554                         SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2555                                 SSL_R_DATA_LENGTH_TOO_LONG);
2556                         goto err;
2557                         }
2558                 if (!((pms[0] == (s->client_version>>8)) && (pms[1] == (s->client_version & 0xff))))
2559                     {
2560                     /* The premaster secret must contain the same version number as the
2561                      * ClientHello to detect version rollback attacks (strangely, the
2562                      * protocol does not offer such protection for DH ciphersuites).
2563                      * However, buggy clients exist that send random bytes instead of
2564                      * the protocol version.
2565                      * If SSL_OP_TLS_ROLLBACK_BUG is set, tolerate such clients. 
2566                      * (Perhaps we should have a separate BUG value for the Kerberos cipher)
2567                      */
2568                     if (!(s->options & SSL_OP_TLS_ROLLBACK_BUG))
2569                         {
2570                         SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2571                                SSL_AD_DECODE_ERROR);
2572                         goto err;
2573                         }
2574                     }
2575
2576                 EVP_CIPHER_CTX_cleanup(&ciph_ctx);
2577
2578                 s->session->master_key_length=
2579                         s->method->ssl3_enc->generate_master_secret(s,
2580                                 s->session->master_key, pms, outl);
2581
2582                 if (kssl_ctx->client_princ)
2583                         {
2584                         size_t len = strlen(kssl_ctx->client_princ);
2585                         if ( len < SSL_MAX_KRB5_PRINCIPAL_LENGTH ) 
2586                                 {
2587                                 s->session->krb5_client_princ_len = len;
2588                                 memcpy(s->session->krb5_client_princ,kssl_ctx->client_princ,len);
2589                                 }
2590                         }
2591
2592
2593                 /*- Was doing kssl_ctx_free() here,
2594                  *  but it caused problems for apache.
2595                  *  kssl_ctx = kssl_ctx_free(kssl_ctx);
2596                  *  if (s->kssl_ctx)  s->kssl_ctx = NULL;
2597                  */
2598                 }
2599         else
2600 #endif  /* OPENSSL_NO_KRB5 */
2601
2602 #ifndef OPENSSL_NO_ECDH
2603                 if (alg_k & (SSL_kEECDH|SSL_kECDHr|SSL_kECDHe))
2604                 {
2605                 int ret = 1;
2606                 int field_size = 0;
2607                 const EC_KEY   *tkey;
2608                 const EC_GROUP *group;
2609                 const BIGNUM *priv_key;
2610
2611                 /* initialize structures for server's ECDH key pair */
2612                 if ((srvr_ecdh = EC_KEY_new()) == NULL) 
2613                         {
2614                         SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2615                             ERR_R_MALLOC_FAILURE);
2616                         goto err;
2617                         }
2618
2619                 /* Let's get server private key and group information */
2620                 if (alg_k & (SSL_kECDHr|SSL_kECDHe))
2621                         { 
2622                         /* use the certificate */
2623                         tkey = s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec;
2624                         }
2625                 else
2626                         {
2627                         /* use the ephermeral values we saved when
2628                          * generating the ServerKeyExchange msg.
2629                          */
2630                         tkey = s->s3->tmp.ecdh;
2631                         }
2632
2633                 group    = EC_KEY_get0_group(tkey);
2634                 priv_key = EC_KEY_get0_private_key(tkey);
2635
2636                 if (!EC_KEY_set_group(srvr_ecdh, group) ||
2637                     !EC_KEY_set_private_key(srvr_ecdh, priv_key))
2638                         {
2639                         SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2640                                ERR_R_EC_LIB);
2641                         goto err;
2642                         }
2643
2644                 /* Let's get client's public key */
2645                 if ((clnt_ecpoint = EC_POINT_new(group)) == NULL)
2646                         {
2647                         SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2648                             ERR_R_MALLOC_FAILURE);
2649                         goto err;
2650                         }
2651
2652                 if (n == 0L) 
2653                         {
2654                         /* Client Publickey was in Client Certificate */
2655
2656                          if (alg_k & SSL_kEECDH)
2657                                  {
2658                                  al=SSL_AD_HANDSHAKE_FAILURE;
2659                                  SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_MISSING_TMP_ECDH_KEY);
2660                                  goto f_err;
2661                                  }
2662                         if (((clnt_pub_pkey=X509_get_pubkey(s->session->peer))
2663                             == NULL) || 
2664                             (clnt_pub_pkey->type != EVP_PKEY_EC))
2665                                 {
2666                                 /* XXX: For now, we do not support client
2667                                  * authentication using ECDH certificates
2668                                  * so this branch (n == 0L) of the code is
2669                                  * never executed. When that support is
2670                                  * added, we ought to ensure the key 
2671                                  * received in the certificate is 
2672                                  * authorized for key agreement.
2673                                  * ECDH_compute_key implicitly checks that
2674                                  * the two ECDH shares are for the same
2675                                  * group.
2676                                  */
2677                                 al=SSL_AD_HANDSHAKE_FAILURE;
2678                                 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2679                                     SSL_R_UNABLE_TO_DECODE_ECDH_CERTS);
2680                                 goto f_err;
2681                                 }
2682
2683                         if (EC_POINT_copy(clnt_ecpoint,
2684                             EC_KEY_get0_public_key(clnt_pub_pkey->pkey.ec)) == 0)
2685                                 {
2686                                 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2687                                         ERR_R_EC_LIB);
2688                                 goto err;
2689                                 }
2690                         ret = 2; /* Skip certificate verify processing */
2691                         }
2692                 else
2693                         {
2694                         /* Get client's public key from encoded point
2695                          * in the ClientKeyExchange message.
2696                          */
2697                         if ((bn_ctx = BN_CTX_new()) == NULL)
2698                                 {
2699                                 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2700                                     ERR_R_MALLOC_FAILURE);
2701                                 goto err;
2702                                 }
2703
2704                         /* Get encoded point length */
2705                         i = *p; 
2706                         p += 1;
2707                         if (n != 1 + i)
2708                                 {
2709                                 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2710                                     ERR_R_EC_LIB);
2711                                 goto err;
2712                                 }
2713                         if (EC_POINT_oct2point(group, 
2714                             clnt_ecpoint, p, i, bn_ctx) == 0)
2715                                 {
2716                                 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2717                                     ERR_R_EC_LIB);
2718                                 goto err;
2719                                 }
2720                         /* p is pointing to somewhere in the buffer
2721                          * currently, so set it to the start 
2722                          */ 
2723                         p=(unsigned char *)s->init_buf->data;
2724                         }
2725
2726                 /* Compute the shared pre-master secret */
2727                 field_size = EC_GROUP_get_degree(group);
2728                 if (field_size <= 0)
2729                         {
2730                         SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, 
2731                                ERR_R_ECDH_LIB);
2732                         goto err;
2733                         }
2734                 i = ECDH_compute_key(p, (field_size+7)/8, clnt_ecpoint, srvr_ecdh, NULL);
2735                 if (i <= 0)
2736                         {
2737                         SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2738                             ERR_R_ECDH_LIB);
2739                         goto err;
2740                         }
2741
2742                 EVP_PKEY_free(clnt_pub_pkey);
2743                 EC_POINT_free(clnt_ecpoint);
2744                 EC_KEY_free(srvr_ecdh);
2745                 BN_CTX_free(bn_ctx);
2746                 EC_KEY_free(s->s3->tmp.ecdh);
2747                 s->s3->tmp.ecdh = NULL; 
2748
2749                 /* Compute the master secret */
2750                 s->session->master_key_length = s->method->ssl3_enc-> \
2751                     generate_master_secret(s, s->session->master_key, p, i);
2752                 
2753                 OPENSSL_cleanse(p, i);
2754                 return (ret);
2755                 }
2756         else
2757 #endif
2758 #ifndef OPENSSL_NO_PSK
2759                 if (alg_k & SSL_kPSK)
2760                         {
2761                         unsigned char *t = NULL;
2762                         unsigned char psk_or_pre_ms[PSK_MAX_PSK_LEN*2+4];
2763                         unsigned int pre_ms_len = 0, psk_len = 0;
2764                         int psk_err = 1;
2765                         char tmp_id[PSK_MAX_IDENTITY_LEN+1];
2766
2767                         al=SSL_AD_HANDSHAKE_FAILURE;
2768
2769                         n2s(p,i);
2770                         if (n != i+2)
2771                                 {
2772                                 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2773                                         SSL_R_LENGTH_MISMATCH);
2774                                 goto psk_err;
2775                                 }
2776                         if (i > PSK_MAX_IDENTITY_LEN)
2777                                 {
2778                                 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2779                                         SSL_R_DATA_LENGTH_TOO_LONG);
2780                                 goto psk_err;
2781                                 }
2782                         if (s->psk_server_callback == NULL)
2783                                 {
2784                                 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2785                                        SSL_R_PSK_NO_SERVER_CB);
2786                                 goto psk_err;
2787                                 }
2788
2789                         /* Create guaranteed NULL-terminated identity
2790                          * string for the callback */
2791                         memcpy(tmp_id, p, i);
2792                         memset(tmp_id+i, 0, PSK_MAX_IDENTITY_LEN+1-i);
2793                         psk_len = s->psk_server_callback(s, tmp_id,
2794                                 psk_or_pre_ms, sizeof(psk_or_pre_ms));
2795                         OPENSSL_cleanse(tmp_id, PSK_MAX_IDENTITY_LEN+1);
2796
2797                         if (psk_len > PSK_MAX_PSK_LEN)
2798                                 {
2799                                 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2800                                         ERR_R_INTERNAL_ERROR);
2801                                 goto psk_err;
2802                                 }
2803                         else if (psk_len == 0)
2804                                 {
2805                                 /* PSK related to the given identity not found */
2806                                 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2807                                        SSL_R_PSK_IDENTITY_NOT_FOUND);
2808                                 al=SSL_AD_UNKNOWN_PSK_IDENTITY;
2809                                 goto psk_err;
2810                                 }
2811
2812                         /* create PSK pre_master_secret */
2813                         pre_ms_len=2+psk_len+2+psk_len;
2814                         t = psk_or_pre_ms;
2815                         memmove(psk_or_pre_ms+psk_len+4, psk_or_pre_ms, psk_len);
2816                         s2n(psk_len, t);
2817                         memset(t, 0, psk_len);
2818                         t+=psk_len;
2819                         s2n(psk_len, t);
2820
2821                         if (s->session->psk_identity != NULL)
2822                                 OPENSSL_free(s->session->psk_identity);
2823                         s->session->psk_identity = BUF_strdup((char *)p);
2824                         if (s->session->psk_identity == NULL)
2825                                 {
2826                                 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2827                                         ERR_R_MALLOC_FAILURE);
2828                                 goto psk_err;
2829                                 }
2830
2831                         if (s->session->psk_identity_hint != NULL)
2832                                 OPENSSL_free(s->session->psk_identity_hint);
2833                         s->session->psk_identity_hint = BUF_strdup(s->ctx->psk_identity_hint);
2834                         if (s->ctx->psk_identity_hint != NULL &&
2835                                 s->session->psk_identity_hint == NULL)
2836                                 {
2837                                 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2838                                         ERR_R_MALLOC_FAILURE);
2839                                 goto psk_err;
2840                                 }
2841
2842                         s->session->master_key_length=
2843                                 s->method->ssl3_enc->generate_master_secret(s,
2844                                         s->session->master_key, psk_or_pre_ms, pre_ms_len);
2845                         psk_err = 0;
2846                 psk_err:
2847                         OPENSSL_cleanse(psk_or_pre_ms, sizeof(psk_or_pre_ms));
2848                         if (psk_err != 0)
2849                                 goto f_err;
2850                         }
2851                 else
2852 #endif
2853 #ifndef OPENSSL_NO_SRP
2854                 if (alg_k & SSL_kSRP)
2855                         {
2856                         int param_len;
2857
2858                         n2s(p,i);
2859                         param_len=i+2;
2860                         if (param_len > n)
2861                                 {
2862                                 al=SSL_AD_DECODE_ERROR;
2863                                 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_BAD_SRP_A_LENGTH);
2864                                 goto f_err;
2865                                 }
2866                         if (!(s->srp_ctx.A=BN_bin2bn(p,i,NULL)))
2867                                 {
2868                                 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,ERR_R_BN_LIB);
2869                                 goto err;
2870                                 }
2871                         if (BN_ucmp(s->srp_ctx.A, s->srp_ctx.N) >= 0
2872                                 || BN_is_zero(s->srp_ctx.A))
2873                                 {
2874                                 al=SSL_AD_ILLEGAL_PARAMETER;
2875                                 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_BAD_SRP_PARAMETERS);
2876                                 goto f_err;
2877                                 }
2878                         if (s->session->srp_username != NULL)
2879                                 OPENSSL_free(s->session->srp_username);
2880                         s->session->srp_username = BUF_strdup(s->srp_ctx.login);
2881                         if (s->session->srp_username == NULL)
2882                                 {
2883                                 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2884                                         ERR_R_MALLOC_FAILURE);
2885                                 goto err;
2886                                 }
2887
2888                         if ((s->session->master_key_length = SRP_generate_server_master_secret(s,s->session->master_key))<0)
2889                                 {
2890                                 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,ERR_R_INTERNAL_ERROR);
2891                                 goto err;
2892                                 }
2893
2894                         p+=i;
2895                         }
2896                 else
2897 #endif  /* OPENSSL_NO_SRP */
2898                 if (alg_k & SSL_kGOST) 
2899                         {
2900                         int ret = 0;
2901                         EVP_PKEY_CTX *pkey_ctx;
2902                         EVP_PKEY *client_pub_pkey = NULL, *pk = NULL;
2903                         unsigned char premaster_secret[32], *start;
2904                         size_t outlen=32, inlen;
2905                         unsigned long alg_a;
2906                         int Ttag, Tclass;
2907                         long Tlen;
2908
2909                         /* Get our certificate private key*/
2910                         alg_a = s->s3->tmp.new_cipher->algorithm_auth;
2911                         if (alg_a & SSL_aGOST94)
2912                                 pk = s->cert->pkeys[SSL_PKEY_GOST94].privatekey;
2913                         else if (alg_a & SSL_aGOST01)
2914                                 pk = s->cert->pkeys[SSL_PKEY_GOST01].privatekey;
2915
2916                         pkey_ctx = EVP_PKEY_CTX_new(pk,NULL);
2917                         EVP_PKEY_decrypt_init(pkey_ctx);
2918                         /* If client certificate is present and is of the same type, maybe
2919                          * use it for key exchange.  Don't mind errors from
2920                          * EVP_PKEY_derive_set_peer, because it is completely valid to use
2921                          * a client certificate for authorization only. */
2922                         client_pub_pkey = X509_get_pubkey(s->session->peer);
2923                         if (client_pub_pkey)
2924                                 {
2925                                 if (EVP_PKEY_derive_set_peer(pkey_ctx, client_pub_pkey) <= 0)
2926                                         ERR_clear_error();
2927                                 }
2928                         /* Decrypt session key */
2929                         if (ASN1_get_object((const unsigned char **)&p, &Tlen, &Ttag, &Tclass, n) != V_ASN1_CONSTRUCTED || 
2930                                 Ttag != V_ASN1_SEQUENCE ||
2931                                 Tclass != V_ASN1_UNIVERSAL) 
2932                                 {
2933                                 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_DECRYPTION_FAILED);
2934                                 goto gerr;
2935                                 }
2936                         start = p;
2937                         inlen = Tlen;
2938                         if (EVP_PKEY_decrypt(pkey_ctx,premaster_secret,&outlen,start,inlen) <=0) 
2939
2940                                 {
2941                                 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_DECRYPTION_FAILED);
2942                                 goto gerr;
2943                                 }
2944                         /* Generate master secret */
2945                         s->session->master_key_length=
2946                                 s->method->ssl3_enc->generate_master_secret(s,
2947                                         s->session->master_key,premaster_secret,32);
2948                         /* Check if pubkey from client certificate was used */
2949                         if (EVP_PKEY_CTX_ctrl(pkey_ctx, -1, -1, EVP_PKEY_CTRL_PEER_KEY, 2, NULL) > 0)
2950                                 ret = 2;
2951                         else
2952                                 ret = 1;
2953                 gerr:
2954                         EVP_PKEY_free(client_pub_pkey);
2955                         EVP_PKEY_CTX_free(pkey_ctx);
2956                         if (ret)
2957                                 return ret;
2958                         else
2959                                 goto err;
2960                         }
2961                 else
2962                 {
2963                 al=SSL_AD_HANDSHAKE_FAILURE;
2964                 SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
2965                                 SSL_R_UNKNOWN_CIPHER_TYPE);
2966                 goto f_err;
2967                 }
2968
2969         return(1);
2970 f_err:
2971         ssl3_send_alert(s,SSL3_AL_FATAL,al);
2972 #if !defined(OPENSSL_NO_DH) || !defined(OPENSSL_NO_RSA) || !defined(OPENSSL_NO_ECDH) || defined(OPENSSL_NO_SRP)
2973 err:
2974 #endif
2975 #ifndef OPENSSL_NO_ECDH
2976         EVP_PKEY_free(clnt_pub_pkey);
2977         EC_POINT_free(clnt_ecpoint);
2978         if (srvr_ecdh != NULL) 
2979                 EC_KEY_free(srvr_ecdh);
2980         BN_CTX_free(bn_ctx);
2981 #endif
2982         return(-1);
2983         }
2984
2985 int ssl3_get_cert_verify(SSL *s)
2986         {
2987         EVP_PKEY *pkey=NULL;
2988         unsigned char *p;
2989         int al,ok,ret=0;
2990         long n;
2991         int type=0,i,j;
2992         X509 *peer;
2993         const EVP_MD *md = NULL;
2994         EVP_MD_CTX mctx;
2995         EVP_MD_CTX_init(&mctx);
2996
2997         n=s->method->ssl_get_message(s,
2998                 SSL3_ST_SR_CERT_VRFY_A,
2999                 SSL3_ST_SR_CERT_VRFY_B,
3000                 -1,
3001                 SSL3_RT_MAX_PLAIN_LENGTH,
3002                 &ok);
3003
3004         if (!ok) return((int)n);
3005
3006         if (s->session->peer != NULL)
3007                 {
3008                 peer=s->session->peer;
3009                 pkey=X509_get_pubkey(peer);
3010                 type=X509_certificate_type(peer,pkey);
3011                 }
3012         else
3013                 {
3014                 peer=NULL;
3015                 pkey=NULL;
3016                 }
3017
3018         if (s->s3->tmp.message_type != SSL3_MT_CERTIFICATE_VERIFY)
3019                 {
3020                 s->s3->tmp.reuse_message=1;
3021                 if (peer != NULL)
3022                         {
3023                         al=SSL_AD_UNEXPECTED_MESSAGE;
3024                         SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_MISSING_VERIFY_MESSAGE);
3025                         goto f_err;
3026                         }
3027                 ret=1;
3028                 goto end;
3029                 }
3030
3031         if (peer == NULL)
3032                 {
3033                 SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_NO_CLIENT_CERT_RECEIVED);
3034                 al=SSL_AD_UNEXPECTED_MESSAGE;
3035                 goto f_err;
3036                 }
3037
3038         if (!(type & EVP_PKT_SIGN))
3039                 {
3040                 SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_SIGNATURE_FOR_NON_SIGNING_CERTIFICATE);
3041                 al=SSL_AD_ILLEGAL_PARAMETER;
3042                 goto f_err;
3043                 }
3044
3045         if (s->s3->change_cipher_spec)
3046                 {
3047                 SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_CCS_RECEIVED_EARLY);
3048                 al=SSL_AD_UNEXPECTED_MESSAGE;
3049                 goto f_err;
3050                 }
3051
3052         /* we now have a signature that we need to verify */
3053         p=(unsigned char *)s->init_msg;
3054         /* Check for broken implementations of GOST ciphersuites */
3055         /* If key is GOST and n is exactly 64, it is bare
3056          * signature without length field */
3057         if (n==64 && (pkey->type==NID_id_GostR3410_94 ||
3058                 pkey->type == NID_id_GostR3410_2001) )
3059                 {
3060                 i=64;
3061                 } 
3062         else 
3063                 {       
3064                 if (SSL_USE_SIGALGS(s))
3065                         {
3066                         int rv = tls12_check_peer_sigalg(&md, s, p, pkey);
3067                         if (rv == -1)
3068                                 {
3069                                 al = SSL_AD_INTERNAL_ERROR;
3070                                 goto f_err;
3071                                 }
3072                         else if (rv == 0)
3073                                 {
3074                                 al = SSL_AD_DECODE_ERROR;
3075                                 goto f_err;
3076                                 }
3077 #ifdef SSL_DEBUG
3078 fprintf(stderr, "USING TLSv1.2 HASH %s\n", EVP_MD_name(md));
3079 #endif
3080                         p += 2;
3081                         n -= 2;
3082                         }
3083                 n2s(p,i);
3084                 n-=2;
3085                 if (i > n)
3086                         {
3087                         SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_LENGTH_MISMATCH);
3088                         al=SSL_AD_DECODE_ERROR;
3089                         goto f_err;
3090                         }
3091         }
3092         j=EVP_PKEY_size(pkey);
3093         if ((i > j) || (n > j) || (n <= 0))
3094                 {
3095                 SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_WRONG_SIGNATURE_SIZE);
3096                 al=SSL_AD_DECODE_ERROR;
3097                 goto f_err;
3098                 }
3099
3100         if (SSL_USE_SIGALGS(s))
3101                 {
3102                 long hdatalen = 0;
3103                 void *hdata;
3104                 hdatalen = BIO_get_mem_data(s->s3->handshake_buffer, &hdata);
3105                 if (hdatalen <= 0)
3106                         {
3107                         SSLerr(SSL_F_SSL3_GET_CERT_VERIFY, ERR_R_INTERNAL_ERROR);
3108                         al=SSL_AD_INTERNAL_ERROR;
3109                         goto f_err;
3110                         }
3111 #ifdef SSL_DEBUG
3112                 fprintf(stderr, "Using TLS 1.2 with client verify alg %s\n",
3113                                                         EVP_MD_name(md));
3114 #endif
3115                 if (!EVP_VerifyInit_ex(&mctx, md, NULL)
3116                         || !EVP_VerifyUpdate(&mctx, hdata, hdatalen))
3117                         {
3118                         SSLerr(SSL_F_SSL3_GET_CERT_VERIFY, ERR_R_EVP_LIB);
3119                         al=SSL_AD_INTERNAL_ERROR;
3120                         goto f_err;
3121                         }
3122
3123                 if (EVP_VerifyFinal(&mctx, p , i, pkey) <= 0)
3124                         {
3125                         al=SSL_AD_DECRYPT_ERROR;
3126                         SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_BAD_SIGNATURE);
3127                         goto f_err;
3128                         }
3129                 }
3130         else
3131 #ifndef OPENSSL_NO_RSA 
3132         if (pkey->type == EVP_PKEY_RSA)
3133                 {
3134                 i=RSA_verify(NID_md5_sha1, s->s3->tmp.cert_verify_md,
3135                         MD5_DIGEST_LENGTH+SHA_DIGEST_LENGTH, p, i, 
3136                                                         pkey->pkey.rsa);
3137                 if (i < 0)
3138                         {
3139                         al=SSL_AD_DECRYPT_ERROR;
3140                         SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_BAD_RSA_DECRYPT);
3141                         goto f_err;
3142                         }
3143                 if (i == 0)
3144                         {
3145                         al=SSL_AD_DECRYPT_ERROR;
3146                         SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_BAD_RSA_SIGNATURE);
3147                         goto f_err;
3148                         }
3149                 }
3150         else
3151 #endif
3152 #ifndef OPENSSL_NO_DSA
3153                 if (pkey->type == EVP_PKEY_DSA)
3154                 {
3155                 j=DSA_verify(pkey->save_type,
3156                         &(s->s3->tmp.cert_verify_md[MD5_DIGEST_LENGTH]),
3157                         SHA_DIGEST_LENGTH,p,i,pkey->pkey.dsa);
3158                 if (j <= 0)
3159                         {
3160                         /* bad signature */
3161                         al=SSL_AD_DECRYPT_ERROR;
3162                         SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_BAD_DSA_SIGNATURE);
3163                         goto f_err;
3164                         }
3165                 }
3166         else
3167 #endif
3168 #ifndef OPENSSL_NO_ECDSA
3169                 if (pkey->type == EVP_PKEY_EC)
3170                 {
3171                 j=ECDSA_verify(pkey->save_type,
3172                         &(s->s3->tmp.cert_verify_md[MD5_DIGEST_LENGTH]),
3173                         SHA_DIGEST_LENGTH,p,i,pkey->pkey.ec);
3174                 if (j <= 0)
3175                         {
3176                         /* bad signature */
3177                         al=SSL_AD_DECRYPT_ERROR;
3178                         SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,
3179                             SSL_R_BAD_ECDSA_SIGNATURE);
3180                         goto f_err;
3181                         }
3182                 }
3183         else
3184 #endif
3185         if (pkey->type == NID_id_GostR3410_94 || pkey->type == NID_id_GostR3410_2001)
3186                 {   unsigned char signature[64];
3187                         int idx;
3188                         EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new(pkey,NULL);
3189                         EVP_PKEY_verify_init(pctx);
3190                         if (i!=64) {
3191                                 fprintf(stderr,"GOST signature length is %d",i);
3192                         }       
3193                         for (idx=0;idx<64;idx++) {
3194                                 signature[63-idx]=p[idx];
3195                         }       
3196                         j=EVP_PKEY_verify(pctx,signature,64,s->s3->tmp.cert_verify_md,32);
3197                         EVP_PKEY_CTX_free(pctx);
3198                         if (j<=0) 
3199                                 {
3200                                 al=SSL_AD_DECRYPT_ERROR;
3201                                 SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,
3202                                         SSL_R_BAD_ECDSA_SIGNATURE);
3203                                 goto f_err;
3204                                 }       
3205                 }
3206         else    
3207                 {
3208                 SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,ERR_R_INTERNAL_ERROR);
3209                 al=SSL_AD_UNSUPPORTED_CERTIFICATE;
3210                 goto f_err;
3211                 }
3212
3213
3214         ret=1;
3215         if (0)
3216                 {
3217 f_err:
3218                 ssl3_send_alert(s,SSL3_AL_FATAL,al);
3219                 }
3220 end:
3221         if (s->s3->handshake_buffer)
3222                 {
3223                 BIO_free(s->s3->handshake_buffer);
3224                 s->s3->handshake_buffer = NULL;
3225                 s->s3->flags &= ~TLS1_FLAGS_KEEP_HANDSHAKE;
3226                 }
3227         EVP_MD_CTX_cleanup(&mctx);
3228         EVP_PKEY_free(pkey);
3229         return(ret);
3230         }
3231
3232 int ssl3_get_client_certificate(SSL *s)
3233         {
3234         int i,ok,al,ret= -1;
3235         X509 *x=NULL;
3236         unsigned long l,nc,llen,n;
3237         const unsigned char *p,*q;
3238         unsigned char *d;
3239         STACK_OF(X509) *sk=NULL;
3240
3241         n=s->method->ssl_get_message(s,
3242                 SSL3_ST_SR_CERT_A,
3243                 SSL3_ST_SR_CERT_B,
3244                 -1,
3245                 s->max_cert_list,
3246                 &ok);
3247
3248         if (!ok) return((int)n);
3249
3250         if      (s->s3->tmp.message_type == SSL3_MT_CLIENT_KEY_EXCHANGE)
3251                 {
3252                 if (    (s->verify_mode & SSL_VERIFY_PEER) &&
3253                         (s->verify_mode & SSL_VERIFY_FAIL_IF_NO_PEER_CERT))
3254                         {
3255                         SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,SSL_R_PEER_DID_NOT_RETURN_A_CERTIFICATE);
3256                         al=SSL_AD_HANDSHAKE_FAILURE;
3257                         goto f_err;
3258                         }
3259                 /* If tls asked for a client cert, the client must return a 0 list */
3260                 if ((s->version > SSL3_VERSION) && s->s3->tmp.cert_request)
3261                         {
3262                         SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,SSL_R_TLS_PEER_DID_NOT_RESPOND_WITH_CERTIFICATE_LIST);
3263                         al=SSL_AD_UNEXPECTED_MESSAGE;
3264                         goto f_err;
3265                         }
3266                 s->s3->tmp.reuse_message=1;
3267                 return(1);
3268                 }
3269
3270         if (s->s3->tmp.message_type != SSL3_MT_CERTIFICATE)
3271                 {
3272                 al=SSL_AD_UNEXPECTED_MESSAGE;
3273                 SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,SSL_R_WRONG_MESSAGE_TYPE);
3274                 goto f_err;
3275                 }
3276         p=d=(unsigned char *)s->init_msg;
3277
3278         if ((sk=sk_X509_new_null()) == NULL)
3279                 {
3280                 SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,ERR_R_MALLOC_FAILURE);
3281                 goto err;
3282                 }
3283
3284         n2l3(p,llen);
3285         if (llen+3 != n)
3286                 {
3287                 al=SSL_AD_DECODE_ERROR;
3288                 SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,SSL_R_LENGTH_MISMATCH);
3289                 goto f_err;
3290                 }
3291         for (nc=0; nc<llen; )
3292                 {
3293                 n2l3(p,l);
3294                 if ((l+nc+3) > llen)
3295                         {
3296                         al=SSL_AD_DECODE_ERROR;
3297                         SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,SSL_R_CERT_LENGTH_MISMATCH);
3298                         goto f_err;
3299                         }
3300
3301                 q=p;
3302                 x=d2i_X509(NULL,&p,l);
3303                 if (x == NULL)
3304                         {
3305                         SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,ERR_R_ASN1_LIB);
3306                         goto err;
3307                         }
3308                 if (p != (q+l))
3309                         {
3310                         al=SSL_AD_DECODE_ERROR;
3311                         SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,SSL_R_CERT_LENGTH_MISMATCH);
3312                         goto f_err;
3313                         }
3314                 if (!sk_X509_push(sk,x))
3315                         {
3316                         SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,ERR_R_MALLOC_FAILURE);
3317                         goto err;
3318                         }
3319                 x=NULL;
3320                 nc+=l+3;
3321                 }
3322
3323         if (sk_X509_num(sk) <= 0)
3324                 {
3325                 /* TLS does not mind 0 certs returned */
3326                 if (s->version == SSL3_VERSION)
3327                         {
3328                         al=SSL_AD_HANDSHAKE_FAILURE;
3329                         SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,SSL_R_NO_CERTIFICATES_RETURNED);
3330                         goto f_err;
3331                         }
3332                 /* Fail for TLS only if we required a certificate */
3333                 else if ((s->verify_mode & SSL_VERIFY_PEER) &&
3334                          (s->verify_mode & SSL_VERIFY_FAIL_IF_NO_PEER_CERT))
3335                         {
3336                         SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,SSL_R_PEER_DID_NOT_RETURN_A_CERTIFICATE);
3337                         al=SSL_AD_HANDSHAKE_FAILURE;
3338                         goto f_err;
3339                         }
3340                 /* No client certificate so digest cached records */
3341                 if (s->s3->handshake_buffer && !ssl3_digest_cached_records(s))
3342                         {
3343                         al=SSL_AD_INTERNAL_ERROR;
3344                         goto f_err;
3345                         }
3346                 }
3347         else
3348                 {
3349                 i=ssl_verify_cert_chain(s,sk);
3350                 if (i <= 0)
3351                         {
3352                         al=ssl_verify_alarm_type(s->verify_result);
3353                         SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,SSL_R_CERTIFICATE_VERIFY_FAILED);
3354                         goto f_err;
3355                         }
3356                 }
3357
3358         if (s->session->peer != NULL) /* This should not be needed */
3359                 X509_free(s->session->peer);
3360         s->session->peer=sk_X509_shift(sk);
3361         s->session->verify_result = s->verify_result;
3362
3363         /* With the current implementation, sess_cert will always be NULL
3364          * when we arrive here. */
3365         if (s->session->sess_cert == NULL)
3366                 {
3367                 s->session->sess_cert = ssl_sess_cert_new();
3368                 if (s->session->sess_cert == NULL)
3369                         {
3370                         SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE, ERR_R_MALLOC_FAILURE);
3371                         goto err;
3372                         }
3373                 }
3374         if (s->session->sess_cert->cert_chain != NULL)
3375                 sk_X509_pop_free(s->session->sess_cert->cert_chain, X509_free);
3376         s->session->sess_cert->cert_chain=sk;
3377         /* Inconsistency alert: cert_chain does *not* include the
3378          * peer's own certificate, while we do include it in s3_clnt.c */
3379
3380         sk=NULL;
3381
3382         ret=1;
3383         if (0)
3384                 {
3385 f_err:
3386                 ssl3_send_alert(s,SSL3_AL_FATAL,al);
3387                 }
3388 err:
3389         if (x != NULL) X509_free(x);
3390         if (sk != NULL) sk_X509_pop_free(sk,X509_free);
3391         return(ret);
3392         }
3393
3394 int ssl3_send_server_certificate(SSL *s)
3395         {
3396         CERT_PKEY *cpk;
3397
3398         if (s->state == SSL3_ST_SW_CERT_A)
3399                 {
3400                 cpk=ssl_get_server_send_pkey(s);
3401                 if (cpk == NULL)
3402                         {
3403                         /* VRS: allow null cert if auth == KRB5 */
3404                         if ((s->s3->tmp.new_cipher->algorithm_auth != SSL_aKRB5) ||
3405                             (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5))
3406                                 {
3407                                 SSLerr(SSL_F_SSL3_SEND_SERVER_CERTIFICATE,ERR_R_INTERNAL_ERROR);
3408                                 return(0);
3409                                 }
3410                         }
3411
3412                 if (!ssl3_output_cert_chain(s,cpk))
3413                         {
3414                         SSLerr(SSL_F_SSL3_SEND_SERVER_CERTIFICATE,ERR_R_INTERNAL_ERROR);
3415                         return(0);
3416                         }
3417                 s->state=SSL3_ST_SW_CERT_B;
3418                 }
3419
3420         /* SSL3_ST_SW_CERT_B */
3421         return ssl_do_write(s);
3422         }
3423
3424 #ifndef OPENSSL_NO_TLSEXT
3425 /* send a new session ticket (not necessarily for a new session) */
3426 int ssl3_send_newsession_ticket(SSL *s)
3427         {
3428         if (s->state == SSL3_ST_SW_SESSION_TICKET_A)
3429                 {
3430                 unsigned char *p, *senc, *macstart;
3431                 const unsigned char *const_p;
3432                 int len, slen_full, slen;
3433                 SSL_SESSION *sess;
3434                 unsigned int hlen;
3435                 EVP_CIPHER_CTX ctx;
3436                 HMAC_CTX hctx;
3437                 SSL_CTX *tctx = s->initial_ctx;
3438                 unsigned char iv[EVP_MAX_IV_LENGTH];
3439                 unsigned char key_name[16];
3440
3441                 /* get session encoding length */
3442                 slen_full = i2d_SSL_SESSION(s->session, NULL);
3443                 /* Some length values are 16 bits, so forget it if session is
3444                  * too long
3445                  */
3446                 if (slen_full > 0xFF00)
3447                         return -1;
3448                 senc = OPENSSL_malloc(slen_full);
3449                 if (!senc)
3450                         return -1;
3451                 p = senc;
3452                 i2d_SSL_SESSION(s->session, &p);
3453
3454                 /* create a fresh copy (not shared with other threads) to clean up */
3455                 const_p = senc;
3456                 sess = d2i_SSL_SESSION(NULL, &const_p, slen_full);
3457                 if (sess == NULL)
3458                         {
3459                         OPENSSL_free(senc);
3460                         return -1;
3461                         }
3462                 sess->session_id_length = 0; /* ID is irrelevant for the ticket */
3463
3464                 slen = i2d_SSL_SESSION(sess, NULL);
3465                 if (slen > slen_full) /* shouldn't ever happen */
3466                         {
3467                         OPENSSL_free(senc);
3468                         return -1;
3469                         }
3470                 p = senc;
3471                 i2d_SSL_SESSION(sess, &p);
3472                 SSL_SESSION_free(sess);
3473
3474                 /*-
3475                  * Grow buffer if need be: the length calculation is as
3476                  * follows handshake_header_length +
3477                  * 4 (ticket lifetime hint) + 2 (ticket length) +
3478                  * 16 (key name) + max_iv_len (iv length) +
3479                  * session_length + max_enc_block_size (max encrypted session
3480                  * length) + max_md_size (HMAC).
3481                  */
3482                 if (!BUF_MEM_grow(s->init_buf,
3483                         SSL_HM_HEADER_LENGTH(s) + 22 + EVP_MAX_IV_LENGTH +
3484                         EVP_MAX_BLOCK_LENGTH + EVP_MAX_MD_SIZE + slen))
3485                         return -1;
3486                 p = ssl_handshake_start(s);
3487                 EVP_CIPHER_CTX_init(&ctx);
3488                 HMAC_CTX_init(&hctx);
3489                 /* Initialize HMAC and cipher contexts. If callback present
3490                  * it does all the work otherwise use generated values
3491                  * from parent ctx.
3492                  */
3493                 if (tctx->tlsext_ticket_key_cb)
3494                         {
3495                         if (tctx->tlsext_ticket_key_cb(s, key_name, iv, &ctx,
3496                                                          &hctx, 1) < 0)
3497                                 {
3498                                 OPENSSL_free(senc);
3499                                 return -1;
3500                                 }
3501                         }
3502                 else
3503                         {
3504                         RAND_pseudo_bytes(iv, 16);
3505                         EVP_EncryptInit_ex(&ctx, EVP_aes_128_cbc(), NULL,
3506                                         tctx->tlsext_tick_aes_key, iv);
3507                         HMAC_Init_ex(&hctx, tctx->tlsext_tick_hmac_key, 16,
3508                                         tlsext_tick_md(), NULL);
3509                         memcpy(key_name, tctx->tlsext_tick_key_name, 16);
3510                         }
3511
3512                 /* Ticket lifetime hint (advisory only):
3513                  * We leave this unspecified for resumed session (for simplicity),
3514                  * and guess that tickets for new sessions will live as long
3515                  * as their sessions. */
3516                 l2n(s->hit ? 0 : s->session->timeout, p);
3517
3518                 /* Skip ticket length for now */
3519                 p += 2;
3520                 /* Output key name */
3521                 macstart = p;
3522                 memcpy(p, key_name, 16);
3523                 p += 16;
3524                 /* output IV */
3525                 memcpy(p, iv, EVP_CIPHER_CTX_iv_length(&ctx));
3526                 p += EVP_CIPHER_CTX_iv_length(&ctx);
3527                 /* Encrypt session data */
3528                 EVP_EncryptUpdate(&ctx, p, &len, senc, slen);
3529                 p += len;
3530                 EVP_EncryptFinal(&ctx, p, &len);
3531                 p += len;
3532                 EVP_CIPHER_CTX_cleanup(&ctx);
3533
3534                 HMAC_Update(&hctx, macstart, p - macstart);
3535                 HMAC_Final(&hctx, p, &hlen);
3536                 HMAC_CTX_cleanup(&hctx);
3537
3538                 p += hlen;
3539                 /* Now write out lengths: p points to end of data written */
3540                 /* Total length */
3541                 len = p - ssl_handshake_start(s);
3542                 ssl_set_handshake_header(s, SSL3_MT_NEWSESSION_TICKET, len);
3543                 /* Skip ticket lifetime hint */
3544                 p = ssl_handshake_start(s) + 4;
3545                 s2n(len - 6, p);
3546                 s->state=SSL3_ST_SW_SESSION_TICKET_B;
3547                 OPENSSL_free(senc);
3548                 }
3549
3550         /* SSL3_ST_SW_SESSION_TICKET_B */
3551         return ssl_do_write(s);
3552         }
3553
3554 int ssl3_send_cert_status(SSL *s)
3555         {
3556         if (s->state == SSL3_ST_SW_CERT_STATUS_A)
3557                 {
3558                 unsigned char *p;
3559                 /*-
3560                  * Grow buffer if need be: the length calculation is as
3561                  * follows 1 (message type) + 3 (message length) +
3562                  * 1 (ocsp response type) + 3 (ocsp response length)
3563                  * + (ocsp response)
3564                  */
3565                 if (!BUF_MEM_grow(s->init_buf, 8 + s->tlsext_ocsp_resplen))
3566                         return -1;
3567
3568                 p=(unsigned char *)s->init_buf->data;
3569
3570                 /* do the header */
3571                 *(p++)=SSL3_MT_CERTIFICATE_STATUS;
3572                 /* message length */
3573                 l2n3(s->tlsext_ocsp_resplen + 4, p);
3574                 /* status type */
3575                 *(p++)= s->tlsext_status_type;
3576                 /* length of OCSP response */
3577                 l2n3(s->tlsext_ocsp_resplen, p);
3578                 /* actual response */
3579                 memcpy(p, s->tlsext_ocsp_resp, s->tlsext_ocsp_resplen);
3580                 /* number of bytes to write */
3581                 s->init_num = 8 + s->tlsext_ocsp_resplen;
3582                 s->state=SSL3_ST_SW_CERT_STATUS_B;
3583                 s->init_off = 0;
3584                 }
3585
3586         /* SSL3_ST_SW_CERT_STATUS_B */
3587         return(ssl3_do_write(s,SSL3_RT_HANDSHAKE));
3588         }
3589
3590 # ifndef OPENSSL_NO_NEXTPROTONEG
3591 /* ssl3_get_next_proto reads a Next Protocol Negotiation handshake message. It
3592  * sets the next_proto member in s if found */
3593 int ssl3_get_next_proto(SSL *s)
3594         {
3595         int ok;
3596         int proto_len, padding_len;
3597         long n;
3598         const unsigned char *p;
3599
3600         /* Clients cannot send a NextProtocol message if we didn't see the
3601          * extension in their ClientHello */
3602         if (!s->s3->next_proto_neg_seen)
3603                 {
3604                 SSLerr(SSL_F_SSL3_GET_NEXT_PROTO,SSL_R_GOT_NEXT_PROTO_WITHOUT_EXTENSION);
3605                 return -1;
3606                 }
3607
3608         n=s->method->ssl_get_message(s,
3609                 SSL3_ST_SR_NEXT_PROTO_A,
3610                 SSL3_ST_SR_NEXT_PROTO_B,
3611                 SSL3_MT_NEXT_PROTO,
3612                 514,  /* See the payload format below */
3613                 &ok);
3614
3615         if (!ok)
3616                 return((int)n);
3617
3618         /* s->state doesn't reflect whether ChangeCipherSpec has been received
3619          * in this handshake, but s->s3->change_cipher_spec does (will be reset
3620          * by ssl3_get_finished). */
3621         if (!s->s3->change_cipher_spec)
3622                 {
3623                 SSLerr(SSL_F_SSL3_GET_NEXT_PROTO,SSL_R_GOT_NEXT_PROTO_BEFORE_A_CCS);
3624                 return -1;
3625                 }
3626
3627         if (n < 2)
3628                 return 0;  /* The body must be > 1 bytes long */
3629
3630         p=(unsigned char *)s->init_msg;
3631
3632         /*-
3633          * The payload looks like:
3634          *   uint8 proto_len;
3635          *   uint8 proto[proto_len];
3636          *   uint8 padding_len;
3637          *   uint8 padding[padding_len];
3638          */
3639         proto_len = p[0];
3640         if (proto_len + 2 > s->init_num)
3641                 return 0;
3642         padding_len = p[proto_len + 1];
3643         if (proto_len + padding_len + 2 != s->init_num)
3644                 return 0;
3645
3646         s->next_proto_negotiated = OPENSSL_malloc(proto_len);
3647         if (!s->next_proto_negotiated)
3648                 {
3649                 SSLerr(SSL_F_SSL3_GET_NEXT_PROTO,ERR_R_MALLOC_FAILURE);
3650                 return 0;
3651                 }
3652         memcpy(s->next_proto_negotiated, p + 1, proto_len);
3653         s->next_proto_negotiated_len = proto_len;
3654
3655         return 1;
3656         }
3657 # endif
3658
3659 #endif