]> git.ipfire.org Git - thirdparty/openssl.git/commit
Adapt all public EVP_XXX_do_all_provided() for the changed evp_generic_do_all()
authorRichard Levitte <levitte@openssl.org>
Wed, 9 Jun 2021 05:52:09 +0000 (07:52 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 15 Jun 2021 14:21:32 +0000 (16:21 +0200)
commitcd770738796c591f93b2db630bab57cd8d3d5796
treeeb686e73390a47e16dfa426b2e656650f809ae46
parent793b05865a3892258522e875df6ba4dff2ceb817
Adapt all public EVP_XXX_do_all_provided() for the changed evp_generic_do_all()

Fixes #15538
Fixes #14837

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15604)
crypto/evp/asymcipher.c
crypto/evp/digest.c
crypto/evp/evp_enc.c
crypto/evp/evp_rand.c
crypto/evp/exchange.c
crypto/evp/kdf_meth.c
crypto/evp/kem.c
crypto/evp/keymgmt_meth.c
crypto/evp/mac_meth.c
crypto/evp/signature.c