HomeSort by relevance Sort by last modified time
    Searched full:crls (Results 51 - 75 of 95) sorted by null

1 23 4

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
RFC3280CertPathUtilities.java 667 throw new AnnotatedException("Exception obtaining delta CRLs.", e);
706 throw new AnnotatedException("Exception obtaining delta CRLs.", e);
1750 Set crls = CertPathValidatorUtilities.getCompleteCRLs(dp, cert, currentDate, paramsPKIX); local
    [all...]
X509CRLEntryObject.java 49 * Constructor for CRLEntries of indirect CRLs. If <code>isIndirect</code>
X509CRLObject.java 47 * The following extensions are listed in RFC 2459 as relevant to CRLs
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactory4Test.java 135 Collection crls = fact.generateCRLs(is); local
136 assertTrue("The CRLs in \"" + certUrl.toExternalForm()
137 + "\" were not parsed correctly", crls != null
138 && crls.size() > 0);
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
CertificateListTest.java 82 // support indirect CRLs. As says rfc 3280 (p.62):
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
X509CRLEntryObject.java 49 * Constructor for CRLEntries of indirect CRLs. If <code>isIndirect</code>
X509CRLObject.java 49 * The following extensions are listed in RFC 2459 as relevant to CRLs
  /external/chromium_org/net/cert/
x509_util_mac.cc 125 // prefer OCSP over CRLs, if both are specified on the certificate. This
asn1_util.cc 288 // interested in subsets of CRLs and the RFC states that there MUST be
crl_set.cc 263 // accept. This bounds the number of CRLs in the CRLSet as well as the number
578 const CRLSet::CRLList& CRLSet::crls() const { function in class:net::CRLSet
  /libcore/luni/src/test/java/tests/security/cert/
CertificateFactory4Test.java 138 Collection<? extends CRL> crls = fact.generateCRLs(is); local
139 assertTrue("The CRLs in \"" + certUrl.toExternalForm()
140 + "\" were not parsed correctly", crls != null
141 && crls.size() > 0);
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
X509CRLImpl.java 58 * Implementation supports work with indirect CRLs.
231 * This method supports indirect CRLs: if CRL is indirect method takes
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/provider/cert/
CertFactoryTestData.java 30 * CRLs, and Certification Paths.
  /external/chromium_org/third_party/openssl/openssl/apps/
openssl.cnf 68 # Extensions to add to a CRL. Note: Netscape communicator chokes on V2 CRLs
smime.c 482 BIO_printf (bio_err, "-crl_check check revocation status of signer's certificate using CRLs\n");
483 BIO_printf (bio_err, "-crl_check_all check revocation status of signer's certificate chain using CRLs\n");
  /external/openssl/apps/
openssl.cnf 68 # Extensions to add to a CRL. Note: Netscape communicator chokes on V2 CRLs
smime.c 482 BIO_printf (bio_err, "-crl_check check revocation status of signer's certificate using CRLs\n");
483 BIO_printf (bio_err, "-crl_check_all check revocation status of signer's certificate chain using CRLs\n");
  /libcore/support/src/test/java/tests/resources/x509/
default.cnf 107 # Extensions to add to a CRL. Note: Netscape communicator chokes on V2 CRLs
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignedDataGenerator.java 725 if (crls.size() != 0)
727 certrevlist = CMSUtils.createBerSetFromList(crls);
  /external/chromium/net/ocsp/
nss_ocsp.cc 535 // or CRLs or talk to OCSP responders over HTTP. These functions must
555 // CRLs for Network Solutions Certificate Authority have bad signatures,
  /external/chromium_org/net/ocsp/
nss_ocsp.cc 561 // or CRLs or talk to OCSP responders over HTTP. These functions must
581 // CRLs for Network Solutions Certificate Authority have bad signatures,
    [all...]
  /external/chromium/net/base/
x509_certificate_mac.cc 331 // CRLs for that certificate if possible, as they may be much larger.
333 // Ensure that CRLs can be fetched if a crlDistributionPoint extension
341 // The default CrlFlags will ensure only cached CRLs are used.
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/cert/
X509CRLImplTest.java 107 // support indirect CRLs. As says rfc 3280 (p.62):
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
x_crl.c 248 /* Delta CRLs must have CRL number */
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509_lu.c 548 /* Always do lookup to possibly add new CRLs to cache

Completed in 733 milliseconds

1 23 4