Home
last modified time | relevance | path

Searched refs:nextUpdate (Results 1 – 19 of 19) sorted by relevance

/freebsd/crypto/openssl/crypto/x509/
H A Dx509cset.c48 return ossl_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()
H A Dx_crl.c72 ASN1_OPT(X509_CRL_INFO, nextUpdate, ASN1_TIME),
/freebsd/crypto/heimdal/lib/hx509/
H A Drevoke.c474 if (crl->tbsCertList.nextUpdate == NULL) { in verify_crl()
480 t = _hx509_Time2time_t(crl->tbsCertList.nextUpdate); in verify_crl()
760 if (ocsp->ocsp.tbsResponseData.responses.val[j].nextUpdate) { in hx509_revoke_verify()
761 if (*ocsp->ocsp.tbsResponseData.responses.val[j].nextUpdate < now) in hx509_revoke_verify()
1153 if (ocsp.ocsp.tbsResponseData.responses.val[i].nextUpdate) in hx509_revoke_ocsp_print()
1241 if (basic.tbsResponseData.responses.val[i].nextUpdate) { in hx509_ocsp_verify()
1242 if (*basic.tbsResponseData.responses.val[i].nextUpdate < now) in hx509_ocsp_verify()
1470 c.tbsCertList.nextUpdate = malloc(sizeof(*c.tbsCertList.nextUpdate)); in hx509_crl_sign()
1471 if (c.tbsCertList.nextUpdate == NULL) { in hx509_crl_sign()
1482 c.tbsCertList.nextUpdate->element = choice_Time_generalTime; in hx509_crl_sign()
[all …]
H A Docsp.asn132 nextUpdate [0] EXPLICIT GeneralizedTime OPTIONAL,
/freebsd/crypto/openssl/doc/man3/
H A DX509_get0_notBefore.pod47 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
H A DOCSP_resp_find_status.pod188 An OCSP response for a certificate contains B<thisUpdate> and B<nextUpdate>
191 OCSP_check_validity(). Some responders do not set the B<nextUpdate> field, this
H A DX509_STORE_CTX_get_error.pod183 format error in CRL's nextUpdate field>
185 The CRL C<nextUpdate> field contains an invalid time.
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl_ocsp.c135 ASN1_GENERALIZEDTIME *nextUpdate; member
196 ASN1_EXP_OPT(SingleResponse, nextUpdate, ASN1_GENERALIZEDTIME, 0),
755 if (sresp->nextUpdate) { in check_ocsp_resp()
756 txt = generalizedtime_str(sresp->nextUpdate); in check_ocsp_resp()
809 matching_resp->nextUpdate)) { in check_ocsp_resp()
/freebsd/crypto/openssl/crypto/ocsp/
H A Docsp_prn.c216 if (single->nextUpdate) { in OCSP_RESPONSE_print()
219 if (!ASN1_GENERALIZEDTIME_print(bp, single->nextUpdate)) in OCSP_RESPONSE_print()
H A Docsp_local.h146 ASN1_GENERALIZEDTIME *nextUpdate; member
H A Docsp_asn.c97 ASN1_EXP_OPT(OCSP_SINGLERESP, nextUpdate, ASN1_GENERALIZEDTIME, 0),
H A Docsp_cl.c275 *nextupd = single->nextUpdate; in OCSP_single_get0_status()
H A Docsp_srv.c107 !ASN1_TIME_to_generalizedtime(nextupd, &single->nextUpdate)) in OCSP_basic_add1_status()
/freebsd/crypto/openssl/include/crypto/
H A Dx509.h94 ASN1_TIME *nextUpdate; /* nextUpdate field: optional */ member
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-crl.pod.in133 Output the nextUpdate field.
H A Dopenssl-ocsp.pod.in400 used in the B<nextUpdate> field. If neither option is present then the
401 B<nextUpdate> field is omitted meaning fresh revocation information is
H A Dopenssl-ca.pod.in359 Allows the value of the CRL's nextUpdate field to be explicitly set; if
367 now to place in the CRL nextUpdate field.
/freebsd/crypto/heimdal/lib/asn1/
H A Drfc2459.asn1459 nextUpdate Time OPTIONAL,
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1431 U32 nextUpdate; member