Searched refs:thisUpdate (Results 1 – 11 of 11) sorted by relevance
/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. 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 D | OCSP_resp_find_status.pod | 188 An OCSP response for a certificate contains B<thisUpdate> and B<nextUpdate>
|
/openssl/crypto/cmp/ |
H A D | cmp_asn.c | 173 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 D | cmp_local.h | 240 ASN1_TIME *thisUpdate; member
|
/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 | 216 if (!ASN1_GENERALIZEDTIME_print(bp, single->thisUpdate)) in OCSP_RESPONSE_print()
|
H A D | ocsp_cl.c | 273 *thisupd = single->thisUpdate; in OCSP_single_get0_status()
|
H A D | ocsp_srv.c | 104 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate)) in OCSP_basic_add1_status()
|
/openssl/include/openssl/ |
H A D | cmp.h.in | 301 const ASN1_TIME *thisUpdate); 304 ASN1_TIME **thisUpdate);
|
/openssl/ |
H A D | CHANGES.md | 14867 between thisUpdate and nextUpdate max reject otherwise valid responses 14869 we allow thisUpdate and nextUpdate to fall within a certain period of
|
Completed in 94 milliseconds