Apache2
|
Interface to OpenSSL-specific APIs provided by mod_ssl. More...
#include "mod_ssl.h"
#include <openssl/opensslv.h>
#include <openssl/ssl.h>
#include <openssl/evp.h>
#include <openssl/x509.h>
Go to the source code of this file.
Functions | |
int | ssl_hook_init_server (server_rec *s, apr_pool_t *p, int is_proxy, SSL_CTX *ctx) |
int | ssl_hook_pre_handshake (conn_rec *c, SSL *ssl, int is_proxy) |
int | ssl_hook_proxy_post_handshake (conn_rec *c, SSL *ssl) |
int | ssl_hook_answer_challenge (conn_rec *c, const char *server_name, X509 **pcert, EVP_PKEY **pkey) |
int | ssl_hook_init_stapling_status (server_rec *s, apr_pool_t *p, X509 *cert, X509 *issuer) |
int | ssl_hook_get_stapling_status (unsigned char **pder, int *pderlen, conn_rec *c, server_rec *s, X509 *cert) |
Interface to OpenSSL-specific APIs provided by mod_ssl.