OpenVPN
Data Fields
tls_cipher_name_pair Struct Reference

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
 

Detailed Description

Get a tls_cipher_name_pair containing OpenSSL and IANA names for supplied TLS cipher name.

Parameters
cipher_nameCan be either OpenSSL or IANA cipher name
Returns
tls_cipher_name_pair* if found, NULL otherwise

Definition at line 75 of file ssl_util.h.

Field Documentation

◆ iana_name

const char* tls_cipher_name_pair::iana_name

◆ openssl_name

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().


The documentation for this struct was generated from the following file: