]> git.ipfire.org Git - thirdparty/openssl.git/commit
Deprecate the low level RIPEMD160 functions.
authorPauli <paul.dale@oracle.com>
Wed, 8 Jan 2020 23:08:31 +0000 (09:08 +1000)
committerPauli <paul.dale@oracle.com>
Sun, 12 Jan 2020 02:00:31 +0000 (12:00 +1000)
commit601fca1778f8d3cb38031655d2aa01b91b8f0cde
tree651fb601498df124cfba7443d029eae278067192
parent65167dba890b2e92821ee3b90e8f7f46fa30f9c1
Deprecate the low level RIPEMD160 functions.

Use of the low level RIPEMD160 functions has been informally discouraged for a
long time. We now formally deprecate them.

Applications should instead use the EVP APIs, e.g. EVP_Digest,
EVP_DigestInit_ex, EVP_DigestUpdate and EVP_DigestFinal_ex.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/10789)
apps/speed.c
crypto/evp/legacy_ripemd.c
crypto/ripemd/build.info
crypto/ripemd/rmd_dgst.c
crypto/ripemd/rmd_one.c
doc/man3/RIPEMD160_Init.pod
include/openssl/ripemd.h
providers/implementations/digests/ripemd_prov.c
util/libcrypto.num