Wed Jan 8 2020 09:50:23

Asterisk developer's documentation


ast_tls_config Struct Reference

#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
 

Detailed Description

Definition at line 85 of file tcptls.h.

Field Documentation

struct ast_flags flags

Definition at line 92 of file tcptls.h.

Referenced by __ssl_setup(), ast_tls_read_conf(), and handle_tcptls_connection().

SSL_CTX* ssl_ctx

Definition at line 93 of file tcptls.h.

Referenced by __ssl_setup(), ast_ssl_teardown(), and handle_tcptls_connection().


The documentation for this struct was generated from the following file: