History log of /system/security/keystore-engine/ecdsa_meth.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
20e90ad94ae64b3c38f411a8d8c2cc8ede778838 07-Feb-2014 Colin Cross <ccross@android.com> keystore: fix errors inside ALOGV

Fix errors exposed by adding compile-time checking to disabled ALOGVs.

Change-Id: I42752d163bebe841d21f5feb8909a9e5017d74d1
/system/security/keystore-engine/ecdsa_meth.cpp
26cfc08add3966eca5892e3387cf5ed6dc3068fb 11-Sep-2013 Kenny Root <kroot@google.com> Use canonical UniquePtr.h header

Change-Id: Iab1dc428c2330a07a5944a1cfbb25c8134b11950
/system/security/keystore-engine/ecdsa_meth.cpp
77acaa0d42a616d40951651d0cbc2f97411f807d 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.

(cherry picked from commit 47041552bd545846a1b7787823af4b5ca9e36dea)

Bug: 10655329
Change-Id: Ibf8c36780fe93284b88e91b7860baf1b951b4266
/system/security/keystore-engine/ecdsa_meth.cpp