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
Name |
Description |
c |
Cipher suite to query. |
Created with MrDocs