1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-26 13:21:03 +03:00

Merge pull request #10295 from gilles-peskine-arm/nv-seed-only-prepare-mbedtls

Allow builds with no RNG but entropy in an NV seed: prepare Mbed TLS
This commit is contained in:
Ronald Cron
2025-07-18 11:56:41 +00:00
committed by GitHub
5 changed files with 10 additions and 13 deletions

View File

@ -89,6 +89,7 @@ EXCLUDE_FROM_FULL = frozenset([
'MBEDTLS_NO_64BIT_MULTIPLICATION', # influences anything that uses bignum
'MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES', # removes a feature
'MBEDTLS_NO_UDBL_DIVISION', # influences anything that uses bignum
'MBEDTLS_PSA_DRIVER_GET_ENTROPY', # incompatible with MBEDTLS_PSA_BUILTIN_GET_ENTROPY
'MBEDTLS_PSA_P256M_DRIVER_ENABLED', # influences SECP256R1 KeyGen/ECDH/ECDSA
'MBEDTLS_PLATFORM_NO_STD_FUNCTIONS', # removes a feature
'MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS', # removes a feature