]> git.ipfire.org Git - thirdparty/openssl.git/commit
EVP_get_digestbynid/EVP_get_cipherbynid turns into...
authorDmitry Belyavskiy <beldmit@gmail.com>
Mon, 9 Feb 2026 19:42:19 +0000 (20:42 +0100)
committerNeil Horman <nhorman@openssl.org>
Thu, 12 Feb 2026 18:22:52 +0000 (13:22 -0500)
commit2ea6e785f526f88f913cc6f49372aae9dc54bc63
treeb3f2a9fe62cf7d8d20eb7fd585c555b7b3879c3d
parent039baf390e5e6a3ea8cbb564302a4d5cf2cec502
EVP_get_digestbynid/EVP_get_cipherbynid turns into...

a wrapper around EVP_MD_fetch/EVP_CIPHER_fetch when engines are not
supported anymore. Let's remove the fallbacks that don't do anything
useful

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Simo Sorce <simo@redhat.com>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
MergeDate: Thu Feb 12 18:22:57 2026
(Merged from https://github.com/openssl/openssl/pull/29969)
12 files changed:
apps/dgst.c
crypto/asn1/a_verify.c
crypto/evp/evp_pbe.c
crypto/evp/m_sigver.c
crypto/evp/p5_crpt2.c
crypto/ocsp/ocsp_vfy.c
crypto/pkcs12/p12_add.c
crypto/pkcs12/p12_mutl.c
crypto/pkcs12/p12_sbag.c
crypto/pkcs7/pk7_doit.c
crypto/ts/ts_rsp_verify.c
crypto/x509/x_all.c