mirror of
https://github.com/openssl/openssl.git
synced 2024-12-09 05:51:54 +08:00
da2d32f6db
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) |
||
---|---|---|
.. | ||
build.info | ||
i_cbc.c | ||
i_cfb64.c | ||
i_ecb.c | ||
i_ofb64.c | ||
i_skey.c | ||
idea_local.h |