platform_system_security/keystore-engine
Adam Langley 1fb05838c4 Add ENGINE for BoringSSL.
This change adds a new ENGINE implementation for BoringSSL. It's a no-op
until external/openssl is switched to BoringSSL.

BoringSSL's ENGINEs are very different from OpenSSL's (and very much
smaller). Thus this change adds replacement code that is conditionally
compiled when BoringSSL is used.

Rather than building a .so that is put in a special directory and loaded
by OpenSSL dymanically, the code becomes a normal library that exports a
single function: EVP_PKEY_from_keystore. All the |ENGINE_load| etc
functions that callers previously needed become moot with BoringSSL.

Bug: 17409664
Change-Id: I8b5ba255f86ec5d0f28994358dc0f0b516f0af40
2014-09-29 13:20:27 -07:00
..
Android.mk Add ENGINE for BoringSSL. 2014-09-29 13:20:27 -07:00
android_engine.cpp Add ENGINE for BoringSSL. 2014-09-29 13:20:27 -07:00
dsa_meth.cpp keystore: fix errors inside ALOGV 2014-02-06 20:38:48 -08:00
ecdsa_meth.cpp keystore: fix errors inside ALOGV 2014-02-06 20:38:48 -08:00
eng_keystore.cpp Use canonical UniquePtr.h header 2013-09-11 14:38:56 -07:00
keyhandle.cpp Add support for DSA and ECDSA key types 2013-08-30 17:25:20 -07:00
methods.h Revert to old-style API for EC_KEY handling 2013-09-10 10:39:43 -07:00
rsa_meth.cpp keystore: fix errors inside ALOGV 2014-02-06 20:38:48 -08:00