1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Merge pull request #291 from gilles-peskine-arm/ctr_drbg-test_aes_128

Test MBEDTLS_CTR_DRBG_USE_128_BIT_KEY
This commit is contained in:
Gilles Peskine
2019-12-20 10:43:44 +01:00
committed by GitHub
4 changed files with 57 additions and 9 deletions

View File

@ -168,6 +168,7 @@ def include_in_full(name):
'MBEDTLS_DEPRECATED_REMOVED',
'MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED',
'MBEDTLS_ECP_RESTARTABLE',
'MBEDTLS_ENTROPY_FORCE_SHA256', # Variant toggle, tested separately
'MBEDTLS_HAVE_SSE2',
'MBEDTLS_MEMORY_BACKTRACE',
'MBEDTLS_MEMORY_BUFFER_ALLOC_C',