]> git.ipfire.org Git - thirdparty/openssl.git/commit
Providers: Remove OSSL_ALG_PARAM_ENGINE
authorNorbert Pocs <norbertp@openssl.org>
Thu, 20 Nov 2025 15:11:27 +0000 (16:11 +0100)
committerNeil Horman <nhorman@openssl.org>
Thu, 4 Dec 2025 12:32:18 +0000 (07:32 -0500)
commita6bd3216d0687e45df87bb2a93c4e48768a812a3
tree62142c9f9080f10b74b00473c58e9d22195257ff
parent696913bdd20b2b0f67e8f784ab76cac13feeb928
Providers: Remove OSSL_ALG_PARAM_ENGINE

Resolves: https://github.com/openssl/project/issues/1427

Signed-off-by: Norbert Pocs <norbertp@openssl.org>
Reviewed-by: Paul Yang <paulyang.inf@gmail.com>
Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29305)
24 files changed:
providers/implementations/asymciphers/sm2_enc.inc.in
providers/implementations/include/prov/drbg.h
providers/implementations/kdfs/hkdf.c
providers/implementations/kdfs/hkdf.inc.in
providers/implementations/kdfs/hmacdrbg_kdf.inc.in
providers/implementations/kdfs/kbkdf.inc.in
providers/implementations/kdfs/krb5kdf.inc.in
providers/implementations/kdfs/pbkdf1.inc.in
providers/implementations/kdfs/pbkdf2.inc.in
providers/implementations/kdfs/pkcs12kdf.inc.in
providers/implementations/kdfs/pvkkdf.inc.in
providers/implementations/kdfs/sshkdf.inc.in
providers/implementations/kdfs/sskdf.c
providers/implementations/kdfs/sskdf.inc.in
providers/implementations/kdfs/tls1_prf.inc.in
providers/implementations/kdfs/x942kdf.inc.in
providers/implementations/keymgmt/mac_legacy_kmgmt.c
providers/implementations/keymgmt/mac_legacy_kmgmt.inc.in
providers/implementations/macs/cmac_prov.inc.in
providers/implementations/macs/gmac_prov.inc.in
providers/implementations/macs/hmac_prov.inc.in
providers/implementations/macs/kmac_prov.inc.in
providers/implementations/rands/drbg_hash.inc.in
providers/implementations/rands/drbg_hmac.inc.in