Home
last modified time | relevance | path

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

/dports/www/htdigest/httpd-2.4.6/modules/ssl/
H A Dssl_engine_config.c144 mctx->stapling_resp_maxage = UNSET; in modssl_ctx_init()
276 cfgMergeInt(stapling_resp_maxage); in modssl_ctx_cfg_merge()
1740 sc->server->stapling_resp_maxage = atoi(arg); in ssl_cmd_SSLStaplingResponseMaxAge()
1741 if (sc->server->stapling_resp_maxage < 0) { in ssl_cmd_SSLStaplingResponseMaxAge()
H A Dssl_private.h650 long stapling_resp_maxage; member
H A Dssl_util_stapling.c336 mctx->stapling_resp_maxage)) { in stapling_check_response()
/dports/www/apache24/httpd-2.4.53/modules/ssl/
H A Dssl_engine_config.c164 mctx->stapling_resp_maxage = UNSET; in modssl_ctx_init()
309 cfgMergeInt(stapling_resp_maxage); in modssl_ctx_cfg_merge()
1979 sc->server->stapling_resp_maxage = atoi(arg); in ssl_cmd_SSLStaplingResponseMaxAge()
1980 if (sc->server->stapling_resp_maxage < 0) { in ssl_cmd_SSLStaplingResponseMaxAge()
H A Dssl_private.h732 long stapling_resp_maxage; member
H A Dssl_util_stapling.c427 mctx->stapling_resp_maxage)) { in stapling_check_response()