]> git.ipfire.org Git - thirdparty/openssl.git/commit
evp_get_digest/cipherbyname_ex(): Try to fetch if not found
authorTomas Mraz <tomas@openssl.org>
Fri, 19 Jul 2024 10:24:47 +0000 (12:24 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 31 Jul 2024 09:25:55 +0000 (11:25 +0200)
commit454ca902c7d5337249172b38efc5e4fd63f483f4
treeb0b3cfd00b709af4c4008c6984b45996e3d69cc9
parent4fa9d1f40fc85d8c70c93168dc812217db349359
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 <nhorman@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/24940)
crypto/evp/names.c
test/build.info
test/evp_byname_test.c [new file with mode: 0644]
test/recipes/30-test_evp_byname.t [new file with mode: 0644]