]> git.ipfire.org Git - thirdparty/hostap.git/commit
Android: Fix keystore-backed keys with BoringSSL
authorAdam Langley <agl@google.com>
Tue, 6 Oct 2015 18:05:53 +0000 (11:05 -0700)
committerJouni Malinen <j@w1.fi>
Tue, 6 Oct 2015 20:10:17 +0000 (23:10 +0300)
commitaeeb0bca712c5063c78c5294a4a669d975f35fa4
treeea5fbad13c983ed04162b95cd4f22e593f60fd45
parentdd9a42efbc39a7ff425a7b3d5a69cf55d64a19f3
Android: Fix keystore-backed keys with BoringSSL

The switch to BoringSSL broke keystore-backed keys because
wpa_supplicant was using the dynamic ENGINE loading to load
the keystore module.
The ENGINE-like functionality in BoringSSL is much simpler
and this change should enable it.

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
src/crypto/tls_openssl.c
wpa_supplicant/Android.mk