Home
last modified time | relevance | path

Searched refs:NO_TLSV1_3 (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dconnector.rs282 ctx.set_options(SslOptions::NO_TLSV1_3); in mozilla_intermediate()
312 ctx.set_options(SslOptions::NO_TLSV1_3); in mozilla_modern()
Dmod.rs221 const NO_TLSV1_3 = ffi::SSL_OP_NO_TLSv1_3 as SslOptionsRepr; constant
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
Dmod.rs936 client.ctx().set_options(super::SslOptions::NO_TLSV1_3); in tmp_dh_callback()
986 client.ctx().set_options(super::SslOptions::NO_TLSV1_3); in tmp_dh_callback_ssl()
1408 client.ctx().set_options(super::SslOptions::NO_TLSV1_3); in psk_ciphers()
/third_party/rust/crates/rust-openssl/openssl/
DCHANGELOG.md687 * Added `SslOptions::NO_TLSV1_3`. (OpenSSL 1.1.1 only)