Home
last modified time | relevance | path

Searched refs:thisupd (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/crypto/ocsp/
H A Docsp_cl.c250 ASN1_GENERALIZEDTIME **thisupd, in OCSP_single_get0_status() argument
272 if (thisupd != NULL) in OCSP_single_get0_status()
273 *thisupd = single->thisUpdate; in OCSP_single_get0_status()
286 ASN1_GENERALIZEDTIME **thisupd, in OCSP_resp_find_status() argument
296 i = OCSP_single_get0_status(single, reason, revtime, thisupd, nextupd); in OCSP_resp_find_status()
310 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd, in OCSP_check_validity() argument
318 if (!ASN1_GENERALIZEDTIME_check(thisupd)) { in OCSP_check_validity()
323 if (X509_cmp_time(thisupd, &t_tmp) > 0) { in OCSP_check_validity()
334 if (X509_cmp_time(thisupd, &t_tmp) < 0) { in OCSP_check_validity()
357 if (ASN1_STRING_cmp(nextupd, thisupd) < 0) { in OCSP_check_validity()
H A Docsp_srv.c89 ASN1_TIME *thisupd, in OCSP_basic_add1_status() argument
104 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate)) in OCSP_basic_add1_status()
/freebsd/crypto/openssl/doc/man3/
H A DOCSP_resp_find_status.pod21 ASN1_GENERALIZEDTIME **thisupd,
29 ASN1_GENERALIZEDTIME **thisupd,
50 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd,
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>
113 the maximum age of I<thisupd> in seconds.
174 OCSP_check_validity() returns 1 if I<thisupd> and I<nextupd> are valid time
175 values and the current time + I<sec> is not before I<thisupd> and,
196 The values written to I<*revtime>, I<*thisupd> and I<*nextupd> by
/freebsd/crypto/openssl/test/
H A Docspapitest.c75 ASN1_TIME *thisupd = ASN1_TIME_set(NULL, time(NULL)); in make_dummy_resp() local
92 || !TEST_ptr(thisupd) in make_dummy_resp()
97 0, NULL, thisupd, nextupd))) in make_dummy_resp()
102 ASN1_TIME_free(thisupd); in make_dummy_resp()
/freebsd/crypto/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()
1006 ASN1_GENERALIZEDTIME_print(out, thisupd); in print_ocsp_summary()
1036 ASN1_TIME *thisupd = NULL, *nextupd = NULL; in make_ocsp_response() local
1052 thisupd = X509_gmtime_adj(NULL, 0); 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()
1119 reason, revtm, thisupd, nextupd); in make_ocsp_response()
[all …]
/freebsd/crypto/openssl/fuzz/
H A Dx509.c115 ASN1_GENERALIZEDTIME *revtime, *thisupd, *nextupd; in FuzzerTestOneInput() local
129 OCSP_resp_find_status(bs, id, &status, &reason, &revtime, &thisupd, in FuzzerTestOneInput()
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl_ocsp.c351 static int ocsp_resp_valid(ASN1_GENERALIZEDTIME *thisupd, in ocsp_resp_valid() argument
356 if (!ASN1_GENERALIZEDTIME_check(thisupd)) { in ocsp_resp_valid()
364 if (X509_cmp_time(thisupd, &tmp) > 0) { in ocsp_resp_valid()
384 if (ASN1_STRING_cmp(nextupd, thisupd) < 0) { in ocsp_resp_valid()
/freebsd/crypto/openssl/include/openssl/
H A Docsp.h.in247 ASN1_GENERALIZEDTIME **thisupd,
252 ASN1_GENERALIZEDTIME **thisupd,
254 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd,
278 ASN1_TIME *thisupd,
H A Docsp.h343 ASN1_GENERALIZEDTIME **thisupd,
348 ASN1_GENERALIZEDTIME **thisupd,
350 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd,
374 ASN1_TIME *thisupd,