Home
last modified time | relevance | path

Searched refs:nextupd (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/lib/libssl/src/crypto/ocsp/
Docsp_cl.c260 ASN1_GENERALIZEDTIME **nextupd) in OCSP_single_get0_status() argument
279 if(nextupd) *nextupd = single->nextUpdate; in OCSP_single_get0_status()
291 ASN1_GENERALIZEDTIME **nextupd) in OCSP_resp_find_status() argument
299 i = OCSP_single_get0_status(single, reason, revtime, thisupd, nextupd); in OCSP_resp_find_status()
311 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd, ASN1_GENERALIZEDTIME *nextupd, long nsec, lo… in OCSP_check_validity() argument
344 if (!nextupd) return ret; in OCSP_check_validity()
347 if (!ASN1_GENERALIZEDTIME_check(nextupd)) in OCSP_check_validity()
355 if (X509_cmp_time(nextupd, &t_tmp) < 0) in OCSP_check_validity()
363 if (ASN1_STRING_cmp(nextupd, thisupd) < 0) in OCSP_check_validity()
Docsp_srv.c128 ASN1_TIME *thisupd, ASN1_TIME *nextupd) in OCSP_basic_add1_status() argument
145 if (nextupd && in OCSP_basic_add1_status()
146 !ASN1_TIME_to_generalizedtime(nextupd, &single->nextUpdate)) in OCSP_basic_add1_status()
Docsp.h441 ASN1_GENERALIZEDTIME **nextupd);
446 ASN1_GENERALIZEDTIME **nextupd);
448 ASN1_GENERALIZEDTIME *nextupd,
470 ASN1_TIME *thisupd, ASN1_TIME *nextupd);
/mirbsd/src/lib/libssl/src/apps/
Docsp.c976 ASN1_GENERALIZEDTIME *rev, *thisupd, *nextupd; in print_ocsp_summary() local
988 &rev, &thisupd, &nextupd)) in print_ocsp_summary()
997 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage)) in print_ocsp_summary()
1008 if(nextupd) in print_ocsp_summary()
1011 ASN1_GENERALIZEDTIME_print(out, nextupd); in print_ocsp_summary()
1036 ASN1_TIME *thisupd = NULL, *nextupd = NULL; in make_ocsp_response() local
1055 nextupd = X509_gmtime_adj(NULL, nmin * 60 + ndays * 3600 * 24 ); in make_ocsp_response()
1071 thisupd, nextupd); in make_ocsp_response()
1080 thisupd, nextupd); in make_ocsp_response()
1085 thisupd, nextupd); in make_ocsp_response()
[all …]