History log of /external/conscrypt/src/main/java/org/conscrypt/OpenSSLECGroupContext.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
05b8e50d7791fe6a7663642821f1e12a2a12d84c 13-May-2015 Adam Langley <agl@google.com> external/conscrypt: support arbitrary ECC groups.

The Java provider mechanism doesn't really let us fallback to another
provider based on whether certain ECC groups are supported or not. Since
I expect that some people will be trying to do Bitcoin on Android, this
should keep them happy.

Change-Id: I1db48b104e12a6e7dae21df9c31c21bff0d62a9b
/external/conscrypt/src/main/java/org/conscrypt/OpenSSLECGroupContext.java
f79c90d56464e254ce8645f886ec0ca47573ced1 24-Apr-2015 Adam Langley <agl@google.com> external/conscrypt: add NativeConstants.

NativeConstants.java is generated by a C program and thus the values
will automatically be kept in sync with the contents of the OpenSSL
headers.

Bug: 20521989
Change-Id: Ib5a97bf6ace05988e3eef4a9c8e02d0f707d46ad
/external/conscrypt/src/main/java/org/conscrypt/OpenSSLECGroupContext.java
7dc06b9e323ba7f227709b5941324f9c3a46fe4f 26-Nov-2014 Kenny Root <kroot@google.com> Convert EC_GROUP and EC_POINT to new style

Bug: 16656908
Change-Id: Ie912f376f69327ce634cac50763bf86b418049f5
/external/conscrypt/src/main/java/org/conscrypt/OpenSSLECGroupContext.java
de5225d1ebe7b3a5f3565539685fcd95348ae815 07-Oct-2014 Adam Langley <agl@google.com> Allow conscrypt to work with BoringSSL.

This is quite a substantial change because of the changes to ENGINEs in
BoringSSL.

For the most part, #ifs are used to allow the code to work with either
OpenSSL or BoringSSL. However, in several places, support for things
that BoringSSL is dropping have been removed, even when OpenSSL is used.
This includes DSA keys and tests for the ENGINE bits that are going away
because it's unclear how to skip compiling those tests.

Change-Id: I941a5ed232391f84b45e070c19d2ffb7ad162b7b
/external/conscrypt/src/main/java/org/conscrypt/OpenSSLECGroupContext.java
3e46e4ee56c8e37158f46941dedd5b436d724baa 23-May-2014 Kenny Root <kroot@google.com> Unbundle: hacks to let Conscrypt compile standalone

This is the first pass at getting Conscrypt to compile standalone. It
works fine in apps currently. There are a few TODOs to fix.

Change-Id: I9b43ba12c55e04c8897ccacf38979ca671a55a26
/external/conscrypt/src/main/java/org/conscrypt/OpenSSLECGroupContext.java
860d2707ce126ef8f66e3eac7ceeab6d24218cd8 24-Apr-2013 Kenny Root <kroot@google.com> Move JSSE to new package

To help with shipping the JSSE with apps that want to bundle it, move
it to a new package so that the tangles in other parts of the library
can be untangled.

Change-Id: I810b6861388635301e28aee5b9b47b8e6b35b430
/external/conscrypt/src/main/java/org/conscrypt/OpenSSLECGroupContext.java