Home
last modified time | relevance | path

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

/openssl-master/crypto/ocsp/
A Docsp_cl.c251 ASN1_GENERALIZEDTIME **nextupd) in OCSP_single_get0_status() argument
274 if (nextupd != NULL) in OCSP_single_get0_status()
275 *nextupd = single->nextUpdate; in OCSP_single_get0_status()
287 ASN1_GENERALIZEDTIME **nextupd) in OCSP_resp_find_status() argument
296 i = OCSP_single_get0_status(single, reason, revtime, thisupd, nextupd); in OCSP_resp_find_status()
311 ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec) in OCSP_check_validity() argument
341 if (nextupd == NULL) in OCSP_check_validity()
345 if (!ASN1_GENERALIZEDTIME_check(nextupd)) { in OCSP_check_validity()
350 if (X509_cmp_time(nextupd, &t_tmp) < 0) { in OCSP_check_validity()
357 if (ASN1_STRING_cmp(nextupd, thisupd) < 0) { in OCSP_check_validity()
A Docsp_srv.c90 ASN1_TIME *nextupd) in OCSP_basic_add1_status() argument
106 if (nextupd && in OCSP_basic_add1_status()
107 !ASN1_TIME_to_generalizedtime(nextupd, &single->nextUpdate)) in OCSP_basic_add1_status()
/openssl-master/test/
A Docspapitest.c76 ASN1_TIME *nextupd = ASN1_TIME_set(NULL, time(NULL) + 200); in make_dummy_resp() local
89 || !TEST_ptr(nextupd) in make_dummy_resp()
93 0, NULL, thisupd, nextupd))) in make_dummy_resp()
99 ASN1_TIME_free(nextupd); in make_dummy_resp()
/openssl-master/doc/man3/
A DOCSP_resp_find_status.pod22 ASN1_GENERALIZEDTIME **nextupd);
30 ASN1_GENERALIZEDTIME **nextupd);
51 ASN1_GENERALIZEDTIME *nextupd,
61 I<*revtime>, I<*thisupd> and I<*nextupd>. The I<*status> value will be one of
81 I<*revtime>, I<*thisupd> and I<*nextupd>.
109 OCSP_check_validity() checks the validity of its I<thisupd> and I<nextupd>
174 OCSP_check_validity() returns 1 if I<thisupd> and I<nextupd> are valid time
176 if I<maxsec> >= 0, the current time - I<maxsec> is not past I<nextupd>.
196 The values written to I<*revtime>, I<*thisupd> and I<*nextupd> by
/openssl-master/apps/
A Docsp.c972 ASN1_GENERALIZEDTIME *rev, *thisupd, *nextupd; in print_ocsp_summary() local
987 &rev, &thisupd, &nextupd)) { in print_ocsp_summary()
997 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage)) { in print_ocsp_summary()
1007 if (nextupd) { in print_ocsp_summary()
1009 ASN1_GENERALIZEDTIME_print(out, nextupd); in print_ocsp_summary()
1034 ASN1_TIME *thisupd = NULL, *nextupd = NULL; in make_ocsp_response() local
1052 nextupd = X509_time_adj_ex(NULL, ndays, nmin * 60, NULL); in make_ocsp_response()
1096 0, NULL, thisupd, nextupd); in make_ocsp_response()
1102 0, NULL, thisupd, nextupd); in make_ocsp_response()
1106 0, NULL, thisupd, nextupd); in make_ocsp_response()
[all …]
/openssl-master/include/openssl/
A Docsp.h.in248 ASN1_GENERALIZEDTIME **nextupd);
253 ASN1_GENERALIZEDTIME **nextupd);
255 ASN1_GENERALIZEDTIME *nextupd, long sec, long maxsec);
279 ASN1_TIME *nextupd);

Completed in 12 milliseconds