Home
last modified time | relevance | path

Searched refs:VERS_TLS_1_1 (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/util/perl/TLSProxy/
DRecord.pm41 VERS_TLS_1_1 => 0x0302, constant
50 VERS_TLS_1_1, "TLS1.1",
203 if($self->version >= VERS_TLS_1_1()) {
245 } elsif ($self->version >= VERS_TLS_1_1()) {
DMessage.pm513 if ($rec->version() >= TLSProxy::Record::VERS_TLS_1_1) {
/third_party/openssl/test/recipes/
D70-test_sslversions.t102 && $record->version() == TLSProxy::Record::VERS_TLS_1_1,
D70-test_sslrecords.t513 @{$records}[-1]->version(TLSProxy::Record::VERS_TLS_1_1);