Hiya, I've just been trying out openssl-1.1.1 and found an issue that was identified previously by arch linux: https://github.com/openssl/openssl/issues/3594 They determined that the SSL instance was constructed before the callback on the context was set, and therefore it was never able to unlock the private keys. I've verified that applying the following patch: https://w1.fi/cgit/hostap/commit/?id=f665c93e1d28fbab3d9127a8c3985cc32940824f resolves the issue.
Keywords+=PATCH?
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=696f3772a422e25bd62e69d497717985d1fe295d commit 696f3772a422e25bd62e69d497717985d1fe295d Author: Craig Andrews <candrews@gentoo.org> AuthorDate: 2018-12-03 20:21:11 +0000 Commit: Rick Farina <zerochaos@gentoo.org> CommitDate: 2018-12-04 01:39:10 +0000 net-wireless/wpa_supplicant: Fix EAP-TLS with OpenSSL 1.1 Closes: https://bugs.gentoo.org/671006 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Craig Andrews <candrews@gentoo.org> Signed-off-by: Rick Farina <zerochaos@gentoo.org> .../files/wpa_supplicant-2.6-openssl-1.1.patch | 48 +++ .../wpa_supplicant/wpa_supplicant-2.6-r9.ebuild | 460 +++++++++++++++++++++ 2 files changed, 508 insertions(+)