openssl/crypto/rc4
Pauli a8fca7284a Deprecate the low level RC4 functions
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)
2020-01-16 07:07:27 +10:00
..
asm Add some missing cfi frame info in rc4-md5-x86_64.pl 2019-12-23 20:29:26 +01:00
build.info build.info: For all assembler generators, remove all arguments 2019-09-16 16:29:57 +02:00
rc4_enc.c Deprecate the low level RC4 functions 2020-01-16 07:07:27 +10:00
rc4_local.h Fix header file include guard names 2019-09-28 20:26:36 +02:00
rc4_skey.c Deprecate the low level RC4 functions 2020-01-16 07:07:27 +10:00