Home
last modified time | relevance | path

Searched refs:VERS_TLS_1_3 (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/test/recipes/
H A D70-test_sslvertol.t61 my $previous_version = tls_version_below(TLSProxy::Record::VERS_TLS_1_3);
78 $client_version = TLSProxy::Record::VERS_TLS_1_3;
/freebsd/crypto/openssl/util/perl/TLSProxy/
H A DRecord.pm39 VERS_TLS_1_3 => 0x0304, constant
48 VERS_TLS_1_3, "TLS1.3",
H A DServerHello.pm104 } elsif ($neg_version == TLSProxy::Record::VERS_TLS_1_3) {