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

/macosx-10.10/apache-793/httpd/modules/ssl/
H A Dssl_engine_ocsp.c211 long resptime_skew = sc->server->ocsp_resptime_skew == UNSET ?
212 DEFAULT_OCSP_MAX_SKEW : sc->server->ocsp_resptime_skew;
H A Dssl_engine_config.c133 mctx->ocsp_resptime_skew = UNSET;
276 cfgMergeInt(ocsp_resptime_skew);
1582 sc->server->ocsp_resptime_skew = atoi(arg);
1583 if (sc->server->ocsp_resptime_skew < 0) {
H A Dssl_private.h599 long ocsp_resptime_skew; member in struct:__anon6396

Completed in 79 milliseconds