Home
last modified time | relevance | path

Searched refs:stapling_responder_timeout (Results 1 – 6 of 6) sorted by relevance

/dports/www/htdigest/httpd-2.4.6/modules/ssl/
H A Dssl_util_stapling.c428 *prsp = modssl_dispatch_ocsp_request(&uri, mctx->stapling_responder_timeout, in stapling_renew_response()
688 if (mctx->stapling_responder_timeout == UNSET) { in modssl_init_stapling()
689 mctx->stapling_responder_timeout = 10 * APR_USEC_PER_SEC; in modssl_init_stapling()
H A Dssl_engine_config.c149 mctx->stapling_responder_timeout = UNSET; in modssl_ctx_init()
281 cfgMergeInt(stapling_responder_timeout); in modssl_ctx_cfg_merge()
1789 sc->server->stapling_responder_timeout = atoi(arg); in ssl_cmd_SSLStaplingResponderTimeout()
1790 sc->server->stapling_responder_timeout *= APR_USEC_PER_SEC; in ssl_cmd_SSLStaplingResponderTimeout()
1791 if (sc->server->stapling_responder_timeout < 0) { in ssl_cmd_SSLStaplingResponderTimeout()
H A Dssl_private.h655 apr_interval_time_t stapling_responder_timeout; member
/dports/www/apache24/httpd-2.4.53/modules/ssl/
H A Dssl_util_stapling.c553 *prsp = modssl_dispatch_ocsp_request(&uri, mctx->stapling_responder_timeout, in stapling_renew_response()
965 if (mctx->stapling_responder_timeout == UNSET) { in modssl_init_stapling()
966 mctx->stapling_responder_timeout = 10 * APR_USEC_PER_SEC; in modssl_init_stapling()
H A Dssl_engine_config.c169 mctx->stapling_responder_timeout = UNSET; in modssl_ctx_init()
314 cfgMergeInt(stapling_responder_timeout); in modssl_ctx_cfg_merge()
2028 sc->server->stapling_responder_timeout = atoi(arg); in ssl_cmd_SSLStaplingResponderTimeout()
2029 sc->server->stapling_responder_timeout *= APR_USEC_PER_SEC; in ssl_cmd_SSLStaplingResponderTimeout()
2030 if (sc->server->stapling_responder_timeout < 0) { in ssl_cmd_SSLStaplingResponderTimeout()
H A Dssl_private.h737 apr_interval_time_t stapling_responder_timeout; member