SSL_CIPHER_standard_name

Return the standard RFC name of a cipher suite.

Synopsis

Declared in <openssl/ssl.h>

char const*
SSL_CIPHER_standard_name(SSL_CIPHER const* c);

Return Value

Static RFC name, "(NONE)" if c is NULL, or NULL if the suite has no standard name.

Parameters

NameDescription
cCipher suite to query.