#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 |
char* capath |
char* certfile |
Definition at line 80 of file tcptls.h.
Referenced by __ast_http_load(), __init_manager(), __ssl_setup(), and unload_module().
char* cipher |
Definition at line 81 of file tcptls.h.
Referenced by __ast_http_load(), __init_manager(), __ssl_setup(), 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().