Apache2
tls_proto_conf_t Struct Reference

#include <tls_proto.h>

Collaboration diagram for tls_proto_conf_t:

Data Fields

apr_array_header_tsupported_versions
 
apr_hash_tknown_ciphers_by_name
 
apr_hash_tknown_ciphers_by_id
 
apr_hash_trustls_ciphers_by_id
 
apr_array_header_tsupported_cipher_ids
 
const rustls_root_cert_store * native_roots
 

Field Documentation

◆ known_ciphers_by_id

apr_hash_t* tls_proto_conf_t::known_ciphers_by_id

◆ known_ciphers_by_name

apr_hash_t* tls_proto_conf_t::known_ciphers_by_name

◆ native_roots

const rustls_root_cert_store* tls_proto_conf_t::native_roots

◆ rustls_ciphers_by_id

apr_hash_t* tls_proto_conf_t::rustls_ciphers_by_id

◆ supported_cipher_ids

apr_array_header_t* tls_proto_conf_t::supported_cipher_ids

◆ supported_versions

apr_array_header_t* tls_proto_conf_t::supported_versions

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