Go to the source code of this file.
◆ tls_var_handshake_done()
A connection has been handshaked. Prepare commond TLS variables on this connection.
Definition at line 358 of file tls_var.c.
◆ tls_var_init_lookup_hash()
◆ tls_var_lookup()
Callback for installation in Apache's 'ssl_var_lookup' hook to provide SSL related variable lookups to other modules.
Definition at line 275 of file tls_var.c.
◆ tls_var_request_fixup()
A request is ready for processing, add TLS variables r->subprocess_env if applicable. This is a hook function returning OK/DECLINED.
< Module declines to handle
Definition at line 382 of file tls_var.c.