libxtc 0.4.0
Async concurrency for C: Tokio + Seastar + BEAM, in one library
Loading...
Searching...
No Matches
xtc_tls_opts_t Struct Reference

Data Fields

const char * alpn_protos
 
const char * ca_file
 
const char * cert_file
 
const char * cipher_list
 
const char * ciphersuites_13
 
const char * crl_dir
 
const char * crl_file
 
const char * groups
 
const char * key_file
 
int max_version
 
int min_version
 
xtc_tls_passphrase_cb_t passphrase_cb
 
void * passphrase_userdata
 
int prefer_server_ciphers
 
int verify_peer
 
xtc_tls_verify_mode_t verify_peer_mode
 

Detailed Description

Definition at line 222 of file xtc_tls.h.

Field Documentation

◆ alpn_protos

const char* xtc_tls_opts_t::alpn_protos

Definition at line 227 of file xtc_tls.h.

◆ ca_file

const char* xtc_tls_opts_t::ca_file

Definition at line 225 of file xtc_tls.h.

◆ cert_file

const char* xtc_tls_opts_t::cert_file

Definition at line 223 of file xtc_tls.h.

◆ cipher_list

const char* xtc_tls_opts_t::cipher_list

Definition at line 235 of file xtc_tls.h.

◆ ciphersuites_13

const char* xtc_tls_opts_t::ciphersuites_13

Definition at line 236 of file xtc_tls.h.

◆ crl_dir

const char* xtc_tls_opts_t::crl_dir

Definition at line 239 of file xtc_tls.h.

◆ crl_file

const char* xtc_tls_opts_t::crl_file

Definition at line 238 of file xtc_tls.h.

◆ groups

const char* xtc_tls_opts_t::groups

Definition at line 237 of file xtc_tls.h.

◆ key_file

const char* xtc_tls_opts_t::key_file

Definition at line 224 of file xtc_tls.h.

◆ max_version

int xtc_tls_opts_t::max_version

Definition at line 229 of file xtc_tls.h.

◆ min_version

int xtc_tls_opts_t::min_version

Definition at line 228 of file xtc_tls.h.

◆ passphrase_cb

xtc_tls_passphrase_cb_t xtc_tls_opts_t::passphrase_cb

Definition at line 241 of file xtc_tls.h.

◆ passphrase_userdata

void* xtc_tls_opts_t::passphrase_userdata

Definition at line 242 of file xtc_tls.h.

◆ prefer_server_ciphers

int xtc_tls_opts_t::prefer_server_ciphers

Definition at line 240 of file xtc_tls.h.

◆ verify_peer

int xtc_tls_opts_t::verify_peer

Definition at line 226 of file xtc_tls.h.

◆ verify_peer_mode

xtc_tls_verify_mode_t xtc_tls_opts_t::verify_peer_mode

Definition at line 234 of file xtc_tls.h.


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