]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: More debug prints on EVP digest/cipher failures
authorJouni Malinen <j@w1.fi>
Sat, 1 Mar 2025 10:05:48 +0000 (12:05 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 1 Mar 2025 10:05:48 +0000 (12:05 +0200)
commit26c19188b5ab6847b3389847f2be67ae6f1bee90
tree811507dda3fcee03e267acf3e30315c3aee424a3
parentc063724b9e5b836539633997aff1d14fb13b3760
OpenSSL: More debug prints on EVP digest/cipher failures

The EVP operations may fail if OpenSSL is configured to reject
deprecated algorithms or parameters (e.g., key sizes). Make such errors
easier to understand in debug log.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/crypto/crypto_openssl.c