History log of /system/security/keystore-engine/methods.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
47041552bd545846a1b7787823af4b5ca9e36dea 07-Sep-2013 Kenny Root <kroot@google.com> Revert to old-style API for EC_KEY handling

Nothing using the EVP_PKEY correctly, so we should revert to the EC_KEY
and ECDSA interfaces. Unfortunately, the SSL client certificate library
uses EC_KEY directly, so just having the EVP_PKEY interface doesn't
work.

Remove the EVP_PKEY interface entirely because it just adds complexity
since the EC_KEY path will do the same thing.

Bug: 10655329
Change-Id: I97d17068297c33477b3b9f754f2713fdf258d646
/system/security/keystore-engine/methods.h
96427baf0094d50047049d329b0779c3c910402c 16-Aug-2013 Kenny Root <kroot@google.com> Add support for DSA and ECDSA key types

(cherry picked from commit 6071179a371fcd4c238375068ffd7d3cedea615d)

Bug: 10600582
Change-Id: I0d851bbe1230a31033614c9f9b9de94f1f842618
/system/security/keystore-engine/methods.h
9d422a535cb4170acf46ec9fcb26cd3f428a2dc7 27-Jun-2013 Kenny Root <kroot@google.com> Revert "Revert "Split up main engine from methods""

Added missing Android.mk change in this commit.

This reverts commit 1fcabcd3279635e66ceffc42443c5bf0dae69d44.

Change-Id: I71e7fbc8f80a35b4666af985cffb4e7a2eb5634f
/system/security/keystore-engine/methods.h
1fcabcd3279635e66ceffc42443c5bf0dae69d44 27-Jun-2013 Kenny Root <kroot@android.com> Revert "Split up main engine from methods"

This reverts commit 2715806b1716baaeff7362d9aa897fbcb535de8c.

Change-Id: I7dfaf2cd97a17913710432007a66fc7df6fcad5d
/system/security/keystore-engine/methods.h
2715806b1716baaeff7362d9aa897fbcb535de8c 27-Jun-2013 Kenny Root <kroot@google.com> Split up main engine from methods

We need to add more methods to the keystore engine, so split out RSA so
it doesn't become too unwieldy.

This doesn't affect the size of the symbol table since the default
visibility for this module is "hidden."

Change-Id: I806553a8d1a01ff0ffd7b67054932ddf783bb502
/system/security/keystore-engine/methods.h