]> git.ipfire.org Git - thirdparty/hostap.git/commit
BoringSSL: Add AES support with 192-bit keys
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 17 Nov 2017 19:03:04 +0000 (21:03 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 17 Nov 2017 19:03:04 +0000 (21:03 +0200)
commitc1564149a612efca80123bd6a458a9fbc5886559
treefb8b705acdd2039922d803f5bcc6a7b448d3cb66
parentedd72f55f8e1f0326e6b8784a62924cdadd793e9
BoringSSL: Add AES support with 192-bit keys

BoringSSL restored the previously removed AES-192 ECB support in ("Add
AES-192 ECB.") commit. Since this is needed for DPP with the P-384
curve, restore support for this through EVP_aes_192_ecb().

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/crypto/crypto_openssl.c