]> git.ipfire.org Git - thirdparty/openssl.git/commit - util/libcrypto.num
Deprecate the low level RC4 functions
authorPauli <paul.dale@oracle.com>
Mon, 13 Jan 2020 23:38:09 +0000 (09:38 +1000)
committerPauli <paul.dale@oracle.com>
Wed, 15 Jan 2020 21:07:27 +0000 (07:07 +1000)
commita8fca7284a98ca58804e17ade92fadd7a62056ae
tree772f41a9e4b5058da12f0a0df765d75314519131
parentae856791e264fed50b8ee5070fcee7af11e7691c
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)
15 files changed:
apps/speed.c
apps/version.c
crypto/engine/eng_openssl.c
crypto/evp/e_rc4.c
crypto/evp/e_rc4_hmac_md5.c
crypto/rc4/rc4_enc.c
crypto/rc4/rc4_skey.c
include/openssl/rc4.h
providers/implementations/ciphers/cipher_rc4.c
providers/implementations/ciphers/cipher_rc4_hmac_md5.c
providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c
providers/implementations/ciphers/cipher_rc4_hw.c
test/build.info
test/rc4test.c
util/libcrypto.num