Branch: refs/heads/openssl-3.0 Home: https://github.com/openssl/openssl Commit: 1dc48db3c76b7d36be34c3b707d084d364f41c83 https://github.com/openssl/openssl/commit/1dc48db3c76b7d36be34c3b707d084d364f41c83 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