History log of /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/CertBlacklist.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2a64eecc02ffb5b991fb5c367eab777b1325eef8 05-May-2014 Kenny Root <kroot@google.com> Avoid things that cause CertBlacklist to be preinitialized

Move the CertBlacklist instance to a NoPreloadHolder, then move the
System.getenv call in CertBlacklist to a constructor so it's not called
during class initialization.

(cherry picked from commit 7a21b9a68f2c90bdde986a98a55816d0cf3ea73e)

Bug: 18013422
Change-Id: I39d0f43f948dec243d2d7cb79726d0642638b77a
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/CertBlacklist.java
6f40a55cc851f2fc004a91fca67d183347a92b97 10-Dec-2013 Geremy Condra <gcondra@google.com> Add ANSSI intermediate to the on-device blacklist.

Change-Id: I0ab409f39d0ca5712c75bd5b2ffed041bba3521d
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/CertBlacklist.java
28d59918b7b65a0816ab3f3c3a0746cd1a4b8239 16-Jan-2013 Geremy Condra <gcondra@google.com> Add certs to blacklist.

Change-Id: I34040b2fe12f81dc0e40653c635f061c499f815b
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/CertBlacklist.java
e6bf3e8dfa2804891a82075cb469b736321b4827 18-Sep-2012 Brian Carlstrom <bdc@google.com> Make existing bouncycastle bcprov build on host and add host-only bcpkix build

- Move existing provider source to bcprov
- Added bcpkix host build to support built/tooks/signapk

sha1sum of sources:
- 10bfea344842fe8e065c80e399c93f8651dc87d8 bcprov-jdk15on-147.tar.gz
- 913828c7ae36e030508e97e07b3c213fb1db1e9c bcpkix-jdk15on-147.tar.gz

Bug: 7056297
Change-Id: Id4f957f300a39aa34b4c3c679b2312631d3f1639
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/CertBlacklist.java