Home
last modified time | relevance | path

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

/openssl/crypto/ocsp/
H 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()
H 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/test/
H A Docspapitest.c76 ASN1_TIME *nextupd = ASN1_TIME_set(NULL, time(NULL) + 200); in make_dummy_resp() local
93 || !TEST_ptr(nextupd) in make_dummy_resp()
97 0, NULL, thisupd, nextupd))) in make_dummy_resp()
103 ASN1_TIME_free(nextupd); in make_dummy_resp()
/openssl/doc/man3/
H 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/apps/
H A Docsp.c974 ASN1_GENERALIZEDTIME *rev, *thisupd, *nextupd; in print_ocsp_summary() local
989 &rev, &thisupd, &nextupd)) { in print_ocsp_summary()
999 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage)) { in print_ocsp_summary()
1009 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
1054 nextupd = X509_time_adj_ex(NULL, ndays, nmin * 60, NULL); in make_ocsp_response()
1098 0, NULL, thisupd, nextupd); in make_ocsp_response()
1104 0, NULL, thisupd, nextupd); in make_ocsp_response()
1108 0, NULL, thisupd, nextupd); in make_ocsp_response()
[all …]
/openssl/fuzz/
H A Dx509.c115 ASN1_GENERALIZEDTIME *revtime, *thisupd, *nextupd; in FuzzerTestOneInput() local
130 &nextupd); in FuzzerTestOneInput()
/openssl/include/openssl/
H 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 24 milliseconds