Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dssl.py211 NO_RENEGOTIATION = 100 variable in _TLSAlertType
/third_party/rust/crates/rust-openssl/openssl/
DCHANGELOG.md375 * Added `SslOptions::NO_RENEGOTIATION`.
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs257 const NO_RENEGOTIATION = ffi::SSL_OP_NO_RENEGOTIATION as SslOptionsRepr; constant
/third_party/python/Modules/
D_ssl.c5810 ADD_AD_CONSTANT(NO_RENEGOTIATION); in sslmodule_init_constants()