openssl/crypto/rc5
Pauli 62c3fed0cd Deprecate the low level RC5 functions
Use of the low level RC5 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
..
asm
build.info
rc5_ecb.c Deprecate the low level RC5 functions 2020-01-16 07:07:27 +10:00
rc5_enc.c Deprecate the low level RC5 functions 2020-01-16 07:07:27 +10:00
rc5_local.h Reorganize local header files 2019-09-28 20:26:35 +02:00
rc5_skey.c Deprecate the low level RC5 functions 2020-01-16 07:07:27 +10:00
rc5cfb64.c Deprecate the low level RC5 functions 2020-01-16 07:07:27 +10:00
rc5ofb64.c Deprecate the low level RC5 functions 2020-01-16 07:07:27 +10:00