#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 97 of file tcptls.h.
Referenced by __ssl_setup(), ast_tls_read_conf(), reload_config(), sip_prepare_socket(), sip_tcptls_client_args_destructor(), and unload_module().
| char* capath |
Definition at line 98 of file tcptls.h.
Referenced by __ssl_setup(), ast_tls_read_conf(), reload_config(), sip_prepare_socket(), sip_tcptls_client_args_destructor(), and unload_module().
| char* certfile |
Definition at line 94 of file tcptls.h.
Referenced by __ast_http_load(), __ssl_setup(), ast_tls_read_conf(), handle_manager_show_settings(), http_shutdown(), manager_set_defaults(), manager_shutdown(), reload_config(), sip_prepare_socket(), sip_tcptls_client_args_destructor(), and unload_module().
| char* cipher |
Definition at line 96 of file tcptls.h.
Referenced by __ast_http_load(), __ssl_setup(), ast_tls_read_conf(), handle_manager_show_settings(), http_shutdown(), manager_set_defaults(), manager_shutdown(), reload_config(), sip_prepare_socket(), sip_tcptls_client_args_destructor(), and unload_module().
| int enabled |
Definition at line 93 of file tcptls.h.
Referenced by __ast_http_load(), __init_manager(), __ssl_setup(), ast_tcptls_client_start(), ast_tls_read_conf(), build_peer(), handle_manager_show_settings(), handle_show_http(), http_shutdown(), httpstatus_callback(), manager_set_defaults(), reload_config(), and sip_show_settings().
Definition at line 99 of file tcptls.h.
Referenced by __ssl_setup(), ast_tls_read_conf(), and handle_tcptls_connection().
| char* pvtfile |
Definition at line 95 of file tcptls.h.
Referenced by __ast_http_load(), __ssl_setup(), ast_tls_read_conf(), handle_manager_show_settings(), http_shutdown(), manager_set_defaults(), manager_shutdown(), reload_config(), sip_prepare_socket(), sip_tcptls_client_args_destructor(), and unload_module().
| SSL_CTX* ssl_ctx |
Definition at line 100 of file tcptls.h.
Referenced by __ssl_setup(), ast_ssl_teardown(), and handle_tcptls_connection().