Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dconnector.rs35 | SslOptions::NO_SSLV2 in ctx()
Dmod.rs203 const NO_SSLV2 = ffi::SSL_OP_NO_SSLv2 as SslOptionsRepr; constant