[openssl/openssl] 0f9182: Fix provider compatibility check crash in evp_test
Tomáš Mráz
noreply at github.com
Fri Dec 15 11:58:38 UTC 2023
Branch: refs/heads/openssl-3.2
Home: https://github.com/openssl/openssl
Commit: 0f9182706ab989fea504a6c4b0bd9b2bf710b81d
https://github.com/openssl/openssl/commit/0f9182706ab989fea504a6c4b0bd9b2bf710b81d
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: Neil Horman <nhorman at openssl.org>
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/23006)
(cherry picked from commit e4542332fa36eab6d6bbf33815bde433ade3b547)
More information about the openssl-commits
mailing list