#include <assert.h>
#include <apr_optional.h>
#include <apr_strings.h>
#include <mpm_common.h>
#include <httpd.h>
#include <http_core.h>
#include <http_connection.h>
#include <http_log.h>
#include <http_protocol.h>
#include <http_ssl.h>
#include <http_request.h>
#include <ap_socache.h>
#include <rustls.h>
#include "mod_tls.h"
#include "tls_conf.h"
#include "tls_core.h"
#include "tls_cache.h"
#include "tls_proto.h"
#include "tls_filter.h"
#include "tls_var.h"
#include "tls_version.h"
#include "mod_proxy.h"
Go to the source code of this file.
|
| static void | tls_hooks (apr_pool_t *pool) |
| |
| static const char * | crustls_version (apr_pool_t *p) |
| |
| static int | tls_pre_config (apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *ptemp) |
| |
| static apr_status_t | tls_post_config (apr_pool_t *p, apr_pool_t *plog, apr_pool_t *ptemp, server_rec *s) |
| |
| static apr_status_t | tls_post_proxy_config (apr_pool_t *p, apr_pool_t *plog, apr_pool_t *ptemp, server_rec *s) |
| |
| static int | tls_ssl_outgoing (conn_rec *c, ap_conf_vector_t *dir_conf, int enable_ssl) |
| |
| static void | tls_init_child (apr_pool_t *p, server_rec *s) |
| |
| static int | hook_pre_connection (conn_rec *c, void *csd) |
| |
| static int | hook_connection (conn_rec *c) |
| |
| static const char * | tls_hook_http_scheme (const request_rec *r) |
| |
| static apr_port_t | tls_hook_default_port (const request_rec *r) |
| |
◆ crustls_version()
◆ hook_connection()
< Module declines to handle
Definition at line 232 of file mod_tls.c.
◆ hook_pre_connection()
< Module declines to handle
Definition at line 218 of file mod_tls.c.
◆ tls_hook_default_port()
< Module has handled this stage.
Definition at line 244 of file mod_tls.c.
◆ tls_hook_http_scheme()
< Module has handled this stage.
Definition at line 239 of file mod_tls.c.
◆ tls_hooks()
◆ tls_init_child()
◆ tls_post_config()
◆ tls_post_proxy_config()
◆ tls_pre_config()
< Module has handled this stage.
Definition at line 66 of file mod_tls.c.
◆ tls_ssl_outgoing()
< Module has handled this stage.
< Module has handled this stage.
< Module declines to handle
Definition at line 116 of file mod_tls.c.
◆ aplog_module_index
| int* const aplog_module_index = &( tls_module.module_index) |
|
static |
◆ mod_http2