summaryrefslogtreecommitdiffstats
path: root/util/TLSProxy
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-05-03 12:16:05 +0100
committerMatt Caswell <matt@openssl.org>2017-05-03 17:23:02 +0100
commit198d5021ae03f18052ca157824c0c9b0afd895a9 (patch)
treec1b6db570940648becc411d0724ebcb5308309c4 /util/TLSProxy
parent17aa119e7be1894cddedbe4d8668c3f530f95105 (diff)
Update the TLSv1.3 version indicator for draft-20
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3371)
Diffstat (limited to 'util/TLSProxy')
-rw-r--r--util/TLSProxy/Record.pm2
1 files changed, 1 insertions, 1 deletions
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,