History log of /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/WrapCipherSpi.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/WrapCipherSpi.java
8212855a312dc8ebe081a3e08b1d2d8f8757af02 08-Nov-2010 Brian Carlstrom <bdc@google.com> Restoring bouncycastle Elliptic Curve Key support

Specific algorithms now available:
- KeyAgreement.ECDH
- KeyFactory.EC
- KeyPairGenerator.EC
- Signature.NONEWITHECDSA
- Signature.ECDSA
- Signature.SHA256WITHECDSA
- Signature.SHA384WITHECDSA
- Signature.SHA512WITHECDSA

Bug: 3058375
Change-Id: I611b23b2f72bb5d9898d4c695f1677c7914353c6
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/WrapCipherSpi.java
0d31ca0f54efe12f12049174bfa9403961654a92 20-Aug-2010 Brian Carlstrom <bdc@google.com> Remove RC5 references from bouncycastle

The RI doesn't include RC5 and we didn't either in the provider
definition, but I noticed we still had a few implementation support
classes so remove these unneeded files.

Also cleaned up a few RC2 mentions that are unneeded.
RC2 implementation does remain for PKCS12 support.

Change-Id: I4ef304e11a0cba677b3977c54a2afb2330ca5565
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/WrapCipherSpi.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/WrapCipherSpi.java
b61a96e7ef1a78acf013bbf08fe537e5b5f129ca 26-Apr-2010 Peter Hallam <peterhal@google.com> merge more modules into luni
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/WrapCipherSpi.java