|
Apache HTTPD
|
#include "ssl_private.h"#include "util_md5.h"#include "util_mutex.h"#include "ap_provider.h"#include "http_config.h"#include "mod_proxy.h"#include <assert.h>Go to the source code of this file.
Macros | |
| #define | SSL_CMD_ALL(name, args, desc) |
| #define | SSL_CMD_SRV(name, args, desc) |
| #define | SSL_CMD_PXY(name, args, desc) |
| #define | SSL_CMD_DIR(name, type, args, desc) |
| #define | AP_END_CMD { NULL } |
| #define | SSLv3_PROTO_PREFIX "SSLv3|" |
| #define | SSL_PROTOCOLS SSLv3_PROTO_PREFIX "TLSv1" |
Functions | |
| int | ssl_run_pre_handshake (conn_rec *c, SSL *ssl, int is_proxy) |
| static int | modssl_is_prelinked (void) |
| static apr_status_t | ssl_cleanup_pre_config (void *data) |
| static int | ssl_hook_pre_config (apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *ptemp) |
| static SSLConnRec * | ssl_init_connection_ctx (conn_rec *c, ap_conf_vector_t *per_dir_config, int reinit) |
| static int | ssl_engine_status (conn_rec *c, SSLConnRec *sslconn) |
| static int | ssl_hook_ssl_bind_outgoing (conn_rec *c, ap_conf_vector_t *per_dir_config, int enable_ssl) |
| int | ssl_init_ssl_connection (conn_rec *c, request_rec *r) |
| static const char * | ssl_hook_http_scheme (const request_rec *r) |
| static apr_port_t | ssl_hook_default_port (const request_rec *r) |
| static int | ssl_hook_pre_connection (conn_rec *c, void *csd) |
| static int | ssl_hook_process_connection (conn_rec *c) |
| static void | ssl_register_hooks (apr_pool_t *p) |
Variables | |
| static int | modssl_running_statically = 0 |
| static const command_rec | ssl_config_cmds [] |
| #define SSL_PROTOCOLS SSLv3_PROTO_PREFIX "TLSv1" |
| #define SSLv3_PROTO_PREFIX "SSLv3|" |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
< Run access control hooks only on internal requests with configurations distinct from that of initial request
< Run access control hooks only on internal requests with configurations distinct from that of initial request
< Run access control hooks only on internal requests with configurations distinct from that of initial request
< Run access control hooks only on internal requests with configurations distinct from that of initial request
< Run access control hooks only on internal requests with configurations distinct from that of initial request
|
static |