openssl/include
Pauli da2d32f6db Deprecate the low level IDEA functions.
Use of the low level IDEA 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: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10819)
2020-01-19 10:38:49 +10:00
..
crypto EVP: make EVP_PKEY_{bits,security_bits,size} work with provider only keys 2020-01-17 09:04:04 +01:00
internal param_bld: add a padded BN call. 2020-01-19 10:20:06 +10:00
openssl Deprecate the low level IDEA functions. 2020-01-19 10:38:49 +10:00