Searched refs:nextUpdate (Results 1 – 19 of 19) sorted by relevance
/third_party/openssl/crypto/x509/ |
D | x509cset.c | 48 return x509_set1_time(&x->crl.nextUpdate, tm); in X509_CRL_set1_nextUpdate() 91 return crl->crl.nextUpdate; in X509_CRL_get0_nextUpdate() 102 return crl->crl.nextUpdate; in X509_CRL_get_nextUpdate()
|
D | x_crl.c | 72 ASN1_OPT(X509_CRL_INFO, nextUpdate, ASN1_TIME),
|
/third_party/openssl/doc/man3/ |
D | X509_get0_notBefore.pod | 47 B<lastUpdate> and B<nextUpdate> fields of B<crl>. The value 49 the call. If the B<nextUpdate> field is absent from B<crl> then 53 and B<nextUpdate> fields of B<crl> to B<tm>. Ownership of the passed parameter
|
D | OCSP_resp_find_status.pod | 168 An OCSP response for a certificate contains B<thisUpdate> and B<nextUpdate> 171 OCSP_check_validity(). Some responders do not set the B<nextUpdate> field, this
|
D | X509_STORE_CTX_get_error.pod | 163 =item B<X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD: format error in CRL's nextUpdate field> 165 the CRL nextUpdate field contains an invalid time.
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | tls_openssl_ocsp.c | 135 ASN1_GENERALIZEDTIME *nextUpdate; member 196 ASN1_EXP_OPT(SingleResponse, nextUpdate, ASN1_GENERALIZEDTIME, 0), 760 if (sresp->nextUpdate) { in check_ocsp_resp() 761 txt = generalizedtime_str(sresp->nextUpdate); in check_ocsp_resp() 814 matching_resp->nextUpdate)) { in check_ocsp_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_openssl_ocsp.c | 135 ASN1_GENERALIZEDTIME *nextUpdate; member 196 ASN1_EXP_OPT(SingleResponse, nextUpdate, ASN1_GENERALIZEDTIME, 0), 760 if (sresp->nextUpdate) { in check_ocsp_resp() 761 txt = generalizedtime_str(sresp->nextUpdate); in check_ocsp_resp() 814 matching_resp->nextUpdate)) { in check_ocsp_resp()
|
/third_party/openssl/crypto/ocsp/ |
D | ocsp_prn.c | 216 if (single->nextUpdate) { in OCSP_RESPONSE_print() 219 if (!ASN1_GENERALIZEDTIME_print(bp, single->nextUpdate)) in OCSP_RESPONSE_print()
|
D | ocsp_local.h | 144 ASN1_GENERALIZEDTIME *nextUpdate; member
|
D | ocsp_asn.c | 97 ASN1_EXP_OPT(OCSP_SINGLERESP, nextUpdate, ASN1_GENERALIZEDTIME, 0),
|
D | ocsp_srv.c | 108 !ASN1_TIME_to_generalizedtime(nextupd, &single->nextUpdate)) in OCSP_basic_add1_status()
|
D | ocsp_cl.c | 301 *nextupd = single->nextUpdate; in OCSP_single_get0_status()
|
/third_party/openssl/include/crypto/ |
D | x509.h | 83 ASN1_TIME *nextUpdate; /* nextUpdate field: optional */ member
|
/third_party/openssl/doc/man1/ |
D | crl.pod | 92 Output the nextUpdate field.
|
D | ocsp.pod | 383 used in the B<nextUpdate> field. If neither option is present then the 384 B<nextUpdate> field is omitted meaning fresh revocation information is
|
D | verify.pod | 492 The CRL nextUpdate field contains an invalid time.
|
D | ca.pod | 319 now to place in the CRL nextUpdate field.
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_x509parse.data | 2039 X509 CRL ASN1 (TBSCertList, correct thisUpdate, nextUpdate missing, entries length missing)
|
/third_party/openssl/ |
D | CHANGES | 4505 *) Fix bug where CRLs with nextUpdate in the past are sometimes accepted 8693 between thisUpdate and nextUpdate max reject otherwise valid responses 8695 we allow thisUpdate and nextUpdate to fall within a certain period of
|