[openssl/openssl] 7481cb: Fix provider compatibility check crash in evp_test
Tomáš Mráz
noreply at github.com
Fri Dec 15 11:58:39 UTC 2023
Branch: refs/heads/openssl-3.0
Home: https://github.com/openssl/openssl
Commit: 7481cb4e0357e4ec80b4c9c281ae3a8307f432e2
https://github.com/openssl/openssl/commit/7481cb4e0357e4ec80b4c9c281ae3a8307f432e2
Author: Tomas Mraz <tomas at openssl.org>
Date: 2023-12-15 (Fri, 15 Dec 2023)
Changed paths:
M test/evp_test.c
Log Message:
-----------
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 at openssl.org>
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/23009)
More information about the openssl-commits
mailing list