Searched refs:NO_SSLV3 (Results 1 – 2 of 2) sorted by relevance
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ | ||
D | connector.rs | 36 | SslOptions::NO_SSLV3 in ctx() |
D | mod.rs | 206 const NO_SSLV3 = ffi::SSL_OP_NO_SSLv3 as SslOptionsRepr; constant |