openssl/crypto/ripemd
Pauli 601fca1778 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)
2020-01-12 12:00:31 +10:00
..
asm
build.info Deprecate the low level RIPEMD160 functions. 2020-01-12 12:00:31 +10:00
rmd_dgst.c Deprecate the low level RIPEMD160 functions. 2020-01-12 12:00:31 +10:00
rmd_local.h
rmd_one.c Deprecate the low level RIPEMD160 functions. 2020-01-12 12:00:31 +10:00
rmdconst.h