openssl/crypto/rc2
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
..
build.info unified build scheme: add build.info files 2016-02-01 12:46:58 +01:00
rc2_cbc.c Deprecate the low level RC2 functions 2020-01-16 07:07:27 +10:00
rc2_ecb.c Deprecate the low level RC2 functions 2020-01-16 07:07:27 +10:00
rc2_local.h Reorganize local header files 2019-09-28 20:26:35 +02:00
rc2_skey.c Deprecate the low level RC2 functions 2020-01-16 07:07:27 +10:00
rc2cfb64.c Deprecate the low level RC2 functions 2020-01-16 07:07:27 +10:00
rc2ofb64.c Deprecate the low level RC2 functions 2020-01-16 07:07:27 +10:00