#include <tcptls.h>

Data Fields | |
| char * | cafile |
| char * | capath |
| char * | certfile |
| char * | cipher |
| int | enabled |
| struct ast_flags | flags |
| SSL_CTX * | ssl_ctx |
| char* cafile |
Definition at line 82 of file tcptls.h.
Referenced by __ssl_setup(), reload_config(), sip_prepare_socket(), sip_tcptls_client_args_destructor(), and unload_module().
| char* capath |
Definition at line 83 of file tcptls.h.
Referenced by __ssl_setup(), reload_config(), sip_prepare_socket(), sip_tcptls_client_args_destructor(), and unload_module().
| char* certfile |
Definition at line 80 of file tcptls.h.
Referenced by __ast_http_load(), __init_manager(), __ssl_setup(), reload_config(), sip_prepare_socket(), sip_tcptls_client_args_destructor(), and unload_module().
| char* cipher |
Definition at line 81 of file tcptls.h.
Referenced by __ast_http_load(), __init_manager(), __ssl_setup(), reload_config(), sip_prepare_socket(), sip_tcptls_client_args_destructor(), and unload_module().
| int enabled |
Definition at line 79 of file tcptls.h.
Referenced by __ast_http_load(), __init_manager(), __ssl_setup(), ast_tcptls_client_start(), handle_show_http(), httpstatus_callback(), reload_config(), and sip_show_settings().
Definition at line 84 of file tcptls.h.
Referenced by handle_tcptls_connection(), and reload_config().
| SSL_CTX* ssl_ctx |
Definition at line 85 of file tcptls.h.
Referenced by __ssl_setup(), and handle_tcptls_connection().