Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_tls_config Struct Reference

#include <tcptls.h>

Collaboration diagram for ast_tls_config:
Collaboration graph
[legend]

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_CTXssl_ctx
 

Detailed Description

Definition at line 87 of file tcptls.h.

Field Documentation

◆ cafile

char* cafile

◆ cahash

char cahash[41]

Definition at line 98 of file tcptls.h.

Referenced by ast_tcptls_server_start().

◆ capath

char* capath

◆ certfile

char* certfile

◆ certhash

char certhash[41]

Definition at line 96 of file tcptls.h.

Referenced by ast_tcptls_server_start().

◆ cipher

char* cipher

◆ enabled

int enabled

◆ flags

struct ast_flags flags

◆ pvtfile

char* pvtfile

◆ pvthash

char pvthash[41]

Definition at line 97 of file tcptls.h.

Referenced by ast_tcptls_server_start().

◆ ssl_ctx

SSL_CTX* ssl_ctx

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