openssl/providers
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
..
common Add AES_CBC_HMAC_SHA ciphers to providers. 2020-01-06 13:02:16 +10:00
fips Add AES_CBC_HMAC_SHA ciphers to providers. 2020-01-06 13:02:16 +10:00
implementations Deprecate the low level AES functions 2020-01-06 15:09:57 +00:00
build.info
defltprov.c Add AES_CBC_HMAC_SHA ciphers to providers. 2020-01-06 13:02:16 +10:00
legacyprov.c