openssl/crypto/modes
Pauli 5516c19b03 AES-XTS block limit.
Limit the number of AES blocks in a data unit to 2^20 or less.
This corresponds to the mandates in IEEE Std 1619-2018 and NIST SP 800-38E.

Note: that this is a change from IEEE Std 1619-2007 which only recommended
this limit.

Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/8627)
2019-04-03 16:03:46 +10:00
..
asm cfi build fixes in x86-64 ghash assembly 2019-02-21 07:39:14 +10:00
build.info Build: Remove BEGINRAW / ENDRAW / OVERRIDE 2019-01-31 16:19:49 +01:00
cbc128.c
ccm128.c
cfb128.c
ctr128.c
cts128.c
gcm128.c
modes_lcl.h AES-XTS block limit. 2019-04-03 16:03:46 +10:00
ocb128.c
ofb128.c
siv128.c Correctly check the return code of EVP_MAC_ctrl everwhere it is used 2019-03-27 14:31:56 +00:00
wrap128.c
xts128.c