Map an RFC cipher suite name to the corresponding OpenSSL cipher name.
Declared in <openssl/ssl.h>
char const*
OPENSSL_cipher_name(char const* rfc_name);
OpenSSL cipher name string (do not free), or "UNKNOWN" if unmapped.
| Name | Description |
|---|---|
| rfc_name | RFC standard name (for example "TLS_AES_128_GCM_SHA256"). |