openssl/crypto/aes
Matt Caswell c72fa2554f Deprecate the low level AES functions
Use of the low level AES 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/10580)
2020-01-06 15:09:57 +00:00
..
asm Fix aesni_cbc_sha256_enc_avx2 backtrace info 2019-12-23 16:57:42 +01:00
aes_cbc.c Deprecate the low level AES functions 2020-01-06 15:09:57 +00:00
aes_cfb.c Deprecate the low level AES functions 2020-01-06 15:09:57 +00:00
aes_core.c Deprecate the low level AES functions 2020-01-06 15:09:57 +00:00
aes_ecb.c Deprecate the low level AES functions 2020-01-06 15:09:57 +00:00
aes_ige.c Deprecate the low level AES functions 2020-01-06 15:09:57 +00:00
aes_local.h
aes_misc.c Deprecate the low level AES functions 2020-01-06 15:09:57 +00:00
aes_ofb.c Deprecate the low level AES functions 2020-01-06 15:09:57 +00:00
aes_wrap.c Deprecate the low level AES functions 2020-01-06 15:09:57 +00:00
aes_x86core.c
build.info Add AES_CBC_HMAC_SHA ciphers to providers. 2020-01-06 13:02:16 +10:00