SIP Witch 1.9.15
|
structure to describe the whole TLS-context for eXosip consists of a certificate, a corresponding private key and its password More...
#include <eX_setup.h>
Data Fields | |
char | random_file [1024] |
absolute path to a file with random(!) data More... | |
char | dh_param [1024] |
absolute path to a file necessary for diffie hellman key exchange More... | |
char | root_ca_cert [1024] |
absolute path to the file with known rootCAs More... | |
eXosip_tls_credentials_t | client |
credential of the client More... | |
eXosip_tls_credentials_t | server |
credential of the server More... | |
structure to describe the whole TLS-context for eXosip consists of a certificate, a corresponding private key and its password
Definition at line 171 of file eX_setup.h.
eXosip_tls_credentials_t eXosip_tls_ctx_s::client |
credential of the client
Definition at line 175 of file eX_setup.h.
char eXosip_tls_ctx_s::dh_param[1024] |
absolute path to a file necessary for diffie hellman key exchange
Definition at line 173 of file eX_setup.h.
char eXosip_tls_ctx_s::random_file[1024] |
absolute path to a file with random(!) data
Definition at line 172 of file eX_setup.h.
char eXosip_tls_ctx_s::root_ca_cert[1024] |
absolute path to the file with known rootCAs
Definition at line 174 of file eX_setup.h.
eXosip_tls_credentials_t eXosip_tls_ctx_s::server |
credential of the server
Definition at line 176 of file eX_setup.h.