Apache2
|
#include <tls_proto.h>
Data Fields | |
apr_array_header_t * | supported_versions |
apr_hash_t * | known_ciphers_by_name |
apr_hash_t * | known_ciphers_by_id |
apr_hash_t * | rustls_ciphers_by_id |
apr_array_header_t * | supported_cipher_ids |
const rustls_root_cert_store * | native_roots |
apr_hash_t* tls_proto_conf_t::known_ciphers_by_id |
apr_hash_t* tls_proto_conf_t::known_ciphers_by_name |
const rustls_root_cert_store* tls_proto_conf_t::native_roots |
apr_hash_t* tls_proto_conf_t::rustls_ciphers_by_id |
apr_array_header_t* tls_proto_conf_t::supported_cipher_ids |
apr_array_header_t* tls_proto_conf_t::supported_versions |