commit | 1eb02edb319d462031f0c2f1f3548498558e95a5 | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@google.com> | Tue Apr 21 19:00:05 2015 -0700 |
committer | Adam Langley <agl@google.com> | Fri Apr 24 23:18:36 2015 +0000 |
tree | c5177a6852c0d460ba83016a35cd78b658cc93b7 | |
parent | 5a0635b4a35f29fed9243d35486c6b3aead8eba3 [diff] |
wpa_supplicant_8: fix keystore-backed keys The switch to BoringSSL broke keystore backed keys because I didn't realise that wpa_supplicant was using the dynamic ENGINE loading to load the keystore module. The ENGINE-like functionality in BoringSSL is much simplier and this change should enable it. However, I don't have a suitable AP to test against. BUG=20460625 Change-Id: I798deb29264484788c6222385bcc104a34245e2b Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>