Home
last modified time | relevance | path

Searched refs:thisUpdate (Results 1 – 11 of 11) sorted by relevance

/openssl/doc/man3/
H A DOSSL_CMP_ITAV_new_caCerts.pod41 const ASN1_TIME *thisUpdate);
46 ASN1_TIME **thisUpdate);
100 If given, a copy of the CRL issuance time I<thisUpdate> is also included.
103 It fills the thisUpdate field with a copy of the thisUpdate field of I<crl> if present.
151 and assigns them to I<*dpn>, I<*issuer>, and I<*thisUpdate>.
152 I<*thisUpdate> is assigned only if the I<thisUpdate> argument is not NULL.
154 I<*thisUpdate> can also be NULL if the field is not present.
H A DOCSP_resp_find_status.pod188 An OCSP response for a certificate contains B<thisUpdate> and B<nextUpdate>
/openssl/crypto/cmp/
H A Dcmp_asn.c173 ASN1_OPT(OSSL_CMP_CRLSTATUS, thisUpdate, ASN1_TIME)
621 const ASN1_TIME *thisUpdate) in OSSL_CMP_CRLSTATUS_new1() argument
651 if (thisUpdate != NULL in OSSL_CMP_CRLSTATUS_new1()
652 && (crlstatus->thisUpdate = ASN1_TIME_dup(thisUpdate)) == NULL) in OSSL_CMP_CRLSTATUS_new1()
761 ASN1_TIME **thisUpdate) in OSSL_CMP_CRLSTATUS_get0() argument
784 if (thisUpdate != NULL) in OSSL_CMP_CRLSTATUS_get0()
785 *thisUpdate = crlstatus->thisUpdate; in OSSL_CMP_CRLSTATUS_get0()
H A Dcmp_local.h240 ASN1_TIME *thisUpdate; member
/openssl/crypto/ocsp/
H A Docsp_local.h145 ASN1_GENERALIZEDTIME *thisUpdate; member
H A Docsp_asn.c96 ASN1_SIMPLE(OCSP_SINGLERESP, thisUpdate, ASN1_GENERALIZEDTIME),
H A Docsp_prn.c216 if (!ASN1_GENERALIZEDTIME_print(bp, single->thisUpdate)) in OCSP_RESPONSE_print()
H A Docsp_cl.c273 *thisupd = single->thisUpdate; in OCSP_single_get0_status()
H A Docsp_srv.c104 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate)) in OCSP_basic_add1_status()
/openssl/include/openssl/
H A Dcmp.h.in301 const ASN1_TIME *thisUpdate);
304 ASN1_TIME **thisUpdate);
/openssl/
H A DCHANGES.md14802 between thisUpdate and nextUpdate max reject otherwise valid responses
14804 we allow thisUpdate and nextUpdate to fall within a certain period of

Completed in 100 milliseconds