|
Apache HTTPD
|
Go to the source code of this file.
Functions | |
| int | md_ocsp_prime_status (server_rec *s, apr_pool_t *p, const char *id, apr_size_t id_len, const char *pem) |
| int | md_ocsp_provide_status (server_rec *s, conn_rec *c, const char *id, apr_size_t id_len, ap_ssl_ocsp_copy_resp *cb, void *userdata) |
| apr_status_t | md_ocsp_start_watching (struct md_mod_conf_t *mc, server_rec *s, apr_pool_t *p) |
| int md_ocsp_prime_status | ( | server_rec * | s, |
| apr_pool_t * | p, | ||
| const char * | id, | ||
| apr_size_t | id_len, | ||
| const char * | pem | ||
| ) |
< Module has handled this stage.
< Module declines to handle
Definition at line 56 of file mod_md_ocsp.c.
| int md_ocsp_provide_status | ( | server_rec * | s, |
| conn_rec * | c, | ||
| const char * | id, | ||
| apr_size_t | id_len, | ||
| ap_ssl_ocsp_copy_resp * | cb, | ||
| void * | userdata | ||
| ) |
< Module has handled this stage.
< Module declines to handle
Definition at line 98 of file mod_md_ocsp.c.
| apr_status_t md_ocsp_start_watching | ( | struct md_mod_conf_t * | mc, |
| server_rec * | s, | ||
| apr_pool_t * | p | ||
| ) |
Start watchdog for retrieving/updating ocsp status.
Definition at line 205 of file mod_md_ocsp.c.