Apache HTTPD
Public Attributes | List of all members
tls_proto_conf_t Struct Reference

#include <tls_proto.h>

Public Attributes

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_storenative_roots
 

Detailed Description

Definition at line 40 of file tls_proto.h.

Member Data Documentation

◆ known_ciphers_by_id

apr_hash_t* tls_proto_conf_t::known_ciphers_by_id

Definition at line 43 of file tls_proto.h.

◆ known_ciphers_by_name

apr_hash_t* tls_proto_conf_t::known_ciphers_by_name

Definition at line 42 of file tls_proto.h.

◆ native_roots

const rustls_root_cert_store* tls_proto_conf_t::native_roots

Definition at line 46 of file tls_proto.h.

◆ rustls_ciphers_by_id

apr_hash_t* tls_proto_conf_t::rustls_ciphers_by_id

Definition at line 44 of file tls_proto.h.

◆ supported_cipher_ids

apr_array_header_t* tls_proto_conf_t::supported_cipher_ids

Definition at line 45 of file tls_proto.h.

◆ supported_versions

apr_array_header_t* tls_proto_conf_t::supported_versions

Definition at line 41 of file tls_proto.h.


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