Sat Apr 26 2014 22:03:24

Asterisk developer's documentation


ast_tls_config Struct Reference

#include <tcptls.h>

Collaboration diagram for ast_tls_config:

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 92 of file tcptls.h.


Field Documentation

struct ast_flags flags

Definition at line 99 of file tcptls.h.

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

SSL_CTX* ssl_ctx

Definition at line 100 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: