Branch: refs/heads/openssl-3.3 Home: https://github.com/openssl/openssl Commit: 422a13fb5cd668cdc4c1eebce8accb4d25c3d8eb https://github.com/openssl/openssl/commit/422a13fb5cd668cdc4c1eebce8accb4d25c3d8eb Author: Tomas Mraz <to...@openssl.org> Date: 2024-07-31 (Wed, 31 Jul 2024)
Changed paths: M crypto/evp/names.c M test/build.info A test/evp_byname_test.c A test/recipes/30-test_evp_byname.t Log Message: ----------- evp_get_digest/cipherbyname_ex(): Try to fetch if not found If the name is not found in namemap, we need to try to fetch the algorithm and query the namemap again. Fixes #19338 Reviewed-by: Neil Horman <nhor...@openssl.org> Reviewed-by: Paul Dale <ppz...@gmail.com> Reviewed-by: Shane Lontis <shane.lon...@oracle.com> (Merged from https://github.com/openssl/openssl/pull/24940) (cherry picked from commit 454ca902c7d5337249172b38efc5e4fd63f483f4) To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications