]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: Support EC key from private_key blob
authorJouni Malinen <jouni@codeaurora.org>
Tue, 16 Jun 2020 14:48:47 +0000 (17:48 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 16 Jun 2020 15:24:23 +0000 (18:24 +0300)
commit812d52ae271a2a806881287115b2473165d7ab37
tree9d30abe18592299a90e11038f9b6f90d69150562
parent4b834df5e08a41c5b018881ad888f637ba66b1ee
OpenSSL: Support EC key from private_key blob

Try to parse the private_key blob as an ECPrivateKey in addition to the
previously supported RSA and DSA.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/crypto/tls_openssl.c