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

#include <tls_conf.h>

Public Attributes

server_rec * ap_server
 
const char * module_version
 
const char * crustls_version
 
tls_conf_status_t status
 
int mod_proxy_post_config_done
 
server_addr_rec * tls_addresses
 
apr_array_header_t * proxy_configs
 
struct tls_proto_conf_t * proto
 
apr_hash_t * var_lookups
 
struct tls_cert_reg_t * cert_reg
 
struct tls_cert_root_stores_t * stores
 
struct tls_cert_verifiers_t * verifiers
 
const char * session_cache_spec
 
const struct ap_socache_provider_t * session_cache_provider
 
struct ap_socache_instance_t * session_cache
 
struct apr_global_mutex_t * session_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: