Function rustls_supported_ciphersuite_protocol_version

Source
#[no_mangle]
pub extern "C" fn rustls_supported_ciphersuite_protocol_version(
    supported_ciphersuite: *const rustls_supported_ciphersuite,
) -> rustls_tls_version
Expand description

Returns the rustls_tls_version of the ciphersuite.

See also RUSTLS_ALL_VERSIONS.