OpenVPN
|
Get a tls_cipher_name_pair containing OpenSSL and IANA names for supplied TLS cipher name. More...
#include <ssl_util.h>
Data Fields | |
const char * | openssl_name |
const char * | iana_name |
Get a tls_cipher_name_pair containing OpenSSL and IANA names for supplied TLS cipher name.
cipher_name | Can be either OpenSSL or IANA cipher name |
Definition at line 75 of file ssl_util.h.
const char* tls_cipher_name_pair::iana_name |
Definition at line 75 of file ssl_util.h.
Referenced by convert_tls_list_to_openssl(), show_available_tls_ciphers_list(), and tls_get_cipher_name_pair().
const char* tls_cipher_name_pair::openssl_name |
Definition at line 75 of file ssl_util.h.
Referenced by convert_tls_list_to_openssl(), and tls_get_cipher_name_pair().