Home
last modified time | relevance | path

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

/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()
/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()
/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
/openssl/apps/
H A Docsp.c976 ASN1_GENERALIZEDTIME *rev, *thisupd, *nextupd; in print_ocsp_summary() local
991 &rev, &thisupd, &nextupd)) { in print_ocsp_summary()
1001 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage)) { in print_ocsp_summary()
1008 ASN1_GENERALIZEDTIME_print(out, thisupd); in print_ocsp_summary()
1038 ASN1_TIME *thisupd = NULL, *nextupd = NULL; in make_ocsp_response() local
1054 thisupd = X509_gmtime_adj(NULL, 0); in make_ocsp_response()
1100 0, NULL, thisupd, nextupd); in make_ocsp_response()
1106 0, NULL, thisupd, nextupd); in make_ocsp_response()
1110 0, NULL, thisupd, nextupd); in make_ocsp_response()
1121 reason, revtm, thisupd, nextupd); in make_ocsp_response()
[all …]
/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,

Completed in 36 milliseconds