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