Apache HTTPD
Public Member Functions | Public Attributes | List of all members
modssl_ctx_t Struct Reference

#include <ssl_private.h>

Public Member Functions

 STACK_OF (X509) *ocsp_certs
 

Public Attributes

SSLSrvConfigRecsc
 
SSL_CTXssl_ctx
 
modssl_pk_server_tpks
 
modssl_pk_proxy_tpkp
 
ssl_proto_t protocol
 
int protocol_set
 
ssl_pphrase_t pphrase_dialog_type
 
const charpphrase_dialog_path
 
const charcert_chain
 
const charcrl_path
 
const charcrl_file
 
int crl_check_mask
 
modssl_auth_ctx_t auth
 
int ocsp_mask
 
unsigned int ocsp_force_default
 
const charocsp_responder
 
long ocsp_resptime_skew
 
long ocsp_resp_maxage
 
apr_interval_time_t ocsp_responder_timeout
 
unsigned int ocsp_use_request_nonce
 
apr_uri_tproxy_uri
 
unsigned int ocsp_noverify
 
int ocsp_verify_flags
 
const charocsp_certs_file
 
unsigned int ssl_check_peer_cn
 
unsigned int ssl_check_peer_name
 
unsigned int ssl_check_peer_expire
 

Detailed Description

Definition at line 755 of file ssl_private.h.

Member Function Documentation

◆ STACK_OF()

modssl_ctx_t::STACK_OF ( X509  )

Member Data Documentation

◆ auth

modssl_auth_ctx_t modssl_ctx_t::auth

Definition at line 800 of file ssl_private.h.

◆ cert_chain

const char* modssl_ctx_t::cert_chain

Definition at line 774 of file ssl_private.h.

◆ crl_check_mask

int modssl_ctx_t::crl_check_mask

Definition at line 779 of file ssl_private.h.

◆ crl_file

const char* modssl_ctx_t::crl_file

Definition at line 778 of file ssl_private.h.

◆ crl_path

const char* modssl_ctx_t::crl_path

certificate revocation list

Definition at line 777 of file ssl_private.h.

◆ ocsp_certs_file

const char* modssl_ctx_t::ocsp_certs_file

Definition at line 815 of file ssl_private.h.

◆ ocsp_force_default

unsigned int modssl_ctx_t::ocsp_force_default

Definition at line 803 of file ssl_private.h.

◆ ocsp_mask

int modssl_ctx_t::ocsp_mask

Definition at line 802 of file ssl_private.h.

◆ ocsp_noverify

unsigned int modssl_ctx_t::ocsp_noverify

Definition at line 812 of file ssl_private.h.

◆ ocsp_resp_maxage

long modssl_ctx_t::ocsp_resp_maxage

Definition at line 807 of file ssl_private.h.

◆ ocsp_responder

const char* modssl_ctx_t::ocsp_responder

Definition at line 805 of file ssl_private.h.

◆ ocsp_responder_timeout

apr_interval_time_t modssl_ctx_t::ocsp_responder_timeout

Definition at line 808 of file ssl_private.h.

◆ ocsp_resptime_skew

long modssl_ctx_t::ocsp_resptime_skew

Definition at line 806 of file ssl_private.h.

◆ ocsp_use_request_nonce

unsigned int modssl_ctx_t::ocsp_use_request_nonce

Definition at line 809 of file ssl_private.h.

◆ ocsp_verify_flags

int modssl_ctx_t::ocsp_verify_flags

Definition at line 814 of file ssl_private.h.

◆ pkp

modssl_pk_proxy_t* modssl_ctx_t::pkp

Definition at line 761 of file ssl_private.h.

◆ pks

modssl_pk_server_t* modssl_ctx_t::pks

we are one or the other

Definition at line 760 of file ssl_private.h.

◆ pphrase_dialog_path

const char* modssl_ctx_t::pphrase_dialog_path

Definition at line 772 of file ssl_private.h.

◆ pphrase_dialog_type

ssl_pphrase_t modssl_ctx_t::pphrase_dialog_type

config for handling encrypted keys

Definition at line 771 of file ssl_private.h.

◆ protocol

ssl_proto_t modssl_ctx_t::protocol

Definition at line 767 of file ssl_private.h.

◆ protocol_set

int modssl_ctx_t::protocol_set

Definition at line 768 of file ssl_private.h.

◆ proxy_uri

apr_uri_t* modssl_ctx_t::proxy_uri

Definition at line 810 of file ssl_private.h.

◆ sc

SSLSrvConfigRec* modssl_ctx_t::sc

Definition at line 756 of file ssl_private.h.

◆ ssl_check_peer_cn

unsigned int modssl_ctx_t::ssl_check_peer_cn

Definition at line 823 of file ssl_private.h.

◆ ssl_check_peer_expire

unsigned int modssl_ctx_t::ssl_check_peer_expire

Definition at line 825 of file ssl_private.h.

◆ ssl_check_peer_name

unsigned int modssl_ctx_t::ssl_check_peer_name

Definition at line 824 of file ssl_private.h.

◆ ssl_ctx

SSL_CTX* modssl_ctx_t::ssl_ctx

pointer back to server config

Definition at line 757 of file ssl_private.h.


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