Home
last modified time | relevance | path

Searched refs:NO_TLSV1 (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dconnector.rs236 ctx.set_options(SslOptions::NO_TLSV1 | SslOptions::NO_TLSV1_1); in mozilla_intermediate_v5()
309 SslOptions::CIPHER_SERVER_PREFERENCE | SslOptions::NO_TLSV1 | SslOptions::NO_TLSV1_1, in mozilla_modern()
Dmod.rs209 const NO_TLSV1 = ffi::SSL_OP_NO_TLSv1 as SslOptionsRepr; constant