commit | da2d32f6db1c9fb33478af660daddcd1df369716 | [log] [tgz] |
---|---|---|
author | Pauli <paul.dale@oracle.com> | Mon Jan 13 13:02:45 2020 +1000 |
committer | Pauli <paul.dale@oracle.com> | Sun Jan 19 10:38:49 2020 +1000 |
tree | e35e8b89a18319fd8444d16a4fe5adad216fb8bc | |
parent | 621f74b3e3eeaa189c9d83dca7352612774ad23c [diff] |
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)