openssl/providers/implementations
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
..
asymciphers Teach the RSA implementation about TLS RSA Key Transport 2019-12-05 16:12:18 +00:00
ciphers Add GCM support for EVP_CTRL_GCM_IV_GEN and EVP_CTRL_GCM_SET_IV_INV to providers 2020-01-10 11:58:27 +10:00
digests Deprecate the low level RIPEMD160 functions. 2020-01-12 12:00:31 +10:00
exchange Cleanup: move providers/common/include/internal/provider_args.h 2019-10-10 14:12:15 +02:00
include/prov Add AES_CBC_HMAC_SHA ciphers to providers. 2020-01-06 13:02:16 +10:00
kdfs Fix no-des build 2019-12-20 22:37:17 +01:00
keymgmt Add dsa signature alg to fips provider 2020-01-12 11:32:12 +10:00
macs mac poly1305: add missing NULL check in new function. 2019-12-13 10:31:28 +10:00
serializers coverity 1456638: fix null check 2020-01-05 18:05:14 +10:00
signature Add dsa signature alg to fips provider 2020-01-12 11:32:12 +10:00
build.info PROV SERIALIZER: add common functionality to serialize keys 2019-11-29 20:55:16 +01:00