pub fn show_cipher_suite(code: u16) -> Option<&'static str>Expand description
The IANA name of a TLS 1.3 cipher suite codepoint.
Returns None for anything outside TLS13_CIPHER_SUITES rather than
inventing a label, so an unknown number is reported as the number.