Searched refs:stapling_cache_timeout (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/ssl/
H A Dssl_util_stapling.c239 expiry = apr_time_from_sec(mctx->stapling_cache_timeout);
707 if (mctx->stapling_cache_timeout == UNSET) {
708 mctx->stapling_cache_timeout = 3600;
H A Dssl_engine_config.c143 mctx->stapling_cache_timeout = UNSET;
294 cfgMergeInt(stapling_cache_timeout);
1776 sc->server->stapling_cache_timeout = atoi(arg);
1777 if (sc->server->stapling_cache_timeout < 0) {
H A Dssl_private.h614 int stapling_cache_timeout; member in struct:__anon343

Completed in 1259 milliseconds