mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
a8fca7284a
Use of the low level RC4 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 | ||
rc4_enc.c | ||
rc4_local.h | ||
rc4_skey.c |