.TH "eXosip_tls_ctx_s" 3 "Thu Dec 15 2016" "Version 4.1.0" "libeXosip2" \" -*- nroff -*- .ad l .nh .SH NAME eXosip_tls_ctx_s \- .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Data Fields" .in +1c .ti -1c .RI "char \fBrandom_file\fP [1024]" .br .ti -1c .RI "char \fBdh_param\fP [1024]" .br .ti -1c .RI "char \fBroot_ca_cert\fP [1024]" .br .ti -1c .RI "\fBeXosip_tls_credentials_t\fP \fBclient\fP" .br .ti -1c .RI "\fBeXosip_tls_credentials_t\fP \fBserver\fP" .br .in -1c .SH "Detailed Description" .PP structure to describe the whole TLS-context for eXosip consists of a certificate, a corresponding private key and its password .SH "Field Documentation" .PP .SS "char eXosip_tls_ctx_s::random_file[1024]" absolute path to a file with random(!) data .SS "char eXosip_tls_ctx_s::dh_param[1024]" absolute path to a file necessary for diffie hellman key exchange .SS "char eXosip_tls_ctx_s::root_ca_cert[1024]" absolute path to the file with known rootCAs .SS "\fBeXosip_tls_credentials_t\fP eXosip_tls_ctx_s::client" credential of the client .SS "\fBeXosip_tls_credentials_t\fP eXosip_tls_ctx_s::server" credential of the server .SH "Author" .PP Generated automatically by Doxygen for libeXosip2 from the source code\&.