Return the OpenSSL display name of a cipher suite.
Declared in <openssl/ssl.h>
<openssl/ssl.h>
char const* SSL_CIPHER_get_name(SSL_CIPHER const* c);
Static name string, or "(NONE)" if c is NULL.
c