]> 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:56:21 +0000 (12:56 +0100)
commit7481cb4e0357e4ec80b4c9c281ae3a8307f432e2
tree892361c19a590070acd07a0dc189838859a738c5
parentb69acce8fb74617b77aadfd7986445026881e482
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: Matt Caswell <matt@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/23009)
test/evp_test.c