Searched defs:NO_RENEGOTIATION (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/ | ||
H A D | ssl.py | 215 NO_RENEGOTIATION = 100 variable in _TLSAlertType |
/third_party/python/Lib/test/ | ||
H A D | test_ssl.py | 5168 NO_RENEGOTIATION = 100 variable in TestEnumerations.test_tlsalerttype.Checked_TLSAlertType |
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ | ||
H A D | mod.rs | 257 const NO_RENEGOTIATION = ffi::SSL_OP_NO_RENEGOTIATION as SslOptionsRepr; consts |
Completed in 15 milliseconds