]> git.ipfire.org Git - thirdparty/openssl.git/commit
Update code to use EVP_MD_xof()
authorslontis <shane.lontis@oracle.com>
Mon, 26 Aug 2024 01:14:55 +0000 (11:14 +1000)
committerTomas Mraz <tomas@openssl.org>
Thu, 29 Aug 2024 08:29:53 +0000 (10:29 +0200)
commit976dd3581a00c5006bd696ac9ba7289de4d137d5
treeb6c6cdee4c4b9d358a9f988a564ced4e167a5926
parentc48e56874c5c7d3af3d522e4cae7cb9069143667
Update code to use EVP_MD_xof()

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25285)
17 files changed:
apps/dgst.c
apps/speed.c
crypto/rsa/rsa_oaep.c
providers/implementations/exchange/dh_exch.c
providers/implementations/exchange/ecdh_exch.c
providers/implementations/kdfs/hmacdrbg_kdf.c
providers/implementations/kdfs/pbkdf2.c
providers/implementations/kdfs/sshkdf.c
providers/implementations/kdfs/sskdf.c
providers/implementations/kdfs/tls1_prf.c
providers/implementations/kdfs/x942kdf.c
providers/implementations/rands/drbg.c
providers/implementations/signature/dsa_sig.c
providers/implementations/signature/ecdsa_sig.c
providers/implementations/signature/rsa_sig.c
providers/implementations/signature/sm2_sig.c
test/evp_test.c