Home
last modified time | relevance | path

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

/src/crypto/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.
130 and assigns them to I<*dpn>, I<*issuer>, and I<*thisUpdate>.
131 I<*thisUpdate> is assigned only if the I<thisUpdate> argument is not NULL.
133 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>
/src/crypto/openssl/crypto/cmp/
H A Dcmp_asn.c168 ASN1_OPT(OSSL_CMP_CRLSTATUS, thisUpdate, ASN1_TIME)
617 const ASN1_TIME *thisUpdate) in OSSL_CMP_CRLSTATUS_new1() argument
647 if (thisUpdate != NULL in OSSL_CMP_CRLSTATUS_new1()
648 && (crlstatus->thisUpdate = ASN1_TIME_dup(thisUpdate)) == NULL) in OSSL_CMP_CRLSTATUS_new1()
757 ASN1_TIME **thisUpdate) in OSSL_CMP_CRLSTATUS_get0() argument
780 if (thisUpdate != NULL) in OSSL_CMP_CRLSTATUS_get0()
781 *thisUpdate = crlstatus->thisUpdate; in OSSL_CMP_CRLSTATUS_get0()
H A Dcmp_local.h240 ASN1_TIME *thisUpdate; member
/src/contrib/wpa/src/crypto/
H A Dtls_openssl_ocsp.c134 ASN1_GENERALIZEDTIME *thisUpdate; member
195 ASN1_SIMPLE(SingleResponse, thisUpdate, ASN1_GENERALIZEDTIME),
749 txt = generalizedtime_str(sresp->thisUpdate); in check_ocsp_resp()
808 if (!ocsp_resp_valid(matching_resp->thisUpdate, in check_ocsp_resp()
/src/crypto/heimdal/lib/hx509/
H A Drevoke.c467 t = _hx509_Time2time_t(&crl->tbsCertList.thisUpdate); in verify_crl()
755 if (ocsp->ocsp.tbsResponseData.responses.val[j].thisUpdate > in hx509_revoke_verify()
1152 printable_time(ocsp.ocsp.tbsResponseData.responses.val[i].thisUpdate)); in hx509_revoke_ocsp_print()
1155 printable_time(ocsp.ocsp.tbsResponseData.responses.val[i].thisUpdate)); in hx509_revoke_ocsp_print()
1236 if (basic.tbsResponseData.responses.val[i].thisUpdate > in hx509_ocsp_verify()
1467 c.tbsCertList.thisUpdate.element = choice_Time_generalTime; in hx509_crl_sign()
1468 c.tbsCertList.thisUpdate.u.generalTime = time(NULL) - 24 * 3600; in hx509_crl_sign()
H A Docsp.asn131 thisUpdate GeneralizedTime,
/src/crypto/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.c219 if (!ASN1_GENERALIZEDTIME_print(bp, single->thisUpdate)) in OCSP_RESPONSE_print()
H A Docsp_srv.c104 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate)) in OCSP_basic_add1_status()
H A Docsp_cl.c273 *thisupd = single->thisUpdate; in OCSP_single_get0_status()
/src/crypto/openssl/include/openssl/
H A Dcmp.h.in315 const ASN1_TIME *thisUpdate);
318 ASN1_TIME **thisUpdate);
H A Dcmp.h458 const ASN1_TIME *thisUpdate);
461 ASN1_TIME **thisUpdate);
/src/crypto/heimdal/lib/asn1/
H A Drfc2459.asn1458 thisUpdate Time,
/src/crypto/openssl/doc/man1/
H A Dopenssl-cmp.pod.in791 If the CRL contains a thisUpdate field, its value is copied to the request.
/src/crypto/openssl/
H A DCHANGES.md15540 between thisUpdate and nextUpdate max reject otherwise valid responses
15542 we allow thisUpdate and nextUpdate to fall within a certain period of