Searched refs:nextUpdate (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/x509/
H A Dx509cset.c107 in=x->crl->nextUpdate;
113 M_ASN1_TIME_free(x->crl->nextUpdate);
114 x->crl->nextUpdate=in;
H A Dx509.h455 ASN1_TIME *nextUpdate; member in struct:X509_crl_info_st
623 #define X509_CRL_get_nextUpdate(x) ((x)->crl->nextUpdate)
/freebsd-10.0-release/crypto/heimdal/lib/hx509/
H A Drevoke.c474 if (crl->tbsCertList.nextUpdate == NULL) {
476 "CRL missing nextUpdate");
480 t = _hx509_Time2time_t(crl->tbsCertList.nextUpdate);
760 if (ocsp->ocsp.tbsResponseData.responses.val[j].nextUpdate) {
761 if (*ocsp->ocsp.tbsResponseData.responses.val[j].nextUpdate < now)
1153 if (ocsp.ocsp.tbsResponseData.responses.val[i].nextUpdate)
1241 if (basic.tbsResponseData.responses.val[i].nextUpdate) {
1242 if (*basic.tbsResponseData.responses.val[i].nextUpdate < now)
1244 *expiration = *basic.tbsResponseData.responses.val[i].nextUpdate;
1470 c.tbsCertList.nextUpdate
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/ocsp/
H A Docsp_prn.c261 if (single->nextUpdate)
264 if (!ASN1_GENERALIZEDTIME_print(bp,single->nextUpdate))
H A Docsp_asn.c144 ASN1_EXP_OPT(OCSP_SINGLERESP, nextUpdate, ASN1_GENERALIZEDTIME, 0),
H A Docsp_cl.c280 if(nextupd) *nextupd = single->nextUpdate;
305 /* Check validity of thisUpdate and nextUpdate fields. It is possible that the request will
308 * Also to avoid accepting very old responses without a nextUpdate field an optional maxage
347 /* Check nextUpdate is valid and not more than nsec in the past */
363 /* Also don't allow nextUpdate to precede thisUpdate */
H A Docsp_srv.c146 !ASN1_TIME_to_generalizedtime(nextupd, &single->nextUpdate))
H A Docsp.h250 * nextUpdate [0] EXPLICIT GeneralizedTime OPTIONAL,
258 ASN1_GENERALIZEDTIME *nextUpdate; member in struct:ocsp_single_response_st
/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Dx_crl.c117 ASN1_OPT(X509_CRL_INFO, nextUpdate, ASN1_TIME),

Completed in 182 milliseconds