Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ ssl_stapling_certinfo_hash_init
Function
ssl_stapling_certinfo_hash_init
modules/ssl/ssl_util_stapling.c:88–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
static apr_hash_t *stapling_certinfo;
87
88
void ssl_stapling_certinfo_hash_init(apr_pool_t *p)
89
{
90
stapling_certinfo = apr_hash_make(p);
91
}
92
93
static X509 *stapling_get_issuer(modssl_ctx_t *mctx, X509 *x)
94
{
Callers
1
ssl_init_Module
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected