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 Unify all assembler file generators 2019-09-16 16:29:57 +02:00
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 Reorganize local header files 2019-09-28 20:26:35 +02:00
rmd_one.c Deprecate the low level RIPEMD160 functions. 2020-01-12 12:00:31 +10:00
rmdconst.h