Home
last modified time | relevance | path

Searched refs:revocationDate (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/x509/
Dx509cset.c137 return x->revocationDate; in X509_REVOKED_get0_revocationDate()
146 in = x->revocationDate; in X509_REVOKED_set_revocationDate()
150 ASN1_TIME_free(x->revocationDate); in X509_REVOKED_set_revocationDate()
151 x->revocationDate = in; in X509_REVOKED_set_revocationDate()
Dx_crl.c24 ASN1_SIMPLE(X509_REVOKED,revocationDate, ASN1_TIME),
/netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
Dcrl.c49 …ertListSeqOfSeq*)csi_attr)->revocationDate, (ComponentSyntaxInfo*)((ComponentTBSCertListSeqOfSeq*)… in MatchingComponentTBSCertListSeqOfSeq()
70revocationDate->identifier.bv_val && strncmp(comp->revocationDate->identifier.bv_val, cr->cr_curr-… in ExtractingComponentTBSCertListSeqOfSeq()
72 return comp->revocationDate; in ExtractingComponentTBSCertListSeqOfSeq()
75 … return ExtractingComponentTime ( mem_op, cr, comp->revocationDate ); in ExtractingComponentTBSCertListSeqOfSeq()
141 … rc = BDecComponentTime (mem_op, b, tagId1, elmtLen1, (&k->revocationDate), &totalElmtsLen1, mode);
143 (k->revocationDate)->identifier.bv_val = (k->revocationDate)->id_buf;
144 (k->revocationDate)->identifier.bv_len = strlen("revocationDate");
145 strcpy( (k->revocationDate)->identifier.bv_val, "revocationDate");
261 … rc = GDecComponentTime (mem_op, b, (&k->revocationDate), bytesDecoded, mode);
263 ( k->revocationDate)->identifier.bv_val = peek_head;
[all …]
Dcrl.h187 ComponentTime* revocationDate; /* Time */ member
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hx509/
Drevoke.c861 … t = _hx509_Time2time_t(&crl->crl.tbsCertList.revokedCertificates->val[j].revocationDate); in hx509_revoke_verify()
1505 c->revokedCertificates->val[num].revocationDate.element = in add_revoked()
1507 c->revokedCertificates->val[num].revocationDate.u.generalTime = in add_revoked()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/asn1/
Drfc2459.asn1485 revocationDate Time,