]> 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>
Tue, 19 Dec 2023 12:22:13 +0000 (13:22 +0100)
commit201711c15836fc6b14cc87e1687c3c2411ad84b8
treebd86cef823bf5ac01a7a027493d4983c687a679e
parentda3d09ec336bd4ffb46bec6252fcf53a1f3afe60
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/23008)
test/evp_test.c