RFC 5878 support.
[openssl.git] / ssl / s3_clnt.c
1 /* ssl/s3_clnt.c */
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 #include <stdio.h>
152 #include <openssl/crypto.h>
153 #include "ssl_locl.h"
154 #include "kssl_lcl.h"
155 #include <openssl/buffer.h>
156 #include <openssl/rand.h>
157 #include <openssl/objects.h>
158 #include <openssl/evp.h>
159 #include <openssl/md5.h>
160 #ifdef OPENSSL_FIPS
161 #include <openssl/fips.h>
162 #endif
163 #ifndef OPENSSL_NO_DH
164 #include <openssl/dh.h>
165 #endif
166 #include <openssl/bn.h>
167 #ifndef OPENSSL_NO_ENGINE
168 #include <openssl/engine.h>
169 #endif
170
171 static const SSL_METHOD *ssl3_get_client_method(int ver);
172 static int ca_dn_cmp(const X509_NAME * const *a,const X509_NAME * const *b);
173
174 static const SSL_METHOD *ssl3_get_client_method(int ver)
175         {
176         if (ver == SSL3_VERSION)
177                 return(SSLv3_client_method());
178         else
179                 return(NULL);
180         }
181
182 IMPLEMENT_ssl3_meth_func(SSLv3_client_method,
183                         ssl_undefined_function,
184                         ssl3_connect,
185                         ssl3_get_client_method)
186
187 int ssl3_connect(SSL *s)
188         {
189         BUF_MEM *buf=NULL;
190         unsigned long Time=(unsigned long)time(NULL);
191         void (*cb)(const SSL *ssl,int type,int val)=NULL;
192         int ret= -1;
193         int new_state,state,skip=0;
194
195         RAND_add(&Time,sizeof(Time),0);
196         ERR_clear_error();
197         clear_sys_error();
198
199         if (s->info_callback != NULL)
200                 cb=s->info_callback;
201         else if (s->ctx->info_callback != NULL)
202                 cb=s->ctx->info_callback;
203         
204         s->in_handshake++;
205         if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s); 
206
207 #ifndef OPENSSL_NO_HEARTBEATS
208         /* If we're awaiting a HeartbeatResponse, pretend we
209          * already got and don't await it anymore, because
210          * Heartbeats don't make sense during handshakes anyway.
211          */
212         if (s->tlsext_hb_pending)
213                 {
214                 s->tlsext_hb_pending = 0;
215                 s->tlsext_hb_seq++;
216                 }
217 #endif
218
219         for (;;)
220                 {
221                 state=s->state;
222
223                 switch(s->state)
224                         {
225                 case SSL_ST_RENEGOTIATE:
226                         s->renegotiate=1;
227                         s->state=SSL_ST_CONNECT;
228                         s->ctx->stats.sess_connect_renegotiate++;
229                         /* break */
230                 case SSL_ST_BEFORE:
231                 case SSL_ST_CONNECT:
232                 case SSL_ST_BEFORE|SSL_ST_CONNECT:
233                 case SSL_ST_OK|SSL_ST_CONNECT:
234
235                         s->server=0;
236                         if (cb != NULL) cb(s,SSL_CB_HANDSHAKE_START,1);
237
238                         if ((s->version & 0xff00 ) != 0x0300)
239                                 {
240                                 SSLerr(SSL_F_SSL3_CONNECT, ERR_R_INTERNAL_ERROR);
241                                 ret = -1;
242                                 goto end;
243                                 }
244                                 
245                         /* s->version=SSL3_VERSION; */
246                         s->type=SSL_ST_CONNECT;
247
248                         if (s->init_buf == NULL)
249                                 {
250                                 if ((buf=BUF_MEM_new()) == NULL)
251                                         {
252                                         ret= -1;
253                                         goto end;
254                                         }
255                                 if (!BUF_MEM_grow(buf,SSL3_RT_MAX_PLAIN_LENGTH))
256                                         {
257                                         ret= -1;
258                                         goto end;
259                                         }
260                                 s->init_buf=buf;
261                                 buf=NULL;
262                                 }
263
264                         if (!ssl3_setup_buffers(s)) { ret= -1; goto end; }
265
266                         /* setup buffing BIO */
267                         if (!ssl_init_wbio_buffer(s,0)) { ret= -1; goto end; }
268
269                         /* don't push the buffering BIO quite yet */
270
271                         ssl3_init_finished_mac(s);
272
273                         s->state=SSL3_ST_CW_CLNT_HELLO_A;
274                         s->ctx->stats.sess_connect++;
275                         s->init_num=0;
276                         break;
277
278                 case SSL3_ST_CW_CLNT_HELLO_A:
279                 case SSL3_ST_CW_CLNT_HELLO_B:
280
281                         s->shutdown=0;
282                         ret=ssl3_client_hello(s);
283                         if (ret <= 0) goto end;
284                         s->state=SSL3_ST_CR_SRVR_HELLO_A;
285                         s->init_num=0;
286
287                         /* turn on buffering for the next lot of output */
288                         if (s->bbio != s->wbio)
289                                 s->wbio=BIO_push(s->bbio,s->wbio);
290
291                         break;
292
293                 case SSL3_ST_CR_SRVR_HELLO_A:
294                 case SSL3_ST_CR_SRVR_HELLO_B:
295                         ret=ssl3_get_server_hello(s);
296                         if (ret <= 0) goto end;
297
298                         if (s->hit)
299                                 {
300                                 s->state=SSL3_ST_CR_FINISHED_A;
301 #ifndef OPENSSL_NO_TLSEXT
302                                 if (s->tlsext_ticket_expected)
303                                         {
304                                         /* receive renewed session ticket */
305                                         s->state=SSL3_ST_CR_SESSION_TICKET_A;
306                                         }
307 #endif
308                                 }
309                         else
310                                 {
311 #ifndef OPENSSL_NO_TLSEXT
312                                 /* The server hello indicated that
313                                  * an audit proof would follow. */
314                                 if (s->s3->tlsext_authz_server_promised)
315                                         s->state=SSL3_ST_CR_SUPPLEMENTAL_DATA_A;
316                                 else
317 #endif
318                                         s->state=SSL3_ST_CR_CERT_A;
319                                 }
320                         s->init_num=0;
321                         break;
322 #ifndef OPENSSL_NO_TLSEXT
323                 case SSL3_ST_CR_SUPPLEMENTAL_DATA_A:
324                 case SSL3_ST_CR_SUPPLEMENTAL_DATA_B:
325                         ret = tls1_get_server_supplemental_data(s);
326                         if (ret <= 0) goto end;
327                         s->state=SSL3_ST_CR_CERT_A;
328                         s->init_num = 0;
329                         break;
330 #endif
331                 case SSL3_ST_CR_CERT_A:
332                 case SSL3_ST_CR_CERT_B:
333 #ifndef OPENSSL_NO_TLSEXT
334                         ret=ssl3_check_finished(s);
335                         if (ret <= 0) goto end;
336                         if (ret == 2)
337                                 {
338                                 s->hit = 1;
339                                 if (s->tlsext_ticket_expected)
340                                         s->state=SSL3_ST_CR_SESSION_TICKET_A;
341                                 else
342                                         s->state=SSL3_ST_CR_FINISHED_A;
343                                 s->init_num=0;
344                                 break;
345                                 }
346 #endif
347                         /* Check if it is anon DH/ECDH */
348                         /* or PSK */
349                         if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
350                             !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
351                                 {
352                                 ret=ssl3_get_server_certificate(s);
353                                 if (ret <= 0) goto end;
354 #ifndef OPENSSL_NO_TLSEXT
355                                 if (s->tlsext_status_expected)
356                                         s->state=SSL3_ST_CR_CERT_STATUS_A;
357                                 else
358                                         s->state=SSL3_ST_CR_KEY_EXCH_A;
359                                 }
360                         else
361                                 {
362                                 skip = 1;
363                                 s->state=SSL3_ST_CR_KEY_EXCH_A;
364                                 }
365 #else
366                                 }
367                         else
368                                 skip=1;
369
370                         s->state=SSL3_ST_CR_KEY_EXCH_A;
371 #endif
372                         s->init_num=0;
373                         break;
374
375                 case SSL3_ST_CR_KEY_EXCH_A:
376                 case SSL3_ST_CR_KEY_EXCH_B:
377                         ret=ssl3_get_key_exchange(s);
378                         if (ret <= 0) goto end;
379                         s->state=SSL3_ST_CR_CERT_REQ_A;
380                         s->init_num=0;
381
382                         /* at this point we check that we have the
383                          * required stuff from the server */
384                         if (!ssl3_check_cert_and_algorithm(s))
385                                 {
386                                 ret= -1;
387                                 goto end;
388                                 }
389                         break;
390
391                 case SSL3_ST_CR_CERT_REQ_A:
392                 case SSL3_ST_CR_CERT_REQ_B:
393                         ret=ssl3_get_certificate_request(s);
394                         if (ret <= 0) goto end;
395                         s->state=SSL3_ST_CR_SRVR_DONE_A;
396                         s->init_num=0;
397                         break;
398
399                 case SSL3_ST_CR_SRVR_DONE_A:
400                 case SSL3_ST_CR_SRVR_DONE_B:
401                         ret=ssl3_get_server_done(s);
402                         if (ret <= 0) goto end;
403 #ifndef OPENSSL_NO_SRP
404                         if (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP)
405                                 {
406                                 if ((ret = SRP_Calc_A_param(s))<=0)
407                                         {
408                                         SSLerr(SSL_F_SSL3_CONNECT,SSL_R_SRP_A_CALC);
409                                         ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_INTERNAL_ERROR);
410                                         goto end;
411                                         }
412                                 }
413 #endif
414                         if (s->s3->tmp.cert_req)
415                                 s->state=SSL3_ST_CW_CERT_A;
416                         else
417                                 s->state=SSL3_ST_CW_KEY_EXCH_A;
418                         s->init_num=0;
419
420                         break;
421
422                 case SSL3_ST_CW_CERT_A:
423                 case SSL3_ST_CW_CERT_B:
424                 case SSL3_ST_CW_CERT_C:
425                 case SSL3_ST_CW_CERT_D:
426                         ret=ssl3_send_client_certificate(s);
427                         if (ret <= 0) goto end;
428                         s->state=SSL3_ST_CW_KEY_EXCH_A;
429                         s->init_num=0;
430                         break;
431
432                 case SSL3_ST_CW_KEY_EXCH_A:
433                 case SSL3_ST_CW_KEY_EXCH_B:
434                         ret=ssl3_send_client_key_exchange(s);
435                         if (ret <= 0) goto end;
436                         /* EAY EAY EAY need to check for DH fix cert
437                          * sent back */
438                         /* For TLS, cert_req is set to 2, so a cert chain
439                          * of nothing is sent, but no verify packet is sent */
440                         /* XXX: For now, we do not support client 
441                          * authentication in ECDH cipher suites with
442                          * ECDH (rather than ECDSA) certificates.
443                          * We need to skip the certificate verify 
444                          * message when client's ECDH public key is sent 
445                          * inside the client certificate.
446                          */
447                         if (s->s3->tmp.cert_req == 1)
448                                 {
449                                 s->state=SSL3_ST_CW_CERT_VRFY_A;
450                                 }
451                         else
452                                 {
453                                 s->state=SSL3_ST_CW_CHANGE_A;
454                                 s->s3->change_cipher_spec=0;
455                                 }
456                         if (s->s3->flags & TLS1_FLAGS_SKIP_CERT_VERIFY)
457                                 {
458                                 s->state=SSL3_ST_CW_CHANGE_A;
459                                 s->s3->change_cipher_spec=0;
460                                 }
461
462                         s->init_num=0;
463                         break;
464
465                 case SSL3_ST_CW_CERT_VRFY_A:
466                 case SSL3_ST_CW_CERT_VRFY_B:
467                         ret=ssl3_send_client_verify(s);
468                         if (ret <= 0) goto end;
469                         s->state=SSL3_ST_CW_CHANGE_A;
470                         s->init_num=0;
471                         s->s3->change_cipher_spec=0;
472                         break;
473
474                 case SSL3_ST_CW_CHANGE_A:
475                 case SSL3_ST_CW_CHANGE_B:
476                         ret=ssl3_send_change_cipher_spec(s,
477                                 SSL3_ST_CW_CHANGE_A,SSL3_ST_CW_CHANGE_B);
478                         if (ret <= 0) goto end;
479
480 #if defined(OPENSSL_NO_TLSEXT) || defined(OPENSSL_NO_NEXTPROTONEG)
481                         s->state=SSL3_ST_CW_FINISHED_A;
482 #else
483                         if (s->s3->next_proto_neg_seen)
484                                 s->state=SSL3_ST_CW_NEXT_PROTO_A;
485                         else
486                                 s->state=SSL3_ST_CW_FINISHED_A;
487 #endif
488                         s->init_num=0;
489
490                         s->session->cipher=s->s3->tmp.new_cipher;
491 #ifdef OPENSSL_NO_COMP
492                         s->session->compress_meth=0;
493 #else
494                         if (s->s3->tmp.new_compression == NULL)
495                                 s->session->compress_meth=0;
496                         else
497                                 s->session->compress_meth=
498                                         s->s3->tmp.new_compression->id;
499 #endif
500                         if (!s->method->ssl3_enc->setup_key_block(s))
501                                 {
502                                 ret= -1;
503                                 goto end;
504                                 }
505
506                         if (!s->method->ssl3_enc->change_cipher_state(s,
507                                 SSL3_CHANGE_CIPHER_CLIENT_WRITE))
508                                 {
509                                 ret= -1;
510                                 goto end;
511                                 }
512
513                         break;
514
515 #if !defined(OPENSSL_NO_TLSEXT) && !defined(OPENSSL_NO_NEXTPROTONEG)
516                 case SSL3_ST_CW_NEXT_PROTO_A:
517                 case SSL3_ST_CW_NEXT_PROTO_B:
518                         ret=ssl3_send_next_proto(s);
519                         if (ret <= 0) goto end;
520                         s->state=SSL3_ST_CW_FINISHED_A;
521                         break;
522 #endif
523
524                 case SSL3_ST_CW_FINISHED_A:
525                 case SSL3_ST_CW_FINISHED_B:
526                         ret=ssl3_send_finished(s,
527                                 SSL3_ST_CW_FINISHED_A,SSL3_ST_CW_FINISHED_B,
528                                 s->method->ssl3_enc->client_finished_label,
529                                 s->method->ssl3_enc->client_finished_label_len);
530                         if (ret <= 0) goto end;
531                         s->state=SSL3_ST_CW_FLUSH;
532
533                         /* clear flags */
534                         s->s3->flags&= ~SSL3_FLAGS_POP_BUFFER;
535                         if (s->hit)
536                                 {
537                                 s->s3->tmp.next_state=SSL_ST_OK;
538                                 if (s->s3->flags & SSL3_FLAGS_DELAY_CLIENT_FINISHED)
539                                         {
540                                         s->state=SSL_ST_OK;
541                                         s->s3->flags|=SSL3_FLAGS_POP_BUFFER;
542                                         s->s3->delay_buf_pop_ret=0;
543                                         }
544                                 }
545                         else
546                                 {
547 #ifndef OPENSSL_NO_TLSEXT
548                                 /* Allow NewSessionTicket if ticket expected */
549                                 if (s->tlsext_ticket_expected)
550                                         s->s3->tmp.next_state=SSL3_ST_CR_SESSION_TICKET_A;
551                                 else
552 #endif
553                                 
554                                 s->s3->tmp.next_state=SSL3_ST_CR_FINISHED_A;
555                                 }
556                         s->init_num=0;
557                         break;
558
559 #ifndef OPENSSL_NO_TLSEXT
560                 case SSL3_ST_CR_SESSION_TICKET_A:
561                 case SSL3_ST_CR_SESSION_TICKET_B:
562                         ret=ssl3_get_new_session_ticket(s);
563                         if (ret <= 0) goto end;
564                         s->state=SSL3_ST_CR_FINISHED_A;
565                         s->init_num=0;
566                 break;
567
568                 case SSL3_ST_CR_CERT_STATUS_A:
569                 case SSL3_ST_CR_CERT_STATUS_B:
570                         ret=ssl3_get_cert_status(s);
571                         if (ret <= 0) goto end;
572                         s->state=SSL3_ST_CR_KEY_EXCH_A;
573                         s->init_num=0;
574                 break;
575 #endif
576
577                 case SSL3_ST_CR_FINISHED_A:
578                 case SSL3_ST_CR_FINISHED_B:
579
580                         ret=ssl3_get_finished(s,SSL3_ST_CR_FINISHED_A,
581                                 SSL3_ST_CR_FINISHED_B);
582                         if (ret <= 0) goto end;
583
584                         if (s->hit)
585                                 s->state=SSL3_ST_CW_CHANGE_A;
586                         else
587                                 s->state=SSL_ST_OK;
588                         s->init_num=0;
589                         break;
590
591                 case SSL3_ST_CW_FLUSH:
592                         s->rwstate=SSL_WRITING;
593                         if (BIO_flush(s->wbio) <= 0)
594                                 {
595                                 ret= -1;
596                                 goto end;
597                                 }
598                         s->rwstate=SSL_NOTHING;
599                         s->state=s->s3->tmp.next_state;
600                         break;
601
602                 case SSL_ST_OK:
603                         /* clean a few things up */
604                         ssl3_cleanup_key_block(s);
605
606                         if (s->init_buf != NULL)
607                                 {
608                                 BUF_MEM_free(s->init_buf);
609                                 s->init_buf=NULL;
610                                 }
611
612                         /* If we are not 'joining' the last two packets,
613                          * remove the buffering now */
614                         if (!(s->s3->flags & SSL3_FLAGS_POP_BUFFER))
615                                 ssl_free_wbio_buffer(s);
616                         /* else do it later in ssl3_write */
617
618                         s->init_num=0;
619                         s->renegotiate=0;
620                         s->new_session=0;
621
622                         ssl_update_cache(s,SSL_SESS_CACHE_CLIENT);
623                         if (s->hit) s->ctx->stats.sess_hit++;
624
625                         ret=1;
626                         /* s->server=0; */
627                         s->handshake_func=ssl3_connect;
628                         s->ctx->stats.sess_connect_good++;
629
630                         if (cb != NULL) cb(s,SSL_CB_HANDSHAKE_DONE,1);
631
632                         goto end;
633                         /* break; */
634                         
635                 default:
636                         SSLerr(SSL_F_SSL3_CONNECT,SSL_R_UNKNOWN_STATE);
637                         ret= -1;
638                         goto end;
639                         /* break; */
640                         }
641
642                 /* did we do anything */
643                 if (!s->s3->tmp.reuse_message && !skip)
644                         {
645                         if (s->debug)
646                                 {
647                                 if ((ret=BIO_flush(s->wbio)) <= 0)
648                                         goto end;
649                                 }
650
651                         if ((cb != NULL) && (s->state != state))
652                                 {
653                                 new_state=s->state;
654                                 s->state=state;
655                                 cb(s,SSL_CB_CONNECT_LOOP,1);
656                                 s->state=new_state;
657                                 }
658                         }
659                 skip=0;
660                 }
661 end:
662         s->in_handshake--;
663         if (buf != NULL)
664                 BUF_MEM_free(buf);
665         if (cb != NULL)
666                 cb(s,SSL_CB_CONNECT_EXIT,ret);
667         return(ret);
668         }
669
670
671 int ssl3_client_hello(SSL *s)
672         {
673         unsigned char *buf;
674         unsigned char *p,*d;
675         int i;
676         unsigned long Time,l;
677 #ifndef OPENSSL_NO_COMP
678         int j;
679         SSL_COMP *comp;
680 #endif
681
682         buf=(unsigned char *)s->init_buf->data;
683         if (s->state == SSL3_ST_CW_CLNT_HELLO_A)
684                 {
685                 SSL_SESSION *sess = s->session;
686                 if ((sess == NULL) ||
687                         (sess->ssl_version != s->version) ||
688 #ifdef OPENSSL_NO_TLSEXT
689                         !sess->session_id_length ||
690 #else
691                         (!sess->session_id_length && !sess->tlsext_tick) ||
692 #endif
693                         (sess->not_resumable))
694                         {
695                         if (!ssl_get_new_session(s,0))
696                                 goto err;
697                         }
698                 /* else use the pre-loaded session */
699
700                 p=s->s3->client_random;
701                 Time=(unsigned long)time(NULL);                 /* Time */
702                 l2n(Time,p);
703                 if (RAND_pseudo_bytes(p,SSL3_RANDOM_SIZE-4) <= 0)
704                         goto err;
705
706                 /* Do the message type and length last */
707                 d=p= &(buf[4]);
708
709                 /* version indicates the negotiated version: for example from
710                  * an SSLv2/v3 compatible client hello). The client_version
711                  * field is the maximum version we permit and it is also
712                  * used in RSA encrypted premaster secrets. Some servers can
713                  * choke if we initially report a higher version then
714                  * renegotiate to a lower one in the premaster secret. This
715                  * didn't happen with TLS 1.0 as most servers supported it
716                  * but it can with TLS 1.1 or later if the server only supports
717                  * 1.0.
718                  *
719                  * Possible scenario with previous logic:
720                  *      1. Client hello indicates TLS 1.2
721                  *      2. Server hello says TLS 1.0
722                  *      3. RSA encrypted premaster secret uses 1.2.
723                  *      4. Handhaked proceeds using TLS 1.0.
724                  *      5. Server sends hello request to renegotiate.
725                  *      6. Client hello indicates TLS v1.0 as we now
726                  *         know that is maximum server supports.
727                  *      7. Server chokes on RSA encrypted premaster secret
728                  *         containing version 1.0.
729                  *
730                  * For interoperability it should be OK to always use the
731                  * maximum version we support in client hello and then rely
732                  * on the checking of version to ensure the servers isn't
733                  * being inconsistent: for example initially negotiating with
734                  * TLS 1.0 and renegotiating with TLS 1.2. We do this by using
735                  * client_version in client hello and not resetting it to
736                  * the negotiated version.
737                  */
738 #if 0
739                 *(p++)=s->version>>8;
740                 *(p++)=s->version&0xff;
741                 s->client_version=s->version;
742 #else
743                 *(p++)=s->client_version>>8;
744                 *(p++)=s->client_version&0xff;
745 #endif
746
747                 /* Random stuff */
748                 memcpy(p,s->s3->client_random,SSL3_RANDOM_SIZE);
749                 p+=SSL3_RANDOM_SIZE;
750
751                 /* Session ID */
752                 if (s->new_session)
753                         i=0;
754                 else
755                         i=s->session->session_id_length;
756                 *(p++)=i;
757                 if (i != 0)
758                         {
759                         if (i > (int)sizeof(s->session->session_id))
760                                 {
761                                 SSLerr(SSL_F_SSL3_CLIENT_HELLO, ERR_R_INTERNAL_ERROR);
762                                 goto err;
763                                 }
764                         memcpy(p,s->session->session_id,i);
765                         p+=i;
766                         }
767                 
768                 /* Ciphers supported */
769                 i=ssl_cipher_list_to_bytes(s,SSL_get_ciphers(s),&(p[2]),0);
770                 if (i == 0)
771                         {
772                         SSLerr(SSL_F_SSL3_CLIENT_HELLO,SSL_R_NO_CIPHERS_AVAILABLE);
773                         goto err;
774                         }
775 #ifdef OPENSSL_MAX_TLS1_2_CIPHER_LENGTH
776                         /* Some servers hang if client hello > 256 bytes
777                          * as hack workaround chop number of supported ciphers
778                          * to keep it well below this if we use TLS v1.2
779                          */
780                         if (TLS1_get_version(s) >= TLS1_2_VERSION
781                                 && i > OPENSSL_MAX_TLS1_2_CIPHER_LENGTH)
782                                 i = OPENSSL_MAX_TLS1_2_CIPHER_LENGTH & ~1;
783 #endif
784                 s2n(i,p);
785                 p+=i;
786
787                 /* COMPRESSION */
788 #ifdef OPENSSL_NO_COMP
789                 *(p++)=1;
790 #else
791
792                 if ((s->options & SSL_OP_NO_COMPRESSION)
793                                         || !s->ctx->comp_methods)
794                         j=0;
795                 else
796                         j=sk_SSL_COMP_num(s->ctx->comp_methods);
797                 *(p++)=1+j;
798                 for (i=0; i<j; i++)
799                         {
800                         comp=sk_SSL_COMP_value(s->ctx->comp_methods,i);
801                         *(p++)=comp->id;
802                         }
803 #endif
804                 *(p++)=0; /* Add the NULL method */
805
806 #ifndef OPENSSL_NO_TLSEXT
807                 /* TLS extensions*/
808                 if (ssl_prepare_clienthello_tlsext(s) <= 0)
809                         {
810                         SSLerr(SSL_F_SSL3_CLIENT_HELLO,SSL_R_CLIENTHELLO_TLSEXT);
811                         goto err;
812                         }
813                 if ((p = ssl_add_clienthello_tlsext(s, p, buf+SSL3_RT_MAX_PLAIN_LENGTH)) == NULL)
814                         {
815                         SSLerr(SSL_F_SSL3_CLIENT_HELLO,ERR_R_INTERNAL_ERROR);
816                         goto err;
817                         }
818 #endif
819                 
820                 l=(p-d);
821                 d=buf;
822                 *(d++)=SSL3_MT_CLIENT_HELLO;
823                 l2n3(l,d);
824
825                 s->state=SSL3_ST_CW_CLNT_HELLO_B;
826                 /* number of bytes to write */
827                 s->init_num=p-buf;
828                 s->init_off=0;
829                 }
830
831         /* SSL3_ST_CW_CLNT_HELLO_B */
832         return(ssl3_do_write(s,SSL3_RT_HANDSHAKE));
833 err:
834         return(-1);
835         }
836
837 int ssl3_get_server_hello(SSL *s)
838         {
839         STACK_OF(SSL_CIPHER) *sk;
840         const SSL_CIPHER *c;
841         unsigned char *p,*d;
842         int i,al=SSL_AD_INTERNAL_ERROR,ok;
843         unsigned int j;
844         long n;
845 #ifndef OPENSSL_NO_COMP
846         SSL_COMP *comp;
847 #endif
848
849         n=s->method->ssl_get_message(s,
850                 SSL3_ST_CR_SRVR_HELLO_A,
851                 SSL3_ST_CR_SRVR_HELLO_B,
852                 -1,
853                 20000, /* ?? */
854                 &ok);
855
856         if (!ok) return((int)n);
857
858         if ( SSL_version(s) == DTLS1_VERSION || SSL_version(s) == DTLS1_BAD_VER)
859                 {
860                 if ( s->s3->tmp.message_type == DTLS1_MT_HELLO_VERIFY_REQUEST)
861                         {
862                         if ( s->d1->send_cookie == 0)
863                                 {
864                                 s->s3->tmp.reuse_message = 1;
865                                 return 1;
866                                 }
867                         else /* already sent a cookie */
868                                 {
869                                 al=SSL_AD_UNEXPECTED_MESSAGE;
870                                 SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_BAD_MESSAGE_TYPE);
871                                 goto f_err;
872                                 }
873                         }
874                 }
875         
876         if ( s->s3->tmp.message_type != SSL3_MT_SERVER_HELLO)
877                 {
878                 al=SSL_AD_UNEXPECTED_MESSAGE;
879                 SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_BAD_MESSAGE_TYPE);
880                 goto f_err;
881                 }
882
883         d=p=(unsigned char *)s->init_msg;
884
885         if ((p[0] != (s->version>>8)) || (p[1] != (s->version&0xff)))
886                 {
887                 SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_WRONG_SSL_VERSION);
888                 s->version=(s->version&0xff00)|p[1];
889                 al=SSL_AD_PROTOCOL_VERSION;
890                 goto f_err;
891                 }
892         p+=2;
893
894         /* load the server hello data */
895         /* load the server random */
896         memcpy(s->s3->server_random,p,SSL3_RANDOM_SIZE);
897         p+=SSL3_RANDOM_SIZE;
898
899         /* get the session-id */
900         j= *(p++);
901
902         if ((j > sizeof s->session->session_id) || (j > SSL3_SESSION_ID_SIZE))
903                 {
904                 al=SSL_AD_ILLEGAL_PARAMETER;
905                 SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_SSL3_SESSION_ID_TOO_LONG);
906                 goto f_err;
907                 }
908
909 #ifndef OPENSSL_NO_TLSEXT
910         /* check if we want to resume the session based on external pre-shared secret */
911         if (s->version >= TLS1_VERSION && s->tls_session_secret_cb)
912                 {
913                 SSL_CIPHER *pref_cipher=NULL;
914                 s->session->master_key_length=sizeof(s->session->master_key);
915                 if (s->tls_session_secret_cb(s, s->session->master_key,
916                                              &s->session->master_key_length,
917                                              NULL, &pref_cipher,
918                                              s->tls_session_secret_cb_arg))
919                         {
920                         s->session->cipher = pref_cipher ?
921                                 pref_cipher : ssl_get_cipher_by_char(s, p+j);
922                         }
923                 }
924 #endif /* OPENSSL_NO_TLSEXT */
925
926         if (j != 0 && j == s->session->session_id_length
927             && memcmp(p,s->session->session_id,j) == 0)
928             {
929             if(s->sid_ctx_length != s->session->sid_ctx_length
930                || memcmp(s->session->sid_ctx,s->sid_ctx,s->sid_ctx_length))
931                 {
932                 /* actually a client application bug */
933                 al=SSL_AD_ILLEGAL_PARAMETER;
934                 SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_ATTEMPT_TO_REUSE_SESSION_IN_DIFFERENT_CONTEXT);
935                 goto f_err;
936                 }
937             s->hit=1;
938             }
939         else    /* a miss or crap from the other end */
940                 {
941                 /* If we were trying for session-id reuse, make a new
942                  * SSL_SESSION so we don't stuff up other people */
943                 s->hit=0;
944                 if (s->session->session_id_length > 0)
945                         {
946                         if (!ssl_get_new_session(s,0))
947                                 {
948                                 goto f_err;
949                                 }
950                         }
951                 s->session->session_id_length=j;
952                 memcpy(s->session->session_id,p,j); /* j could be 0 */
953                 }
954         p+=j;
955         c=ssl_get_cipher_by_char(s,p);
956         if (c == NULL)
957                 {
958                 /* unknown cipher */
959                 al=SSL_AD_ILLEGAL_PARAMETER;
960                 SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_UNKNOWN_CIPHER_RETURNED);
961                 goto f_err;
962                 }
963         /* TLS v1.2 only ciphersuites require v1.2 or later */
964         if ((c->algorithm_ssl & SSL_TLSV1_2) && 
965                 (TLS1_get_version(s) < TLS1_2_VERSION))
966                 {
967                 al=SSL_AD_ILLEGAL_PARAMETER;
968                 SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_WRONG_CIPHER_RETURNED);
969                 goto f_err;
970                 }
971         p+=ssl_put_cipher_by_char(s,NULL,NULL);
972
973         sk=ssl_get_ciphers_by_id(s);
974         i=sk_SSL_CIPHER_find(sk,c);
975         if (i < 0)
976                 {
977                 /* we did not say we would use this cipher */
978                 al=SSL_AD_ILLEGAL_PARAMETER;
979                 SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_WRONG_CIPHER_RETURNED);
980                 goto f_err;
981                 }
982
983         /* Depending on the session caching (internal/external), the cipher
984            and/or cipher_id values may not be set. Make sure that
985            cipher_id is set and use it for comparison. */
986         if (s->session->cipher)
987                 s->session->cipher_id = s->session->cipher->id;
988         if (s->hit && (s->session->cipher_id != c->id))
989                 {
990 /* Workaround is now obsolete */
991 #if 0
992                 if (!(s->options &
993                         SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG))
994 #endif
995                         {
996                         al=SSL_AD_ILLEGAL_PARAMETER;
997                         SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_OLD_SESSION_CIPHER_NOT_RETURNED);
998                         goto f_err;
999                         }
1000                 }
1001         s->s3->tmp.new_cipher=c;
1002         /* Don't digest cached records if TLS v1.2: we may need them for
1003          * client authentication.
1004          */
1005         if (TLS1_get_version(s) < TLS1_2_VERSION && !ssl3_digest_cached_records(s))
1006                 goto f_err;
1007         /* lets get the compression algorithm */
1008         /* COMPRESSION */
1009 #ifdef OPENSSL_NO_COMP
1010         if (*(p++) != 0)
1011                 {
1012                 al=SSL_AD_ILLEGAL_PARAMETER;
1013                 SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_UNSUPPORTED_COMPRESSION_ALGORITHM);
1014                 goto f_err;
1015                 }
1016         /* If compression is disabled we'd better not try to resume a session
1017          * using compression.
1018          */
1019         if (s->session->compress_meth != 0)
1020                 {
1021                 SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_INCONSISTENT_COMPRESSION);
1022                 goto f_err;
1023                 }
1024 #else
1025         j= *(p++);
1026         if (s->hit && j != s->session->compress_meth)
1027                 {
1028                 al=SSL_AD_ILLEGAL_PARAMETER;
1029                 SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_OLD_SESSION_COMPRESSION_ALGORITHM_NOT_RETURNED);
1030                 goto f_err;
1031                 }
1032         if (j == 0)
1033                 comp=NULL;
1034         else if (s->options & SSL_OP_NO_COMPRESSION)
1035                 {
1036                 al=SSL_AD_ILLEGAL_PARAMETER;
1037                 SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_COMPRESSION_DISABLED);
1038                 goto f_err;
1039                 }
1040         else
1041                 comp=ssl3_comp_find(s->ctx->comp_methods,j);
1042         
1043         if ((j != 0) && (comp == NULL))
1044                 {
1045                 al=SSL_AD_ILLEGAL_PARAMETER;
1046                 SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_UNSUPPORTED_COMPRESSION_ALGORITHM);
1047                 goto f_err;
1048                 }
1049         else
1050                 {
1051                 s->s3->tmp.new_compression=comp;
1052                 }
1053 #endif
1054
1055 #ifndef OPENSSL_NO_TLSEXT
1056         /* TLS extensions*/
1057         if (!ssl_parse_serverhello_tlsext(s,&p,d,n))
1058                 {
1059                 SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_PARSE_TLSEXT);
1060                 goto err; 
1061                 }
1062 #endif
1063
1064         if (p != (d+n))
1065                 {
1066                 /* wrong packet length */
1067                 al=SSL_AD_DECODE_ERROR;
1068                 SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_BAD_PACKET_LENGTH);
1069                 goto f_err;
1070                 }
1071
1072         return(1);
1073 f_err:
1074         ssl3_send_alert(s,SSL3_AL_FATAL,al);
1075 err:
1076         return(-1);
1077         }
1078
1079 int ssl3_get_server_certificate(SSL *s)
1080         {
1081         int al,i,ok,ret= -1;
1082         unsigned long n,nc,llen,l;
1083         X509 *x=NULL;
1084         const unsigned char *q,*p;
1085         unsigned char *d;
1086         STACK_OF(X509) *sk=NULL;
1087         SESS_CERT *sc;
1088         EVP_PKEY *pkey=NULL;
1089         int need_cert = 1; /* VRS: 0=> will allow null cert if auth == KRB5 */
1090
1091         n=s->method->ssl_get_message(s,
1092                 SSL3_ST_CR_CERT_A,
1093                 SSL3_ST_CR_CERT_B,
1094                 -1,
1095                 s->max_cert_list,
1096                 &ok);
1097
1098         if (!ok) return((int)n);
1099
1100         if ((s->s3->tmp.message_type == SSL3_MT_SERVER_KEY_EXCHANGE) ||
1101                 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) && 
1102                 (s->s3->tmp.message_type == SSL3_MT_SERVER_DONE)))
1103                 {
1104                 s->s3->tmp.reuse_message=1;
1105                 return(1);
1106                 }
1107
1108         if (s->s3->tmp.message_type != SSL3_MT_CERTIFICATE)
1109                 {
1110                 al=SSL_AD_UNEXPECTED_MESSAGE;
1111                 SSLerr(SSL_F_SSL3_GET_SERVER_CERTIFICATE,SSL_R_BAD_MESSAGE_TYPE);
1112                 goto f_err;
1113                 }
1114         p=d=(unsigned char *)s->init_msg;
1115
1116         if ((sk=sk_X509_new_null()) == NULL)
1117                 {
1118                 SSLerr(SSL_F_SSL3_GET_SERVER_CERTIFICATE,ERR_R_MALLOC_FAILURE);
1119                 goto err;
1120                 }
1121
1122         n2l3(p,llen);
1123         if (llen+3 != n)
1124                 {
1125                 al=SSL_AD_DECODE_ERROR;
1126                 SSLerr(SSL_F_SSL3_GET_SERVER_CERTIFICATE,SSL_R_LENGTH_MISMATCH);
1127                 goto f_err;
1128                 }
1129         for (nc=0; nc<llen; )
1130                 {
1131                 n2l3(p,l);
1132                 if ((l+nc+3) > llen)
1133                         {
1134                         al=SSL_AD_DECODE_ERROR;
1135                         SSLerr(SSL_F_SSL3_GET_SERVER_CERTIFICATE,SSL_R_CERT_LENGTH_MISMATCH);
1136                         goto f_err;
1137                         }
1138
1139                 q=p;
1140                 x=d2i_X509(NULL,&q,l);
1141                 if (x == NULL)
1142                         {
1143                         al=SSL_AD_BAD_CERTIFICATE;
1144                         SSLerr(SSL_F_SSL3_GET_SERVER_CERTIFICATE,ERR_R_ASN1_LIB);
1145                         goto f_err;
1146                         }
1147                 if (q != (p+l))
1148                         {
1149                         al=SSL_AD_DECODE_ERROR;
1150                         SSLerr(SSL_F_SSL3_GET_SERVER_CERTIFICATE,SSL_R_CERT_LENGTH_MISMATCH);
1151                         goto f_err;
1152                         }
1153                 if (!sk_X509_push(sk,x))
1154                         {
1155                         SSLerr(SSL_F_SSL3_GET_SERVER_CERTIFICATE,ERR_R_MALLOC_FAILURE);
1156                         goto err;
1157                         }
1158                 x=NULL;
1159                 nc+=l+3;
1160                 p=q;
1161                 }
1162
1163         i=ssl_verify_cert_chain(s,sk);
1164         if ((s->verify_mode != SSL_VERIFY_NONE) && (i <= 0)
1165 #ifndef OPENSSL_NO_KRB5
1166             && !((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) &&
1167                  (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5))
1168 #endif /* OPENSSL_NO_KRB5 */
1169                 )
1170                 {
1171                 al=ssl_verify_alarm_type(s->verify_result);
1172                 SSLerr(SSL_F_SSL3_GET_SERVER_CERTIFICATE,SSL_R_CERTIFICATE_VERIFY_FAILED);
1173                 goto f_err; 
1174                 }
1175         ERR_clear_error(); /* but we keep s->verify_result */
1176
1177         sc=ssl_sess_cert_new();
1178         if (sc == NULL) goto err;
1179
1180         if (s->session->sess_cert) ssl_sess_cert_free(s->session->sess_cert);
1181         s->session->sess_cert=sc;
1182
1183         sc->cert_chain=sk;
1184         /* Inconsistency alert: cert_chain does include the peer's
1185          * certificate, which we don't include in s3_srvr.c */
1186         x=sk_X509_value(sk,0);
1187         sk=NULL;
1188         /* VRS 19990621: possible memory leak; sk=null ==> !sk_pop_free() @end*/
1189
1190         pkey=X509_get_pubkey(x);
1191
1192         /* VRS: allow null cert if auth == KRB5 */
1193         need_cert = ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) &&
1194                     (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5))
1195                     ? 0 : 1;
1196
1197 #ifdef KSSL_DEBUG
1198         printf("pkey,x = %p, %p\n", pkey,x);
1199         printf("ssl_cert_type(x,pkey) = %d\n", ssl_cert_type(x,pkey));
1200         printf("cipher, alg, nc = %s, %lx, %lx, %d\n", s->s3->tmp.new_cipher->name,
1201                 s->s3->tmp.new_cipher->algorithm_mkey, s->s3->tmp.new_cipher->algorithm_auth, need_cert);
1202 #endif    /* KSSL_DEBUG */
1203
1204         if (need_cert && ((pkey == NULL) || EVP_PKEY_missing_parameters(pkey)))
1205                 {
1206                 x=NULL;
1207                 al=SSL3_AL_FATAL;
1208                 SSLerr(SSL_F_SSL3_GET_SERVER_CERTIFICATE,
1209                         SSL_R_UNABLE_TO_FIND_PUBLIC_KEY_PARAMETERS);
1210                 goto f_err;
1211                 }
1212
1213         i=ssl_cert_type(x,pkey);
1214         if (need_cert && i < 0)
1215                 {
1216                 x=NULL;
1217                 al=SSL3_AL_FATAL;
1218                 SSLerr(SSL_F_SSL3_GET_SERVER_CERTIFICATE,
1219                         SSL_R_UNKNOWN_CERTIFICATE_TYPE);
1220                 goto f_err;
1221                 }
1222
1223         if (need_cert)
1224                 {
1225                 sc->peer_cert_type=i;
1226                 CRYPTO_add(&x->references,1,CRYPTO_LOCK_X509);
1227                 /* Why would the following ever happen?
1228                  * We just created sc a couple of lines ago. */
1229                 if (sc->peer_pkeys[i].x509 != NULL)
1230                         X509_free(sc->peer_pkeys[i].x509);
1231                 sc->peer_pkeys[i].x509=x;
1232                 sc->peer_key= &(sc->peer_pkeys[i]);
1233
1234                 if (s->session->peer != NULL)
1235                         X509_free(s->session->peer);
1236                 CRYPTO_add(&x->references,1,CRYPTO_LOCK_X509);
1237                 s->session->peer=x;
1238                 }
1239         else
1240                 {
1241                 sc->peer_cert_type=i;
1242                 sc->peer_key= NULL;
1243
1244                 if (s->session->peer != NULL)
1245                         X509_free(s->session->peer);
1246                 s->session->peer=NULL;
1247                 }
1248         s->session->verify_result = s->verify_result;
1249
1250         x=NULL;
1251 #ifndef OPENSSL_NO_TLSEXT
1252         /* Check the audit proof. */
1253         if (s->ctx->tlsext_authz_server_audit_proof_cb)
1254                 {
1255                 ret = s->ctx->tlsext_authz_server_audit_proof_cb(s,
1256                         s->ctx->tlsext_authz_server_audit_proof_cb_arg);
1257                 if (ret <= 0)
1258                         {
1259                         al = SSL_AD_BAD_CERTIFICATE;
1260                         SSLerr(SSL_F_SSL3_GET_SERVER_CERTIFICATE,SSL_R_INVALID_AUDIT_PROOF);
1261                         goto f_err;
1262                         }
1263                 }
1264
1265 #endif
1266         ret=1;
1267         if (0)
1268                 {
1269 f_err:
1270                 ssl3_send_alert(s,SSL3_AL_FATAL,al);
1271                 }
1272 err:
1273         EVP_PKEY_free(pkey);
1274         X509_free(x);
1275         sk_X509_pop_free(sk,X509_free);
1276         return(ret);
1277         }
1278
1279 int ssl3_get_key_exchange(SSL *s)
1280         {
1281 #ifndef OPENSSL_NO_RSA
1282         unsigned char *q,md_buf[EVP_MAX_MD_SIZE*2];
1283 #endif
1284         EVP_MD_CTX md_ctx;
1285         unsigned char *param,*p;
1286         int al,i,j,param_len,ok;
1287         long n,alg_k,alg_a;
1288         EVP_PKEY *pkey=NULL;
1289         const EVP_MD *md = NULL;
1290 #ifndef OPENSSL_NO_RSA
1291         RSA *rsa=NULL;
1292 #endif
1293 #ifndef OPENSSL_NO_DH
1294         DH *dh=NULL;
1295 #endif
1296 #ifndef OPENSSL_NO_ECDH
1297         EC_KEY *ecdh = NULL;
1298         BN_CTX *bn_ctx = NULL;
1299         EC_POINT *srvr_ecpoint = NULL;
1300         int curve_nid = 0;
1301         int encoded_pt_len = 0;
1302 #endif
1303
1304         /* use same message size as in ssl3_get_certificate_request()
1305          * as ServerKeyExchange message may be skipped */
1306         n=s->method->ssl_get_message(s,
1307                 SSL3_ST_CR_KEY_EXCH_A,
1308                 SSL3_ST_CR_KEY_EXCH_B,
1309                 -1,
1310                 s->max_cert_list,
1311                 &ok);
1312         if (!ok) return((int)n);
1313
1314         if (s->s3->tmp.message_type != SSL3_MT_SERVER_KEY_EXCHANGE)
1315                 {
1316 #ifndef OPENSSL_NO_PSK
1317                 /* In plain PSK ciphersuite, ServerKeyExchange can be
1318                    omitted if no identity hint is sent. Set
1319                    session->sess_cert anyway to avoid problems
1320                    later.*/
1321                 if (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)
1322                         {
1323                         s->session->sess_cert=ssl_sess_cert_new();
1324                         if (s->ctx->psk_identity_hint)
1325                                 OPENSSL_free(s->ctx->psk_identity_hint);
1326                         s->ctx->psk_identity_hint = NULL;
1327                         }
1328 #endif
1329                 s->s3->tmp.reuse_message=1;
1330                 return(1);
1331                 }
1332
1333         param=p=(unsigned char *)s->init_msg;
1334         if (s->session->sess_cert != NULL)
1335                 {
1336 #ifndef OPENSSL_NO_RSA
1337                 if (s->session->sess_cert->peer_rsa_tmp != NULL)
1338                         {
1339                         RSA_free(s->session->sess_cert->peer_rsa_tmp);
1340                         s->session->sess_cert->peer_rsa_tmp=NULL;
1341                         }
1342 #endif
1343 #ifndef OPENSSL_NO_DH
1344                 if (s->session->sess_cert->peer_dh_tmp)
1345                         {
1346                         DH_free(s->session->sess_cert->peer_dh_tmp);
1347                         s->session->sess_cert->peer_dh_tmp=NULL;
1348                         }
1349 #endif
1350 #ifndef OPENSSL_NO_ECDH
1351                 if (s->session->sess_cert->peer_ecdh_tmp)
1352                         {
1353                         EC_KEY_free(s->session->sess_cert->peer_ecdh_tmp);
1354                         s->session->sess_cert->peer_ecdh_tmp=NULL;
1355                         }
1356 #endif
1357                 }
1358         else
1359                 {
1360                 s->session->sess_cert=ssl_sess_cert_new();
1361                 }
1362
1363         param_len=0;
1364         alg_k=s->s3->tmp.new_cipher->algorithm_mkey;
1365         alg_a=s->s3->tmp.new_cipher->algorithm_auth;
1366         EVP_MD_CTX_init(&md_ctx);
1367
1368 #ifndef OPENSSL_NO_PSK
1369         if (alg_k & SSL_kPSK)
1370                 {
1371                 char tmp_id_hint[PSK_MAX_IDENTITY_LEN+1];
1372
1373                 al=SSL_AD_HANDSHAKE_FAILURE;
1374                 n2s(p,i);
1375                 param_len=i+2;
1376                 /* Store PSK identity hint for later use, hint is used
1377                  * in ssl3_send_client_key_exchange.  Assume that the
1378                  * maximum length of a PSK identity hint can be as
1379                  * long as the maximum length of a PSK identity. */
1380                 if (i > PSK_MAX_IDENTITY_LEN)
1381                         {
1382                         SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,
1383                                 SSL_R_DATA_LENGTH_TOO_LONG);
1384                         goto f_err;
1385                         }
1386                 if (param_len > n)
1387                         {
1388                         al=SSL_AD_DECODE_ERROR;
1389                         SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,
1390                                 SSL_R_BAD_PSK_IDENTITY_HINT_LENGTH);
1391                         goto f_err;
1392                         }
1393                 /* If received PSK identity hint contains NULL
1394                  * characters, the hint is truncated from the first
1395                  * NULL. p may not be ending with NULL, so create a
1396                  * NULL-terminated string. */
1397                 memcpy(tmp_id_hint, p, i);
1398                 memset(tmp_id_hint+i, 0, PSK_MAX_IDENTITY_LEN+1-i);
1399                 if (s->ctx->psk_identity_hint != NULL)
1400                         OPENSSL_free(s->ctx->psk_identity_hint);
1401                 s->ctx->psk_identity_hint = BUF_strdup(tmp_id_hint);
1402                 if (s->ctx->psk_identity_hint == NULL)
1403                         {
1404                         SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, ERR_R_MALLOC_FAILURE);
1405                         goto f_err;
1406                         }          
1407
1408                 p+=i;
1409                 n-=param_len;
1410                 }
1411         else
1412 #endif /* !OPENSSL_NO_PSK */
1413 #ifndef OPENSSL_NO_SRP
1414         if (alg_k & SSL_kSRP)
1415                 {
1416                 n2s(p,i);
1417                 param_len=i+2;
1418                 if (param_len > n)
1419                         {
1420                         al=SSL_AD_DECODE_ERROR;
1421                         SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_BAD_SRP_N_LENGTH);
1422                         goto f_err;
1423                         }
1424                 if (!(s->srp_ctx.N=BN_bin2bn(p,i,NULL)))
1425                         {
1426                         SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_BN_LIB);
1427                         goto err;
1428                         }
1429                 p+=i;
1430
1431                 n2s(p,i);
1432                 param_len+=i+2;
1433                 if (param_len > n)
1434                         {
1435                         al=SSL_AD_DECODE_ERROR;
1436                         SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_BAD_SRP_G_LENGTH);
1437                         goto f_err;
1438                         }
1439                 if (!(s->srp_ctx.g=BN_bin2bn(p,i,NULL)))
1440                         {
1441                         SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_BN_LIB);
1442                         goto err;
1443                         }
1444                 p+=i;
1445
1446                 i = (unsigned int)(p[0]);
1447                 p++;
1448                 param_len+=i+1;
1449                 if (param_len > n)
1450                         {
1451                         al=SSL_AD_DECODE_ERROR;
1452                         SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_BAD_SRP_S_LENGTH);
1453                         goto f_err;
1454                         }
1455                 if (!(s->srp_ctx.s=BN_bin2bn(p,i,NULL)))
1456                         {
1457                         SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_BN_LIB);
1458                         goto err;
1459                         }
1460                 p+=i;
1461
1462                 n2s(p,i);
1463                 param_len+=i+2;
1464                 if (param_len > n)
1465                         {
1466                         al=SSL_AD_DECODE_ERROR;
1467                         SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_BAD_SRP_B_LENGTH);
1468                         goto f_err;
1469                         }
1470                 if (!(s->srp_ctx.B=BN_bin2bn(p,i,NULL)))
1471                         {
1472                         SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_BN_LIB);
1473                         goto err;
1474                         }
1475                 p+=i;
1476                 n-=param_len;
1477
1478 /* We must check if there is a certificate */
1479 #ifndef OPENSSL_NO_RSA
1480                 if (alg_a & SSL_aRSA)
1481                         pkey=X509_get_pubkey(s->session->sess_cert->peer_pkeys[SSL_PKEY_RSA_ENC].x509);
1482 #else
1483                 if (0)
1484                         ;
1485 #endif
1486 #ifndef OPENSSL_NO_DSA
1487                 else if (alg_a & SSL_aDSS)
1488                         pkey=X509_get_pubkey(s->session->sess_cert->peer_pkeys[SSL_PKEY_DSA_SIGN].x509);
1489 #endif
1490                 }
1491         else
1492 #endif /* !OPENSSL_NO_SRP */
1493 #ifndef OPENSSL_NO_RSA
1494         if (alg_k & SSL_kRSA)
1495                 {
1496                 if ((rsa=RSA_new()) == NULL)
1497                         {
1498                         SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_MALLOC_FAILURE);
1499                         goto err;
1500                         }
1501                 n2s(p,i);
1502                 param_len=i+2;
1503                 if (param_len > n)
1504                         {
1505                         al=SSL_AD_DECODE_ERROR;
1506                         SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_BAD_RSA_MODULUS_LENGTH);
1507                         goto f_err;
1508                         }
1509                 if (!(rsa->n=BN_bin2bn(p,i,rsa->n)))
1510                         {
1511                         SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_BN_LIB);
1512                         goto err;
1513                         }
1514                 p+=i;
1515
1516                 n2s(p,i);
1517                 param_len+=i+2;
1518                 if (param_len > n)
1519                         {
1520                         al=SSL_AD_DECODE_ERROR;
1521                         SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_BAD_RSA_E_LENGTH);
1522                         goto f_err;
1523                         }
1524                 if (!(rsa->e=BN_bin2bn(p,i,rsa->e)))
1525                         {
1526                         SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_BN_LIB);
1527                         goto err;
1528                         }
1529                 p+=i;
1530                 n-=param_len;
1531
1532                 /* this should be because we are using an export cipher */
1533                 if (alg_a & SSL_aRSA)
1534                         pkey=X509_get_pubkey(s->session->sess_cert->peer_pkeys[SSL_PKEY_RSA_ENC].x509);
1535                 else
1536                         {
1537                         SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_INTERNAL_ERROR);
1538                         goto err;
1539                         }
1540                 s->session->sess_cert->peer_rsa_tmp=rsa;
1541                 rsa=NULL;
1542                 }
1543 #else /* OPENSSL_NO_RSA */
1544         if (0)
1545                 ;
1546 #endif
1547 #ifndef OPENSSL_NO_DH
1548         else if (alg_k & SSL_kEDH)
1549                 {
1550                 if ((dh=DH_new()) == NULL)
1551                         {
1552                         SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_DH_LIB);
1553                         goto err;
1554                         }
1555                 n2s(p,i);
1556                 param_len=i+2;
1557                 if (param_len > n)
1558                         {
1559                         al=SSL_AD_DECODE_ERROR;
1560                         SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_BAD_DH_P_LENGTH);
1561                         goto f_err;
1562                         }
1563                 if (!(dh->p=BN_bin2bn(p,i,NULL)))
1564                         {
1565                         SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_BN_LIB);
1566                         goto err;
1567                         }
1568                 p+=i;
1569
1570                 n2s(p,i);
1571                 param_len+=i+2;
1572                 if (param_len > n)
1573                         {
1574                         al=SSL_AD_DECODE_ERROR;
1575                         SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_BAD_DH_G_LENGTH);
1576                         goto f_err;
1577                         }
1578                 if (!(dh->g=BN_bin2bn(p,i,NULL)))
1579                         {
1580                         SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_BN_LIB);
1581                         goto err;
1582                         }
1583                 p+=i;
1584
1585                 n2s(p,i);
1586                 param_len+=i+2;
1587                 if (param_len > n)
1588                         {
1589                         al=SSL_AD_DECODE_ERROR;
1590                         SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_BAD_DH_PUB_KEY_LENGTH);
1591                         goto f_err;
1592                         }
1593                 if (!(dh->pub_key=BN_bin2bn(p,i,NULL)))
1594                         {
1595                         SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_BN_LIB);
1596                         goto err;
1597                         }
1598                 p+=i;
1599                 n-=param_len;
1600
1601 #ifndef OPENSSL_NO_RSA
1602                 if (alg_a & SSL_aRSA)
1603                         pkey=X509_get_pubkey(s->session->sess_cert->peer_pkeys[SSL_PKEY_RSA_ENC].x509);
1604 #else
1605                 if (0)
1606                         ;
1607 #endif
1608 #ifndef OPENSSL_NO_DSA
1609                 else if (alg_a & SSL_aDSS)
1610                         pkey=X509_get_pubkey(s->session->sess_cert->peer_pkeys[SSL_PKEY_DSA_SIGN].x509);
1611 #endif
1612                 /* else anonymous DH, so no certificate or pkey. */
1613
1614                 s->session->sess_cert->peer_dh_tmp=dh;
1615                 dh=NULL;
1616                 }
1617         else if ((alg_k & SSL_kDHr) || (alg_k & SSL_kDHd))
1618                 {
1619                 al=SSL_AD_ILLEGAL_PARAMETER;
1620                 SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_TRIED_TO_USE_UNSUPPORTED_CIPHER);
1621                 goto f_err;
1622                 }
1623 #endif /* !OPENSSL_NO_DH */
1624
1625 #ifndef OPENSSL_NO_ECDH
1626         else if (alg_k & SSL_kEECDH)
1627                 {
1628                 EC_GROUP *ngroup;
1629                 const EC_GROUP *group;
1630
1631                 if ((ecdh=EC_KEY_new()) == NULL)
1632                         {
1633                         SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_MALLOC_FAILURE);
1634                         goto err;
1635                         }
1636
1637                 /* Extract elliptic curve parameters and the
1638                  * server's ephemeral ECDH public key.
1639                  * Keep accumulating lengths of various components in
1640                  * param_len and make sure it never exceeds n.
1641                  */
1642
1643                 /* XXX: For now we only support named (not generic) curves
1644                  * and the ECParameters in this case is just three bytes.
1645                  */
1646                 param_len=3;
1647                 if ((param_len > n) ||
1648                     (*p != NAMED_CURVE_TYPE) || 
1649                     ((curve_nid = tls1_ec_curve_id2nid(*(p + 2))) == 0)) 
1650                         {
1651                         al=SSL_AD_INTERNAL_ERROR;
1652                         SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_UNABLE_TO_FIND_ECDH_PARAMETERS);
1653                         goto f_err;
1654                         }
1655
1656                 ngroup = EC_GROUP_new_by_curve_name(curve_nid);
1657                 if (ngroup == NULL)
1658                         {
1659                         SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_EC_LIB);
1660                         goto err;
1661                         }
1662                 if (EC_KEY_set_group(ecdh, ngroup) == 0)
1663                         {
1664                         SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_EC_LIB);
1665                         goto err;
1666                         }
1667                 EC_GROUP_free(ngroup);
1668
1669                 group = EC_KEY_get0_group(ecdh);
1670
1671                 if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) &&
1672                     (EC_GROUP_get_degree(group) > 163))
1673                         {
1674                         al=SSL_AD_EXPORT_RESTRICTION;
1675                         SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_ECGROUP_TOO_LARGE_FOR_CIPHER);
1676                         goto f_err;
1677                         }
1678
1679                 p+=3;
1680
1681                 /* Next, get the encoded ECPoint */
1682                 if (((srvr_ecpoint = EC_POINT_new(group)) == NULL) ||
1683                     ((bn_ctx = BN_CTX_new()) == NULL))
1684                         {
1685                         SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_MALLOC_FAILURE);
1686                         goto err;
1687                         }
1688
1689                 encoded_pt_len = *p;  /* length of encoded point */
1690                 p+=1;
1691                 param_len += (1 + encoded_pt_len);
1692                 if ((param_len > n) ||
1693                     (EC_POINT_oct2point(group, srvr_ecpoint, 
1694                         p, encoded_pt_len, bn_ctx) == 0))
1695                         {
1696                         al=SSL_AD_DECODE_ERROR;
1697                         SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_BAD_ECPOINT);
1698                         goto f_err;
1699                         }
1700
1701                 n-=param_len;
1702                 p+=encoded_pt_len;
1703
1704                 /* The ECC/TLS specification does not mention
1705                  * the use of DSA to sign ECParameters in the server
1706                  * key exchange message. We do support RSA and ECDSA.
1707                  */
1708                 if (0) ;
1709 #ifndef OPENSSL_NO_RSA
1710                 else if (alg_a & SSL_aRSA)
1711                         pkey=X509_get_pubkey(s->session->sess_cert->peer_pkeys[SSL_PKEY_RSA_ENC].x509);
1712 #endif
1713 #ifndef OPENSSL_NO_ECDSA
1714                 else if (alg_a & SSL_aECDSA)
1715                         pkey=X509_get_pubkey(s->session->sess_cert->peer_pkeys[SSL_PKEY_ECC].x509);
1716 #endif
1717                 /* else anonymous ECDH, so no certificate or pkey. */
1718                 EC_KEY_set_public_key(ecdh, srvr_ecpoint);
1719                 s->session->sess_cert->peer_ecdh_tmp=ecdh;
1720                 ecdh=NULL;
1721                 BN_CTX_free(bn_ctx);
1722                 bn_ctx = NULL;
1723                 EC_POINT_free(srvr_ecpoint);
1724                 srvr_ecpoint = NULL;
1725                 }
1726         else if (alg_k)
1727                 {
1728                 al=SSL_AD_UNEXPECTED_MESSAGE;
1729                 SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_UNEXPECTED_MESSAGE);
1730                 goto f_err;
1731                 }
1732 #endif /* !OPENSSL_NO_ECDH */
1733
1734
1735         /* p points to the next byte, there are 'n' bytes left */
1736
1737         /* if it was signed, check the signature */
1738         if (pkey != NULL)
1739                 {
1740                 if (TLS1_get_version(s) >= TLS1_2_VERSION)
1741                         {
1742                         int sigalg = tls12_get_sigid(pkey);
1743                         /* Should never happen */
1744                         if (sigalg == -1)
1745                                 {
1746                                 SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_INTERNAL_ERROR);
1747                                 goto err;
1748                                 }
1749                         /* Check key type is consistent with signature */
1750                         if (sigalg != (int)p[1])
1751                                 {
1752                                 SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_WRONG_SIGNATURE_TYPE);
1753                                 al=SSL_AD_DECODE_ERROR;
1754                                 goto f_err;
1755                                 }
1756                         md = tls12_get_hash(p[0]);
1757                         if (md == NULL)
1758                                 {
1759                                 SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_UNKNOWN_DIGEST);
1760                                 al=SSL_AD_DECODE_ERROR;
1761                                 goto f_err;
1762                                 }
1763 #ifdef SSL_DEBUG
1764 fprintf(stderr, "USING TLSv1.2 HASH %s\n", EVP_MD_name(md));
1765 #endif
1766                         p += 2;
1767                         n -= 2;
1768                         }
1769                 else
1770                         md = EVP_sha1();
1771                         
1772                 n2s(p,i);
1773                 n-=2;
1774                 j=EVP_PKEY_size(pkey);
1775
1776                 if ((i != n) || (n > j) || (n <= 0))
1777                         {
1778                         /* wrong packet length */
1779                         al=SSL_AD_DECODE_ERROR;
1780                         SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_WRONG_SIGNATURE_LENGTH);
1781                         goto f_err;
1782                         }
1783
1784 #ifndef OPENSSL_NO_RSA
1785                 if (pkey->type == EVP_PKEY_RSA && TLS1_get_version(s) < TLS1_2_VERSION)
1786                         {
1787                         int num;
1788
1789                         j=0;
1790                         q=md_buf;
1791                         for (num=2; num > 0; num--)
1792                                 {
1793                                 EVP_MD_CTX_set_flags(&md_ctx,
1794                                         EVP_MD_CTX_FLAG_NON_FIPS_ALLOW);
1795                                 EVP_DigestInit_ex(&md_ctx,(num == 2)
1796                                         ?s->ctx->md5:s->ctx->sha1, NULL);
1797                                 EVP_DigestUpdate(&md_ctx,&(s->s3->client_random[0]),SSL3_RANDOM_SIZE);
1798                                 EVP_DigestUpdate(&md_ctx,&(s->s3->server_random[0]),SSL3_RANDOM_SIZE);
1799                                 EVP_DigestUpdate(&md_ctx,param,param_len);
1800                                 EVP_DigestFinal_ex(&md_ctx,q,(unsigned int *)&i);
1801                                 q+=i;
1802                                 j+=i;
1803                                 }
1804                         i=RSA_verify(NID_md5_sha1, md_buf, j, p, n,
1805                                                                 pkey->pkey.rsa);
1806                         if (i < 0)
1807                                 {
1808                                 al=SSL_AD_DECRYPT_ERROR;
1809                                 SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_BAD_RSA_DECRYPT);
1810                                 goto f_err;
1811                                 }
1812                         if (i == 0)
1813                                 {
1814                                 /* bad signature */
1815                                 al=SSL_AD_DECRYPT_ERROR;
1816                                 SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_BAD_SIGNATURE);
1817                                 goto f_err;
1818                                 }
1819                         }
1820                 else
1821 #endif
1822                         {
1823                         EVP_VerifyInit_ex(&md_ctx, md, NULL);
1824                         EVP_VerifyUpdate(&md_ctx,&(s->s3->client_random[0]),SSL3_RANDOM_SIZE);
1825                         EVP_VerifyUpdate(&md_ctx,&(s->s3->server_random[0]),SSL3_RANDOM_SIZE);
1826                         EVP_VerifyUpdate(&md_ctx,param,param_len);
1827                         if (EVP_VerifyFinal(&md_ctx,p,(int)n,pkey) <= 0)
1828                                 {
1829                                 /* bad signature */
1830                                 al=SSL_AD_DECRYPT_ERROR;
1831                                 SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_BAD_SIGNATURE);
1832                                 goto f_err;
1833                                 }
1834                         }
1835                 }
1836         else
1837                 {
1838                 if (!(alg_a & SSL_aNULL) && !(alg_k & SSL_kPSK))
1839                         /* aNULL or kPSK do not need public keys */
1840                         {
1841                         SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_INTERNAL_ERROR);
1842                         goto err;
1843                         }
1844                 /* still data left over */
1845                 if (n != 0)
1846                         {
1847                         al=SSL_AD_DECODE_ERROR;
1848                         SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_EXTRA_DATA_IN_MESSAGE);
1849                         goto f_err;
1850                         }
1851                 }
1852         EVP_PKEY_free(pkey);
1853         EVP_MD_CTX_cleanup(&md_ctx);
1854         return(1);
1855 f_err:
1856         ssl3_send_alert(s,SSL3_AL_FATAL,al);
1857 err:
1858         EVP_PKEY_free(pkey);
1859 #ifndef OPENSSL_NO_RSA
1860         if (rsa != NULL)
1861                 RSA_free(rsa);
1862 #endif
1863 #ifndef OPENSSL_NO_DH
1864         if (dh != NULL)
1865                 DH_free(dh);
1866 #endif
1867 #ifndef OPENSSL_NO_ECDH
1868         BN_CTX_free(bn_ctx);
1869         EC_POINT_free(srvr_ecpoint);
1870         if (ecdh != NULL)
1871                 EC_KEY_free(ecdh);
1872 #endif
1873         EVP_MD_CTX_cleanup(&md_ctx);
1874         return(-1);
1875         }
1876
1877 int ssl3_get_certificate_request(SSL *s)
1878         {
1879         int ok,ret=0;
1880         unsigned long n,nc,l;
1881         unsigned int llen, ctype_num,i;
1882         X509_NAME *xn=NULL;
1883         const unsigned char *p,*q;
1884         unsigned char *d;
1885         STACK_OF(X509_NAME) *ca_sk=NULL;
1886
1887         n=s->method->ssl_get_message(s,
1888                 SSL3_ST_CR_CERT_REQ_A,
1889                 SSL3_ST_CR_CERT_REQ_B,
1890                 -1,
1891                 s->max_cert_list,
1892                 &ok);
1893
1894         if (!ok) return((int)n);
1895
1896         s->s3->tmp.cert_req=0;
1897
1898         if (s->s3->tmp.message_type == SSL3_MT_SERVER_DONE)
1899                 {
1900                 s->s3->tmp.reuse_message=1;
1901                 /* If we get here we don't need any cached handshake records
1902                  * as we wont be doing client auth.
1903                  */
1904                 if (s->s3->handshake_buffer)
1905                         {
1906                         if (!ssl3_digest_cached_records(s))
1907                                 goto err;
1908                         }
1909                 return(1);
1910                 }
1911
1912         if (s->s3->tmp.message_type != SSL3_MT_CERTIFICATE_REQUEST)
1913                 {
1914                 ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_UNEXPECTED_MESSAGE);
1915                 SSLerr(SSL_F_SSL3_GET_CERTIFICATE_REQUEST,SSL_R_WRONG_MESSAGE_TYPE);
1916                 goto err;
1917                 }
1918
1919         /* TLS does not like anon-DH with client cert */
1920         if (s->version > SSL3_VERSION)
1921                 {
1922                 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)
1923                         {
1924                         ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_UNEXPECTED_MESSAGE);
1925                         SSLerr(SSL_F_SSL3_GET_CERTIFICATE_REQUEST,SSL_R_TLS_CLIENT_CERT_REQ_WITH_ANON_CIPHER);
1926                         goto err;
1927                         }
1928                 }
1929
1930         p=d=(unsigned char *)s->init_msg;
1931
1932         if ((ca_sk=sk_X509_NAME_new(ca_dn_cmp)) == NULL)
1933                 {
1934                 SSLerr(SSL_F_SSL3_GET_CERTIFICATE_REQUEST,ERR_R_MALLOC_FAILURE);
1935                 goto err;
1936                 }
1937
1938         /* get the certificate types */
1939         ctype_num= *(p++);
1940         if (ctype_num > SSL3_CT_NUMBER)
1941                 ctype_num=SSL3_CT_NUMBER;
1942         for (i=0; i<ctype_num; i++)
1943                 s->s3->tmp.ctype[i]= p[i];
1944         p+=ctype_num;
1945         if (TLS1_get_version(s) >= TLS1_2_VERSION)
1946                 {
1947                 n2s(p, llen);
1948                 /* Check we have enough room for signature algorithms and
1949                  * following length value.
1950                  */
1951                 if ((unsigned long)(p - d + llen + 2) > n)
1952                         {
1953                         ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_DECODE_ERROR);
1954                         SSLerr(SSL_F_SSL3_GET_CERTIFICATE_REQUEST,SSL_R_DATA_LENGTH_TOO_LONG);
1955                         goto err;
1956                         }
1957                 if ((llen & 1) || !tls1_process_sigalgs(s, p, llen))
1958                         {
1959                         ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_DECODE_ERROR);
1960                         SSLerr(SSL_F_SSL3_GET_CERTIFICATE_REQUEST,SSL_R_SIGNATURE_ALGORITHMS_ERROR);
1961                         goto err;
1962                         }
1963                 p += llen;
1964                 }
1965
1966         /* get the CA RDNs */
1967         n2s(p,llen);
1968 #if 0
1969 {
1970 FILE *out;
1971 out=fopen("/tmp/vsign.der","w");
1972 fwrite(p,1,llen,out);
1973 fclose(out);
1974 }
1975 #endif
1976
1977         if ((unsigned long)(p - d + llen) != n)
1978                 {
1979                 ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_DECODE_ERROR);
1980                 SSLerr(SSL_F_SSL3_GET_CERTIFICATE_REQUEST,SSL_R_LENGTH_MISMATCH);
1981                 goto err;
1982                 }
1983
1984         for (nc=0; nc<llen; )
1985                 {
1986                 n2s(p,l);
1987                 if ((l+nc+2) > llen)
1988                         {
1989                         if ((s->options & SSL_OP_NETSCAPE_CA_DN_BUG))
1990                                 goto cont; /* netscape bugs */
1991                         ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_DECODE_ERROR);
1992                         SSLerr(SSL_F_SSL3_GET_CERTIFICATE_REQUEST,SSL_R_CA_DN_TOO_LONG);
1993                         goto err;
1994                         }
1995
1996                 q=p;
1997
1998                 if ((xn=d2i_X509_NAME(NULL,&q,l)) == NULL)
1999                         {
2000                         /* If netscape tolerance is on, ignore errors */
2001                         if (s->options & SSL_OP_NETSCAPE_CA_DN_BUG)
2002                                 goto cont;
2003                         else
2004                                 {
2005                                 ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_DECODE_ERROR);
2006                                 SSLerr(SSL_F_SSL3_GET_CERTIFICATE_REQUEST,ERR_R_ASN1_LIB);
2007                                 goto err;
2008                                 }
2009                         }
2010
2011                 if (q != (p+l))
2012                         {
2013                         ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_DECODE_ERROR);
2014                         SSLerr(SSL_F_SSL3_GET_CERTIFICATE_REQUEST,SSL_R_CA_DN_LENGTH_MISMATCH);
2015                         goto err;
2016                         }
2017                 if (!sk_X509_NAME_push(ca_sk,xn))
2018                         {
2019                         SSLerr(SSL_F_SSL3_GET_CERTIFICATE_REQUEST,ERR_R_MALLOC_FAILURE);
2020                         goto err;
2021                         }
2022
2023                 p+=l;
2024                 nc+=l+2;
2025                 }
2026
2027         if (0)
2028                 {
2029 cont:
2030                 ERR_clear_error();
2031                 }
2032
2033         /* we should setup a certificate to return.... */
2034         s->s3->tmp.cert_req=1;
2035         s->s3->tmp.ctype_num=ctype_num;
2036         if (s->s3->tmp.ca_names != NULL)
2037                 sk_X509_NAME_pop_free(s->s3->tmp.ca_names,X509_NAME_free);
2038         s->s3->tmp.ca_names=ca_sk;
2039         ca_sk=NULL;
2040
2041         ret=1;
2042 err:
2043         if (ca_sk != NULL) sk_X509_NAME_pop_free(ca_sk,X509_NAME_free);
2044         return(ret);
2045         }
2046
2047 static int ca_dn_cmp(const X509_NAME * const *a, const X509_NAME * const *b)
2048         {
2049         return(X509_NAME_cmp(*a,*b));
2050         }
2051 #ifndef OPENSSL_NO_TLSEXT
2052 int ssl3_get_new_session_ticket(SSL *s)
2053         {
2054         int ok,al,ret=0, ticklen;
2055         long n;
2056         const unsigned char *p;
2057         unsigned char *d;
2058
2059         n=s->method->ssl_get_message(s,
2060                 SSL3_ST_CR_SESSION_TICKET_A,
2061                 SSL3_ST_CR_SESSION_TICKET_B,
2062                 -1,
2063                 16384,
2064                 &ok);
2065
2066         if (!ok)
2067                 return((int)n);
2068
2069         if (s->s3->tmp.message_type == SSL3_MT_FINISHED)
2070                 {
2071                 s->s3->tmp.reuse_message=1;
2072                 return(1);
2073                 }
2074         if (s->s3->tmp.message_type != SSL3_MT_NEWSESSION_TICKET)
2075                 {
2076                 al=SSL_AD_UNEXPECTED_MESSAGE;
2077                 SSLerr(SSL_F_SSL3_GET_NEW_SESSION_TICKET,SSL_R_BAD_MESSAGE_TYPE);
2078                 goto f_err;
2079                 }
2080         if (n < 6)
2081                 {
2082                 /* need at least ticket_lifetime_hint + ticket length */
2083                 al = SSL_AD_DECODE_ERROR;
2084                 SSLerr(SSL_F_SSL3_GET_NEW_SESSION_TICKET,SSL_R_LENGTH_MISMATCH);
2085                 goto f_err;
2086                 }
2087
2088         p=d=(unsigned char *)s->init_msg;
2089         n2l(p, s->session->tlsext_tick_lifetime_hint);
2090         n2s(p, ticklen);
2091         /* ticket_lifetime_hint + ticket_length + ticket */
2092         if (ticklen + 6 != n)
2093                 {
2094                 al = SSL_AD_DECODE_ERROR;
2095                 SSLerr(SSL_F_SSL3_GET_NEW_SESSION_TICKET,SSL_R_LENGTH_MISMATCH);
2096                 goto f_err;
2097                 }
2098         if (s->session->tlsext_tick)
2099                 {
2100                 OPENSSL_free(s->session->tlsext_tick);
2101                 s->session->tlsext_ticklen = 0;
2102                 }
2103         s->session->tlsext_tick = OPENSSL_malloc(ticklen);
2104         if (!s->session->tlsext_tick)
2105                 {
2106                 SSLerr(SSL_F_SSL3_GET_NEW_SESSION_TICKET,ERR_R_MALLOC_FAILURE);
2107                 goto err;
2108                 }
2109         memcpy(s->session->tlsext_tick, p, ticklen);
2110         s->session->tlsext_ticklen = ticklen;
2111         /* There are two ways to detect a resumed ticket sesion.
2112          * One is to set an appropriate session ID and then the server
2113          * must return a match in ServerHello. This allows the normal
2114          * client session ID matching to work and we know much 
2115          * earlier that the ticket has been accepted.
2116          * 
2117          * The other way is to set zero length session ID when the
2118          * ticket is presented and rely on the handshake to determine
2119          * session resumption.
2120          *
2121          * We choose the former approach because this fits in with
2122          * assumptions elsewhere in OpenSSL. The session ID is set
2123          * to the SHA256 (or SHA1 is SHA256 is disabled) hash of the
2124          * ticket.
2125          */ 
2126         EVP_Digest(p, ticklen,
2127                         s->session->session_id, &s->session->session_id_length,
2128 #ifndef OPENSSL_NO_SHA256
2129                                                         EVP_sha256(), NULL);
2130 #else
2131                                                         EVP_sha1(), NULL);
2132 #endif
2133         ret=1;
2134         return(ret);
2135 f_err:
2136         ssl3_send_alert(s,SSL3_AL_FATAL,al);
2137 err:
2138         return(-1);
2139         }
2140
2141 int ssl3_get_cert_status(SSL *s)
2142         {
2143         int ok, al;
2144         unsigned long resplen,n;
2145         const unsigned char *p;
2146
2147         n=s->method->ssl_get_message(s,
2148                 SSL3_ST_CR_CERT_STATUS_A,
2149                 SSL3_ST_CR_CERT_STATUS_B,
2150                 SSL3_MT_CERTIFICATE_STATUS,
2151                 16384,
2152                 &ok);
2153
2154         if (!ok) return((int)n);
2155         if (n < 4)
2156                 {
2157                 /* need at least status type + length */
2158                 al = SSL_AD_DECODE_ERROR;
2159                 SSLerr(SSL_F_SSL3_GET_CERT_STATUS,SSL_R_LENGTH_MISMATCH);
2160                 goto f_err;
2161                 }
2162         p = (unsigned char *)s->init_msg;
2163         if (*p++ != TLSEXT_STATUSTYPE_ocsp)
2164                 {
2165                 al = SSL_AD_DECODE_ERROR;
2166                 SSLerr(SSL_F_SSL3_GET_CERT_STATUS,SSL_R_UNSUPPORTED_STATUS_TYPE);
2167                 goto f_err;
2168                 }
2169         n2l3(p, resplen);
2170         if (resplen + 4 != n)
2171                 {
2172                 al = SSL_AD_DECODE_ERROR;
2173                 SSLerr(SSL_F_SSL3_GET_CERT_STATUS,SSL_R_LENGTH_MISMATCH);
2174                 goto f_err;
2175                 }
2176         if (s->tlsext_ocsp_resp)
2177                 OPENSSL_free(s->tlsext_ocsp_resp);
2178         s->tlsext_ocsp_resp = BUF_memdup(p, resplen);
2179         if (!s->tlsext_ocsp_resp)
2180                 {
2181                 al = SSL_AD_INTERNAL_ERROR;
2182                 SSLerr(SSL_F_SSL3_GET_CERT_STATUS,ERR_R_MALLOC_FAILURE);
2183                 goto f_err;
2184                 }
2185         s->tlsext_ocsp_resplen = resplen;
2186         if (s->ctx->tlsext_status_cb)
2187                 {
2188                 int ret;
2189                 ret = s->ctx->tlsext_status_cb(s, s->ctx->tlsext_status_arg);
2190                 if (ret == 0)
2191                         {
2192                         al = SSL_AD_BAD_CERTIFICATE_STATUS_RESPONSE;
2193                         SSLerr(SSL_F_SSL3_GET_CERT_STATUS,SSL_R_INVALID_STATUS_RESPONSE);
2194                         goto f_err;
2195                         }
2196                 if (ret < 0)
2197                         {
2198                         al = SSL_AD_INTERNAL_ERROR;
2199                         SSLerr(SSL_F_SSL3_GET_CERT_STATUS,ERR_R_MALLOC_FAILURE);
2200                         goto f_err;
2201                         }
2202                 }
2203         return 1;
2204 f_err:
2205         ssl3_send_alert(s,SSL3_AL_FATAL,al);
2206         return(-1);
2207         }
2208 #endif
2209
2210 int ssl3_get_server_done(SSL *s)
2211         {
2212         int ok,ret=0;
2213         long n;
2214
2215         n=s->method->ssl_get_message(s,
2216                 SSL3_ST_CR_SRVR_DONE_A,
2217                 SSL3_ST_CR_SRVR_DONE_B,
2218                 SSL3_MT_SERVER_DONE,
2219                 30, /* should be very small, like 0 :-) */
2220                 &ok);
2221
2222         if (!ok) return((int)n);
2223         if (n > 0)
2224                 {
2225                 /* should contain no data */
2226                 ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_DECODE_ERROR);
2227                 SSLerr(SSL_F_SSL3_GET_SERVER_DONE,SSL_R_LENGTH_MISMATCH);
2228                 return -1;
2229                 }
2230         ret=1;
2231         return(ret);
2232         }
2233
2234
2235 int ssl3_send_client_key_exchange(SSL *s)
2236         {
2237         unsigned char *p,*d;
2238         int n;
2239         unsigned long alg_k;
2240 #ifndef OPENSSL_NO_RSA
2241         unsigned char *q;
2242         EVP_PKEY *pkey=NULL;
2243 #endif
2244 #ifndef OPENSSL_NO_KRB5
2245         KSSL_ERR kssl_err;
2246 #endif /* OPENSSL_NO_KRB5 */
2247 #ifndef OPENSSL_NO_ECDH
2248         EC_KEY *clnt_ecdh = NULL;
2249         const EC_POINT *srvr_ecpoint = NULL;
2250         EVP_PKEY *srvr_pub_pkey = NULL;
2251         unsigned char *encodedPoint = NULL;
2252         int encoded_pt_len = 0;
2253         BN_CTX * bn_ctx = NULL;
2254 #endif
2255
2256         if (s->state == SSL3_ST_CW_KEY_EXCH_A)
2257                 {
2258                 d=(unsigned char *)s->init_buf->data;
2259                 p= &(d[4]);
2260
2261                 alg_k=s->s3->tmp.new_cipher->algorithm_mkey;
2262
2263                 /* Fool emacs indentation */
2264                 if (0) {}
2265 #ifndef OPENSSL_NO_RSA
2266                 else if (alg_k & SSL_kRSA)
2267                         {
2268                         RSA *rsa;
2269                         unsigned char tmp_buf[SSL_MAX_MASTER_KEY_LENGTH];
2270
2271                         if (s->session->sess_cert->peer_rsa_tmp != NULL)
2272                                 rsa=s->session->sess_cert->peer_rsa_tmp;
2273                         else
2274                                 {
2275                                 pkey=X509_get_pubkey(s->session->sess_cert->peer_pkeys[SSL_PKEY_RSA_ENC].x509);
2276                                 if ((pkey == NULL) ||
2277                                         (pkey->type != EVP_PKEY_RSA) ||
2278                                         (pkey->pkey.rsa == NULL))
2279                                         {
2280                                         SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,ERR_R_INTERNAL_ERROR);
2281                                         goto err;
2282                                         }
2283                                 rsa=pkey->pkey.rsa;
2284                                 EVP_PKEY_free(pkey);
2285                                 }
2286                                 
2287                         tmp_buf[0]=s->client_version>>8;
2288                         tmp_buf[1]=s->client_version&0xff;
2289                         if (RAND_bytes(&(tmp_buf[2]),sizeof tmp_buf-2) <= 0)
2290                                         goto err;
2291
2292                         s->session->master_key_length=sizeof tmp_buf;
2293
2294                         q=p;
2295                         /* Fix buf for TLS and beyond */
2296                         if (s->version > SSL3_VERSION)
2297                                 p+=2;
2298                         n=RSA_public_encrypt(sizeof tmp_buf,
2299                                 tmp_buf,p,rsa,RSA_PKCS1_PADDING);
2300 #ifdef PKCS1_CHECK
2301                         if (s->options & SSL_OP_PKCS1_CHECK_1) p[1]++;
2302                         if (s->options & SSL_OP_PKCS1_CHECK_2) tmp_buf[0]=0x70;
2303 #endif
2304                         if (n <= 0)
2305                                 {
2306                                 SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,SSL_R_BAD_RSA_ENCRYPT);
2307                                 goto err;
2308                                 }
2309
2310                         /* Fix buf for TLS and beyond */
2311                         if (s->version > SSL3_VERSION)
2312                                 {
2313                                 s2n(n,q);
2314                                 n+=2;
2315                                 }
2316
2317                         s->session->master_key_length=
2318                                 s->method->ssl3_enc->generate_master_secret(s,
2319                                         s->session->master_key,
2320                                         tmp_buf,sizeof tmp_buf);
2321                         OPENSSL_cleanse(tmp_buf,sizeof tmp_buf);
2322                         }
2323 #endif
2324 #ifndef OPENSSL_NO_KRB5
2325                 else if (alg_k & SSL_kKRB5)
2326                         {
2327                         krb5_error_code krb5rc;
2328                         KSSL_CTX        *kssl_ctx = s->kssl_ctx;
2329                         /*  krb5_data   krb5_ap_req;  */
2330                         krb5_data       *enc_ticket;
2331                         krb5_data       authenticator, *authp = NULL;
2332                         EVP_CIPHER_CTX  ciph_ctx;
2333                         const EVP_CIPHER *enc = NULL;
2334                         unsigned char   iv[EVP_MAX_IV_LENGTH];
2335                         unsigned char   tmp_buf[SSL_MAX_MASTER_KEY_LENGTH];
2336                         unsigned char   epms[SSL_MAX_MASTER_KEY_LENGTH 
2337                                                 + EVP_MAX_IV_LENGTH];
2338                         int             padl, outl = sizeof(epms);
2339
2340                         EVP_CIPHER_CTX_init(&ciph_ctx);
2341
2342 #ifdef KSSL_DEBUG
2343                         printf("ssl3_send_client_key_exchange(%lx & %lx)\n",
2344                                 alg_k, SSL_kKRB5);
2345 #endif  /* KSSL_DEBUG */
2346
2347                         authp = NULL;
2348 #ifdef KRB5SENDAUTH
2349                         if (KRB5SENDAUTH)  authp = &authenticator;
2350 #endif  /* KRB5SENDAUTH */
2351
2352                         krb5rc = kssl_cget_tkt(kssl_ctx, &enc_ticket, authp,
2353                                 &kssl_err);
2354                         enc = kssl_map_enc(kssl_ctx->enctype);
2355                         if (enc == NULL)
2356                             goto err;
2357 #ifdef KSSL_DEBUG
2358                         {
2359                         printf("kssl_cget_tkt rtn %d\n", krb5rc);
2360                         if (krb5rc && kssl_err.text)
2361                           printf("kssl_cget_tkt kssl_err=%s\n", kssl_err.text);
2362                         }
2363 #endif  /* KSSL_DEBUG */
2364
2365                         if (krb5rc)
2366                                 {
2367                                 ssl3_send_alert(s,SSL3_AL_FATAL,
2368                                                 SSL_AD_HANDSHAKE_FAILURE);
2369                                 SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,
2370                                                 kssl_err.reason);
2371                                 goto err;
2372                                 }
2373
2374                         /*  20010406 VRS - Earlier versions used KRB5 AP_REQ
2375                         **  in place of RFC 2712 KerberosWrapper, as in:
2376                         **
2377                         **  Send ticket (copy to *p, set n = length)
2378                         **  n = krb5_ap_req.length;
2379                         **  memcpy(p, krb5_ap_req.data, krb5_ap_req.length);
2380                         **  if (krb5_ap_req.data)  
2381                         **    kssl_krb5_free_data_contents(NULL,&krb5_ap_req);
2382                         **
2383                         **  Now using real RFC 2712 KerberosWrapper
2384                         **  (Thanks to Simon Wilkinson <sxw@sxw.org.uk>)
2385                         **  Note: 2712 "opaque" types are here replaced
2386                         **  with a 2-byte length followed by the value.
2387                         **  Example:
2388                         **  KerberosWrapper= xx xx asn1ticket 0 0 xx xx encpms
2389                         **  Where "xx xx" = length bytes.  Shown here with
2390                         **  optional authenticator omitted.
2391                         */
2392
2393                         /*  KerberosWrapper.Ticket              */
2394                         s2n(enc_ticket->length,p);
2395                         memcpy(p, enc_ticket->data, enc_ticket->length);
2396                         p+= enc_ticket->length;
2397                         n = enc_ticket->length + 2;
2398
2399                         /*  KerberosWrapper.Authenticator       */
2400                         if (authp  &&  authp->length)  
2401                                 {
2402                                 s2n(authp->length,p);
2403                                 memcpy(p, authp->data, authp->length);
2404                                 p+= authp->length;
2405                                 n+= authp->length + 2;
2406                                 
2407                                 free(authp->data);
2408                                 authp->data = NULL;
2409                                 authp->length = 0;
2410                                 }
2411                         else
2412                                 {
2413                                 s2n(0,p);/*  null authenticator length  */
2414                                 n+=2;
2415                                 }
2416  
2417                             tmp_buf[0]=s->client_version>>8;
2418                             tmp_buf[1]=s->client_version&0xff;
2419                             if (RAND_bytes(&(tmp_buf[2]),sizeof tmp_buf-2) <= 0)
2420                                 goto err;
2421
2422                         /*  20010420 VRS.  Tried it this way; failed.
2423                         **      EVP_EncryptInit_ex(&ciph_ctx,enc, NULL,NULL);
2424                         **      EVP_CIPHER_CTX_set_key_length(&ciph_ctx,
2425                         **                              kssl_ctx->length);
2426                         **      EVP_EncryptInit_ex(&ciph_ctx,NULL, key,iv);
2427                         */
2428
2429                         memset(iv, 0, sizeof iv);  /* per RFC 1510 */
2430                         EVP_EncryptInit_ex(&ciph_ctx,enc, NULL,
2431                                 kssl_ctx->key,iv);
2432                         EVP_EncryptUpdate(&ciph_ctx,epms,&outl,tmp_buf,
2433                                 sizeof tmp_buf);
2434                         EVP_EncryptFinal_ex(&ciph_ctx,&(epms[outl]),&padl);
2435                         outl += padl;
2436                         if (outl > (int)sizeof epms)
2437                                 {
2438                                 SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, ERR_R_INTERNAL_ERROR);
2439                                 goto err;
2440                                 }
2441                         EVP_CIPHER_CTX_cleanup(&ciph_ctx);
2442
2443                         /*  KerberosWrapper.EncryptedPreMasterSecret    */
2444                         s2n(outl,p);
2445                         memcpy(p, epms, outl);
2446                         p+=outl;
2447                         n+=outl + 2;
2448
2449                         s->session->master_key_length=
2450                                 s->method->ssl3_enc->generate_master_secret(s,
2451                                         s->session->master_key,
2452                                         tmp_buf, sizeof tmp_buf);
2453
2454                         OPENSSL_cleanse(tmp_buf, sizeof tmp_buf);
2455                         OPENSSL_cleanse(epms, outl);
2456                         }
2457 #endif
2458 #ifndef OPENSSL_NO_DH
2459                 else if (alg_k & (SSL_kEDH|SSL_kDHr|SSL_kDHd))
2460                         {
2461                         DH *dh_srvr,*dh_clnt;
2462                         SESS_CERT *scert = s->session->sess_cert;
2463
2464                         if (scert == NULL) 
2465                                 {
2466                                 ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_UNEXPECTED_MESSAGE);
2467                                 SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,SSL_R_UNEXPECTED_MESSAGE);
2468                                 goto err;
2469                                 }
2470
2471                         if (scert->peer_dh_tmp != NULL)
2472                                 dh_srvr=scert->peer_dh_tmp;
2473                         else
2474                                 {
2475                                 /* we get them from the cert */
2476                                 int idx = scert->peer_cert_type;
2477                                 EVP_PKEY *spkey = NULL;
2478                                 dh_srvr = NULL;
2479                                 if (idx >= 0)
2480                                         spkey = X509_get_pubkey(
2481                                                 scert->peer_pkeys[idx].x509);
2482                                 if (spkey)
2483                                         {
2484                                         dh_srvr = EVP_PKEY_get1_DH(spkey);
2485                                         EVP_PKEY_free(spkey);
2486                                         }
2487                                 if (dh_srvr == NULL)
2488                                         {
2489                                         SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,
2490                                             ERR_R_INTERNAL_ERROR);
2491                                         goto err;
2492                                         }
2493                                 }
2494                         if (s->s3->flags & TLS1_FLAGS_SKIP_CERT_VERIFY)
2495                                 {
2496                                 /* Use client certificate key */
2497                                 EVP_PKEY *clkey = s->cert->key->privatekey;
2498                                 dh_clnt = NULL;
2499                                 if (clkey)
2500                                         dh_clnt = EVP_PKEY_get1_DH(clkey);
2501                                 if (dh_clnt == NULL)
2502                                         {
2503                                         SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,
2504                                             ERR_R_INTERNAL_ERROR);
2505                                         goto err;
2506                                         }
2507                                 }
2508                         else
2509                                 {
2510                                 /* generate a new random key */
2511                                 if ((dh_clnt=DHparams_dup(dh_srvr)) == NULL)
2512                                         {
2513                                         SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,ERR_R_DH_LIB);
2514                                         goto err;
2515                                         }
2516                                 if (!DH_generate_key(dh_clnt))
2517                                         {
2518                                         SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,ERR_R_DH_LIB);
2519                                         DH_free(dh_clnt);
2520                                         goto err;
2521                                         }
2522                                 }
2523
2524                         /* use the 'p' output buffer for the DH key, but
2525                          * make sure to clear it out afterwards */
2526
2527                         n=DH_compute_key(p,dh_srvr->pub_key,dh_clnt);
2528                         if (scert->peer_dh_tmp == NULL)
2529                                 DH_free(dh_srvr);
2530
2531                         if (n <= 0)
2532                                 {
2533                                 SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,ERR_R_DH_LIB);
2534                                 DH_free(dh_clnt);
2535                                 goto err;
2536                                 }
2537
2538                         /* generate master key from the result */
2539                         s->session->master_key_length=
2540                                 s->method->ssl3_enc->generate_master_secret(s,
2541                                         s->session->master_key,p,n);
2542                         /* clean up */
2543                         memset(p,0,n);
2544
2545                         if (s->s3->flags & TLS1_FLAGS_SKIP_CERT_VERIFY)
2546                                 n = 0;
2547                         else
2548                                 {
2549                                 /* send off the data */
2550                                 n=BN_num_bytes(dh_clnt->pub_key);
2551                                 s2n(n,p);
2552                                 BN_bn2bin(dh_clnt->pub_key,p);
2553                                 n+=2;
2554                                 }
2555
2556                         DH_free(dh_clnt);
2557
2558                         /* perhaps clean things up a bit EAY EAY EAY EAY*/
2559                         }
2560 #endif
2561
2562 #ifndef OPENSSL_NO_ECDH 
2563                 else if (alg_k & (SSL_kEECDH|SSL_kECDHr|SSL_kECDHe))
2564                         {
2565                         const EC_GROUP *srvr_group = NULL;
2566                         EC_KEY *tkey;
2567                         int ecdh_clnt_cert = 0;
2568                         int field_size = 0;
2569
2570                         /* Did we send out the client's
2571                          * ECDH share for use in premaster
2572                          * computation as part of client certificate?
2573                          * If so, set ecdh_clnt_cert to 1.
2574                          */
2575                         if ((alg_k & (SSL_kECDHr|SSL_kECDHe)) && (s->cert != NULL)) 
2576                                 {
2577                                 /* XXX: For now, we do not support client
2578                                  * authentication using ECDH certificates.
2579                                  * To add such support, one needs to add
2580                                  * code that checks for appropriate 
2581                                  * conditions and sets ecdh_clnt_cert to 1.
2582                                  * For example, the cert have an ECC
2583                                  * key on the same curve as the server's
2584                                  * and the key should be authorized for
2585                                  * key agreement.
2586                                  *
2587                                  * One also needs to add code in ssl3_connect
2588                                  * to skip sending the certificate verify
2589                                  * message.
2590                                  *
2591                                  * if ((s->cert->key->privatekey != NULL) &&
2592                                  *     (s->cert->key->privatekey->type ==
2593                                  *      EVP_PKEY_EC) && ...)
2594                                  * ecdh_clnt_cert = 1;
2595                                  */
2596                                 }
2597
2598                         if (s->session->sess_cert->peer_ecdh_tmp != NULL)
2599                                 {
2600                                 tkey = s->session->sess_cert->peer_ecdh_tmp;
2601                                 }
2602                         else
2603                                 {
2604                                 /* Get the Server Public Key from Cert */
2605                                 srvr_pub_pkey = X509_get_pubkey(s->session-> \
2606                                     sess_cert->peer_pkeys[SSL_PKEY_ECC].x509);
2607                                 if ((srvr_pub_pkey == NULL) ||
2608                                     (srvr_pub_pkey->type != EVP_PKEY_EC) ||
2609                                     (srvr_pub_pkey->pkey.ec == NULL))
2610                                         {
2611                                         SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,
2612                                             ERR_R_INTERNAL_ERROR);
2613                                         goto err;
2614                                         }
2615
2616                                 tkey = srvr_pub_pkey->pkey.ec;
2617                                 }
2618
2619                         srvr_group   = EC_KEY_get0_group(tkey);
2620                         srvr_ecpoint = EC_KEY_get0_public_key(tkey);
2621
2622                         if ((srvr_group == NULL) || (srvr_ecpoint == NULL))
2623                                 {
2624                                 SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,
2625                                     ERR_R_INTERNAL_ERROR);
2626                                 goto err;
2627                                 }
2628
2629                         if ((clnt_ecdh=EC_KEY_new()) == NULL) 
2630                                 {
2631                                 SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,ERR_R_MALLOC_FAILURE);
2632                                 goto err;
2633                                 }
2634
2635                         if (!EC_KEY_set_group(clnt_ecdh, srvr_group))
2636                                 {
2637                                 SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,ERR_R_EC_LIB);
2638                                 goto err;
2639                                 }
2640                         if (ecdh_clnt_cert) 
2641                                 { 
2642                                 /* Reuse key info from our certificate
2643                                  * We only need our private key to perform
2644                                  * the ECDH computation.
2645                                  */
2646                                 const BIGNUM *priv_key;
2647                                 tkey = s->cert->key->privatekey->pkey.ec;
2648                                 priv_key = EC_KEY_get0_private_key(tkey);
2649                                 if (priv_key == NULL)
2650                                         {
2651                                         SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,ERR_R_MALLOC_FAILURE);
2652                                         goto err;
2653                                         }
2654                                 if (!EC_KEY_set_private_key(clnt_ecdh, priv_key))
2655                                         {
2656                                         SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,ERR_R_EC_LIB);
2657                                         goto err;
2658                                         }
2659                                 }
2660                         else 
2661                                 {
2662                                 /* Generate a new ECDH key pair */
2663                                 if (!(EC_KEY_generate_key(clnt_ecdh)))
2664                                         {
2665                                         SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, ERR_R_ECDH_LIB);
2666                                         goto err;
2667                                         }
2668                                 }
2669
2670                         /* use the 'p' output buffer for the ECDH key, but
2671                          * make sure to clear it out afterwards
2672                          */
2673
2674                         field_size = EC_GROUP_get_degree(srvr_group);
2675                         if (field_size <= 0)
2676                                 {
2677                                 SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, 
2678                                        ERR_R_ECDH_LIB);
2679                                 goto err;
2680                                 }
2681                         n=ECDH_compute_key(p, (field_size+7)/8, srvr_ecpoint, clnt_ecdh, NULL);
2682                         if (n <= 0)
2683                                 {
2684                                 SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, 
2685                                        ERR_R_ECDH_LIB);
2686                                 goto err;
2687                                 }
2688
2689                         /* generate master key from the result */
2690                         s->session->master_key_length = s->method->ssl3_enc \
2691                             -> generate_master_secret(s, 
2692                                 s->session->master_key,
2693                                 p, n);
2694
2695                         memset(p, 0, n); /* clean up */
2696
2697                         if (ecdh_clnt_cert) 
2698                                 {
2699                                 /* Send empty client key exch message */
2700                                 n = 0;
2701                                 }
2702                         else 
2703                                 {
2704                                 /* First check the size of encoding and
2705                                  * allocate memory accordingly.
2706                                  */
2707                                 encoded_pt_len = 
2708                                     EC_POINT_point2oct(srvr_group, 
2709                                         EC_KEY_get0_public_key(clnt_ecdh), 
2710                                         POINT_CONVERSION_UNCOMPRESSED, 
2711                                         NULL, 0, NULL);
2712
2713                                 encodedPoint = (unsigned char *) 
2714                                     OPENSSL_malloc(encoded_pt_len * 
2715                                         sizeof(unsigned char)); 
2716                                 bn_ctx = BN_CTX_new();
2717                                 if ((encodedPoint == NULL) || 
2718                                     (bn_ctx == NULL)) 
2719                                         {
2720                                         SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,ERR_R_MALLOC_FAILURE);
2721                                         goto err;
2722                                         }
2723
2724                                 /* Encode the public key */
2725                                 n = EC_POINT_point2oct(srvr_group, 
2726                                     EC_KEY_get0_public_key(clnt_ecdh), 
2727                                     POINT_CONVERSION_UNCOMPRESSED, 
2728                                     encodedPoint, encoded_pt_len, bn_ctx);
2729
2730                                 *p = n; /* length of encoded point */
2731                                 /* Encoded point will be copied here */
2732                                 p += 1; 
2733                                 /* copy the point */
2734                                 memcpy((unsigned char *)p, encodedPoint, n);
2735                                 /* increment n to account for length field */
2736                                 n += 1; 
2737                                 }
2738
2739                         /* Free allocated memory */
2740                         BN_CTX_free(bn_ctx);
2741                         if (encodedPoint != NULL) OPENSSL_free(encodedPoint);
2742                         if (clnt_ecdh != NULL) 
2743                                  EC_KEY_free(clnt_ecdh);
2744                         EVP_PKEY_free(srvr_pub_pkey);
2745                         }
2746 #endif /* !OPENSSL_NO_ECDH */
2747                 else if (alg_k & SSL_kGOST) 
2748                         {
2749                         /* GOST key exchange message creation */
2750                         EVP_PKEY_CTX *pkey_ctx;
2751                         X509 *peer_cert; 
2752                         size_t msglen;
2753                         unsigned int md_len;
2754                         int keytype;
2755                         unsigned char premaster_secret[32],shared_ukm[32], tmp[256];
2756                         EVP_MD_CTX *ukm_hash;
2757                         EVP_PKEY *pub_key;
2758
2759                         /* Get server sertificate PKEY and create ctx from it */
2760                         peer_cert=s->session->sess_cert->peer_pkeys[(keytype=SSL_PKEY_GOST01)].x509;
2761                         if (!peer_cert) 
2762                                 peer_cert=s->session->sess_cert->peer_pkeys[(keytype=SSL_PKEY_GOST94)].x509;
2763                         if (!peer_cert)         {
2764                                         SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,SSL_R_NO_GOST_CERTIFICATE_SENT_BY_PEER);
2765                                         goto err;
2766                                 }       
2767                                 
2768                         pkey_ctx=EVP_PKEY_CTX_new(pub_key=X509_get_pubkey(peer_cert),NULL);
2769                         /* If we have send a certificate, and certificate key
2770
2771                          * parameters match those of server certificate, use
2772                          * certificate key for key exchange
2773                          */
2774
2775                          /* Otherwise, generate ephemeral key pair */
2776                                         
2777                         EVP_PKEY_encrypt_init(pkey_ctx);
2778                           /* Generate session key */    
2779                     RAND_bytes(premaster_secret,32);
2780                         /* If we have client certificate, use its secret as peer key */
2781                         if (s->s3->tmp.cert_req && s->cert->key->privatekey) {
2782                                 if (EVP_PKEY_derive_set_peer(pkey_ctx,s->cert->key->privatekey) <=0) {
2783                                         /* If there was an error - just ignore it. Ephemeral key
2784                                         * would be used
2785                                         */
2786                                         ERR_clear_error();
2787                                 }
2788                         }                       
2789                         /* Compute shared IV and store it in algorithm-specific
2790                          * context data */
2791                         ukm_hash = EVP_MD_CTX_create();
2792                         EVP_DigestInit(ukm_hash,EVP_get_digestbynid(NID_id_GostR3411_94));
2793                         EVP_DigestUpdate(ukm_hash,s->s3->client_random,SSL3_RANDOM_SIZE);
2794                         EVP_DigestUpdate(ukm_hash,s->s3->server_random,SSL3_RANDOM_SIZE);
2795                         EVP_DigestFinal_ex(ukm_hash, shared_ukm, &md_len);
2796                         EVP_MD_CTX_destroy(ukm_hash);
2797                         if (EVP_PKEY_CTX_ctrl(pkey_ctx,-1,EVP_PKEY_OP_ENCRYPT,EVP_PKEY_CTRL_SET_IV,
2798                                 8,shared_ukm)<0) {
2799                                         SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,
2800                                                 SSL_R_LIBRARY_BUG);
2801                                         goto err;
2802                                 }       
2803                         /* Make GOST keytransport blob message */
2804                         /*Encapsulate it into sequence */
2805                         *(p++)=V_ASN1_SEQUENCE | V_ASN1_CONSTRUCTED;
2806                         msglen=255;
2807                         if (EVP_PKEY_encrypt(pkey_ctx,tmp,&msglen,premaster_secret,32)<0) {
2808                         SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,
2809                                         SSL_R_LIBRARY_BUG);
2810                                 goto err;
2811                         }
2812                         if (msglen >= 0x80)
2813                                 {
2814                                 *(p++)=0x81;
2815                                 *(p++)= msglen & 0xff;
2816                                 n=msglen+3;
2817                                 }
2818                         else
2819                                 {
2820                                 *(p++)= msglen & 0xff;
2821                                 n=msglen+2;
2822                                 }
2823                         memcpy(p, tmp, msglen);
2824                         /* Check if pubkey from client certificate was used */
2825                         if (EVP_PKEY_CTX_ctrl(pkey_ctx, -1, -1, EVP_PKEY_CTRL_PEER_KEY, 2, NULL) > 0)
2826                                 {
2827                                 /* Set flag "skip certificate verify" */
2828                                 s->s3->flags |= TLS1_FLAGS_SKIP_CERT_VERIFY;
2829                                 }
2830                         EVP_PKEY_CTX_free(pkey_ctx);
2831                         s->session->master_key_length=
2832                                 s->method->ssl3_enc->generate_master_secret(s,
2833                                         s->session->master_key,premaster_secret,32);
2834                         EVP_PKEY_free(pub_key);
2835
2836                         }
2837 #ifndef OPENSSL_NO_SRP
2838                 else if (alg_k & SSL_kSRP)
2839                         {
2840                         if (s->srp_ctx.A != NULL)
2841                                 {
2842                                 /* send off the data */
2843                                 n=BN_num_bytes(s->srp_ctx.A);
2844                                 s2n(n,p);
2845                                 BN_bn2bin(s->srp_ctx.A,p);
2846                                 n+=2;
2847                                 }
2848                         else
2849                                 {
2850                                 SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,ERR_R_INTERNAL_ERROR);
2851                                 goto err;
2852                                 }
2853                         if (s->session->srp_username != NULL)
2854                                 OPENSSL_free(s->session->srp_username);
2855                         s->session->srp_username = BUF_strdup(s->srp_ctx.login);
2856                         if (s->session->srp_username == NULL)
2857                                 {
2858                                 SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,
2859                                         ERR_R_MALLOC_FAILURE);
2860                                 goto err;
2861                                 }
2862
2863                         if ((s->session->master_key_length = SRP_generate_client_master_secret(s,s->session->master_key))<0)
2864                                 {
2865                                 SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,ERR_R_INTERNAL_ERROR);
2866                                 goto err;
2867                                 }
2868                         }
2869 #endif
2870 #ifndef OPENSSL_NO_PSK
2871                 else if (alg_k & SSL_kPSK)
2872                         {
2873                         char identity[PSK_MAX_IDENTITY_LEN];
2874                         unsigned char *t = NULL;
2875                         unsigned char psk_or_pre_ms[PSK_MAX_PSK_LEN*2+4];
2876                         unsigned int pre_ms_len = 0, psk_len = 0;
2877                         int psk_err = 1;
2878
2879                         n = 0;
2880                         if (s->psk_client_callback == NULL)
2881                                 {
2882                                 SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,
2883                                         SSL_R_PSK_NO_CLIENT_CB);
2884                                 goto err;
2885                                 }
2886
2887                         psk_len = s->psk_client_callback(s, s->ctx->psk_identity_hint,
2888                                 identity, PSK_MAX_IDENTITY_LEN,
2889                                 psk_or_pre_ms, sizeof(psk_or_pre_ms));
2890                         if (psk_len > PSK_MAX_PSK_LEN)
2891                                 {
2892                                 SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,
2893                                         ERR_R_INTERNAL_ERROR);
2894                                 goto psk_err;
2895                                 }
2896                         else if (psk_len == 0)
2897                                 {
2898                                 SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,
2899                                         SSL_R_PSK_IDENTITY_NOT_FOUND);
2900                                 goto psk_err;
2901                                 }
2902
2903                         /* create PSK pre_master_secret */
2904                         pre_ms_len = 2+psk_len+2+psk_len;
2905                         t = psk_or_pre_ms;
2906                         memmove(psk_or_pre_ms+psk_len+4, psk_or_pre_ms, psk_len);
2907                         s2n(psk_len, t);
2908                         memset(t, 0, psk_len);
2909                         t+=psk_len;
2910                         s2n(psk_len, t);
2911
2912                         if (s->session->psk_identity_hint != NULL)
2913                                 OPENSSL_free(s->session->psk_identity_hint);
2914                         s->session->psk_identity_hint = BUF_strdup(s->ctx->psk_identity_hint);
2915                         if (s->ctx->psk_identity_hint != NULL &&
2916                                 s->session->psk_identity_hint == NULL)
2917                                 {
2918                                 SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,
2919                                         ERR_R_MALLOC_FAILURE);
2920                                 goto psk_err;
2921                                 }
2922
2923                         if (s->session->psk_identity != NULL)
2924                                 OPENSSL_free(s->session->psk_identity);
2925                         s->session->psk_identity = BUF_strdup(identity);
2926                         if (s->session->psk_identity == NULL)
2927                                 {
2928                                 SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,
2929                                         ERR_R_MALLOC_FAILURE);
2930                                 goto psk_err;
2931                                 }
2932
2933                         s->session->master_key_length =
2934                                 s->method->ssl3_enc->generate_master_secret(s,
2935                                         s->session->master_key,
2936                                         psk_or_pre_ms, pre_ms_len); 
2937                         n = strlen(identity);
2938                         s2n(n, p);
2939                         memcpy(p, identity, n);
2940                         n+=2;
2941                         psk_err = 0;
2942                 psk_err:
2943                         OPENSSL_cleanse(identity, PSK_MAX_IDENTITY_LEN);
2944                         OPENSSL_cleanse(psk_or_pre_ms, sizeof(psk_or_pre_ms));
2945                         if (psk_err != 0)
2946                                 {
2947                                 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
2948                                 goto err;
2949                                 }
2950                         }
2951 #endif
2952                 else
2953                         {
2954                         ssl3_send_alert(s, SSL3_AL_FATAL,
2955                             SSL_AD_HANDSHAKE_FAILURE);
2956                         SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,
2957                             ERR_R_INTERNAL_ERROR);
2958                         goto err;
2959                         }
2960                 
2961                 *(d++)=SSL3_MT_CLIENT_KEY_EXCHANGE;
2962                 l2n3(n,d);
2963
2964                 s->state=SSL3_ST_CW_KEY_EXCH_B;
2965                 /* number of bytes to write */
2966                 s->init_num=n+4;
2967                 s->init_off=0;
2968                 }
2969
2970         /* SSL3_ST_CW_KEY_EXCH_B */
2971         return(ssl3_do_write(s,SSL3_RT_HANDSHAKE));
2972 err:
2973 #ifndef OPENSSL_NO_ECDH
2974         BN_CTX_free(bn_ctx);
2975         if (encodedPoint != NULL) OPENSSL_free(encodedPoint);
2976         if (clnt_ecdh != NULL) 
2977                 EC_KEY_free(clnt_ecdh);
2978         EVP_PKEY_free(srvr_pub_pkey);
2979 #endif
2980         return(-1);
2981         }
2982
2983 int ssl3_send_client_verify(SSL *s)
2984         {
2985         unsigned char *p,*d;
2986         unsigned char data[MD5_DIGEST_LENGTH+SHA_DIGEST_LENGTH];
2987         EVP_PKEY *pkey;
2988         EVP_PKEY_CTX *pctx=NULL;
2989         EVP_MD_CTX mctx;
2990         unsigned u=0;
2991         unsigned long n;
2992         int j;
2993
2994         EVP_MD_CTX_init(&mctx);
2995
2996         if (s->state == SSL3_ST_CW_CERT_VRFY_A)
2997                 {
2998                 d=(unsigned char *)s->init_buf->data;
2999                 p= &(d[4]);
3000                 pkey=s->cert->key->privatekey;
3001 /* Create context from key and test if sha1 is allowed as digest */
3002                 pctx = EVP_PKEY_CTX_new(pkey,NULL);
3003                 EVP_PKEY_sign_init(pctx);
3004                 if (EVP_PKEY_CTX_set_signature_md(pctx, EVP_sha1())>0)
3005                         {
3006                         if (TLS1_get_version(s) < TLS1_2_VERSION)
3007                                 s->method->ssl3_enc->cert_verify_mac(s,
3008                                                 NID_sha1,
3009                                                 &(data[MD5_DIGEST_LENGTH]));
3010                         }
3011                 else
3012                         {
3013                         ERR_clear_error();
3014                         }
3015                 /* For TLS v1.2 send signature algorithm and signature
3016                  * using agreed digest and cached handshake records.
3017                  */
3018                 if (TLS1_get_version(s) >= TLS1_2_VERSION)
3019                         {
3020                         long hdatalen = 0;
3021                         void *hdata;
3022                         const EVP_MD *md = s->cert->key->digest;
3023                         hdatalen = BIO_get_mem_data(s->s3->handshake_buffer,
3024                                                                 &hdata);
3025                         if (hdatalen <= 0 || !tls12_get_sigandhash(p, pkey, md))
3026                                 {
3027                                 SSLerr(SSL_F_SSL3_SEND_CLIENT_VERIFY,
3028                                                 ERR_R_INTERNAL_ERROR);
3029                                 goto err;
3030                                 }
3031                         p += 2;
3032 #ifdef SSL_DEBUG
3033                         fprintf(stderr, "Using TLS 1.2 with client alg %s\n",
3034                                                         EVP_MD_name(md));
3035 #endif
3036                         if (!EVP_SignInit_ex(&mctx, md, NULL)
3037                                 || !EVP_SignUpdate(&mctx, hdata, hdatalen)
3038                                 || !EVP_SignFinal(&mctx, p + 2, &u, pkey))
3039                                 {
3040                                 SSLerr(SSL_F_SSL3_SEND_CLIENT_VERIFY,
3041                                                 ERR_R_EVP_LIB);
3042                                 goto err;
3043                                 }
3044                         s2n(u,p);
3045                         n = u + 4;
3046                         if (!ssl3_digest_cached_records(s))
3047                                 goto err;
3048                         }
3049                 else
3050 #ifndef OPENSSL_NO_RSA
3051                 if (pkey->type == EVP_PKEY_RSA)
3052                         {
3053                         s->method->ssl3_enc->cert_verify_mac(s,
3054                                 NID_md5,
3055                                 &(data[0]));
3056                         if (RSA_sign(NID_md5_sha1, data,
3057                                          MD5_DIGEST_LENGTH+SHA_DIGEST_LENGTH,
3058                                         &(p[2]), &u, pkey->pkey.rsa) <= 0 )
3059                                 {
3060                                 SSLerr(SSL_F_SSL3_SEND_CLIENT_VERIFY,ERR_R_RSA_LIB);
3061                                 goto err;
3062                                 }
3063                         s2n(u,p);
3064                         n=u+2;
3065                         }
3066                 else
3067 #endif
3068 #ifndef OPENSSL_NO_DSA
3069                         if (pkey->type == EVP_PKEY_DSA)
3070                         {
3071                         if (!DSA_sign(pkey->save_type,
3072                                 &(data[MD5_DIGEST_LENGTH]),
3073                                 SHA_DIGEST_LENGTH,&(p[2]),
3074                                 (unsigned int *)&j,pkey->pkey.dsa))
3075                                 {
3076                                 SSLerr(SSL_F_SSL3_SEND_CLIENT_VERIFY,ERR_R_DSA_LIB);
3077                                 goto err;
3078                                 }
3079                         s2n(j,p);
3080                         n=j+2;
3081                         }
3082                 else
3083 #endif
3084 #ifndef OPENSSL_NO_ECDSA
3085                         if (pkey->type == EVP_PKEY_EC)
3086                         {
3087                         if (!ECDSA_sign(pkey->save_type,
3088                                 &(data[MD5_DIGEST_LENGTH]),
3089                                 SHA_DIGEST_LENGTH,&(p[2]),
3090                                 (unsigned int *)&j,pkey->pkey.ec))
3091                                 {
3092                                 SSLerr(SSL_F_SSL3_SEND_CLIENT_VERIFY,
3093                                     ERR_R_ECDSA_LIB);
3094                                 goto err;
3095                                 }
3096                         s2n(j,p);
3097                         n=j+2;
3098                         }
3099                 else
3100 #endif
3101                 if (pkey->type == NID_id_GostR3410_94 || pkey->type == NID_id_GostR3410_2001) 
3102                 {
3103                 unsigned char signbuf[64];
3104                 int i;
3105                 size_t sigsize=64;
3106                 s->method->ssl3_enc->cert_verify_mac(s,
3107                         NID_id_GostR3411_94,
3108                         data);
3109                 if (EVP_PKEY_sign(pctx, signbuf, &sigsize, data, 32) <= 0) {
3110                         SSLerr(SSL_F_SSL3_SEND_CLIENT_VERIFY,
3111                         ERR_R_INTERNAL_ERROR);
3112                         goto err;
3113                 }
3114                 for (i=63,j=0; i>=0; j++, i--) {
3115                         p[2+j]=signbuf[i];
3116                 }       
3117                 s2n(j,p);
3118                 n=j+2;
3119                 }
3120                 else
3121                 {
3122                         SSLerr(SSL_F_SSL3_SEND_CLIENT_VERIFY,ERR_R_INTERNAL_ERROR);
3123                         goto err;
3124                 }
3125                 *(d++)=SSL3_MT_CERTIFICATE_VERIFY;
3126                 l2n3(n,d);
3127
3128                 s->state=SSL3_ST_CW_CERT_VRFY_B;
3129                 s->init_num=(int)n+4;
3130                 s->init_off=0;
3131                 }
3132         EVP_MD_CTX_cleanup(&mctx);
3133         EVP_PKEY_CTX_free(pctx);
3134         return(ssl3_do_write(s,SSL3_RT_HANDSHAKE));
3135 err:
3136         EVP_MD_CTX_cleanup(&mctx);
3137         EVP_PKEY_CTX_free(pctx);
3138         return(-1);
3139         }
3140
3141 /* Check a certificate can be used for client authentication. Currently
3142  * just check cert exists and if static DH client certificates can be used.
3143  */
3144 static int ssl3_check_client_certificate(SSL *s)
3145         {
3146         unsigned long alg_k;
3147         if (!s->cert || !s->cert->key->x509 || !s->cert->key->privatekey)
3148                 return 0;
3149         alg_k=s->s3->tmp.new_cipher->algorithm_mkey;
3150         /* See if we can use client certificate for fixed DH */
3151         if (alg_k & (SSL_kDHr|SSL_kDHd))
3152                 {
3153                 SESS_CERT *scert = s->session->sess_cert;
3154                 int i = scert->peer_cert_type;
3155                 EVP_PKEY *clkey = NULL, *spkey = NULL;
3156                 clkey = s->cert->key->privatekey;
3157                 /* If client key not DH assume it can be used */
3158                 if (EVP_PKEY_id(clkey) != EVP_PKEY_DH)
3159                         return 1;
3160                 if (i >= 0)
3161                         spkey = X509_get_pubkey(scert->peer_pkeys[i].x509);
3162                 if (spkey)
3163                         {
3164                         /* Compare server and client parameters */
3165                         i = EVP_PKEY_cmp_parameters(clkey, spkey);
3166                         EVP_PKEY_free(spkey);
3167                         if (i != 1)
3168                                 return 0;
3169                         }
3170                 s->s3->flags |= TLS1_FLAGS_SKIP_CERT_VERIFY;
3171                 }
3172         return 1;
3173         }
3174
3175 int ssl3_send_client_certificate(SSL *s)
3176         {
3177         X509 *x509=NULL;
3178         EVP_PKEY *pkey=NULL;
3179         int i;
3180         unsigned long l;
3181
3182         if (s->state == SSL3_ST_CW_CERT_A)
3183                 {
3184                 if (ssl3_check_client_certificate(s))
3185                         s->state=SSL3_ST_CW_CERT_C;
3186                 else
3187                         s->state=SSL3_ST_CW_CERT_B;
3188                 }
3189
3190         /* We need to get a client cert */
3191         if (s->state == SSL3_ST_CW_CERT_B)
3192                 {
3193                 /* If we get an error, we need to
3194                  * ssl->rwstate=SSL_X509_LOOKUP; return(-1);
3195                  * We then get retied later */
3196                 i=0;
3197                 i = ssl_do_client_cert_cb(s, &x509, &pkey);
3198                 if (i < 0)
3199                         {
3200                         s->rwstate=SSL_X509_LOOKUP;
3201                         return(-1);
3202                         }
3203                 s->rwstate=SSL_NOTHING;
3204                 if ((i == 1) && (pkey != NULL) && (x509 != NULL))
3205                         {
3206                         s->state=SSL3_ST_CW_CERT_B;
3207                         if (    !SSL_use_certificate(s,x509) ||
3208                                 !SSL_use_PrivateKey(s,pkey))
3209                                 i=0;
3210                         }
3211                 else if (i == 1)
3212                         {
3213                         i=0;
3214                         SSLerr(SSL_F_SSL3_SEND_CLIENT_CERTIFICATE,SSL_R_BAD_DATA_RETURNED_BY_CALLBACK);
3215                         }
3216
3217                 if (x509 != NULL) X509_free(x509);
3218                 if (pkey != NULL) EVP_PKEY_free(pkey);
3219                 if (i && !ssl3_check_client_certificate(s))
3220                         i = 0;
3221                 if (i == 0)
3222                         {
3223                         if (s->version == SSL3_VERSION)
3224                                 {
3225                                 s->s3->tmp.cert_req=0;
3226                                 ssl3_send_alert(s,SSL3_AL_WARNING,SSL_AD_NO_CERTIFICATE);
3227                                 return(1);
3228                                 }
3229                         else
3230                                 {
3231                                 s->s3->tmp.cert_req=2;
3232                                 }
3233                         }
3234
3235                 /* Ok, we have a cert */
3236                 s->state=SSL3_ST_CW_CERT_C;
3237                 }
3238
3239         if (s->state == SSL3_ST_CW_CERT_C)
3240                 {
3241                 s->state=SSL3_ST_CW_CERT_D;
3242                 l=ssl3_output_cert_chain(s,
3243                         (s->s3->tmp.cert_req == 2)?NULL:s->cert->key);
3244                 s->init_num=(int)l;
3245                 s->init_off=0;
3246                 }
3247         /* SSL3_ST_CW_CERT_D */
3248         return(ssl3_do_write(s,SSL3_RT_HANDSHAKE));
3249         }
3250
3251 #define has_bits(i,m)   (((i)&(m)) == (m))
3252
3253 int ssl3_check_cert_and_algorithm(SSL *s)
3254         {
3255         int i,idx;
3256         long alg_k,alg_a;
3257         EVP_PKEY *pkey=NULL;
3258         SESS_CERT *sc;
3259 #ifndef OPENSSL_NO_RSA
3260         RSA *rsa;
3261 #endif
3262 #ifndef OPENSSL_NO_DH
3263         DH *dh;
3264 #endif
3265
3266         alg_k=s->s3->tmp.new_cipher->algorithm_mkey;
3267         alg_a=s->s3->tmp.new_cipher->algorithm_auth;
3268
3269         /* we don't have a certificate */
3270         if ((alg_a & (SSL_aNULL|SSL_aKRB5)) || (alg_k & SSL_kPSK))
3271                 return(1);
3272
3273         sc=s->session->sess_cert;
3274         if (sc == NULL)
3275                 {
3276                 SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,ERR_R_INTERNAL_ERROR);
3277                 goto err;
3278                 }
3279
3280 #ifndef OPENSSL_NO_RSA
3281         rsa=s->session->sess_cert->peer_rsa_tmp;
3282 #endif
3283 #ifndef OPENSSL_NO_DH
3284         dh=s->session->sess_cert->peer_dh_tmp;
3285 #endif
3286
3287         /* This is the passed certificate */
3288
3289         idx=sc->peer_cert_type;
3290 #ifndef OPENSSL_NO_ECDH
3291         if (idx == SSL_PKEY_ECC)
3292                 {
3293                 if (ssl_check_srvr_ecc_cert_and_alg(sc->peer_pkeys[idx].x509,
3294                                                                 s) == 0) 
3295                         { /* check failed */
3296                         SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,SSL_R_BAD_ECC_CERT);
3297                         goto f_err;
3298                         }
3299                 else 
3300                         {
3301                         return 1;
3302                         }
3303                 }
3304 #endif
3305         pkey=X509_get_pubkey(sc->peer_pkeys[idx].x509);
3306         i=X509_certificate_type(sc->peer_pkeys[idx].x509,pkey);
3307         EVP_PKEY_free(pkey);
3308
3309         
3310         /* Check that we have a certificate if we require one */
3311         if ((alg_a & SSL_aRSA) && !has_bits(i,EVP_PK_RSA|EVP_PKT_SIGN))
3312                 {
3313                 SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,SSL_R_MISSING_RSA_SIGNING_CERT);
3314                 goto f_err;
3315                 }
3316 #ifndef OPENSSL_NO_DSA
3317         else if ((alg_a & SSL_aDSS) && !has_bits(i,EVP_PK_DSA|EVP_PKT_SIGN))
3318                 {
3319                 SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,SSL_R_MISSING_DSA_SIGNING_CERT);
3320                 goto f_err;
3321                 }
3322 #endif
3323 #ifndef OPENSSL_NO_RSA
3324         if ((alg_k & SSL_kRSA) &&
3325                 !(has_bits(i,EVP_PK_RSA|EVP_PKT_ENC) || (rsa != NULL)))
3326                 {
3327                 SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,SSL_R_MISSING_RSA_ENCRYPTING_CERT);
3328                 goto f_err;
3329                 }
3330 #endif
3331 #ifndef OPENSSL_NO_DH
3332         if ((alg_k & SSL_kEDH) && 
3333                 !(has_bits(i,EVP_PK_DH|EVP_PKT_EXCH) || (dh != NULL)))
3334                 {
3335                 SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,SSL_R_MISSING_DH_KEY);
3336                 goto f_err;
3337                 }
3338         else if ((alg_k & SSL_kDHr) && (TLS1_get_version(s) < TLS1_2_VERSION) &&
3339                 !has_bits(i,EVP_PK_DH|EVP_PKS_RSA))
3340                 {
3341                 SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,SSL_R_MISSING_DH_RSA_CERT);
3342                 goto f_err;
3343                 }
3344 #ifndef OPENSSL_NO_DSA
3345         else if ((alg_k & SSL_kDHd) && (TLS1_get_version(s) < TLS1_2_VERSION) &&
3346                 !has_bits(i,EVP_PK_DH|EVP_PKS_DSA))
3347                 {
3348                 SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,SSL_R_MISSING_DH_DSA_CERT);
3349                 goto f_err;
3350                 }
3351 #endif
3352 #endif
3353
3354         if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) && !has_bits(i,EVP_PKT_EXP))
3355                 {
3356 #ifndef OPENSSL_NO_RSA
3357                 if (alg_k & SSL_kRSA)
3358                         {
3359                         if (rsa == NULL
3360                             || RSA_size(rsa)*8 > SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher))
3361                                 {
3362                                 SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,SSL_R_MISSING_EXPORT_TMP_RSA_KEY);
3363                                 goto f_err;
3364                                 }
3365                         }
3366                 else
3367 #endif
3368 #ifndef OPENSSL_NO_DH
3369                         if (alg_k & (SSL_kEDH|SSL_kDHr|SSL_kDHd))
3370                             {
3371                             if (dh == NULL
3372                                 || DH_size(dh)*8 > SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher))
3373                                 {
3374                                 SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,SSL_R_MISSING_EXPORT_TMP_DH_KEY);
3375                                 goto f_err;
3376                                 }
3377                         }
3378                 else
3379 #endif
3380                         {
3381                         SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,SSL_R_UNKNOWN_KEY_EXCHANGE_TYPE);
3382                         goto f_err;
3383                         }
3384                 }
3385         return(1);
3386 f_err:
3387         ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_HANDSHAKE_FAILURE);
3388 err:
3389         return(0);
3390         }
3391
3392 /* Check to see if handshake is full or resumed. Usually this is just a
3393  * case of checking to see if a cache hit has occurred. In the case of
3394  * session tickets we have to check the next message to be sure.
3395  */
3396
3397 #ifndef OPENSSL_NO_TLSEXT
3398 # ifndef OPENSSL_NO_NEXTPROTONEG
3399 int ssl3_send_next_proto(SSL *s)
3400         {
3401         unsigned int len, padding_len;
3402         unsigned char *d;
3403
3404         if (s->state == SSL3_ST_CW_NEXT_PROTO_A)
3405                 {
3406                 len = s->next_proto_negotiated_len;
3407                 padding_len = 32 - ((len + 2) % 32);
3408                 d = (unsigned char *)s->init_buf->data;
3409                 d[4] = len;
3410                 memcpy(d + 5, s->next_proto_negotiated, len);
3411                 d[5 + len] = padding_len;
3412                 memset(d + 6 + len, 0, padding_len);
3413                 *(d++)=SSL3_MT_NEXT_PROTO;
3414                 l2n3(2 + len + padding_len, d);
3415                 s->state = SSL3_ST_CW_NEXT_PROTO_B;
3416                 s->init_num = 4 + 2 + len + padding_len;
3417                 s->init_off = 0;
3418                 }
3419
3420         return ssl3_do_write(s, SSL3_RT_HANDSHAKE);
3421         }
3422 # endif
3423
3424 int ssl3_check_finished(SSL *s)
3425         {
3426         int ok;
3427         long n;
3428         /* If we have no ticket it cannot be a resumed session. */
3429         if (!s->session->tlsext_tick)
3430                 return 1;
3431         /* this function is called when we really expect a Certificate
3432          * message, so permit appropriate message length */
3433         n=s->method->ssl_get_message(s,
3434                 SSL3_ST_CR_CERT_A,
3435                 SSL3_ST_CR_CERT_B,
3436                 -1,
3437                 s->max_cert_list,
3438                 &ok);
3439         if (!ok) return((int)n);
3440         s->s3->tmp.reuse_message = 1;
3441         if ((s->s3->tmp.message_type == SSL3_MT_FINISHED)
3442                 || (s->s3->tmp.message_type == SSL3_MT_NEWSESSION_TICKET))
3443                 return 2;
3444
3445         return 1;
3446         }
3447 #endif
3448
3449 int ssl_do_client_cert_cb(SSL *s, X509 **px509, EVP_PKEY **ppkey)
3450         {
3451         int i = 0;
3452 #ifndef OPENSSL_NO_ENGINE
3453         if (s->ctx->client_cert_engine)
3454                 {
3455                 i = ENGINE_load_ssl_client_cert(s->ctx->client_cert_engine, s,
3456                                                 SSL_get_client_CA_list(s),
3457                                                 px509, ppkey, NULL, NULL, NULL);
3458                 if (i != 0)
3459                         return i;
3460                 }
3461 #endif
3462         if (s->ctx->client_cert_cb)
3463                 i = s->ctx->client_cert_cb(s,px509,ppkey);
3464         return i;
3465         }
3466
3467 #ifndef OPENSSL_NO_TLSEXT
3468 int tls1_get_server_supplemental_data(SSL *s)
3469         {
3470         int al;
3471         int ok;
3472         unsigned long supp_data_len, authz_data_len;
3473         long n;
3474         unsigned short supp_data_type, authz_data_type, proof_len;
3475         const unsigned char *p;
3476         unsigned char *new_proof;
3477
3478         n=s->method->ssl_get_message(s,
3479                 SSL3_ST_CR_SUPPLEMENTAL_DATA_A,
3480                 SSL3_ST_CR_SUPPLEMENTAL_DATA_B,
3481                 SSL3_MT_SUPPLEMENTAL_DATA,
3482                 /* use default limit */
3483                 TLSEXT_MAXLEN_supplemental_data,
3484                 &ok);
3485
3486         if (!ok) return((int)n);
3487
3488         p = (unsigned char *)s->init_msg;
3489
3490         /* The message cannot be empty */
3491         if (n < 3)
3492                 {
3493                 al = SSL_AD_DECODE_ERROR;
3494                 SSLerr(SSL_F_TLS1_GET_SERVER_SUPPLEMENTAL_DATA,SSL_R_LENGTH_MISMATCH);
3495                 goto f_err;
3496                 }
3497         /* Length of supplemental data */
3498         n2l3(p,supp_data_len);
3499         n -= 3;
3500         /* We must have at least one supplemental data entry
3501          * with type (1 byte) and length (2 bytes). */
3502         if (supp_data_len != (unsigned long) n || n < 4)
3503                 {
3504                 al = SSL_AD_DECODE_ERROR;
3505                 SSLerr(SSL_F_TLS1_GET_SERVER_SUPPLEMENTAL_DATA,SSL_R_LENGTH_MISMATCH);
3506                 goto f_err;
3507                 }
3508         /* Supplemental data type: must be authz_data */
3509         n2s(p,supp_data_type);
3510         n -= 2;
3511         if (supp_data_type != TLSEXT_SUPPLEMENTALDATATYPE_authz_data)
3512                 {
3513                 al = SSL_AD_UNEXPECTED_MESSAGE;
3514                 SSLerr(SSL_F_TLS1_GET_SERVER_SUPPLEMENTAL_DATA,SSL_R_UNKNOWN_SUPPLEMENTAL_DATA_TYPE);
3515                 goto f_err;
3516                 }
3517         /* Authz data length */
3518         n2s(p, authz_data_len);
3519         n -= 2;
3520         if (authz_data_len != (unsigned long) n || n < 1)
3521                 {
3522                 al = SSL_AD_DECODE_ERROR;
3523                 SSLerr(SSL_F_TLS1_GET_SERVER_SUPPLEMENTAL_DATA,SSL_R_LENGTH_MISMATCH);
3524                 goto f_err;
3525                 }
3526         /* Authz data type: must be audit_proof */
3527         authz_data_type = *(p++);
3528         n -= 1;
3529         if (authz_data_type != TLSEXT_AUTHZDATAFORMAT_audit_proof)
3530                 {
3531                 al=SSL_AD_UNEXPECTED_MESSAGE;
3532                 SSLerr(SSL_F_TLS1_GET_SERVER_SUPPLEMENTAL_DATA,SSL_R_UNKNOWN_AUTHZ_DATA_TYPE);
3533                 goto f_err;
3534                 }
3535         /* We have a proof: read its length */
3536         if (n < 2)
3537                 {
3538                 al = SSL_AD_DECODE_ERROR;
3539                 SSLerr(SSL_F_TLS1_GET_SERVER_SUPPLEMENTAL_DATA,SSL_R_LENGTH_MISMATCH);
3540                 goto f_err;
3541                 }
3542         n2s(p, proof_len);
3543         n -= 2;
3544         if (proof_len != (unsigned long) n)
3545                 {
3546                 al = SSL_AD_DECODE_ERROR;
3547                 SSLerr(SSL_F_TLS1_GET_SERVER_SUPPLEMENTAL_DATA,SSL_R_LENGTH_MISMATCH);
3548                 goto f_err;
3549                 }
3550         /* Store the proof */
3551         new_proof = OPENSSL_realloc(s->session->audit_proof,
3552                                     proof_len);
3553         if (new_proof == NULL)
3554                 {
3555                 SSLerr(SSL_F_TLS1_GET_SERVER_SUPPLEMENTAL_DATA,ERR_R_MALLOC_FAILURE);
3556                 return 0;
3557                 }
3558         s->session->audit_proof_length = proof_len;
3559         s->session->audit_proof = new_proof;
3560         memcpy(s->session->audit_proof, p, proof_len);
3561
3562         /* Got the proof, but can't verify it yet. */
3563         return 1;
3564 f_err:
3565         ssl3_send_alert(s,SSL3_AL_FATAL,al);
3566         return -1;
3567         }
3568 #endif