mirror of
https://github.com/openssl/openssl.git
synced 2024-12-18 22:43:41 +08:00
Update TLS1.3 draft version numbers for latest draft
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
cd99883755
commit
619d8336d0
@ -68,8 +68,8 @@ extern "C" {
|
|||||||
# define TLS1_3_VERSION 0x0304
|
# define TLS1_3_VERSION 0x0304
|
||||||
# define TLS_MAX_VERSION TLS1_3_VERSION
|
# define TLS_MAX_VERSION TLS1_3_VERSION
|
||||||
|
|
||||||
/* TODO(TLS1.3) REMOVE ME: Version indicator for draft -17 */
|
/* TODO(TLS1.3) REMOVE ME: Version indicator for draft -18 */
|
||||||
# define TLS1_3_VERSION_DRAFT 0x7f11
|
# define TLS1_3_VERSION_DRAFT 0x7f12
|
||||||
|
|
||||||
/* Special value for method supporting multiple versions */
|
/* Special value for method supporting multiple versions */
|
||||||
# define TLS_ANY_VERSION 0x10000
|
# define TLS_ANY_VERSION 0x10000
|
||||||
|
@ -571,7 +571,7 @@ static ssl_trace_tbl ssl_supp_versions_tbl[] = {
|
|||||||
{TLS1_1_VERSION, "TLSv1.1"},
|
{TLS1_1_VERSION, "TLSv1.1"},
|
||||||
{TLS1_2_VERSION, "TLSv1.2"},
|
{TLS1_2_VERSION, "TLSv1.2"},
|
||||||
{TLS1_3_VERSION, "TLSv1.3"},
|
{TLS1_3_VERSION, "TLSv1.3"},
|
||||||
{TLS1_3_VERSION_DRAFT, "TLSv1.3 draft 17"}
|
{TLS1_3_VERSION_DRAFT, "TLSv1.3 draft 18"}
|
||||||
};
|
};
|
||||||
|
|
||||||
static void ssl_print_hex(BIO *bio, int indent, const char *name,
|
static void ssl_print_hex(BIO *bio, int indent, const char *name,
|
||||||
|
Loading…
Reference in New Issue
Block a user