Constant TLS_PROTOCOL_VERSION
pub const TLS_PROTOCOL_VERSION: &'static str;
Expand description
Numeric part of the version parsed from the original string of the negotiated SSL/TLS protocol version
ยงExamples
"1.2"
"3"
pub const TLS_PROTOCOL_VERSION: &'static str;
Numeric part of the version parsed from the original string of the negotiated SSL/TLS protocol version
"1.2"
"3"