eXosip_tls_ctx_s

Langue: en

Autres versions - même langue

Version: 345079 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

eXosip_tls_ctx_s -

SYNOPSIS


#include <eXosip.h>

Data Fields


char random_file [1024]

char dh_param [1024]

char root_ca_cert [1024]

eXosip_tls_credentials_t client

eXosip_tls_credentials_t server

Detailed Description

structure to describe the whole TLS-context for eXosip consists of a certificate, a corresponding private key and its password

Field Documentation

char eXosip_tls_ctx_s::random_file[1024]absolute path to a file with random(!) data

char eXosip_tls_ctx_s::dh_param[1024]absolute path to a file necessary for diffie hellman key exchange

char eXosip_tls_ctx_s::root_ca_cert[1024]absolute path to the file with known rootCAs

eXosip_tls_credentials_t eXosip_tls_ctx_s::clientcredential of the client

eXosip_tls_credentials_t eXosip_tls_ctx_s::servercredential of the server

Author

Generated automatically by Doxygen for libeXosip2 from the source code.