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

#include <ssl_private.h>

Public Attributes

const charca_cert_path
 
const charca_cert_file
 
const charcipher_suite
 
int verify_depth
 
ssl_verify_t verify_mode
 
const chartls13_ciphers
 

Detailed Description

stuff related to authentication that can also be per-dir

Definition at line 718 of file ssl_private.h.

Member Data Documentation

◆ ca_cert_file

const char* modssl_auth_ctx_t::ca_cert_file

Definition at line 721 of file ssl_private.h.

◆ ca_cert_path

const char* modssl_auth_ctx_t::ca_cert_path

known/trusted CAs

Definition at line 720 of file ssl_private.h.

◆ cipher_suite

const char* modssl_auth_ctx_t::cipher_suite

Definition at line 723 of file ssl_private.h.

◆ tls13_ciphers

const char* modssl_auth_ctx_t::tls13_ciphers

TLSv1.3 has its separate cipher list, separate from the settings for older TLS protocol versions. Since which one takes effect is a matter of negotiation, we need separate settings

Definition at line 732 of file ssl_private.h.

◆ verify_depth

int modssl_auth_ctx_t::verify_depth

for client or downstream server authentication

Definition at line 726 of file ssl_private.h.

◆ verify_mode

ssl_verify_t modssl_auth_ctx_t::verify_mode

Definition at line 727 of file ssl_private.h.


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