openssl/include
Pauli ee2993abd0 Deprecate the low level RC2 functions
Use of the low level RC2 functions has been informally discouraged for a
long time. We now formally deprecate them.

Applications should instead use the EVP APIs, e.g. EVP_EncryptInit_ex,
EVP_EncryptUpdate, EVP_EncryptFinal_ex, and the equivalently named decrypt
functions.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/10834)
2020-01-16 07:07:27 +10:00
..
crypto Add dsa signature alg to fips provider 2020-01-12 11:32:12 +10:00
internal Add FIPS Self test kats for digests 2020-01-15 10:48:01 +10:00
openssl Deprecate the low level RC2 functions 2020-01-16 07:07:27 +10:00