Home
last modified time | relevance | path

Searched refs:CRL (Results 1 – 25 of 75) sorted by relevance

123

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DCertPathReviewerMessages.properties324 ## check CRL notifications
326 # found local valid CRL
327 # {0} thisUpdate of the CRL
328 # {1} nextUpdate of the CRL
329 CertPathReviewer.localValidCRL.title = Found valid local CRL
330 CertPathReviewer.localValidCRL.text = Found a valid CRL in local certstore. Issued on {0,date}, nex…
331 CertPathReviewer.localValidCRL.summary = Found a valid CRL in local certstore. Issued on {0,date}, …
332 CertPathReviewer.localValidCRL.details = Found a valid CRL in local certstore. Issued on {0,date}, …
335 # found matching CRL, but not valid
336 # {0} thisUpdate of the CRL
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/
DPKIXCRLStoreSelector.java5 import java.security.cert.CRL;
27 public class PKIXCRLStoreSelector<T extends CRL>
143 public PKIXCRLStoreSelector<? extends CRL> build() in build()
183 public boolean match(CRL obj) in match()
318 …public static Collection<? extends CRL> getCRLs(final PKIXCRLStoreSelector selector, CertStore cer… in getCRLs()
345 public boolean match(CRL crl) in match()
DPKIXCRLStore.java4 import java.security.cert.CRL;
17 public interface PKIXCRLStore<T extends CRL>
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/
DPKIXCRLStoreSelector.java4 import java.security.cert.CRL;
25 public class PKIXCRLStoreSelector<T extends CRL>
140 public PKIXCRLStoreSelector<? extends CRL> build() in build()
180 public boolean match(CRL obj) in match()
315 …public static Collection<? extends CRL> getCRLs(final PKIXCRLStoreSelector selector, CertStore cer… in getCRLs()
342 public boolean match(CRL crl) in match()
DPKIXCRLStore.java3 import java.security.cert.CRL;
15 public interface PKIXCRLStore<T extends CRL>
/external/grpc-grpc-java/testing/src/main/resources/certs/
Dserver1-openssl.cnf35 # must be commented out to leave a V1 CRL
36 crl = $dir/crl.pem # The current CRL
50 # Extensions to add to a CRL. Note: Netscape communicator chokes on V2 CRLs
51 # so this is commented out by default to leave a V1 CRL.
52 # crlnumber must also be commented out to leave a V1 CRL.
56 default_crl_days= 30 # how long before next CRL
Dopenssl.cnf53 # must be commented out to leave a V1 CRL
54 crl = $dir/crl.pem # The current CRL
68 # Extensions to add to a CRL. Note: Netscape communicator chokes on V2 CRLs
69 # so this is commented out by default to leave a V1 CRL.
70 # crlnumber must also be commented out to leave a V1 CRL.
74 default_crl_days= 30 # how long before next CRL
265 # CRL extensions.
266 # Only issuerAltName and authorityKeyIdentifier make any sense in a CRL.
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/x509/
DCertificateFactory.java10 import java.security.cert.CRL;
119 protected CRL createCRL(CertificateList c) in createCRL()
125 private CRL readPEMCRL( in readPEMCRL()
132 private CRL readDERCRL( in readDERCRL()
139 private CRL getCRL(ASN1Sequence seq) in getCRL()
163 private CRL getCRL() in getCRL()
301 public CRL engineGenerateCRL( in engineGenerateCRL()
386 CRL crl; in engineGenerateCRLs()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
DCertificateFactory.java9 import java.security.cert.CRL;
117 protected CRL createCRL(CertificateList c) in createCRL()
123 private CRL readPEMCRL( in readPEMCRL()
130 private CRL readDERCRL( in readDERCRL()
137 private CRL getCRL(ASN1Sequence seq) in getCRL()
161 private CRL getCRL() in getCRL()
299 public CRL engineGenerateCRL( in engineGenerateCRL()
384 CRL crl; in engineGenerateCRLs()
/external/scapy/test/
Dx509.uts140 ############ CRL class ###############################################
143 = CRL class : Importing DER encoded X.509 CRL
147 = CRL class : Rebuild crl
150 = CRL class : Version
154 = CRL class : Signature algorithm (as advertised by TBSCertList)
158 = CRL class : Issuer structure
165 = CRL class : Issuer first attribute
168 = CRL class : Issuer string
171 = CRL class : This update
174 = CRL class : Optional next update
[all …]
Dcert.uts258 ########### CRL class ###############################################
260 + CRL class tests
262 = CRL class : Importing PEM-encoded CRL
263 x = CRL("""
264 -----BEGIN X509 CRL-----
277 -----END X509 CRL-----
280 = CRL class : Checking version
283 = CRL class : Checking issuer extraction in basic format (/C=FR ...)
286 = CRL class : Checking lastUpdate date extraction in tuple format
289 = CRL class : Checking nextUpdate date extraction in tuple format
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/
DCertStoreCollectionSpi.java5 import java.security.cert.CRL;
87 if (obj instanceof CRL) in engineGetCRLs()
99 if ((obj instanceof CRL) && selector.match((CRL)obj)) in engineGetCRLs()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DCertStoreCollectionSpi.java4 import java.security.cert.CRL;
83 if (obj instanceof CRL) in engineGetCRLs()
95 if ((obj instanceof CRL) && selector.match((CRL)obj)) in engineGetCRLs()
/external/curl/tests/certs/
DServer-localhost-sv.crl1 -----BEGIN X509 CRL-----
12 -----END X509 CRL-----
DServer-localhost-firstSAN-sv.crl1 -----BEGIN X509 CRL-----
15 -----END X509 CRL-----
DServer-localhost.nn-sv.crl1 -----BEGIN X509 CRL-----
13 -----END X509 CRL-----
DServer-localhost-lastSAN-sv.crl1 -----BEGIN X509 CRL-----
12 -----END X509 CRL-----
DServer-localhost0h-sv.crl1 -----BEGIN X509 CRL-----
14 -----END X509 CRL-----
/external/python/cpython2/Lib/test/
Drevocation.crl1 -----BEGIN X509 CRL-----
11 -----END X509 CRL-----
/external/python/cpython3/Lib/test/
Drevocation.crl1 -----BEGIN X509 CRL-----
14 -----END X509 CRL-----
/external/curl/tests/data/
Dtest3137 CRL
21 CRL test
/external/wpa_supplicant_8/hs20/server/ca/
Dopenssl-root.cnf29 # must be commented out to leave a V1 CRL
30 crl = $dir/crl.pem # The current CRL
40 default_crl_days= 30 # how long before next CRL
/external/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/
Dtpmtoken_import_openssl.cnf45 crl = $dir/crl.pem # The current CRL
59 # Extensions to add to a CRL. Note: Netscape communicator chokes on V2 CRLs
60 # so this is commented out by default to leave a V1 CRL.
64 default_crl_days= 30 # how long before next CRL
254 # CRL extensions.
255 # Only issuerAltName and authorityKeyIdentifier make any sense in a CRL.
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLX509CertificateFactory.java23 import java.security.cert.CRL;
299 public CRL engineGenerateCRL(InputStream inStream) throws CRLException { in engineGenerateCRL()
308 public Collection<? extends CRL> engineGenerateCRLs(InputStream inStream) throws CRLException { in engineGenerateCRLs()
/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLX509CertificateFactory.java22 import java.security.cert.CRL;
295 public CRL engineGenerateCRL(InputStream inStream) throws CRLException { in engineGenerateCRL()
304 public Collection<? extends CRL> engineGenerateCRLs(InputStream inStream) throws CRLException { in engineGenerateCRLs()

123