openssl/crypto/aes
Matt Caswell fd367b4ce3 Deprecate AES_ige_encrypt() and AES_bi_ige_encrypt()
These undocumented functions were never integrated into the EVP layer
and implement the AES Infinite Garble Extension (IGE) mode and AES
Bi-directional IGE mode. These modes were never formally standardised
and usage of these functions is believed to be very small. In particular
AES_bi_ige_encrypt() has a known bug. It accepts 2 AES keys, but only
one is ever used. The security implications are believed to be minimal,
but this issue was never fixed for backwards compatibility reasons.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8710)
2019-04-12 14:22:41 +01:00
..
asm PPC assembly pack: fix copy-paste error in CTR mode 2019-03-18 18:13:24 +10:00
aes_cbc.c Following the license change, modify the boilerplates in crypto/aes/ 2018-12-06 14:23:25 +01:00
aes_cfb.c Following the license change, modify the boilerplates in crypto/aes/ 2018-12-06 14:23:25 +01:00
aes_core.c Following the license change, modify the boilerplates in crypto/aes/ 2018-12-06 14:23:25 +01:00
aes_ecb.c Following the license change, modify the boilerplates in crypto/aes/ 2018-12-06 14:23:25 +01:00
aes_ige.c Deprecate AES_ige_encrypt() and AES_bi_ige_encrypt() 2019-04-12 14:22:41 +01:00
aes_locl.h Following the license change, modify the boilerplates in crypto/aes/ 2018-12-06 14:23:25 +01:00
aes_misc.c Following the license change, modify the boilerplates in crypto/aes/ 2018-12-06 14:23:25 +01:00
aes_ofb.c Following the license change, modify the boilerplates in crypto/aes/ 2018-12-06 14:23:25 +01:00
aes_wrap.c Following the license change, modify the boilerplates in crypto/aes/ 2018-12-06 14:23:25 +01:00
aes_x86core.c Following the license change, modify the boilerplates in crypto/aes/ 2018-12-06 14:23:25 +01:00
build.info Build: Remove BEGINRAW / ENDRAW / OVERRIDE 2019-01-31 16:19:49 +01:00