1 /* $OpenBSD: s3_lib.c,v 1.161 2017/09/25 18:04:08 jsing Exp $ */
2 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
5 * This package is an SSL implementation written
6 * by Eric Young (eay@cryptsoft.com).
7 * The implementation was written so as to conform with Netscapes SSL.
9 * This library is free for commercial and non-commercial use as long as
10 * the following conditions are aheared to. The following conditions
11 * apply to all code found in this distribution, be it the RC4, RSA,
12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
13 * included with this distribution is covered by the same copyright terms
14 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
16 * Copyright remains Eric Young's, and as such any Copyright notices in
17 * the code are not to be removed.
18 * If this package is used in a product, Eric Young should be given attribution
19 * as the author of the parts of the library used.
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
24 * modification, are permitted provided that the following conditions
26 * 1. Redistributions of source code must retain the copyright
27 * notice, this list of conditions and the following disclaimer.
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
30 * documentation and/or other materials provided with the distribution.
31 * 3. All advertising materials mentioning features or use of this software
32 * must display the following acknowledgement:
33 * "This product includes cryptographic software written by
34 * Eric Young (eay@cryptsoft.com)"
35 * The word 'cryptographic' can be left out if the rouines from the library
36 * being used are not cryptographic related :-).
37 * 4. If you include any Windows specific code (or a derivative thereof) from
38 * the apps directory (application code) you must include an acknowledgement:
39 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
41 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
42 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
43 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
45 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
46 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
47 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
49 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
53 * The licence and distribution terms for any publically available version or
54 * derivative of this code cannot be changed. i.e. this code cannot simply be
55 * copied and put under another distribution licence
56 * [including the GNU Public Licence.]
58 /* ====================================================================
59 * Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved.
61 * Redistribution and use in source and binary forms, with or without
62 * modification, are permitted provided that the following conditions
65 * 1. Redistributions of source code must retain the above copyright
66 * notice, this list of conditions and the following disclaimer.
68 * 2. Redistributions in binary form must reproduce the above copyright
69 * notice, this list of conditions and the following disclaimer in
70 * the documentation and/or other materials provided with the
73 * 3. All advertising materials mentioning features or use of this
74 * software must display the following acknowledgment:
75 * "This product includes software developed by the OpenSSL Project
76 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
78 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
79 * endorse or promote products derived from this software without
80 * prior written permission. For written permission, please contact
81 * openssl-core@openssl.org.
83 * 5. Products derived from this software may not be called "OpenSSL"
84 * nor may "OpenSSL" appear in their names without prior written
85 * permission of the OpenSSL Project.
87 * 6. Redistributions of any form whatsoever must retain the following
89 * "This product includes software developed by the OpenSSL Project
90 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
92 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
93 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
94 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
95 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
96 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
97 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
98 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
99 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
100 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
101 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
102 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
103 * OF THE POSSIBILITY OF SUCH DAMAGE.
104 * ====================================================================
106 * This product includes cryptographic software written by Eric Young
107 * (eay@cryptsoft.com). This product includes software written by Tim
108 * Hudson (tjh@cryptsoft.com).
111 /* ====================================================================
112 * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
114 * Portions of the attached software ("Contribution") are developed by
115 * SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project.
117 * The Contribution is licensed pursuant to the OpenSSL open source
118 * license provided above.
120 * ECC cipher suite support in OpenSSL originally written by
121 * Vipul Gupta and Sumit Gupta of Sun Microsystems Laboratories.
124 /* ====================================================================
125 * Copyright 2005 Nokia. All rights reserved.
127 * The portions of the attached software ("Contribution") is developed by
128 * Nokia Corporation and is licensed pursuant to the OpenSSL open source
131 * The Contribution, originally written by Mika Kousa and Pasi Eronen of
132 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
133 * support (see RFC 4279) to OpenSSL.
135 * No patent licenses or other rights except those expressly stated in
136 * the OpenSSL open source license shall be deemed granted or received
137 * expressly, by implication, estoppel, or otherwise.
139 * No assurances are provided by Nokia that the Contribution does not
140 * infringe the patent or other intellectual property rights of any third
141 * party or that the license provides you with all the necessary rights
142 * to make use of the Contribution.
144 * THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN
145 * ADDITION TO THE DISCLAIMERS INCLUDED IN THE LICENSE, NOKIA
146 * SPECIFICALLY DISCLAIMS ANY LIABILITY FOR CLAIMS BROUGHT BY YOU OR ANY
147 * OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR
154 #include <openssl/bn.h>
155 #include <openssl/curve25519.h>
156 #include <openssl/dh.h>
157 #include <openssl/md5.h>
158 #include <openssl/objects.h>
160 #include "ssl_locl.h"
161 #include "bytestring.h"
163 #define SSL3_NUM_CIPHERS (sizeof(ssl3_ciphers) / sizeof(SSL_CIPHER))
166 * FIXED_NONCE_LEN is a macro that provides in the correct value to set the
167 * fixed nonce length in algorithms2. It is the inverse of the
168 * SSL_CIPHER_AEAD_FIXED_NONCE_LEN macro.
170 #define FIXED_NONCE_LEN(x) (((x / 2) & 0xf) << 24)
172 /* list of available SSLv3 ciphers (sorted by id) */
173 SSL_CIPHER ssl3_ciphers
[] = {
175 /* The RSA ciphers */
179 .name
= SSL3_TXT_RSA_NULL_MD5
,
180 .id
= SSL3_CK_RSA_NULL_MD5
,
181 .algorithm_mkey
= SSL_kRSA
,
182 .algorithm_auth
= SSL_aRSA
,
183 .algorithm_enc
= SSL_eNULL
,
184 .algorithm_mac
= SSL_MD5
,
185 .algorithm_ssl
= SSL_SSLV3
,
186 .algo_strength
= SSL_STRONG_NONE
,
187 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
195 .name
= SSL3_TXT_RSA_NULL_SHA
,
196 .id
= SSL3_CK_RSA_NULL_SHA
,
197 .algorithm_mkey
= SSL_kRSA
,
198 .algorithm_auth
= SSL_aRSA
,
199 .algorithm_enc
= SSL_eNULL
,
200 .algorithm_mac
= SSL_SHA1
,
201 .algorithm_ssl
= SSL_SSLV3
,
202 .algo_strength
= SSL_STRONG_NONE
,
203 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
211 .name
= SSL3_TXT_RSA_RC4_128_MD5
,
212 .id
= SSL3_CK_RSA_RC4_128_MD5
,
213 .algorithm_mkey
= SSL_kRSA
,
214 .algorithm_auth
= SSL_aRSA
,
215 .algorithm_enc
= SSL_RC4
,
216 .algorithm_mac
= SSL_MD5
,
217 .algorithm_ssl
= SSL_SSLV3
,
218 .algo_strength
= SSL_LOW
,
219 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
220 .strength_bits
= 128,
227 .name
= SSL3_TXT_RSA_RC4_128_SHA
,
228 .id
= SSL3_CK_RSA_RC4_128_SHA
,
229 .algorithm_mkey
= SSL_kRSA
,
230 .algorithm_auth
= SSL_aRSA
,
231 .algorithm_enc
= SSL_RC4
,
232 .algorithm_mac
= SSL_SHA1
,
233 .algorithm_ssl
= SSL_SSLV3
,
234 .algo_strength
= SSL_LOW
,
235 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
236 .strength_bits
= 128,
243 .name
= SSL3_TXT_RSA_DES_64_CBC_SHA
,
244 .id
= SSL3_CK_RSA_DES_64_CBC_SHA
,
245 .algorithm_mkey
= SSL_kRSA
,
246 .algorithm_auth
= SSL_aRSA
,
247 .algorithm_enc
= SSL_DES
,
248 .algorithm_mac
= SSL_SHA1
,
249 .algorithm_ssl
= SSL_SSLV3
,
250 .algo_strength
= SSL_LOW
,
251 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
259 .name
= SSL3_TXT_RSA_DES_192_CBC3_SHA
,
260 .id
= SSL3_CK_RSA_DES_192_CBC3_SHA
,
261 .algorithm_mkey
= SSL_kRSA
,
262 .algorithm_auth
= SSL_aRSA
,
263 .algorithm_enc
= SSL_3DES
,
264 .algorithm_mac
= SSL_SHA1
,
265 .algorithm_ssl
= SSL_SSLV3
,
266 .algo_strength
= SSL_MEDIUM
,
267 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
268 .strength_bits
= 112,
273 * Ephemeral DH (DHE) ciphers.
279 .name
= SSL3_TXT_EDH_RSA_DES_64_CBC_SHA
,
280 .id
= SSL3_CK_EDH_RSA_DES_64_CBC_SHA
,
281 .algorithm_mkey
= SSL_kDHE
,
282 .algorithm_auth
= SSL_aRSA
,
283 .algorithm_enc
= SSL_DES
,
284 .algorithm_mac
= SSL_SHA1
,
285 .algorithm_ssl
= SSL_SSLV3
,
286 .algo_strength
= SSL_LOW
,
287 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
295 .name
= SSL3_TXT_EDH_RSA_DES_192_CBC3_SHA
,
296 .id
= SSL3_CK_EDH_RSA_DES_192_CBC3_SHA
,
297 .algorithm_mkey
= SSL_kDHE
,
298 .algorithm_auth
= SSL_aRSA
,
299 .algorithm_enc
= SSL_3DES
,
300 .algorithm_mac
= SSL_SHA1
,
301 .algorithm_ssl
= SSL_SSLV3
,
302 .algo_strength
= SSL_MEDIUM
,
303 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
304 .strength_bits
= 112,
311 .name
= SSL3_TXT_ADH_RC4_128_MD5
,
312 .id
= SSL3_CK_ADH_RC4_128_MD5
,
313 .algorithm_mkey
= SSL_kDHE
,
314 .algorithm_auth
= SSL_aNULL
,
315 .algorithm_enc
= SSL_RC4
,
316 .algorithm_mac
= SSL_MD5
,
317 .algorithm_ssl
= SSL_SSLV3
,
318 .algo_strength
= SSL_LOW
,
319 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
320 .strength_bits
= 128,
327 .name
= SSL3_TXT_ADH_DES_64_CBC_SHA
,
328 .id
= SSL3_CK_ADH_DES_64_CBC_SHA
,
329 .algorithm_mkey
= SSL_kDHE
,
330 .algorithm_auth
= SSL_aNULL
,
331 .algorithm_enc
= SSL_DES
,
332 .algorithm_mac
= SSL_SHA1
,
333 .algorithm_ssl
= SSL_SSLV3
,
334 .algo_strength
= SSL_LOW
,
335 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
343 .name
= SSL3_TXT_ADH_DES_192_CBC_SHA
,
344 .id
= SSL3_CK_ADH_DES_192_CBC_SHA
,
345 .algorithm_mkey
= SSL_kDHE
,
346 .algorithm_auth
= SSL_aNULL
,
347 .algorithm_enc
= SSL_3DES
,
348 .algorithm_mac
= SSL_SHA1
,
349 .algorithm_ssl
= SSL_SSLV3
,
350 .algo_strength
= SSL_MEDIUM
,
351 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
352 .strength_bits
= 112,
363 .name
= TLS1_TXT_RSA_WITH_AES_128_SHA
,
364 .id
= TLS1_CK_RSA_WITH_AES_128_SHA
,
365 .algorithm_mkey
= SSL_kRSA
,
366 .algorithm_auth
= SSL_aRSA
,
367 .algorithm_enc
= SSL_AES128
,
368 .algorithm_mac
= SSL_SHA1
,
369 .algorithm_ssl
= SSL_TLSV1
,
370 .algo_strength
= SSL_HIGH
,
371 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
372 .strength_bits
= 128,
379 .name
= TLS1_TXT_DHE_RSA_WITH_AES_128_SHA
,
380 .id
= TLS1_CK_DHE_RSA_WITH_AES_128_SHA
,
381 .algorithm_mkey
= SSL_kDHE
,
382 .algorithm_auth
= SSL_aRSA
,
383 .algorithm_enc
= SSL_AES128
,
384 .algorithm_mac
= SSL_SHA1
,
385 .algorithm_ssl
= SSL_TLSV1
,
386 .algo_strength
= SSL_HIGH
,
387 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
388 .strength_bits
= 128,
395 .name
= TLS1_TXT_ADH_WITH_AES_128_SHA
,
396 .id
= TLS1_CK_ADH_WITH_AES_128_SHA
,
397 .algorithm_mkey
= SSL_kDHE
,
398 .algorithm_auth
= SSL_aNULL
,
399 .algorithm_enc
= SSL_AES128
,
400 .algorithm_mac
= SSL_SHA1
,
401 .algorithm_ssl
= SSL_TLSV1
,
402 .algo_strength
= SSL_HIGH
,
403 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
404 .strength_bits
= 128,
411 .name
= TLS1_TXT_RSA_WITH_AES_256_SHA
,
412 .id
= TLS1_CK_RSA_WITH_AES_256_SHA
,
413 .algorithm_mkey
= SSL_kRSA
,
414 .algorithm_auth
= SSL_aRSA
,
415 .algorithm_enc
= SSL_AES256
,
416 .algorithm_mac
= SSL_SHA1
,
417 .algorithm_ssl
= SSL_TLSV1
,
418 .algo_strength
= SSL_HIGH
,
419 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
420 .strength_bits
= 256,
427 .name
= TLS1_TXT_DHE_RSA_WITH_AES_256_SHA
,
428 .id
= TLS1_CK_DHE_RSA_WITH_AES_256_SHA
,
429 .algorithm_mkey
= SSL_kDHE
,
430 .algorithm_auth
= SSL_aRSA
,
431 .algorithm_enc
= SSL_AES256
,
432 .algorithm_mac
= SSL_SHA1
,
433 .algorithm_ssl
= SSL_TLSV1
,
434 .algo_strength
= SSL_HIGH
,
435 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
436 .strength_bits
= 256,
443 .name
= TLS1_TXT_ADH_WITH_AES_256_SHA
,
444 .id
= TLS1_CK_ADH_WITH_AES_256_SHA
,
445 .algorithm_mkey
= SSL_kDHE
,
446 .algorithm_auth
= SSL_aNULL
,
447 .algorithm_enc
= SSL_AES256
,
448 .algorithm_mac
= SSL_SHA1
,
449 .algorithm_ssl
= SSL_TLSV1
,
450 .algo_strength
= SSL_HIGH
,
451 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
452 .strength_bits
= 256,
456 /* TLS v1.2 ciphersuites */
460 .name
= TLS1_TXT_RSA_WITH_NULL_SHA256
,
461 .id
= TLS1_CK_RSA_WITH_NULL_SHA256
,
462 .algorithm_mkey
= SSL_kRSA
,
463 .algorithm_auth
= SSL_aRSA
,
464 .algorithm_enc
= SSL_eNULL
,
465 .algorithm_mac
= SSL_SHA256
,
466 .algorithm_ssl
= SSL_TLSV1_2
,
467 .algo_strength
= SSL_STRONG_NONE
,
468 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
476 .name
= TLS1_TXT_RSA_WITH_AES_128_SHA256
,
477 .id
= TLS1_CK_RSA_WITH_AES_128_SHA256
,
478 .algorithm_mkey
= SSL_kRSA
,
479 .algorithm_auth
= SSL_aRSA
,
480 .algorithm_enc
= SSL_AES128
,
481 .algorithm_mac
= SSL_SHA256
,
482 .algorithm_ssl
= SSL_TLSV1_2
,
483 .algo_strength
= SSL_HIGH
,
484 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
485 .strength_bits
= 128,
492 .name
= TLS1_TXT_RSA_WITH_AES_256_SHA256
,
493 .id
= TLS1_CK_RSA_WITH_AES_256_SHA256
,
494 .algorithm_mkey
= SSL_kRSA
,
495 .algorithm_auth
= SSL_aRSA
,
496 .algorithm_enc
= SSL_AES256
,
497 .algorithm_mac
= SSL_SHA256
,
498 .algorithm_ssl
= SSL_TLSV1_2
,
499 .algo_strength
= SSL_HIGH
,
500 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
501 .strength_bits
= 256,
505 #ifndef OPENSSL_NO_CAMELLIA
506 /* Camellia ciphersuites from RFC4132 (128-bit portion) */
511 .name
= TLS1_TXT_RSA_WITH_CAMELLIA_128_CBC_SHA
,
512 .id
= TLS1_CK_RSA_WITH_CAMELLIA_128_CBC_SHA
,
513 .algorithm_mkey
= SSL_kRSA
,
514 .algorithm_auth
= SSL_aRSA
,
515 .algorithm_enc
= SSL_CAMELLIA128
,
516 .algorithm_mac
= SSL_SHA1
,
517 .algorithm_ssl
= SSL_TLSV1
,
518 .algo_strength
= SSL_HIGH
,
519 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
520 .strength_bits
= 128,
527 .name
= TLS1_TXT_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA
,
528 .id
= TLS1_CK_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA
,
529 .algorithm_mkey
= SSL_kDHE
,
530 .algorithm_auth
= SSL_aRSA
,
531 .algorithm_enc
= SSL_CAMELLIA128
,
532 .algorithm_mac
= SSL_SHA1
,
533 .algorithm_ssl
= SSL_TLSV1
,
534 .algo_strength
= SSL_HIGH
,
535 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
536 .strength_bits
= 128,
543 .name
= TLS1_TXT_ADH_WITH_CAMELLIA_128_CBC_SHA
,
544 .id
= TLS1_CK_ADH_WITH_CAMELLIA_128_CBC_SHA
,
545 .algorithm_mkey
= SSL_kDHE
,
546 .algorithm_auth
= SSL_aNULL
,
547 .algorithm_enc
= SSL_CAMELLIA128
,
548 .algorithm_mac
= SSL_SHA1
,
549 .algorithm_ssl
= SSL_TLSV1
,
550 .algo_strength
= SSL_HIGH
,
551 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
552 .strength_bits
= 128,
555 #endif /* OPENSSL_NO_CAMELLIA */
557 /* TLS v1.2 ciphersuites */
561 .name
= TLS1_TXT_DHE_RSA_WITH_AES_128_SHA256
,
562 .id
= TLS1_CK_DHE_RSA_WITH_AES_128_SHA256
,
563 .algorithm_mkey
= SSL_kDHE
,
564 .algorithm_auth
= SSL_aRSA
,
565 .algorithm_enc
= SSL_AES128
,
566 .algorithm_mac
= SSL_SHA256
,
567 .algorithm_ssl
= SSL_TLSV1_2
,
568 .algo_strength
= SSL_HIGH
,
569 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
570 .strength_bits
= 128,
577 .name
= TLS1_TXT_DHE_RSA_WITH_AES_256_SHA256
,
578 .id
= TLS1_CK_DHE_RSA_WITH_AES_256_SHA256
,
579 .algorithm_mkey
= SSL_kDHE
,
580 .algorithm_auth
= SSL_aRSA
,
581 .algorithm_enc
= SSL_AES256
,
582 .algorithm_mac
= SSL_SHA256
,
583 .algorithm_ssl
= SSL_TLSV1_2
,
584 .algo_strength
= SSL_HIGH
,
585 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
586 .strength_bits
= 256,
593 .name
= TLS1_TXT_ADH_WITH_AES_128_SHA256
,
594 .id
= TLS1_CK_ADH_WITH_AES_128_SHA256
,
595 .algorithm_mkey
= SSL_kDHE
,
596 .algorithm_auth
= SSL_aNULL
,
597 .algorithm_enc
= SSL_AES128
,
598 .algorithm_mac
= SSL_SHA256
,
599 .algorithm_ssl
= SSL_TLSV1_2
,
600 .algo_strength
= SSL_HIGH
,
601 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
602 .strength_bits
= 128,
609 .name
= TLS1_TXT_ADH_WITH_AES_256_SHA256
,
610 .id
= TLS1_CK_ADH_WITH_AES_256_SHA256
,
611 .algorithm_mkey
= SSL_kDHE
,
612 .algorithm_auth
= SSL_aNULL
,
613 .algorithm_enc
= SSL_AES256
,
614 .algorithm_mac
= SSL_SHA256
,
615 .algorithm_ssl
= SSL_TLSV1_2
,
616 .algo_strength
= SSL_HIGH
,
617 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
618 .strength_bits
= 256,
622 /* GOST Ciphersuites */
627 .name
= "GOST2001-GOST89-GOST89",
629 .algorithm_mkey
= SSL_kGOST
,
630 .algorithm_auth
= SSL_aGOST01
,
631 .algorithm_enc
= SSL_eGOST2814789CNT
,
632 .algorithm_mac
= SSL_GOST89MAC
,
633 .algorithm_ssl
= SSL_TLSV1
,
634 .algo_strength
= SSL_HIGH
,
635 .algorithm2
= SSL_HANDSHAKE_MAC_GOST94
|TLS1_PRF_GOST94
|
637 .strength_bits
= 256,
644 .name
= "GOST2001-NULL-GOST94",
646 .algorithm_mkey
= SSL_kGOST
,
647 .algorithm_auth
= SSL_aGOST01
,
648 .algorithm_enc
= SSL_eNULL
,
649 .algorithm_mac
= SSL_GOST94
,
650 .algorithm_ssl
= SSL_TLSV1
,
651 .algo_strength
= SSL_STRONG_NONE
,
652 .algorithm2
= SSL_HANDSHAKE_MAC_GOST94
|TLS1_PRF_GOST94
,
657 #ifndef OPENSSL_NO_CAMELLIA
658 /* Camellia ciphersuites from RFC4132 (256-bit portion) */
663 .name
= TLS1_TXT_RSA_WITH_CAMELLIA_256_CBC_SHA
,
664 .id
= TLS1_CK_RSA_WITH_CAMELLIA_256_CBC_SHA
,
665 .algorithm_mkey
= SSL_kRSA
,
666 .algorithm_auth
= SSL_aRSA
,
667 .algorithm_enc
= SSL_CAMELLIA256
,
668 .algorithm_mac
= SSL_SHA1
,
669 .algorithm_ssl
= SSL_TLSV1
,
670 .algo_strength
= SSL_HIGH
,
671 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
672 .strength_bits
= 256,
679 .name
= TLS1_TXT_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA
,
680 .id
= TLS1_CK_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA
,
681 .algorithm_mkey
= SSL_kDHE
,
682 .algorithm_auth
= SSL_aRSA
,
683 .algorithm_enc
= SSL_CAMELLIA256
,
684 .algorithm_mac
= SSL_SHA1
,
685 .algorithm_ssl
= SSL_TLSV1
,
686 .algo_strength
= SSL_HIGH
,
687 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
688 .strength_bits
= 256,
695 .name
= TLS1_TXT_ADH_WITH_CAMELLIA_256_CBC_SHA
,
696 .id
= TLS1_CK_ADH_WITH_CAMELLIA_256_CBC_SHA
,
697 .algorithm_mkey
= SSL_kDHE
,
698 .algorithm_auth
= SSL_aNULL
,
699 .algorithm_enc
= SSL_CAMELLIA256
,
700 .algorithm_mac
= SSL_SHA1
,
701 .algorithm_ssl
= SSL_TLSV1
,
702 .algo_strength
= SSL_HIGH
,
703 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
704 .strength_bits
= 256,
707 #endif /* OPENSSL_NO_CAMELLIA */
710 * GCM ciphersuites from RFC5288.
716 .name
= TLS1_TXT_RSA_WITH_AES_128_GCM_SHA256
,
717 .id
= TLS1_CK_RSA_WITH_AES_128_GCM_SHA256
,
718 .algorithm_mkey
= SSL_kRSA
,
719 .algorithm_auth
= SSL_aRSA
,
720 .algorithm_enc
= SSL_AES128GCM
,
721 .algorithm_mac
= SSL_AEAD
,
722 .algorithm_ssl
= SSL_TLSV1_2
,
723 .algo_strength
= SSL_HIGH
,
724 .algorithm2
= SSL_HANDSHAKE_MAC_SHA256
|TLS1_PRF_SHA256
|
725 SSL_CIPHER_ALGORITHM2_AEAD
|FIXED_NONCE_LEN(4)|
726 SSL_CIPHER_ALGORITHM2_VARIABLE_NONCE_IN_RECORD
,
727 .strength_bits
= 128,
734 .name
= TLS1_TXT_RSA_WITH_AES_256_GCM_SHA384
,
735 .id
= TLS1_CK_RSA_WITH_AES_256_GCM_SHA384
,
736 .algorithm_mkey
= SSL_kRSA
,
737 .algorithm_auth
= SSL_aRSA
,
738 .algorithm_enc
= SSL_AES256GCM
,
739 .algorithm_mac
= SSL_AEAD
,
740 .algorithm_ssl
= SSL_TLSV1_2
,
741 .algo_strength
= SSL_HIGH
,
742 .algorithm2
= SSL_HANDSHAKE_MAC_SHA384
|TLS1_PRF_SHA384
|
743 SSL_CIPHER_ALGORITHM2_AEAD
|FIXED_NONCE_LEN(4)|
744 SSL_CIPHER_ALGORITHM2_VARIABLE_NONCE_IN_RECORD
,
745 .strength_bits
= 256,
752 .name
= TLS1_TXT_DHE_RSA_WITH_AES_128_GCM_SHA256
,
753 .id
= TLS1_CK_DHE_RSA_WITH_AES_128_GCM_SHA256
,
754 .algorithm_mkey
= SSL_kDHE
,
755 .algorithm_auth
= SSL_aRSA
,
756 .algorithm_enc
= SSL_AES128GCM
,
757 .algorithm_mac
= SSL_AEAD
,
758 .algorithm_ssl
= SSL_TLSV1_2
,
759 .algo_strength
= SSL_HIGH
,
760 .algorithm2
= SSL_HANDSHAKE_MAC_SHA256
|TLS1_PRF_SHA256
|
761 SSL_CIPHER_ALGORITHM2_AEAD
|FIXED_NONCE_LEN(4)|
762 SSL_CIPHER_ALGORITHM2_VARIABLE_NONCE_IN_RECORD
,
763 .strength_bits
= 128,
770 .name
= TLS1_TXT_DHE_RSA_WITH_AES_256_GCM_SHA384
,
771 .id
= TLS1_CK_DHE_RSA_WITH_AES_256_GCM_SHA384
,
772 .algorithm_mkey
= SSL_kDHE
,
773 .algorithm_auth
= SSL_aRSA
,
774 .algorithm_enc
= SSL_AES256GCM
,
775 .algorithm_mac
= SSL_AEAD
,
776 .algorithm_ssl
= SSL_TLSV1_2
,
777 .algo_strength
= SSL_HIGH
,
778 .algorithm2
= SSL_HANDSHAKE_MAC_SHA384
|TLS1_PRF_SHA384
|
779 SSL_CIPHER_ALGORITHM2_AEAD
|FIXED_NONCE_LEN(4)|
780 SSL_CIPHER_ALGORITHM2_VARIABLE_NONCE_IN_RECORD
,
781 .strength_bits
= 256,
788 .name
= TLS1_TXT_ADH_WITH_AES_128_GCM_SHA256
,
789 .id
= TLS1_CK_ADH_WITH_AES_128_GCM_SHA256
,
790 .algorithm_mkey
= SSL_kDHE
,
791 .algorithm_auth
= SSL_aNULL
,
792 .algorithm_enc
= SSL_AES128GCM
,
793 .algorithm_mac
= SSL_AEAD
,
794 .algorithm_ssl
= SSL_TLSV1_2
,
795 .algo_strength
= SSL_HIGH
,
796 .algorithm2
= SSL_HANDSHAKE_MAC_SHA256
|TLS1_PRF_SHA256
|
797 SSL_CIPHER_ALGORITHM2_AEAD
|FIXED_NONCE_LEN(4)|
798 SSL_CIPHER_ALGORITHM2_VARIABLE_NONCE_IN_RECORD
,
799 .strength_bits
= 128,
806 .name
= TLS1_TXT_ADH_WITH_AES_256_GCM_SHA384
,
807 .id
= TLS1_CK_ADH_WITH_AES_256_GCM_SHA384
,
808 .algorithm_mkey
= SSL_kDHE
,
809 .algorithm_auth
= SSL_aNULL
,
810 .algorithm_enc
= SSL_AES256GCM
,
811 .algorithm_mac
= SSL_AEAD
,
812 .algorithm_ssl
= SSL_TLSV1_2
,
813 .algo_strength
= SSL_HIGH
,
814 .algorithm2
= SSL_HANDSHAKE_MAC_SHA384
|TLS1_PRF_SHA384
|
815 SSL_CIPHER_ALGORITHM2_AEAD
|FIXED_NONCE_LEN(4)|
816 SSL_CIPHER_ALGORITHM2_VARIABLE_NONCE_IN_RECORD
,
817 .strength_bits
= 256,
821 #ifndef OPENSSL_NO_CAMELLIA
822 /* TLS 1.2 Camellia SHA-256 ciphersuites from RFC5932 */
827 .name
= TLS1_TXT_RSA_WITH_CAMELLIA_128_CBC_SHA256
,
828 .id
= TLS1_CK_RSA_WITH_CAMELLIA_128_CBC_SHA256
,
829 .algorithm_mkey
= SSL_kRSA
,
830 .algorithm_auth
= SSL_aRSA
,
831 .algorithm_enc
= SSL_CAMELLIA128
,
832 .algorithm_mac
= SSL_SHA256
,
833 .algorithm_ssl
= SSL_TLSV1_2
,
834 .algo_strength
= SSL_HIGH
,
835 .algorithm2
= SSL_HANDSHAKE_MAC_SHA256
|TLS1_PRF_SHA256
,
836 .strength_bits
= 128,
843 .name
= TLS1_TXT_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256
,
844 .id
= TLS1_CK_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256
,
845 .algorithm_mkey
= SSL_kDHE
,
846 .algorithm_auth
= SSL_aRSA
,
847 .algorithm_enc
= SSL_CAMELLIA128
,
848 .algorithm_mac
= SSL_SHA256
,
849 .algorithm_ssl
= SSL_TLSV1_2
,
850 .algo_strength
= SSL_HIGH
,
851 .algorithm2
= SSL_HANDSHAKE_MAC_SHA256
|TLS1_PRF_SHA256
,
852 .strength_bits
= 128,
859 .name
= TLS1_TXT_ADH_WITH_CAMELLIA_128_CBC_SHA256
,
860 .id
= TLS1_CK_ADH_WITH_CAMELLIA_128_CBC_SHA256
,
861 .algorithm_mkey
= SSL_kDHE
,
862 .algorithm_auth
= SSL_aNULL
,
863 .algorithm_enc
= SSL_CAMELLIA128
,
864 .algorithm_mac
= SSL_SHA256
,
865 .algorithm_ssl
= SSL_TLSV1_2
,
866 .algo_strength
= SSL_HIGH
,
867 .algorithm2
= SSL_HANDSHAKE_MAC_SHA256
|TLS1_PRF_SHA256
,
868 .strength_bits
= 128,
875 .name
= TLS1_TXT_RSA_WITH_CAMELLIA_256_CBC_SHA256
,
876 .id
= TLS1_CK_RSA_WITH_CAMELLIA_256_CBC_SHA256
,
877 .algorithm_mkey
= SSL_kRSA
,
878 .algorithm_auth
= SSL_aRSA
,
879 .algorithm_enc
= SSL_CAMELLIA256
,
880 .algorithm_mac
= SSL_SHA256
,
881 .algorithm_ssl
= SSL_TLSV1_2
,
882 .algo_strength
= SSL_HIGH
,
883 .algorithm2
= SSL_HANDSHAKE_MAC_SHA256
|TLS1_PRF_SHA256
,
884 .strength_bits
= 256,
891 .name
= TLS1_TXT_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256
,
892 .id
= TLS1_CK_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256
,
893 .algorithm_mkey
= SSL_kDHE
,
894 .algorithm_auth
= SSL_aRSA
,
895 .algorithm_enc
= SSL_CAMELLIA256
,
896 .algorithm_mac
= SSL_SHA256
,
897 .algorithm_ssl
= SSL_TLSV1_2
,
898 .algo_strength
= SSL_HIGH
,
899 .algorithm2
= SSL_HANDSHAKE_MAC_SHA256
|TLS1_PRF_SHA256
,
900 .strength_bits
= 256,
907 .name
= TLS1_TXT_ADH_WITH_CAMELLIA_256_CBC_SHA256
,
908 .id
= TLS1_CK_ADH_WITH_CAMELLIA_256_CBC_SHA256
,
909 .algorithm_mkey
= SSL_kDHE
,
910 .algorithm_auth
= SSL_aNULL
,
911 .algorithm_enc
= SSL_CAMELLIA256
,
912 .algorithm_mac
= SSL_SHA256
,
913 .algorithm_ssl
= SSL_TLSV1_2
,
914 .algo_strength
= SSL_HIGH
,
915 .algorithm2
= SSL_HANDSHAKE_MAC_SHA256
|TLS1_PRF_SHA256
,
916 .strength_bits
= 256,
919 #endif /* OPENSSL_NO_CAMELLIA */
924 .name
= TLS1_TXT_ECDHE_ECDSA_WITH_NULL_SHA
,
925 .id
= TLS1_CK_ECDHE_ECDSA_WITH_NULL_SHA
,
926 .algorithm_mkey
= SSL_kECDHE
,
927 .algorithm_auth
= SSL_aECDSA
,
928 .algorithm_enc
= SSL_eNULL
,
929 .algorithm_mac
= SSL_SHA1
,
930 .algorithm_ssl
= SSL_TLSV1
,
931 .algo_strength
= SSL_STRONG_NONE
,
932 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
940 .name
= TLS1_TXT_ECDHE_ECDSA_WITH_RC4_128_SHA
,
941 .id
= TLS1_CK_ECDHE_ECDSA_WITH_RC4_128_SHA
,
942 .algorithm_mkey
= SSL_kECDHE
,
943 .algorithm_auth
= SSL_aECDSA
,
944 .algorithm_enc
= SSL_RC4
,
945 .algorithm_mac
= SSL_SHA1
,
946 .algorithm_ssl
= SSL_TLSV1
,
947 .algo_strength
= SSL_LOW
,
948 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
949 .strength_bits
= 128,
956 .name
= TLS1_TXT_ECDHE_ECDSA_WITH_DES_192_CBC3_SHA
,
957 .id
= TLS1_CK_ECDHE_ECDSA_WITH_DES_192_CBC3_SHA
,
958 .algorithm_mkey
= SSL_kECDHE
,
959 .algorithm_auth
= SSL_aECDSA
,
960 .algorithm_enc
= SSL_3DES
,
961 .algorithm_mac
= SSL_SHA1
,
962 .algorithm_ssl
= SSL_TLSV1
,
963 .algo_strength
= SSL_MEDIUM
,
964 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
965 .strength_bits
= 112,
972 .name
= TLS1_TXT_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
,
973 .id
= TLS1_CK_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
,
974 .algorithm_mkey
= SSL_kECDHE
,
975 .algorithm_auth
= SSL_aECDSA
,
976 .algorithm_enc
= SSL_AES128
,
977 .algorithm_mac
= SSL_SHA1
,
978 .algorithm_ssl
= SSL_TLSV1
,
979 .algo_strength
= SSL_HIGH
,
980 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
981 .strength_bits
= 128,
988 .name
= TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
,
989 .id
= TLS1_CK_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
,
990 .algorithm_mkey
= SSL_kECDHE
,
991 .algorithm_auth
= SSL_aECDSA
,
992 .algorithm_enc
= SSL_AES256
,
993 .algorithm_mac
= SSL_SHA1
,
994 .algorithm_ssl
= SSL_TLSV1
,
995 .algo_strength
= SSL_HIGH
,
996 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
997 .strength_bits
= 256,
1004 .name
= TLS1_TXT_ECDHE_RSA_WITH_NULL_SHA
,
1005 .id
= TLS1_CK_ECDHE_RSA_WITH_NULL_SHA
,
1006 .algorithm_mkey
= SSL_kECDHE
,
1007 .algorithm_auth
= SSL_aRSA
,
1008 .algorithm_enc
= SSL_eNULL
,
1009 .algorithm_mac
= SSL_SHA1
,
1010 .algorithm_ssl
= SSL_TLSV1
,
1011 .algo_strength
= SSL_STRONG_NONE
,
1012 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
1020 .name
= TLS1_TXT_ECDHE_RSA_WITH_RC4_128_SHA
,
1021 .id
= TLS1_CK_ECDHE_RSA_WITH_RC4_128_SHA
,
1022 .algorithm_mkey
= SSL_kECDHE
,
1023 .algorithm_auth
= SSL_aRSA
,
1024 .algorithm_enc
= SSL_RC4
,
1025 .algorithm_mac
= SSL_SHA1
,
1026 .algorithm_ssl
= SSL_TLSV1
,
1027 .algo_strength
= SSL_LOW
,
1028 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
1029 .strength_bits
= 128,
1036 .name
= TLS1_TXT_ECDHE_RSA_WITH_DES_192_CBC3_SHA
,
1037 .id
= TLS1_CK_ECDHE_RSA_WITH_DES_192_CBC3_SHA
,
1038 .algorithm_mkey
= SSL_kECDHE
,
1039 .algorithm_auth
= SSL_aRSA
,
1040 .algorithm_enc
= SSL_3DES
,
1041 .algorithm_mac
= SSL_SHA1
,
1042 .algorithm_ssl
= SSL_TLSV1
,
1043 .algo_strength
= SSL_MEDIUM
,
1044 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
1045 .strength_bits
= 112,
1052 .name
= TLS1_TXT_ECDHE_RSA_WITH_AES_128_CBC_SHA
,
1053 .id
= TLS1_CK_ECDHE_RSA_WITH_AES_128_CBC_SHA
,
1054 .algorithm_mkey
= SSL_kECDHE
,
1055 .algorithm_auth
= SSL_aRSA
,
1056 .algorithm_enc
= SSL_AES128
,
1057 .algorithm_mac
= SSL_SHA1
,
1058 .algorithm_ssl
= SSL_TLSV1
,
1059 .algo_strength
= SSL_HIGH
,
1060 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
1061 .strength_bits
= 128,
1068 .name
= TLS1_TXT_ECDHE_RSA_WITH_AES_256_CBC_SHA
,
1069 .id
= TLS1_CK_ECDHE_RSA_WITH_AES_256_CBC_SHA
,
1070 .algorithm_mkey
= SSL_kECDHE
,
1071 .algorithm_auth
= SSL_aRSA
,
1072 .algorithm_enc
= SSL_AES256
,
1073 .algorithm_mac
= SSL_SHA1
,
1074 .algorithm_ssl
= SSL_TLSV1
,
1075 .algo_strength
= SSL_HIGH
,
1076 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
1077 .strength_bits
= 256,
1084 .name
= TLS1_TXT_ECDH_anon_WITH_NULL_SHA
,
1085 .id
= TLS1_CK_ECDH_anon_WITH_NULL_SHA
,
1086 .algorithm_mkey
= SSL_kECDHE
,
1087 .algorithm_auth
= SSL_aNULL
,
1088 .algorithm_enc
= SSL_eNULL
,
1089 .algorithm_mac
= SSL_SHA1
,
1090 .algorithm_ssl
= SSL_TLSV1
,
1091 .algo_strength
= SSL_STRONG_NONE
,
1092 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
1100 .name
= TLS1_TXT_ECDH_anon_WITH_RC4_128_SHA
,
1101 .id
= TLS1_CK_ECDH_anon_WITH_RC4_128_SHA
,
1102 .algorithm_mkey
= SSL_kECDHE
,
1103 .algorithm_auth
= SSL_aNULL
,
1104 .algorithm_enc
= SSL_RC4
,
1105 .algorithm_mac
= SSL_SHA1
,
1106 .algorithm_ssl
= SSL_TLSV1
,
1107 .algo_strength
= SSL_LOW
,
1108 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
1109 .strength_bits
= 128,
1116 .name
= TLS1_TXT_ECDH_anon_WITH_DES_192_CBC3_SHA
,
1117 .id
= TLS1_CK_ECDH_anon_WITH_DES_192_CBC3_SHA
,
1118 .algorithm_mkey
= SSL_kECDHE
,
1119 .algorithm_auth
= SSL_aNULL
,
1120 .algorithm_enc
= SSL_3DES
,
1121 .algorithm_mac
= SSL_SHA1
,
1122 .algorithm_ssl
= SSL_TLSV1
,
1123 .algo_strength
= SSL_MEDIUM
,
1124 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
1125 .strength_bits
= 112,
1132 .name
= TLS1_TXT_ECDH_anon_WITH_AES_128_CBC_SHA
,
1133 .id
= TLS1_CK_ECDH_anon_WITH_AES_128_CBC_SHA
,
1134 .algorithm_mkey
= SSL_kECDHE
,
1135 .algorithm_auth
= SSL_aNULL
,
1136 .algorithm_enc
= SSL_AES128
,
1137 .algorithm_mac
= SSL_SHA1
,
1138 .algorithm_ssl
= SSL_TLSV1
,
1139 .algo_strength
= SSL_HIGH
,
1140 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
1141 .strength_bits
= 128,
1148 .name
= TLS1_TXT_ECDH_anon_WITH_AES_256_CBC_SHA
,
1149 .id
= TLS1_CK_ECDH_anon_WITH_AES_256_CBC_SHA
,
1150 .algorithm_mkey
= SSL_kECDHE
,
1151 .algorithm_auth
= SSL_aNULL
,
1152 .algorithm_enc
= SSL_AES256
,
1153 .algorithm_mac
= SSL_SHA1
,
1154 .algorithm_ssl
= SSL_TLSV1
,
1155 .algo_strength
= SSL_HIGH
,
1156 .algorithm2
= SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
,
1157 .strength_bits
= 256,
1162 /* HMAC based TLS v1.2 ciphersuites from RFC5289 */
1167 .name
= TLS1_TXT_ECDHE_ECDSA_WITH_AES_128_SHA256
,
1168 .id
= TLS1_CK_ECDHE_ECDSA_WITH_AES_128_SHA256
,
1169 .algorithm_mkey
= SSL_kECDHE
,
1170 .algorithm_auth
= SSL_aECDSA
,
1171 .algorithm_enc
= SSL_AES128
,
1172 .algorithm_mac
= SSL_SHA256
,
1173 .algorithm_ssl
= SSL_TLSV1_2
,
1174 .algo_strength
= SSL_HIGH
,
1175 .algorithm2
= SSL_HANDSHAKE_MAC_SHA256
|TLS1_PRF_SHA256
,
1176 .strength_bits
= 128,
1183 .name
= TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_SHA384
,
1184 .id
= TLS1_CK_ECDHE_ECDSA_WITH_AES_256_SHA384
,
1185 .algorithm_mkey
= SSL_kECDHE
,
1186 .algorithm_auth
= SSL_aECDSA
,
1187 .algorithm_enc
= SSL_AES256
,
1188 .algorithm_mac
= SSL_SHA384
,
1189 .algorithm_ssl
= SSL_TLSV1_2
,
1190 .algo_strength
= SSL_HIGH
,
1191 .algorithm2
= SSL_HANDSHAKE_MAC_SHA384
|TLS1_PRF_SHA384
,
1192 .strength_bits
= 256,
1199 .name
= TLS1_TXT_ECDHE_RSA_WITH_AES_128_SHA256
,
1200 .id
= TLS1_CK_ECDHE_RSA_WITH_AES_128_SHA256
,
1201 .algorithm_mkey
= SSL_kECDHE
,
1202 .algorithm_auth
= SSL_aRSA
,
1203 .algorithm_enc
= SSL_AES128
,
1204 .algorithm_mac
= SSL_SHA256
,
1205 .algorithm_ssl
= SSL_TLSV1_2
,
1206 .algo_strength
= SSL_HIGH
,
1207 .algorithm2
= SSL_HANDSHAKE_MAC_SHA256
|TLS1_PRF_SHA256
,
1208 .strength_bits
= 128,
1215 .name
= TLS1_TXT_ECDHE_RSA_WITH_AES_256_SHA384
,
1216 .id
= TLS1_CK_ECDHE_RSA_WITH_AES_256_SHA384
,
1217 .algorithm_mkey
= SSL_kECDHE
,
1218 .algorithm_auth
= SSL_aRSA
,
1219 .algorithm_enc
= SSL_AES256
,
1220 .algorithm_mac
= SSL_SHA384
,
1221 .algorithm_ssl
= SSL_TLSV1_2
,
1222 .algo_strength
= SSL_HIGH
,
1223 .algorithm2
= SSL_HANDSHAKE_MAC_SHA384
|TLS1_PRF_SHA384
,
1224 .strength_bits
= 256,
1228 /* GCM based TLS v1.2 ciphersuites from RFC5289 */
1233 .name
= TLS1_TXT_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
,
1234 .id
= TLS1_CK_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
,
1235 .algorithm_mkey
= SSL_kECDHE
,
1236 .algorithm_auth
= SSL_aECDSA
,
1237 .algorithm_enc
= SSL_AES128GCM
,
1238 .algorithm_mac
= SSL_AEAD
,
1239 .algorithm_ssl
= SSL_TLSV1_2
,
1240 .algo_strength
= SSL_HIGH
,
1241 .algorithm2
= SSL_HANDSHAKE_MAC_SHA256
|TLS1_PRF_SHA256
|
1242 SSL_CIPHER_ALGORITHM2_AEAD
|FIXED_NONCE_LEN(4)|
1243 SSL_CIPHER_ALGORITHM2_VARIABLE_NONCE_IN_RECORD
,
1244 .strength_bits
= 128,
1251 .name
= TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
,
1252 .id
= TLS1_CK_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
,
1253 .algorithm_mkey
= SSL_kECDHE
,
1254 .algorithm_auth
= SSL_aECDSA
,
1255 .algorithm_enc
= SSL_AES256GCM
,
1256 .algorithm_mac
= SSL_AEAD
,
1257 .algorithm_ssl
= SSL_TLSV1_2
,
1258 .algo_strength
= SSL_HIGH
,
1259 .algorithm2
= SSL_HANDSHAKE_MAC_SHA384
|TLS1_PRF_SHA384
|
1260 SSL_CIPHER_ALGORITHM2_AEAD
|FIXED_NONCE_LEN(4)|
1261 SSL_CIPHER_ALGORITHM2_VARIABLE_NONCE_IN_RECORD
,
1262 .strength_bits
= 256,
1269 .name
= TLS1_TXT_ECDHE_RSA_WITH_AES_128_GCM_SHA256
,
1270 .id
= TLS1_CK_ECDHE_RSA_WITH_AES_128_GCM_SHA256
,
1271 .algorithm_mkey
= SSL_kECDHE
,
1272 .algorithm_auth
= SSL_aRSA
,
1273 .algorithm_enc
= SSL_AES128GCM
,
1274 .algorithm_mac
= SSL_AEAD
,
1275 .algorithm_ssl
= SSL_TLSV1_2
,
1276 .algo_strength
= SSL_HIGH
,
1277 .algorithm2
= SSL_HANDSHAKE_MAC_SHA256
|TLS1_PRF_SHA256
|
1278 SSL_CIPHER_ALGORITHM2_AEAD
|FIXED_NONCE_LEN(4)|
1279 SSL_CIPHER_ALGORITHM2_VARIABLE_NONCE_IN_RECORD
,
1280 .strength_bits
= 128,
1287 .name
= TLS1_TXT_ECDHE_RSA_WITH_AES_256_GCM_SHA384
,
1288 .id
= TLS1_CK_ECDHE_RSA_WITH_AES_256_GCM_SHA384
,
1289 .algorithm_mkey
= SSL_kECDHE
,
1290 .algorithm_auth
= SSL_aRSA
,
1291 .algorithm_enc
= SSL_AES256GCM
,
1292 .algorithm_mac
= SSL_AEAD
,
1293 .algorithm_ssl
= SSL_TLSV1_2
,
1294 .algo_strength
= SSL_HIGH
,
1295 .algorithm2
= SSL_HANDSHAKE_MAC_SHA384
|TLS1_PRF_SHA384
|
1296 SSL_CIPHER_ALGORITHM2_AEAD
|FIXED_NONCE_LEN(4)|
1297 SSL_CIPHER_ALGORITHM2_VARIABLE_NONCE_IN_RECORD
,
1298 .strength_bits
= 256,
1305 .name
= TLS1_TXT_ECDHE_RSA_WITH_CHACHA20_POLY1305
,
1306 .id
= TLS1_CK_ECDHE_RSA_CHACHA20_POLY1305
,
1307 .algorithm_mkey
= SSL_kECDHE
,
1308 .algorithm_auth
= SSL_aRSA
,
1309 .algorithm_enc
= SSL_CHACHA20POLY1305
,
1310 .algorithm_mac
= SSL_AEAD
,
1311 .algorithm_ssl
= SSL_TLSV1_2
,
1312 .algo_strength
= SSL_HIGH
,
1313 .algorithm2
= SSL_HANDSHAKE_MAC_SHA256
|TLS1_PRF_SHA256
|
1314 SSL_CIPHER_ALGORITHM2_AEAD
|FIXED_NONCE_LEN(12),
1315 .strength_bits
= 256,
1322 .name
= TLS1_TXT_ECDHE_ECDSA_WITH_CHACHA20_POLY1305
,
1323 .id
= TLS1_CK_ECDHE_ECDSA_CHACHA20_POLY1305
,
1324 .algorithm_mkey
= SSL_kECDHE
,
1325 .algorithm_auth
= SSL_aECDSA
,
1326 .algorithm_enc
= SSL_CHACHA20POLY1305
,
1327 .algorithm_mac
= SSL_AEAD
,
1328 .algorithm_ssl
= SSL_TLSV1_2
,
1329 .algo_strength
= SSL_HIGH
,
1330 .algorithm2
= SSL_HANDSHAKE_MAC_SHA256
|TLS1_PRF_SHA256
|
1331 SSL_CIPHER_ALGORITHM2_AEAD
|FIXED_NONCE_LEN(12),
1332 .strength_bits
= 256,
1339 .name
= TLS1_TXT_DHE_RSA_WITH_CHACHA20_POLY1305
,
1340 .id
= TLS1_CK_DHE_RSA_CHACHA20_POLY1305
,
1341 .algorithm_mkey
= SSL_kDHE
,
1342 .algorithm_auth
= SSL_aRSA
,
1343 .algorithm_enc
= SSL_CHACHA20POLY1305
,
1344 .algorithm_mac
= SSL_AEAD
,
1345 .algorithm_ssl
= SSL_TLSV1_2
,
1346 .algo_strength
= SSL_HIGH
,
1347 .algorithm2
= SSL_HANDSHAKE_MAC_SHA256
|TLS1_PRF_SHA256
|
1348 SSL_CIPHER_ALGORITHM2_AEAD
|FIXED_NONCE_LEN(12),
1349 .strength_bits
= 256,
1353 /* Cipher FF85 FIXME IANA */
1356 .name
= "GOST2012256-GOST89-GOST89",
1357 .id
= 0x300ff85, /* FIXME IANA */
1358 .algorithm_mkey
= SSL_kGOST
,
1359 .algorithm_auth
= SSL_aGOST01
,
1360 .algorithm_enc
= SSL_eGOST2814789CNT
,
1361 .algorithm_mac
= SSL_GOST89MAC
,
1362 .algorithm_ssl
= SSL_TLSV1
,
1363 .algo_strength
= SSL_HIGH
,
1364 .algorithm2
= SSL_HANDSHAKE_MAC_STREEBOG256
|TLS1_PRF_STREEBOG256
|
1366 .strength_bits
= 256,
1370 /* Cipher FF87 FIXME IANA */
1373 .name
= "GOST2012256-NULL-STREEBOG256",
1374 .id
= 0x300ff87, /* FIXME IANA */
1375 .algorithm_mkey
= SSL_kGOST
,
1376 .algorithm_auth
= SSL_aGOST01
,
1377 .algorithm_enc
= SSL_eNULL
,
1378 .algorithm_mac
= SSL_STREEBOG256
,
1379 .algorithm_ssl
= SSL_TLSV1
,
1380 .algo_strength
= SSL_STRONG_NONE
,
1381 .algorithm2
= SSL_HANDSHAKE_MAC_STREEBOG256
|TLS1_PRF_STREEBOG256
,
1391 ssl3_num_ciphers(void)
1393 return (SSL3_NUM_CIPHERS
);
1397 ssl3_get_cipher(unsigned int u
)
1399 if (u
< SSL3_NUM_CIPHERS
)
1400 return (&(ssl3_ciphers
[SSL3_NUM_CIPHERS
- 1 - u
]));
1406 ssl3_get_cipher_by_id(unsigned int id
)
1408 const SSL_CIPHER
*cp
;
1412 cp
= OBJ_bsearch_ssl_cipher_id(&c
, ssl3_ciphers
, SSL3_NUM_CIPHERS
);
1413 if (cp
!= NULL
&& cp
->valid
== 1)
1420 ssl3_get_cipher_by_value(uint16_t value
)
1422 return ssl3_get_cipher_by_id(SSL3_CK_ID
| value
);
1426 ssl3_cipher_get_value(const SSL_CIPHER
*c
)
1428 return (c
->id
& SSL3_CK_VALUE_MASK
);
1432 ssl3_pending(const SSL
*s
)
1434 if (s
->internal
->rstate
== SSL_ST_READ_BODY
)
1437 return (S3I(s
)->rrec
.type
== SSL3_RT_APPLICATION_DATA
) ?
1438 S3I(s
)->rrec
.length
: 0;
1442 ssl3_handshake_msg_hdr_len(SSL
*s
)
1444 return (SSL_IS_DTLS(s
) ? DTLS1_HM_HEADER_LENGTH
:
1445 SSL3_HM_HEADER_LENGTH
);
1449 ssl3_handshake_msg_start(SSL
*s
, uint8_t msg_type
)
1451 unsigned char *d
, *p
;
1453 d
= p
= (unsigned char *)s
->internal
->init_buf
->data
;
1455 /* Handshake message type and length. */
1459 return (d
+ ssl3_handshake_msg_hdr_len(s
));
1463 ssl3_handshake_msg_finish(SSL
*s
, unsigned int len
)
1468 p
= (unsigned char *)s
->internal
->init_buf
->data
;
1470 /* Handshake message length. */
1474 s
->internal
->init_num
= ssl3_handshake_msg_hdr_len(s
) + (int)len
;
1475 s
->internal
->init_off
= 0;
1477 if (SSL_IS_DTLS(s
)) {
1478 dtls1_set_message_header(s
, msg_type
, len
, 0, len
);
1479 dtls1_buffer_message(s
, 0);
1484 ssl3_handshake_msg_start_cbb(SSL
*s
, CBB
*handshake
, CBB
*body
,
1489 if (!CBB_init(handshake
, SSL3_RT_MAX_PLAIN_LENGTH
))
1491 if (!CBB_add_u8(handshake
, msg_type
))
1493 if (SSL_IS_DTLS(s
)) {
1494 unsigned char *data
;
1496 if (!CBB_add_space(handshake
, &data
, DTLS1_HM_HEADER_LENGTH
-
1497 SSL3_HM_HEADER_LENGTH
))
1500 if (!CBB_add_u24_length_prefixed(handshake
, body
))
1510 ssl3_handshake_msg_finish_cbb(SSL
*s
, CBB
*handshake
)
1512 unsigned char *data
= NULL
;
1516 if (!CBB_finish(handshake
, &data
, &outlen
))
1519 if (outlen
> INT_MAX
)
1522 if (!BUF_MEM_grow_clean(s
->internal
->init_buf
, outlen
))
1525 memcpy(s
->internal
->init_buf
->data
, data
, outlen
);
1527 s
->internal
->init_num
= (int)outlen
;
1528 s
->internal
->init_off
= 0;
1530 if (SSL_IS_DTLS(s
)) {
1535 CBS_init(&cbs
, data
, outlen
);
1536 if (!CBS_get_u8(&cbs
, &msg_type
))
1539 len
= outlen
- ssl3_handshake_msg_hdr_len(s
);
1541 dtls1_set_message_header(s
, msg_type
, len
, 0, len
);
1542 dtls1_buffer_message(s
, 0);
1554 ssl3_handshake_write(SSL
*s
)
1557 return dtls1_do_write(s
, SSL3_RT_HANDSHAKE
);
1559 return ssl3_do_write(s
, SSL3_RT_HANDSHAKE
);
1565 if ((s
->s3
= calloc(1, sizeof(*s
->s3
))) == NULL
)
1567 if ((S3I(s
) = calloc(1, sizeof(*S3I(s
)))) == NULL
) {
1572 s
->method
->internal
->ssl_clear(s
);
1583 tls1_cleanup_key_block(s
);
1584 ssl3_release_read_buffer(s
);
1585 ssl3_release_write_buffer(s
);
1587 DH_free(S3I(s
)->tmp
.dh
);
1588 EC_KEY_free(S3I(s
)->tmp
.ecdh
);
1590 freezero(S3I(s
)->tmp
.x25519
, X25519_KEY_LENGTH
);
1592 sk_X509_NAME_pop_free(S3I(s
)->tmp
.ca_names
, X509_NAME_free
);
1594 BIO_free(S3I(s
)->handshake_buffer
);
1596 tls1_handshake_hash_free(s
);
1598 free(S3I(s
)->alpn_selected
);
1600 freezero(S3I(s
), sizeof(*S3I(s
)));
1601 freezero(s
->s3
, sizeof(*s
->s3
));
1609 struct ssl3_state_internal_st
*internal
;
1610 unsigned char *rp
, *wp
;
1613 tls1_cleanup_key_block(s
);
1614 sk_X509_NAME_pop_free(S3I(s
)->tmp
.ca_names
, X509_NAME_free
);
1616 DH_free(S3I(s
)->tmp
.dh
);
1617 S3I(s
)->tmp
.dh
= NULL
;
1618 EC_KEY_free(S3I(s
)->tmp
.ecdh
);
1619 S3I(s
)->tmp
.ecdh
= NULL
;
1621 freezero(S3I(s
)->tmp
.x25519
, X25519_KEY_LENGTH
);
1622 S3I(s
)->tmp
.x25519
= NULL
;
1624 rp
= s
->s3
->rbuf
.buf
;
1625 wp
= s
->s3
->wbuf
.buf
;
1626 rlen
= s
->s3
->rbuf
.len
;
1627 wlen
= s
->s3
->wbuf
.len
;
1629 BIO_free(S3I(s
)->handshake_buffer
);
1630 S3I(s
)->handshake_buffer
= NULL
;
1632 tls1_handshake_hash_free(s
);
1634 free(S3I(s
)->alpn_selected
);
1635 S3I(s
)->alpn_selected
= NULL
;
1637 memset(S3I(s
), 0, sizeof(*S3I(s
)));
1639 memset(s
->s3
, 0, sizeof(*s
->s3
));
1642 s
->s3
->rbuf
.buf
= rp
;
1643 s
->s3
->wbuf
.buf
= wp
;
1644 s
->s3
->rbuf
.len
= rlen
;
1645 s
->s3
->wbuf
.len
= wlen
;
1647 ssl_free_wbio_buffer(s
);
1650 S3I(s
)->renegotiate
= 0;
1651 S3I(s
)->total_renegotiations
= 0;
1652 S3I(s
)->num_renegotiations
= 0;
1653 S3I(s
)->in_read_app_data
= 0;
1655 s
->internal
->packet_length
= 0;
1656 s
->version
= TLS1_VERSION
;
1660 ssl_ctrl_get_server_tmp_key(SSL
*s
, EVP_PKEY
**pkey_tmp
)
1662 EVP_PKEY
*pkey
= NULL
;
1663 EC_GROUP
*group
= NULL
;
1664 EC_POINT
*point
= NULL
;
1665 EC_KEY
*ec_key
= NULL
;
1666 BIGNUM
*order
= NULL
;
1674 if (s
->session
== NULL
|| SSI(s
)->sess_cert
== NULL
)
1677 sc
= SSI(s
)->sess_cert
;
1679 if ((pkey
= EVP_PKEY_new()) == NULL
)
1682 if (sc
->peer_dh_tmp
!= NULL
) {
1683 ret
= EVP_PKEY_set1_DH(pkey
, sc
->peer_dh_tmp
);
1684 } else if (sc
->peer_ecdh_tmp
) {
1685 ret
= EVP_PKEY_set1_EC_KEY(pkey
, sc
->peer_ecdh_tmp
);
1686 } else if (sc
->peer_x25519_tmp
!= NULL
) {
1687 /* Fudge up an EC_KEY that looks like X25519... */
1688 if ((group
= EC_GROUP_new(EC_GFp_mont_method())) == NULL
)
1690 if ((point
= EC_POINT_new(group
)) == NULL
)
1692 if ((order
= BN_new()) == NULL
)
1694 if (!BN_set_bit(order
, 252))
1696 if (!EC_GROUP_set_generator(group
, point
, order
, NULL
))
1698 EC_GROUP_set_curve_name(group
, NID_X25519
);
1699 if ((ec_key
= EC_KEY_new()) == NULL
)
1701 if (!EC_KEY_set_group(ec_key
, group
))
1703 ret
= EVP_PKEY_set1_EC_KEY(pkey
, ec_key
);
1712 EVP_PKEY_free(pkey
);
1713 EC_GROUP_free(group
);
1714 EC_POINT_free(point
);
1715 EC_KEY_free(ec_key
);
1722 _SSL_session_reused(SSL
*s
)
1724 return s
->internal
->hit
;
1728 _SSL_num_renegotiations(SSL
*s
)
1730 return S3I(s
)->num_renegotiations
;
1734 _SSL_clear_num_renegotiations(SSL
*s
)
1738 renegs
= S3I(s
)->num_renegotiations
;
1739 S3I(s
)->num_renegotiations
= 0;
1745 _SSL_total_renegotiations(SSL
*s
)
1747 return S3I(s
)->total_renegotiations
;
1751 _SSL_set_tmp_dh(SSL
*s
, DH
*dh
)
1755 if (!ssl_cert_inst(&s
->cert
)) {
1756 SSLerror(s
, ERR_R_MALLOC_FAILURE
);
1761 SSLerror(s
, ERR_R_PASSED_NULL_PARAMETER
);
1765 if ((dh_tmp
= DHparams_dup(dh
)) == NULL
) {
1766 SSLerror(s
, ERR_R_DH_LIB
);
1770 DH_free(s
->cert
->dh_tmp
);
1771 s
->cert
->dh_tmp
= dh_tmp
;
1777 _SSL_set_dh_auto(SSL
*s
, int state
)
1779 s
->cert
->dh_tmp_auto
= state
;
1784 _SSL_set_tmp_ecdh(SSL
*s
, EC_KEY
*ecdh
)
1786 const EC_GROUP
*group
;
1789 if (!ssl_cert_inst(&s
->cert
)) {
1790 SSLerror(s
, ERR_R_MALLOC_FAILURE
);
1796 if ((group
= EC_KEY_get0_group(ecdh
)) == NULL
)
1799 nid
= EC_GROUP_get_curve_name(group
);
1800 return SSL_set1_groups(s
, &nid
, 1);
1804 _SSL_set_ecdh_auto(SSL
*s
, int state
)
1810 _SSL_set_tlsext_host_name(SSL
*s
, const char *name
)
1812 free(s
->tlsext_hostname
);
1813 s
->tlsext_hostname
= NULL
;
1818 if (strlen(name
) > TLSEXT_MAXLEN_host_name
) {
1819 SSLerror(s
, SSL_R_SSL3_EXT_INVALID_SERVERNAME
);
1823 if ((s
->tlsext_hostname
= strdup(name
)) == NULL
) {
1824 SSLerror(s
, ERR_R_INTERNAL_ERROR
);
1832 _SSL_set_tlsext_debug_arg(SSL
*s
, void *arg
)
1834 s
->internal
->tlsext_debug_arg
= arg
;
1839 _SSL_set_tlsext_status_type(SSL
*s
, int type
)
1841 s
->tlsext_status_type
= type
;
1846 _SSL_get_tlsext_status_exts(SSL
*s
, STACK_OF(X509_EXTENSION
) **exts
)
1848 *exts
= s
->internal
->tlsext_ocsp_exts
;
1853 _SSL_set_tlsext_status_exts(SSL
*s
, STACK_OF(X509_EXTENSION
) *exts
)
1856 s
->internal
->tlsext_ocsp_exts
= exts
;
1861 _SSL_get_tlsext_status_ids(SSL
*s
, STACK_OF(OCSP_RESPID
) **ids
)
1863 *ids
= s
->internal
->tlsext_ocsp_ids
;
1868 _SSL_set_tlsext_status_ids(SSL
*s
, STACK_OF(OCSP_RESPID
) *ids
)
1871 s
->internal
->tlsext_ocsp_ids
= ids
;
1876 _SSL_get_tlsext_status_ocsp_resp(SSL
*s
, unsigned char **resp
)
1878 *resp
= s
->internal
->tlsext_ocsp_resp
;
1879 return s
->internal
->tlsext_ocsp_resplen
;
1883 _SSL_set_tlsext_status_ocsp_resp(SSL
*s
, unsigned char *resp
, int resp_len
)
1885 free(s
->internal
->tlsext_ocsp_resp
);
1886 s
->internal
->tlsext_ocsp_resp
= resp
;
1887 s
->internal
->tlsext_ocsp_resplen
= resp_len
;
1892 SSL_set1_groups(SSL
*s
, const int *groups
, size_t groups_len
)
1894 return tls1_set_groups(&s
->internal
->tlsext_supportedgroups
,
1895 &s
->internal
->tlsext_supportedgroups_length
, groups
, groups_len
);
1899 SSL_set1_groups_list(SSL
*s
, const char *groups
)
1901 return tls1_set_groups_list(&s
->internal
->tlsext_supportedgroups
,
1902 &s
->internal
->tlsext_supportedgroups_length
, groups
);
1906 ssl3_ctrl(SSL
*s
, int cmd
, long larg
, void *parg
)
1909 case SSL_CTRL_GET_SESSION_REUSED
:
1910 return _SSL_session_reused(s
);
1912 case SSL_CTRL_GET_NUM_RENEGOTIATIONS
:
1913 return _SSL_num_renegotiations(s
);
1915 case SSL_CTRL_CLEAR_NUM_RENEGOTIATIONS
:
1916 return _SSL_clear_num_renegotiations(s
);
1918 case SSL_CTRL_GET_TOTAL_RENEGOTIATIONS
:
1919 return _SSL_total_renegotiations(s
);
1921 case SSL_CTRL_SET_TMP_DH
:
1922 return _SSL_set_tmp_dh(s
, parg
);
1924 case SSL_CTRL_SET_TMP_DH_CB
:
1925 SSLerror(s
, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED
);
1928 case SSL_CTRL_SET_DH_AUTO
:
1929 return _SSL_set_dh_auto(s
, larg
);
1931 case SSL_CTRL_SET_TMP_ECDH
:
1932 return _SSL_set_tmp_ecdh(s
, parg
);
1934 case SSL_CTRL_SET_TMP_ECDH_CB
:
1935 SSLerror(s
, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED
);
1938 case SSL_CTRL_SET_ECDH_AUTO
:
1939 return _SSL_set_ecdh_auto(s
, larg
);
1941 case SSL_CTRL_SET_TLSEXT_HOSTNAME
:
1942 if (larg
!= TLSEXT_NAMETYPE_host_name
) {
1943 SSLerror(s
, SSL_R_SSL3_EXT_INVALID_SERVERNAME_TYPE
);
1946 return _SSL_set_tlsext_host_name(s
, parg
);
1948 case SSL_CTRL_SET_TLSEXT_DEBUG_ARG
:
1949 return _SSL_set_tlsext_debug_arg(s
, parg
);
1951 case SSL_CTRL_SET_TLSEXT_STATUS_REQ_TYPE
:
1952 return _SSL_set_tlsext_status_type(s
, larg
);
1954 case SSL_CTRL_GET_TLSEXT_STATUS_REQ_EXTS
:
1955 return _SSL_get_tlsext_status_exts(s
, parg
);
1957 case SSL_CTRL_SET_TLSEXT_STATUS_REQ_EXTS
:
1958 return _SSL_set_tlsext_status_exts(s
, parg
);
1960 case SSL_CTRL_GET_TLSEXT_STATUS_REQ_IDS
:
1961 return _SSL_get_tlsext_status_ids(s
, parg
);
1963 case SSL_CTRL_SET_TLSEXT_STATUS_REQ_IDS
:
1964 return _SSL_set_tlsext_status_ids(s
, parg
);
1966 case SSL_CTRL_GET_TLSEXT_STATUS_REQ_OCSP_RESP
:
1967 return _SSL_get_tlsext_status_ocsp_resp(s
, parg
);
1969 case SSL_CTRL_SET_TLSEXT_STATUS_REQ_OCSP_RESP
:
1970 return _SSL_set_tlsext_status_ocsp_resp(s
, parg
, larg
);
1972 case SSL_CTRL_SET_GROUPS
:
1973 return SSL_set1_groups(s
, parg
, larg
);
1975 case SSL_CTRL_SET_GROUPS_LIST
:
1976 return SSL_set1_groups_list(s
, parg
);
1978 case SSL_CTRL_GET_SERVER_TMP_KEY
:
1979 return ssl_ctrl_get_server_tmp_key(s
, parg
);
1981 case SSL_CTRL_SET_MIN_PROTO_VERSION
:
1982 if (larg
< 0 || larg
> UINT16_MAX
)
1984 return SSL_set_min_proto_version(s
, larg
);
1986 case SSL_CTRL_SET_MAX_PROTO_VERSION
:
1987 if (larg
< 0 || larg
> UINT16_MAX
)
1989 return SSL_set_max_proto_version(s
, larg
);
1992 * Legacy controls that should eventually be removed.
1994 case SSL_CTRL_GET_CLIENT_CERT_REQUEST
:
1997 case SSL_CTRL_GET_FLAGS
:
1998 return (int)(s
->s3
->flags
);
2000 case SSL_CTRL_NEED_TMP_RSA
:
2003 case SSL_CTRL_SET_TMP_RSA
:
2004 case SSL_CTRL_SET_TMP_RSA_CB
:
2005 SSLerror(s
, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED
);
2013 ssl3_callback_ctrl(SSL
*s
, int cmd
, void (*fp
)(void))
2015 if (cmd
== SSL_CTRL_SET_TMP_DH_CB
|| cmd
== SSL_CTRL_SET_TMP_ECDH_CB
) {
2016 if (!ssl_cert_inst(&s
->cert
)) {
2017 SSLerror(s
, ERR_R_MALLOC_FAILURE
);
2023 case SSL_CTRL_SET_TMP_RSA_CB
:
2024 SSLerror(s
, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED
);
2027 case SSL_CTRL_SET_TMP_DH_CB
:
2028 s
->cert
->dh_tmp_cb
= (DH
*(*)(SSL
*, int, int))fp
;
2031 case SSL_CTRL_SET_TMP_ECDH_CB
:
2034 case SSL_CTRL_SET_TLSEXT_DEBUG_CB
:
2035 s
->internal
->tlsext_debug_cb
= (void (*)(SSL
*, int , int,
2036 unsigned char *, int, void *))fp
;
2044 _SSL_CTX_set_tmp_dh(SSL_CTX
*ctx
, DH
*dh
)
2048 if ((dh_tmp
= DHparams_dup(dh
)) == NULL
) {
2049 SSLerrorx(ERR_R_DH_LIB
);
2053 DH_free(ctx
->internal
->cert
->dh_tmp
);
2054 ctx
->internal
->cert
->dh_tmp
= dh_tmp
;
2060 _SSL_CTX_set_dh_auto(SSL_CTX
*ctx
, int state
)
2062 ctx
->internal
->cert
->dh_tmp_auto
= state
;
2067 _SSL_CTX_set_tmp_ecdh(SSL_CTX
*ctx
, EC_KEY
*ecdh
)
2069 const EC_GROUP
*group
;
2074 if ((group
= EC_KEY_get0_group(ecdh
)) == NULL
)
2077 nid
= EC_GROUP_get_curve_name(group
);
2078 return SSL_CTX_set1_groups(ctx
, &nid
, 1);
2082 _SSL_CTX_set_ecdh_auto(SSL_CTX
*ctx
, int state
)
2088 _SSL_CTX_set_tlsext_servername_arg(SSL_CTX
*ctx
, void *arg
)
2090 ctx
->internal
->tlsext_servername_arg
= arg
;
2095 _SSL_CTX_get_tlsext_ticket_keys(SSL_CTX
*ctx
, unsigned char *keys
, int keys_len
)
2100 if (keys_len
!= 48) {
2101 SSLerrorx(SSL_R_INVALID_TICKET_KEYS_LENGTH
);
2105 memcpy(keys
, ctx
->internal
->tlsext_tick_key_name
, 16);
2106 memcpy(keys
+ 16, ctx
->internal
->tlsext_tick_hmac_key
, 16);
2107 memcpy(keys
+ 32, ctx
->internal
->tlsext_tick_aes_key
, 16);
2113 _SSL_CTX_set_tlsext_ticket_keys(SSL_CTX
*ctx
, unsigned char *keys
, int keys_len
)
2118 if (keys_len
!= 48) {
2119 SSLerrorx(SSL_R_INVALID_TICKET_KEYS_LENGTH
);
2123 memcpy(ctx
->internal
->tlsext_tick_key_name
, keys
, 16);
2124 memcpy(ctx
->internal
->tlsext_tick_hmac_key
, keys
+ 16, 16);
2125 memcpy(ctx
->internal
->tlsext_tick_aes_key
, keys
+ 32, 16);
2131 _SSL_CTX_set_tlsext_status_arg(SSL_CTX
*ctx
, void *arg
)
2133 ctx
->internal
->tlsext_status_arg
= arg
;
2138 _SSL_CTX_add_extra_chain_cert(SSL_CTX
*ctx
, X509
*cert
)
2140 if (ctx
->extra_certs
== NULL
) {
2141 if ((ctx
->extra_certs
= sk_X509_new_null()) == NULL
)
2144 if (sk_X509_push(ctx
->extra_certs
, cert
) == 0)
2151 _SSL_CTX_get_extra_chain_certs(SSL_CTX
*ctx
, STACK_OF(X509
) **certs
)
2153 *certs
= ctx
->extra_certs
;
2158 _SSL_CTX_clear_extra_chain_certs(SSL_CTX
*ctx
)
2160 sk_X509_pop_free(ctx
->extra_certs
, X509_free
);
2161 ctx
->extra_certs
= NULL
;
2166 SSL_CTX_set1_groups(SSL_CTX
*ctx
, const int *groups
, size_t groups_len
)
2168 return tls1_set_groups(&ctx
->internal
->tlsext_supportedgroups
,
2169 &ctx
->internal
->tlsext_supportedgroups_length
, groups
, groups_len
);
2173 SSL_CTX_set1_groups_list(SSL_CTX
*ctx
, const char *groups
)
2175 return tls1_set_groups_list(&ctx
->internal
->tlsext_supportedgroups
,
2176 &ctx
->internal
->tlsext_supportedgroups_length
, groups
);
2180 ssl3_ctx_ctrl(SSL_CTX
*ctx
, int cmd
, long larg
, void *parg
)
2183 case SSL_CTRL_SET_TMP_DH
:
2184 return _SSL_CTX_set_tmp_dh(ctx
, parg
);
2186 case SSL_CTRL_SET_TMP_DH_CB
:
2187 SSLerrorx(ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED
);
2190 case SSL_CTRL_SET_DH_AUTO
:
2191 return _SSL_CTX_set_dh_auto(ctx
, larg
);
2193 case SSL_CTRL_SET_TMP_ECDH
:
2194 return _SSL_CTX_set_tmp_ecdh(ctx
, parg
);
2196 case SSL_CTRL_SET_TMP_ECDH_CB
:
2197 SSLerrorx(ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED
);
2200 case SSL_CTRL_SET_ECDH_AUTO
:
2201 return _SSL_CTX_set_ecdh_auto(ctx
, larg
);
2203 case SSL_CTRL_SET_TLSEXT_SERVERNAME_ARG
:
2204 return _SSL_CTX_set_tlsext_servername_arg(ctx
, parg
);
2206 case SSL_CTRL_GET_TLSEXT_TICKET_KEYS
:
2207 return _SSL_CTX_get_tlsext_ticket_keys(ctx
, parg
, larg
);
2209 case SSL_CTRL_SET_TLSEXT_TICKET_KEYS
:
2210 return _SSL_CTX_set_tlsext_ticket_keys(ctx
, parg
, larg
);
2212 case SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB_ARG
:
2213 return _SSL_CTX_set_tlsext_status_arg(ctx
, parg
);
2215 case SSL_CTRL_EXTRA_CHAIN_CERT
:
2216 return _SSL_CTX_add_extra_chain_cert(ctx
, parg
);
2218 case SSL_CTRL_GET_EXTRA_CHAIN_CERTS
:
2219 return _SSL_CTX_get_extra_chain_certs(ctx
, parg
);
2221 case SSL_CTRL_CLEAR_EXTRA_CHAIN_CERTS
:
2222 return _SSL_CTX_clear_extra_chain_certs(ctx
);
2224 case SSL_CTRL_SET_GROUPS
:
2225 return SSL_CTX_set1_groups(ctx
, parg
, larg
);
2227 case SSL_CTRL_SET_GROUPS_LIST
:
2228 return SSL_CTX_set1_groups_list(ctx
, parg
);
2230 case SSL_CTRL_SET_MIN_PROTO_VERSION
:
2231 if (larg
< 0 || larg
> UINT16_MAX
)
2233 return SSL_CTX_set_min_proto_version(ctx
, larg
);
2235 case SSL_CTRL_SET_MAX_PROTO_VERSION
:
2236 if (larg
< 0 || larg
> UINT16_MAX
)
2238 return SSL_CTX_set_max_proto_version(ctx
, larg
);
2241 * Legacy controls that should eventually be removed.
2243 case SSL_CTRL_NEED_TMP_RSA
:
2246 case SSL_CTRL_SET_TMP_RSA
:
2247 case SSL_CTRL_SET_TMP_RSA_CB
:
2248 SSLerrorx(ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED
);
2256 ssl3_ctx_callback_ctrl(SSL_CTX
*ctx
, int cmd
, void (*fp
)(void))
2259 case SSL_CTRL_SET_TMP_RSA_CB
:
2260 SSLerrorx(ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED
);
2263 case SSL_CTRL_SET_TMP_DH_CB
:
2264 ctx
->internal
->cert
->dh_tmp_cb
=
2265 (DH
*(*)(SSL
*, int, int))fp
;
2268 case SSL_CTRL_SET_TMP_ECDH_CB
:
2271 case SSL_CTRL_SET_TLSEXT_SERVERNAME_CB
:
2272 ctx
->internal
->tlsext_servername_callback
=
2273 (int (*)(SSL
*, int *, void *))fp
;
2276 case SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB
:
2277 ctx
->internal
->tlsext_status_cb
= (int (*)(SSL
*, void *))fp
;
2280 case SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB
:
2281 ctx
->internal
->tlsext_ticket_key_cb
= (int (*)(SSL
*, unsigned char *,
2282 unsigned char *, EVP_CIPHER_CTX
*, HMAC_CTX
*, int))fp
;
2290 * This function needs to check if the ciphers required are actually available.
2293 ssl3_get_cipher_by_char(const unsigned char *p
)
2296 uint16_t cipher_value
;
2298 /* We have to assume it is at least 2 bytes due to existing API. */
2299 CBS_init(&cipher
, p
, 2);
2300 if (!CBS_get_u16(&cipher
, &cipher_value
))
2303 return ssl3_get_cipher_by_value(cipher_value
);
2307 ssl3_put_cipher_by_char(const SSL_CIPHER
*c
, unsigned char *p
)
2310 if ((c
->id
& ~SSL3_CK_VALUE_MASK
) != SSL3_CK_ID
)
2312 s2n(ssl3_cipher_get_value(c
), p
);
2318 ssl3_choose_cipher(SSL
*s
, STACK_OF(SSL_CIPHER
) *clnt
,
2319 STACK_OF(SSL_CIPHER
) *srvr
)
2321 unsigned long alg_k
, alg_a
, mask_k
, mask_a
;
2322 STACK_OF(SSL_CIPHER
) *prio
, *allow
;
2323 SSL_CIPHER
*c
, *ret
= NULL
;
2327 /* Let's see which ciphers we can support */
2331 * Do not set the compare functions, because this may lead to a
2332 * reordering by "id". We want to keep the original ordering.
2333 * We may pay a price in performance during sk_SSL_CIPHER_find(),
2334 * but would have to pay with the price of sk_SSL_CIPHER_dup().
2337 if (s
->internal
->options
& SSL_OP_CIPHER_SERVER_PREFERENCE
) {
2345 for (i
= 0; i
< sk_SSL_CIPHER_num(prio
); i
++) {
2346 c
= sk_SSL_CIPHER_value(prio
, i
);
2348 /* Skip TLS v1.2 only ciphersuites if not supported. */
2349 if ((c
->algorithm_ssl
& SSL_TLSV1_2
) &&
2350 !SSL_USE_TLS1_2_CIPHERS(s
))
2353 ssl_set_cert_masks(cert
, c
);
2354 mask_k
= cert
->mask_k
;
2355 mask_a
= cert
->mask_a
;
2357 alg_k
= c
->algorithm_mkey
;
2358 alg_a
= c
->algorithm_auth
;
2361 ok
= (alg_k
& mask_k
) && (alg_a
& mask_a
);
2364 * If we are considering an ECC cipher suite that uses our
2365 * certificate check it.
2367 if (alg_a
& SSL_aECDSA
)
2368 ok
= ok
&& tls1_check_ec_server_key(s
);
2370 * If we are considering an ECC cipher suite that uses
2371 * an ephemeral EC key check it.
2373 if (alg_k
& SSL_kECDHE
)
2374 ok
= ok
&& tls1_check_ec_tmp_key(s
);
2378 ii
= sk_SSL_CIPHER_find(allow
, c
);
2380 ret
= sk_SSL_CIPHER_value(allow
, ii
);
2388 ssl3_get_req_cert_types(SSL
*s
, CBB
*cbb
)
2390 unsigned long alg_k
;
2392 alg_k
= S3I(s
)->hs
.new_cipher
->algorithm_mkey
;
2394 #ifndef OPENSSL_NO_GOST
2395 if ((alg_k
& SSL_kGOST
) != 0) {
2396 if (!CBB_add_u8(cbb
, TLS_CT_GOST94_SIGN
))
2398 if (!CBB_add_u8(cbb
, TLS_CT_GOST01_SIGN
))
2400 if (!CBB_add_u8(cbb
, TLS_CT_GOST12_256_SIGN
))
2402 if (!CBB_add_u8(cbb
, TLS_CT_GOST12_512_SIGN
))
2407 if ((alg_k
& SSL_kDHE
) != 0) {
2408 if (!CBB_add_u8(cbb
, SSL3_CT_RSA_FIXED_DH
))
2412 if (!CBB_add_u8(cbb
, SSL3_CT_RSA_SIGN
))
2416 * ECDSA certs can be used with RSA cipher suites as well
2417 * so we don't need to check for SSL_kECDH or SSL_kECDHE.
2419 if (!CBB_add_u8(cbb
, TLS_CT_ECDSA_SIGN
))
2426 ssl3_shutdown(SSL
*s
)
2431 * Don't do anything much if we have not done the handshake or
2432 * we don't want to send messages :-)
2434 if ((s
->internal
->quiet_shutdown
) || (S3I(s
)->hs
.state
== SSL_ST_BEFORE
)) {
2435 s
->internal
->shutdown
= (SSL_SENT_SHUTDOWN
|SSL_RECEIVED_SHUTDOWN
);
2439 if (!(s
->internal
->shutdown
& SSL_SENT_SHUTDOWN
)) {
2440 s
->internal
->shutdown
|=SSL_SENT_SHUTDOWN
;
2441 ssl3_send_alert(s
, SSL3_AL_WARNING
, SSL_AD_CLOSE_NOTIFY
);
2443 * Our shutdown alert has been sent now, and if it still needs
2444 * to be written, s->s3->alert_dispatch will be true
2446 if (s
->s3
->alert_dispatch
)
2447 return(-1); /* return WANT_WRITE */
2448 } else if (s
->s3
->alert_dispatch
) {
2449 /* resend it if not sent */
2450 ret
= s
->method
->ssl_dispatch_alert(s
);
2453 * We only get to return -1 here the 2nd/Nth
2454 * invocation, we must have already signalled
2455 * return 0 upon a previous invoation,
2460 } else if (!(s
->internal
->shutdown
& SSL_RECEIVED_SHUTDOWN
)) {
2461 /* If we are waiting for a close from our peer, we are closed */
2462 s
->method
->internal
->ssl_read_bytes(s
, 0, NULL
, 0, 0);
2463 if (!(s
->internal
->shutdown
& SSL_RECEIVED_SHUTDOWN
)) {
2464 return(-1); /* return WANT_READ */
2468 if ((s
->internal
->shutdown
== (SSL_SENT_SHUTDOWN
|SSL_RECEIVED_SHUTDOWN
)) &&
2469 !s
->s3
->alert_dispatch
)
2476 ssl3_write(SSL
*s
, const void *buf
, int len
)
2481 if (s
->internal
->shutdown
& SSL_SEND_SHUTDOWN
) {
2482 s
->internal
->rwstate
= SSL_NOTHING
;
2487 if (S3I(s
)->renegotiate
)
2488 ssl3_renegotiate_check(s
);
2491 * This is an experimental flag that sends the
2492 * last handshake message in the same packet as the first
2493 * use data - used to see if it helps the TCP protocol during
2496 /* The second test is because the buffer may have been removed */
2497 if ((s
->s3
->flags
& SSL3_FLAGS_POP_BUFFER
) && (s
->wbio
== s
->bbio
)) {
2498 /* First time through, we write into the buffer */
2499 if (S3I(s
)->delay_buf_pop_ret
== 0) {
2500 ret
= ssl3_write_bytes(s
, SSL3_RT_APPLICATION_DATA
,
2505 S3I(s
)->delay_buf_pop_ret
= ret
;
2508 s
->internal
->rwstate
= SSL_WRITING
;
2509 n
= BIO_flush(s
->wbio
);
2512 s
->internal
->rwstate
= SSL_NOTHING
;
2514 /* We have flushed the buffer, so remove it */
2515 ssl_free_wbio_buffer(s
);
2516 s
->s3
->flags
&= ~SSL3_FLAGS_POP_BUFFER
;
2518 ret
= S3I(s
)->delay_buf_pop_ret
;
2519 S3I(s
)->delay_buf_pop_ret
= 0;
2521 ret
= s
->method
->internal
->ssl_write_bytes(s
,
2522 SSL3_RT_APPLICATION_DATA
, buf
, len
);
2531 ssl3_read_internal(SSL
*s
, void *buf
, int len
, int peek
)
2536 if (S3I(s
)->renegotiate
)
2537 ssl3_renegotiate_check(s
);
2538 S3I(s
)->in_read_app_data
= 1;
2539 ret
= s
->method
->internal
->ssl_read_bytes(s
,
2540 SSL3_RT_APPLICATION_DATA
, buf
, len
, peek
);
2541 if ((ret
== -1) && (S3I(s
)->in_read_app_data
== 2)) {
2543 * ssl3_read_bytes decided to call s->internal->handshake_func, which
2544 * called ssl3_read_bytes to read handshake data.
2545 * However, ssl3_read_bytes actually found application data
2546 * and thinks that application data makes sense here; so disable
2547 * handshake processing and try to read application data again.
2549 s
->internal
->in_handshake
++;
2550 ret
= s
->method
->internal
->ssl_read_bytes(s
,
2551 SSL3_RT_APPLICATION_DATA
, buf
, len
, peek
);
2552 s
->internal
->in_handshake
--;
2554 S3I(s
)->in_read_app_data
= 0;
2560 ssl3_read(SSL
*s
, void *buf
, int len
)
2562 return ssl3_read_internal(s
, buf
, len
, 0);
2566 ssl3_peek(SSL
*s
, void *buf
, int len
)
2568 return ssl3_read_internal(s
, buf
, len
, 1);
2572 ssl3_renegotiate(SSL
*s
)
2574 if (s
->internal
->handshake_func
== NULL
)
2577 if (s
->s3
->flags
& SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS
)
2580 S3I(s
)->renegotiate
= 1;
2585 ssl3_renegotiate_check(SSL
*s
)
2589 if (S3I(s
)->renegotiate
) {
2590 if ((s
->s3
->rbuf
.left
== 0) && (s
->s3
->wbuf
.left
== 0) &&
2593 * If we are the server, and we have sent
2594 * a 'RENEGOTIATE' message, we need to go
2598 S3I(s
)->hs
.state
= SSL_ST_RENEGOTIATE
;
2599 S3I(s
)->renegotiate
= 0;
2600 S3I(s
)->num_renegotiations
++;
2601 S3I(s
)->total_renegotiations
++;
2608 * If we are using default SHA1+MD5 algorithms switch to new SHA256 PRF
2609 * and handshake macs if required.
2612 ssl_get_algorithm2(SSL
*s
)
2614 long alg2
= S3I(s
)->hs
.new_cipher
->algorithm2
;
2616 if (s
->method
->internal
->ssl3_enc
->enc_flags
& SSL_ENC_FLAG_SHA256_PRF
&&
2617 alg2
== (SSL_HANDSHAKE_MAC_DEFAULT
|TLS1_PRF
))
2618 return SSL_HANDSHAKE_MAC_SHA256
| TLS1_PRF_SHA256
;