summaryrefslogtreecommitdiffstats
path: root/util/TLSProxy/ServerHello.pm
diff options
context:
space:
mode:
Diffstat (limited to 'util/TLSProxy/ServerHello.pm')
-rw-r--r--util/TLSProxy/ServerHello.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/TLSProxy/ServerHello.pm b/util/TLSProxy/ServerHello.pm
index 9d6ad385bb..a1bc7b3d48 100644
--- a/util/TLSProxy/ServerHello.pm
+++ b/util/TLSProxy/ServerHello.pm
@@ -98,6 +98,7 @@ sub parse
if ($server_version == TLSProxy::Record::VERS_TLS_1_3_DRAFT) {
TLSProxy::Record->server_encrypting(1);
TLSProxy::Record->client_encrypting(1);
+ TLSProxy::Proxy->is_tls13(1);
}
print " Server Version:".$server_version."\n";