summaryrefslogtreecommitdiffstats
path: root/util/perl
diff options
context:
space:
mode:
authorBenjamin Kaduk <bkaduk@akamai.com>2018-01-11 10:49:33 -0600
committerBenjamin Kaduk <bkaduk@akamai.com>2018-01-25 10:22:40 -0600
commit3b16c6648eaf818d3637e1b1863e768796afd805 (patch)
tree7c54421152f5b3dc3ba33f23015828f65dd02c97 /util/perl
parenteee8a40aa5e06841eed6fa8eb4f6109238d59aea (diff)
Bump TLS1_3_VERSION_DRAFT for draft-23
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5068)
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 61ac8e2d7b..47daf92d31 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 => 0x7f16,
+ VERS_TLS_1_3_DRAFT => 0x7f17,
VERS_TLS_1_3 => 0x0304,
VERS_TLS_1_2 => 0x0303,
VERS_TLS_1_1 => 0x0302,