summaryrefslogtreecommitdiffstats
path: root/util/perl
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-11-03 11:26:29 +0000
committerMatt Caswell <matt@openssl.org>2017-12-14 15:06:37 +0000
commit86b165e39fa94d4eceb9bb1611350b949fea7cc9 (patch)
tree60d8a9b7ff74c14148d538bea03607ba5706229b /util/perl
parentf90852093f149ae942a77c2c27d2a61888cff8e9 (diff)
Update the TLSv1.3 draft version indicators to draft 22
Reviewed-by: Ben Kaduk <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/4701)
Diffstat (limited to 'util/perl')
-rw-r--r--util/perl/TLSProxy/Record.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/perl/TLSProxy/Record.pm b/util/perl/TLSProxy/Record.pm
index 5017c9094c..c5583082da 100644
--- a/util/perl/TLSProxy/Record.pm
+++ b/util/perl/TLSProxy/Record.pm
@@ -36,7 +36,7 @@ my %record_type = (
use constant {
VERS_TLS_1_4 => 0x0305,
- VERS_TLS_1_3_DRAFT => 0x7f15,
+ VERS_TLS_1_3_DRAFT => 0x7f16,
VERS_TLS_1_3 => 0x0304,
VERS_TLS_1_2 => 0x0303,
VERS_TLS_1_1 => 0x0302,