SSL_CIPHER_get_name

Return the OpenSSL display name of a cipher suite.

Synopsis

Declared in <openssl/ssl.h>

char const*
SSL_CIPHER_get_name(SSL_CIPHER const* c);

Return Value

Static name string, or "(NONE)" if c is NULL.

Parameters

NameDescription
cCipher suite to query.