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

#include <tls_conf.h>

Public Attributes

server_recap_server
 
const charmodule_version
 
const charcrustls_version
 
tls_conf_status_t status
 
int mod_proxy_post_config_done
 
server_addr_rectls_addresses
 
apr_array_header_tproxy_configs
 
struct tls_proto_conf_tproto
 
apr_hash_tvar_lookups
 
struct tls_cert_reg_tcert_reg
 
struct tls_cert_root_stores_tstores
 
struct tls_cert_verifiers_tverifiers
 
const charsession_cache_spec
 
const struct ap_socache_provider_tsession_cache_provider
 
struct ap_socache_instance_tsession_cache
 
struct apr_global_mutex_tsession_cache_mutex
 
const rustls_server_config * rustls_hello_config
 

Detailed Description

Definition at line 66 of file tls_conf.h.

Member Data Documentation

◆ ap_server

server_rec* tls_conf_global_t::ap_server

Definition at line 67 of file tls_conf.h.

◆ cert_reg

struct tls_cert_reg_t* tls_conf_global_t::cert_reg

Definition at line 79 of file tls_conf.h.

◆ crustls_version

const char* tls_conf_global_t::crustls_version

Definition at line 69 of file tls_conf.h.

◆ mod_proxy_post_config_done

int tls_conf_global_t::mod_proxy_post_config_done

Definition at line 72 of file tls_conf.h.

◆ module_version

const char* tls_conf_global_t::module_version

Definition at line 68 of file tls_conf.h.

◆ proto

struct tls_proto_conf_t* tls_conf_global_t::proto

Definition at line 77 of file tls_conf.h.

◆ proxy_configs

apr_array_header_t* tls_conf_global_t::proxy_configs

Definition at line 75 of file tls_conf.h.

◆ rustls_hello_config

const rustls_server_config* tls_conf_global_t::rustls_hello_config

Definition at line 88 of file tls_conf.h.

◆ session_cache

struct ap_socache_instance_t* tls_conf_global_t::session_cache

Definition at line 85 of file tls_conf.h.

◆ session_cache_mutex

struct apr_global_mutex_t* tls_conf_global_t::session_cache_mutex

Definition at line 86 of file tls_conf.h.

◆ session_cache_provider

const struct ap_socache_provider_t* tls_conf_global_t::session_cache_provider

Definition at line 84 of file tls_conf.h.

◆ session_cache_spec

const char* tls_conf_global_t::session_cache_spec

Definition at line 83 of file tls_conf.h.

◆ status

tls_conf_status_t tls_conf_global_t::status

Definition at line 71 of file tls_conf.h.

◆ stores

struct tls_cert_root_stores_t* tls_conf_global_t::stores

Definition at line 80 of file tls_conf.h.

◆ tls_addresses

server_addr_rec* tls_conf_global_t::tls_addresses

Definition at line 74 of file tls_conf.h.

◆ var_lookups

apr_hash_t* tls_conf_global_t::var_lookups

Definition at line 78 of file tls_conf.h.

◆ verifiers

struct tls_cert_verifiers_t* tls_conf_global_t::verifiers

Definition at line 81 of file tls_conf.h.


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