#include <tcptls.h>
Data Fields | |
char * | cafile |
char * | capath |
char * | certfile |
char * | cipher |
int | enabled |
ast_flags | flags |
SSL_CTX * | ssl_ctx |
Definition at line 78 of file tcptls.h.
char* cafile |
Definition at line 82 of file tcptls.h.
Referenced by __ssl_setup(), 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(), 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(), 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(), 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(), handle_show_http(), httpstatus_callback(), reload_config(), and sip_show_settings().
Definition at line 85 of file tcptls.h.
Referenced by __ssl_setup(), and handle_tcptls_connection().