History log of /external/bouncycastle/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/Android.mk
434fc78f07ab056c9206e34abc6d5d4f832adfec 25-Jan-2011 Brian Carlstrom <bdc@google.com> jarjar org.bouncycastle to com.android.org.bouncycastle

Repackaging org.bouncycastle.* into the private namespace
com.android.org.bouncycastle.* to avoid collisions with applications
bundling their own version of BouncyCastle.

Bug: 3086427
Change-Id: If3b02f9e9a3e2c9bf220a420de17d61932feb165
/external/bouncycastle/Android.mk
fa0f9bd8b89584a58337208fe2a0c3ce890e76a1 17-Sep-2010 Jesse Wilson <jessewilson@google.com> Add optional tags to bouncycastle modules.

Change-Id: Ic7ae563593d827da6c2f92effe92a5ee4787b93a
/external/bouncycastle/Android.mk
0ccea25f543c1cae4ebf0962c1714f317979c1a7 14-Sep-2010 Jean-Baptiste Queru <jbq@google.com> make new module optional

Change-Id: Ibfc53be9b453db9dbde222e1aa1a431af06f95f0
/external/bouncycastle/Android.mk
8436e1610cc0f5d2821b0235523be105f4f5e7e3 14-Sep-2010 Jesse Wilson <jessewilson@google.com> Make bouncycastle available to the host build.

Change-Id: Iaeac6c7642b0ab5cb337bd1a65fbfdc8a3cb564f
/external/bouncycastle/Android.mk
10261d9785b26fbcfe273b7b8119907fda09a999 23-Jun-2010 Brian Carlstrom <bdc@google.com> Remove libcore's dependency on bouncycastle

external/bouncycastle
- Change to be the primary build for bouncycastle sources (as opposed to part of libcore)
- Moved OpenSSLMessageDigest from libcore to OpenSSLDigest
It uses NativeCrypto API from core, but implements a bouncycastle specific interface
- restored registration of bouncycastle MessageDigests for SHA-1, SHA-256, MD5
OpenSSLProvider versions take precedence, but explicit provider of "BC" allows choice
- enabled native versions of SHA-384 and SHA-512
- pruned MD4 implementation

frameworks/base
- frameworks and CoreTests modules now depend on bouncycastle
- update preloades classes for NativeBN package change
- moved CryptoTest to libcore

libcore
- core now builds without bouncycastle sources
- core-tests, core-tests-support, core-tests-supportlib now depend on bouncycastle
- removed libcore/openssl directory, moving NativeBN to java/math
- minor cleanup of Provider, Security, Services style while working on ProviderTest
- added new OpenSSLProvider registered as first provider to have
priority over the others to ensure our native implementations are used
- moved BouncyCastle to have priority as a provider over Harmony
- JarVerifier and JarUtils now implicitly use OpenSSLMessageDigest
- Cleanedup OpenSSLSignature, implementation needs to be finished to move to OpenSSLProvider
- To avoid using PEMWriter from BouncyCastle, NativeCrypto now takes binary encoded certs and keys
This is more efficient as well avoiding the base64 decode/encode of the binary data
- removed SHA-224 to match the RI

packages/apps/CertInstaller
- CertificateInstaller module now depends on bouncycastle
this is the only app to depend on bouncycastle

system/core
- updated BOOTCLASSPATH

Change-Id: I42ac63a1669b03d0243f9714c89312227e48241d
/external/bouncycastle/Android.mk
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/Android.mk
72e1f60fea22382bfa33d51799cce7e28d079afd 18-Jun-2010 Brian Carlstrom <bdc@google.com> Enable UTF-8 in libcore bouncycastle source

Bouncy Castle has UTF-8 javadoc upstream and we don't want to change
that but we don't want the warnings either.

Change-Id: I439a5a0b75507d5969fa7ab5dc9719ba53b25c9b
/external/bouncycastle/Android.mk
e143538c27e395546132cbbad0093efd319b190c 18-Jun-2010 Brian Carlstrom <bdc@google.com> Add phony target to run proguard on bouncycastle to find dead code

Change-Id: Ie1e8c973d302b112709de8ec4b3d3e42da48b461
/external/bouncycastle/Android.mk