#include <tcptls.h>

Data Fields | |
| char * | cafile |
| char * | capath |
| char * | certfile |
| char * | cipher |
| int | enabled |
| struct ast_flags | flags |
| char * | pvtfile |
| SSL_CTX * | ssl_ctx |
| char* cafile |
Definition at line 90 of file tcptls.h.
Referenced by sip_tcptls_client_args_destructor(), sip_prepare_socket(), reload_config(), unload_module(), __ssl_setup(), and ast_tls_read_conf().
| char* capath |
Definition at line 91 of file tcptls.h.
Referenced by sip_tcptls_client_args_destructor(), sip_prepare_socket(), reload_config(), unload_module(), __ssl_setup(), and ast_tls_read_conf().
| char* certfile |
Definition at line 87 of file tcptls.h.
Referenced by sip_tcptls_client_args_destructor(), sip_prepare_socket(), reload_config(), unload_module(), __ast_http_load(), handle_manager_show_settings(), __init_manager(), __ssl_setup(), and ast_tls_read_conf().
| char* cipher |
Definition at line 89 of file tcptls.h.
Referenced by sip_tcptls_client_args_destructor(), sip_prepare_socket(), reload_config(), unload_module(), __ast_http_load(), handle_manager_show_settings(), __init_manager(), __ssl_setup(), and ast_tls_read_conf().
| int enabled |
Definition at line 86 of file tcptls.h.
Referenced by sip_show_settings(), reload_config(), httpstatus_callback(), __ast_http_load(), handle_show_http(), handle_manager_show_settings(), __init_manager(), __ssl_setup(), ast_tcptls_client_start(), and ast_tls_read_conf().
Definition at line 92 of file tcptls.h.
Referenced by handle_tcptls_connection(), __ssl_setup(), and ast_tls_read_conf().
| char* pvtfile |
Definition at line 88 of file tcptls.h.
Referenced by sip_tcptls_client_args_destructor(), sip_prepare_socket(), reload_config(), unload_module(), __ast_http_load(), handle_manager_show_settings(), __init_manager(), __ssl_setup(), and ast_tls_read_conf().
| SSL_CTX* ssl_ctx |
Definition at line 93 of file tcptls.h.
Referenced by handle_tcptls_connection(), and __ssl_setup().