Merge pull request #7451 from yanrayw/7376_aes_128bit_only

Introduce config option of 128-bit key only in AES calculation
This commit is contained in:
Tom Cosgrove 2023-06-15 10:35:32 +01:00 committed by GitHub
commit 6edf8b8c7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
36 changed files with 3467 additions and 3096 deletions

View file

@ -189,6 +189,7 @@ def realfull_adapter(_name, active, section):
# * Options that remove features.
EXCLUDE_FROM_FULL = frozenset([
#pylint: disable=line-too-long
'MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH', # interacts with CTR_DRBG_128_BIT_KEY
'MBEDTLS_CTR_DRBG_USE_128_BIT_KEY', # interacts with ENTROPY_FORCE_SHA256
'MBEDTLS_DEPRECATED_REMOVED', # conflicts with deprecated options
'MBEDTLS_DEPRECATED_WARNING', # conflicts with deprecated options