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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/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)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Drevoke.c476 if (crl->tbsCertList.nextUpdate == NULL) {
478 "CRL missing nextUpdate");
482 t = _hx509_Time2time_t(crl->tbsCertList.nextUpdate);
762 if (ocsp->ocsp.tbsResponseData.responses.val[j].nextUpdate) {
763 if (*ocsp->ocsp.tbsResponseData.responses.val[j].nextUpdate < now)
1155 if (ocsp.ocsp.tbsResponseData.responses.val[i].nextUpdate)
1242 if (basic.tbsResponseData.responses.val[i].nextUpdate) {
1243 if (*basic.tbsResponseData.responses.val[i].nextUpdate < now)
1245 *expiration = *basic.tbsResponseData.responses.val[i].nextUpdate;
1471 c.tbsCertList.nextUpdate
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcrl.c581 if(COMPONENTNOT_NULL( ((ComponentTBSCertList*)csi_attr)->nextUpdate ) ) {
582 rc = MatchingComponentTime ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertList*)csi_attr)->nextUpdate, (ComponentSyntaxInfo*)((ComponentTBSCertList*)csi_assert)->nextUpdate );
633 if ( ( comp->nextUpdate->identifier.bv_val && strncmp(comp->nextUpdate->identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->nextUpdate->id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) {
635 return comp->nextUpdate;
638 return ExtractingComponentTime ( mem_op, cr, comp->nextUpdate );
757 rc = BDecComponentTime (mem_op, b, tagId1, elmtLen1, (&k->nextUpdate), &totalElmtsLen1, mode);
759 (k->nextUpdate)
[all...]
H A Dcrl.h288 ComponentTime* nextUpdate; /* Time OPTIONAL */ member in struct:TBSCertList
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/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
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/asn1/
H A Docsp.c136 nextUpdate [0] EXPLICIT GeneralizedTime OPTIONAL,
259 ASN1_GENERALIZEDTIME *nextUpdate; member in struct:__anon690
348 ASN1_EXP_OPT(SingleResponse, nextUpdate, ASN1_GENERALIZEDTIME, 0),
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dx_crl.c117 ASN1_OPT(X509_CRL_INFO, nextUpdate, ASN1_TIME),

Completed in 201 milliseconds