Searched refs:nextupd (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/lib/libcrypto/ocsp/
H A Docsp_cl.c335 ASN1_GENERALIZEDTIME **nextupd)
359 if (nextupd)
360 *nextupd = single->nextUpdate;
371 ASN1_GENERALIZEDTIME **nextupd)
381 i = OCSP_single_get0_status(single, reason, revtime, thisupd, nextupd);
396 ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec)
432 if (nextupd == NULL)
436 if (ASN1_time_parse(nextupd->data, nextupd->length, &tm_next,
333 OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason, ASN1_GENERALIZEDTIME **revtime, ASN1_GENERALIZEDTIME **thisupd, ASN1_GENERALIZEDTIME **nextupd) argument
369 OCSP_resp_find_status(OCSP_BASICRESP *bs, OCSP_CERTID *id, int *status, int *reason, ASN1_GENERALIZEDTIME **revtime, ASN1_GENERALIZEDTIME **thisupd, ASN1_GENERALIZEDTIME **nextupd) argument
395 OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd, ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec) argument
H A Docsp_srv.c151 int reason, ASN1_TIME *revtime, ASN1_TIME *thisupd, ASN1_TIME *nextupd)
166 if (nextupd &&
167 !ASN1_TIME_to_generalizedtime(nextupd, &single->nextUpdate))
150 OCSP_basic_add1_status(OCSP_BASICRESP *rsp, OCSP_CERTID *cid, int status, int reason, ASN1_TIME *revtime, ASN1_TIME *thisupd, ASN1_TIME *nextupd) argument
H A Docsp.h239 ASN1_GENERALIZEDTIME **nextupd);
242 ASN1_GENERALIZEDTIME **thisupd, ASN1_GENERALIZEDTIME **nextupd);
244 ASN1_GENERALIZEDTIME *nextupd, long sec, long maxsec);
265 ASN1_TIME *nextupd);
/openbsd-current/lib/libtls/
H A Dtls_ocsp.c80 ASN1_GENERALIZEDTIME *thisupd, ASN1_GENERALIZEDTIME *nextupd)
115 if (nextupd != NULL &&
116 tls_ocsp_asn1_parse_time(ctx, nextupd, &info->next_update) != 0) {
214 ASN1_GENERALIZEDTIME *revtime = NULL, *thisupd = NULL, *nextupd = NULL; local
257 &revtime, &thisupd, &nextupd) != 1) {
263 if (OCSP_check_validity(thisupd, nextupd, JITTER_SEC,
271 crl_reason, revtime, thisupd, nextupd) != 0)
78 tls_ocsp_fill_info(struct tls *ctx, int response_status, int cert_status, int crl_reason, ASN1_GENERALIZEDTIME *revtime, ASN1_GENERALIZEDTIME *thisupd, ASN1_GENERALIZEDTIME *nextupd) argument
/openbsd-current/usr.bin/openssl/
H A Docsp.c1144 ASN1_GENERALIZEDTIME *rev, *thisupd, *nextupd; local
1156 &rev, &thisupd, &nextupd)) {
1164 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage)) {
1174 if (nextupd) {
1176 ASN1_GENERALIZEDTIME_print(out, nextupd);
1200 ASN1_TIME *thisupd = NULL, *nextupd = NULL; local
1215 nextupd = X509_gmtime_adj(NULL, nmin * 60 + ndays * 3600 * 24);
1242 thisupd, nextupd);
1250 thisupd, nextupd);
1254 thisupd, nextupd);
[all...]
/openbsd-current/sbin/iked/
H A Docsp.c517 ASN1_GENERALIZEDTIME *rev, *thisupd, *nextupd; local
569 &rev, &thisupd, &nextupd)) {
574 !OCSP_check_validity(thisupd, nextupd, env->sc_ocsp_tolerate,
/openbsd-current/usr.sbin/ocspcheck/
H A Docspcheck.c407 ASN1_GENERALIZEDTIME *revtime = NULL, *thisupd = NULL, *nextupd = NULL; local
465 &revtime, &thisupd, &nextupd) != 1) {
488 if ((next_t = parse_ocsp_time(nextupd)) == -1) {

Completed in 126 milliseconds