| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
#include <tcptls.h>

| Data Fields | |
| char * | cafile | 
| char | cahash [41] | 
| char * | capath | 
| char * | certfile | 
| char | certhash [41] | 
| char * | cipher | 
| int | enabled | 
| struct ast_flags | flags | 
| char * | pvtfile | 
| char | pvthash [41] | 
| SSL_CTX * | ssl_ctx | 
| char* cafile | 
Definition at line 93 of file tcptls.h.
Referenced by __ssl_setup(), ast_tls_read_conf(), manager_set_defaults(), and manager_shutdown().
| char* capath | 
Definition at line 94 of file tcptls.h.
Referenced by __ast_http_load(), __ssl_setup(), ast_tls_read_conf(), manager_set_defaults(), manager_shutdown(), and unload_module().
| char* certfile | 
Definition at line 90 of file tcptls.h.
Referenced by __ast_http_load(), __ssl_setup(), ast_tls_read_conf(), handle_manager_show_settings(), manager_set_defaults(), manager_shutdown(), and unload_module().
| char* cipher | 
Definition at line 92 of file tcptls.h.
Referenced by __ast_http_load(), __ssl_setup(), ast_tls_read_conf(), handle_manager_show_settings(), manager_set_defaults(), manager_shutdown(), and unload_module().
| int enabled | 
Definition at line 89 of file tcptls.h.
Referenced by __ast_http_load(), __init_manager(), __ssl_setup(), ast_tls_read_conf(), handle_manager_show_settings(), handle_show_http(), httpstatus_callback(), manager_set_defaults(), and unload_module().
| struct ast_flags flags | 
Definition at line 95 of file tcptls.h.
Referenced by __ast_http_load(), __ssl_setup(), ast_tls_read_conf(), and handle_tcptls_connection().
| char* pvtfile | 
Definition at line 91 of file tcptls.h.
Referenced by __ast_http_load(), __ssl_setup(), ast_tls_read_conf(), handle_manager_show_settings(), manager_set_defaults(), manager_shutdown(), and unload_module().
| SSL_CTX* ssl_ctx | 
Definition at line 96 of file tcptls.h.
Referenced by __ssl_setup(), ast_ssl_teardown(), and handle_tcptls_connection().