summaryrefslogtreecommitdiffstats
path: root/util/TLSProxy
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-10-23 00:41:11 +0100
committerMatt Caswell <matt@openssl.org>2016-11-09 16:03:08 +0000
commitcd99883755f428ac47e8e2ccb21333b675ec22d9 (patch)
tree17d181d3e756614af7ea3d716af156198537f98b /util/TLSProxy
parent5506e835a87f3ab8be77c96d3ccea8566bd42335 (diff)
Add server side support for supported_versions extension
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'util/TLSProxy')
-rw-r--r--util/TLSProxy/Record.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/TLSProxy/Record.pm b/util/TLSProxy/Record.pm
index a4e7adcf82..bf6de439ad 100644
--- a/util/TLSProxy/Record.pm
+++ b/util/TLSProxy/Record.pm
@@ -35,6 +35,7 @@ my %record_type = (
);
use constant {
+ VERS_TLS_1_4 => 773,
VERS_TLS_1_3 => 772,
VERS_TLS_1_2 => 771,
VERS_TLS_1_1 => 770,