Return the standard RFC name of a cipher suite.
Declared in <openssl/ssl.h>
<openssl/ssl.h>
char const* SSL_CIPHER_standard_name(SSL_CIPHER const* c);
Static RFC name, "(NONE)" if c is NULL, or NULL if the suite has no standard name.
c