Searched refs:VERS_TLS_1_2 (Results 1 – 6 of 6) sorted by relevance
| /freebsd/crypto/openssl/test/recipes/ |
| H A D | 70-test_sslrecords.t | 383 TLSProxy::Record::VERS_TLS_1_2, 426 TLSProxy::Record::VERS_TLS_1_2, 441 TLSProxy::Record::VERS_TLS_1_2, 473 TLSProxy::Record::VERS_TLS_1_2, 512 TLSProxy::Record::VERS_TLS_1_2, 552 TLSProxy::Record::VERS_TLS_1_2, 572 TLSProxy::Record::VERS_TLS_1_2, 586 TLSProxy::Record::VERS_TLS_1_2, 777 TLSProxy::Record::VERS_TLS_1_2, 807 TLSProxy::Record::VERS_TLS_1_2, [all …]
|
| H A D | 70-test_sslversions.t | 76 && $record->version() == TLSProxy::Record::VERS_TLS_1_2, 92 && $record->version() == TLSProxy::Record::VERS_TLS_1_2 114 && $record->version() == TLSProxy::Record::VERS_TLS_1_2
|
| H A D | 70-test_sslcbcpadding.t | 116 TLSProxy::Record::VERS_TLS_1_2,
|
| /freebsd/crypto/openssl/util/perl/TLSProxy/ |
| H A D | CertificateVerify.pm | 55 || $record->version() == TLSProxy::Record::VERS_TLS_1_2
|
| H A D | Record.pm | 43 VERS_TLS_1_2 => 0x0303, constant 54 VERS_TLS_1_2, "TLS1.2",
|
| H A D | ServerKeyExchange.pm | 80 || $record->version() == TLSProxy::Record::VERS_TLS_1_2) {
|