mirror of
https://github.com/openssl/openssl.git
synced 2025-02-05 14:10:53 +08:00
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) |
||
---|---|---|
.. | ||
asm | ||
build.info | ||
rc5_ecb.c | ||
rc5_enc.c | ||
rc5_local.h | ||
rc5_skey.c | ||
rc5cfb64.c | ||
rc5ofb64.c |