summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-03-13 13:13:33 +0000
committerMatt Caswell <matt@openssl.org>2018-03-14 09:51:20 +0000
commit5b68d1792021463b7cd5d76c82b251d61a56d869 (patch)
tree97f161b8a4cdbac7a2d9f0bf62f5f62162cfb047 /util
parent27e462f1b0c8d6295c745611e36beb5774de6688 (diff)
Update version numbers for TLSv1.3 draft-26
Reviewed-by: Ben Kaduk <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/5604)
Diffstat (limited to 'util')
-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 773f759aab..b52e344419 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 => 0x7f17,
+ VERS_TLS_1_3_DRAFT => 0x7f1a,
VERS_TLS_1_3 => 0x0304,
VERS_TLS_1_2 => 0x0303,
VERS_TLS_1_1 => 0x0302,