From 198d5021ae03f18052ca157824c0c9b0afd895a9 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Wed, 3 May 2017 12:16:05 +0100 Subject: Update the TLSv1.3 version indicator for draft-20 Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/3371) --- util/TLSProxy/Record.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/TLSProxy') diff --git a/util/TLSProxy/Record.pm b/util/TLSProxy/Record.pm index 5925119398..8c6e901558 100644 --- a/util/TLSProxy/Record.pm +++ b/util/TLSProxy/Record.pm @@ -36,7 +36,7 @@ my %record_type = ( use constant { VERS_TLS_1_4 => 0x0305, - VERS_TLS_1_3_DRAFT => 0x7f13, + VERS_TLS_1_3_DRAFT => 0x7f14, VERS_TLS_1_3 => 0x0304, VERS_TLS_1_2 => 0x0303, VERS_TLS_1_1 => 0x0302, -- cgit v1.2.3