Function s2n_tls_sys::s2n_connection_get_kem_group_name

source ·
pub unsafe extern "C" fn s2n_connection_get_kem_group_name(
    conn: *mut s2n_connection
) -> *const c_char
Expand description

Function to get the human readable KEM group name for the connection.

@param conn A pointer to the s2n connection @returns A human readable string for the KEM group. If the connection is < TLS1.3 or there is no KEM group configured returns “NONE”