]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix provider compatibility check crash in evp_test
authorTomas Mraz <tomas@openssl.org>
Mon, 11 Dec 2023 14:19:47 +0000 (15:19 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 15 Dec 2023 11:57:34 +0000 (12:57 +0100)
commite4542332fa36eab6d6bbf33815bde433ade3b547
treefa17faaae4fb3dcd91511113bd1180f49b39ec95
parent5056133cc7d6c52033c25b2e1f7762bcafcce760
Fix provider compatibility check crash in evp_test

EVP_MAC_CTX_get_mac_size() cannot be called on older
unfixed versions before EVP_MAC_init().

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/23006)
test/evp_test.c