Module: Kamailio TLS support. More...
#include <openssl/ssl.h>
#include "../tcp_conn.h"


Go to the source code of this file.
Defines | |
| #define | OPENSSL_NO_TLSEXT |
Enumerations | |
| enum | tls_method { TLS_METHOD_UNSPEC = 0, TLS_USE_SSLv2_cli, TLS_USE_SSLv2_srv, TLS_USE_SSLv2, TLS_USE_SSLv3_cli, TLS_USE_SSLv3_srv, TLS_USE_SSLv3, TLS_USE_TLSv1_cli, TLS_USE_TLSv1_srv, TLS_USE_TLSv1, TLS_USE_SSLv23_cli, TLS_USE_SSLv23_srv, TLS_USE_SSLv23 } |
Variables | |
| char * | tls_ca_file |
| char * | tls_cert_file |
| char * | tls_ciphers_list |
| int | tls_client_domain_avp |
| int | tls_handshake_timeout |
| int | tls_log |
| int | tls_method |
| char * | tls_pkey_file |
| int | tls_require_client_cert |
| int | tls_send_timeout |
| int | tls_server_name_avp |
| int | tls_verify_client_cert |
| int | tls_verify_server_cert |
Module: Kamailio TLS support.
Definition in file tls_config.h.
| #define OPENSSL_NO_TLSEXT |
| enum tls_method |
Definition at line 44 of file tls_config.h.
| char* tls_ca_file |
| char* tls_cert_file |
| char* tls_ciphers_list |
Definition at line 53 of file tls_config.c.
| int tls_log |
Definition at line 35 of file tls_config.c.
| int tls_method |
Definition at line 37 of file tls_config.c.
| char* tls_pkey_file |
| int tls_send_timeout |
1.5.6