aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-07-04 11:02:02 +0100
committerMatt Caswell <matt@openssl.org>2017-07-07 15:02:09 +0100
commit07ff590f8f2d0affcd89afad103274100bb5705b (patch)
tree38f25e3615a3ededc3d85b201a6f78f24cb5522f /util
parent9561e2a169f499f8346ffdd7541bc4e3d81d6711 (diff)
downloadopenssl-07ff590f8f2d0affcd89afad103274100bb5705b.tar.gz
Update the version number for TLSv1.3 draft 21
Reviewed-by: Ben Kaduk <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/3852)
Diffstat (limited to 'util')
-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 8c6e901558..5017c9094c 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 => 0x7f14,
+ VERS_TLS_1_3_DRAFT => 0x7f15,
VERS_TLS_1_3 => 0x0304,
VERS_TLS_1_2 => 0x0303,
VERS_TLS_1_1 => 0x0302,