History log of /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/CertPathValidatorUtilities.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c4fa740cf84a54fceb87964ca8ea666fd41b5b8f 20-May-2011 Brian Carlstrom <bdc@google.com> Remove IndexedPKIXParameters

Change-Id: If906010b9c5b9f5da803885b316fa7b9e4a7db0f
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/CertPathValidatorUtilities.java
6e736056d64d0e33b26cf9f7c4e351b496241fde 26-Feb-2011 Brian Carlstrom <bdc@google.com> bouncycastle 1.46 upgrade

Change-Id: I01be307de0a79b3058215d76e67f39f77243a619
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/CertPathValidatorUtilities.java
60f1dce097d78928597a5d057577596162e825fd 02-Nov-2010 Brian Carlstrom <bdc@google.com> CertPathValidator changes tracking libcore TrustManager improvements

Revert checks for TrustAnchors in the cert chain, which is not part of
PKIX behavior. This is now done as part of cleaning in the cert chain
in libcore's TrustManagerImpl.

patches/README
src/main/java/org/bouncycastle/jce/provider/CertPathValidatorUtilities.java
src/main/java/org/bouncycastle/jce/provider/PKIXCertPathValidatorSpi.java
src/main/java/org/bouncycastle/jce/provider/RFC3280CertPathUtilities.java

Preserve IndexedPKIXParameters in local to keep our O(1) indexed
lookup of TrustAnchors by X500Principal, instead of falling back to
O(n) lookup in the common case.

src/main/java/org/bouncycastle/jce/provider/PKIXCertPathValidatorSpi.java

Updated patch

patches/android.patch

Bug: 2530852
Change-Id: Iecb671797496c3bc6a4e1a22c848b28af4bc756e
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/CertPathValidatorUtilities.java
6cd08328d5f95b3541d2435a7167b81b5ec4579f 22-Jun-2010 Brian Carlstrom <bdc@google.com> Move IndexedPKIXParameters from external/bouncycastle to libcore to avoid cyclic build dependency

Change-Id: I89f0c6e1248bc8abd95e522ac28b0c8a1a8ff21d
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/CertPathValidatorUtilities.java
c37f4a04ef89e73a39a59f3c5a179af8c8ab5974 21-Jun-2010 Brian Carlstrom <bdc@google.com> Upgrade bouncycastle from 1.34 to 1.45

This maintains the same set of provided algorithms as tested with
libcore's javax.security.PreparerTest. A further checkin will try to
bring the supported list in line with the RI.

Details:

Upgraded to JDK 1.6 version of 1.45 release
bouncycastle.version

First pass of triming unneeded files
bouncycastle.config

Compile with UTF-8 to avoid warnings
Android.mk

The updated patch
patches/android.patch

The rest of the files are generated from the release tar ball and the patch
./import_bouncycastle.sh import .../bcprov-jdk16-145.tar.gz
src/main/java/...

Change-Id: I1df5ad8a7161ec578415ae23f01c3b550e381927
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/CertPathValidatorUtilities.java
b61a96e7ef1a78acf013bbf08fe537e5b5f129ca 26-Apr-2010 Peter Hallam <peterhal@google.com> merge more modules into luni
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/CertPathValidatorUtilities.java