Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs571 pub const ALERT_FATAL: SniError = SniError(ffi::SSL_TLSEXT_ERR_ALERT_FATAL); constant
603 pub const ALERT_FATAL: AlpnError = AlpnError(ffi::SSL_TLSEXT_ERR_ALERT_FATAL); constant
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
Dmod.rs475 .ok_or(ssl::AlpnError::ALERT_FATAL) in test_alpn_server_select_none_fatal()