History log of /external/openssl/crypto/ec/ec_pmeth.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
04ef91b390dfcc6125913e2f2af502d23d7a5112 05-Feb-2013 Brian Carlstrom <bdc@google.com> openssl-1.0.1d upgrade

Change-Id: Ie980c8834cf2c843858182d98d1f60c65a2a9b70
/external/openssl/crypto/ec/ec_pmeth.c
392aa7cc7d2b122614c5393c3e357da07fd07af3 16-Mar-2012 Brian Carlstrom <bdc@google.com> openssl-1.0.1 upgrade

Bug: 6168278

Change-Id: I648f9172828120df5d19a14425e9ceec92647921
/external/openssl/crypto/ec/ec_pmeth.c
904c5bb06deb8e0b17c3673c0ceb7d80420c16f3 14-May-2010 Brian Carlstrom <bdc@google.com> Adding SSL_set_cipher_lists and turning on elliptic curve

Summary:
- adding SSL_set_cipher_lists for JSSE support
- enabling elliptic curve for new JSSE cipher suites

Details:

Adding SSL_set_cipher_lists that allows setting of SSL ciphers (and
indirectly ciphers_by_id). This allows us to explicitly set a desired
cipher suite lists with our own ordering for JSSE support.

patches/jsse.patch

Enabling EC, ECDH, and ECDSA which are needed for RI 6 elliptic curve cipher suites.
- EC = Elliptic Curve
- ECDH = Elliptic Curve Diffie-Hellman
- ECDSA = Elliptic Curve Digital Signature Algorithm

android-config.mk
patches/apps_Android.mk
patches/crypto_Android.mk
openssl.config

Remove warning from openssl output to remove testssl warnings

patches/progs.patch
openssl.config

Misc

Update clean, build, and test instructions

README.android

Fixing whitespace inconsistency noted when updating clean target

patches/ssl_Android.mk

Generated files

Copied from patches:

apps/Android.mk
crypto/Android.mk
ssl/Android.mk

Newly imported EC files from openssl-1.0.0.tar.gz
Interestingly most of the needed files were already present, if not compiled.

crypto/ec/ec_ameth.c
crypto/ec/ec_pmeth.c
crypto/ec/eck_prn.c

SSL_set_cipher_lists

include/openssl/ssl.h
ssl/ssl.h
ssl/ssl_lib.c

Disabled warning

apps/openssl.c

Change-Id: I1d75f64b64e03f7bfb45456876b60ebbf3a09de5
/external/openssl/crypto/ec/ec_pmeth.c