Searched refs:thisUpdate (Results 1 – 17 of 17) sorted by relevance
| /src/crypto/openssl/doc/man3/ |
| H A D | OSSL_CMP_ITAV_new_caCerts.pod | 41 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 D | OCSP_resp_find_status.pod | 188 An OCSP response for a certificate contains B<thisUpdate> and B<nextUpdate>
|
| /src/crypto/openssl/crypto/cmp/ |
| H A D | cmp_asn.c | 168 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 D | cmp_local.h | 240 ASN1_TIME *thisUpdate; member
|
| /src/contrib/wpa/src/crypto/ |
| H A D | tls_openssl_ocsp.c | 134 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 D | revoke.c | 467 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 D | ocsp.asn1 | 31 thisUpdate GeneralizedTime,
|
| /src/crypto/openssl/crypto/ocsp/ |
| H A D | ocsp_local.h | 145 ASN1_GENERALIZEDTIME *thisUpdate; member
|
| H A D | ocsp_asn.c | 96 ASN1_SIMPLE(OCSP_SINGLERESP, thisUpdate, ASN1_GENERALIZEDTIME),
|
| H A D | ocsp_prn.c | 219 if (!ASN1_GENERALIZEDTIME_print(bp, single->thisUpdate)) in OCSP_RESPONSE_print()
|
| H A D | ocsp_srv.c | 104 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate)) in OCSP_basic_add1_status()
|
| H A D | ocsp_cl.c | 273 *thisupd = single->thisUpdate; in OCSP_single_get0_status()
|
| /src/crypto/openssl/include/openssl/ |
| H A D | cmp.h.in | 315 const ASN1_TIME *thisUpdate); 318 ASN1_TIME **thisUpdate);
|
| H A D | cmp.h | 458 const ASN1_TIME *thisUpdate); 461 ASN1_TIME **thisUpdate);
|
| /src/crypto/heimdal/lib/asn1/ |
| H A D | rfc2459.asn1 | 458 thisUpdate Time,
|
| /src/crypto/openssl/doc/man1/ |
| H A D | openssl-cmp.pod.in | 791 If the CRL contains a thisUpdate field, its value is copied to the request.
|
| /src/crypto/openssl/ |
| H A D | CHANGES.md | 15540 between thisUpdate and nextUpdate max reject otherwise valid responses 15542 we allow thisUpdate and nextUpdate to fall within a certain period of
|