Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dconnector.rs36 | SslOptions::NO_SSLV3 in ctx()
Dmod.rs206 const NO_SSLV3 = ffi::SSL_OP_NO_SSLv3 as SslOptionsRepr; constant