Module: Kamailio TLS support. More...
#include "tls_config.h"
#include "../config.h"

Go to the source code of this file.
Variables | |
| char * | tls_ca_file = TLS_CA_FILE |
| char * | tls_cert_file = TLS_CERT_FILE |
| char * | tls_ciphers_list = 0 |
| int | tls_client_domain_avp = 0 |
| int | tls_handshake_timeout = 30 |
| int | tls_log |
| int | tls_method = TLS_USE_SSLv23 |
| char * | tls_pkey_file = TLS_PKEY_FILE |
| int | tls_require_client_cert = 1 |
| int | tls_send_timeout = 30 |
| int | tls_server_name_avp = 0 |
| int | tls_verify_client_cert = 1 |
| int | tls_verify_server_cert = 1 |
Module: Kamailio TLS support.
Definition in file tls_config.c.
| char* tls_ca_file = TLS_CA_FILE |
| char* tls_cert_file = TLS_CERT_FILE |
| char* tls_ciphers_list = 0 |
Definition at line 53 of file tls_config.c.
| int tls_client_domain_avp = 0 |
| int tls_handshake_timeout = 30 |
| int tls_log |
Definition at line 35 of file tls_config.c.
| int tls_method = TLS_USE_SSLv23 |
Definition at line 37 of file tls_config.c.
| char* tls_pkey_file = TLS_PKEY_FILE |
| int tls_require_client_cert = 1 |
| int tls_send_timeout = 30 |
| int tls_server_name_avp = 0 |
| int tls_verify_client_cert = 1 |
| int tls_verify_server_cert = 1 |
1.5.6