Searched refs:no_tls11 (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/test/ossl_shim/ | ||
D | test_config.h | 36 bool no_tls11 = false; member |
D | test_config.cc | 53 { "-no-tls11", &TestConfig::no_tls11 }, |
D | ossl_shim.cc | 939 if (config->no_tls11) { in DoExchange() |