Move the new config optimization defines to be optional
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
parent
32846c62ac
commit
131512440e
4 changed files with 19 additions and 8 deletions
|
@ -61,6 +61,10 @@
|
|||
# MBEDTLS_VALIDATE_SSL_KEYS_INTEGRITY
|
||||
# MBEDTLS_OPTIMIZE_TINYCRYPT_ASM
|
||||
# MBEDTLS_AES_128_BIT_MASKED
|
||||
# MBEDTLS_PLATFORM_FAULT_CALLBACKS
|
||||
# MBEDTLS_SSL_FREE_SERVER_CERTIFICATE
|
||||
# MBEDTLS_IMMEDIATE_TRANSMISSION
|
||||
# MBEDTLS_EARLY_KEY_COMPUTATION
|
||||
# and any symbol beginning _ALT
|
||||
#
|
||||
# The baremetal configuration excludes options that require a library or
|
||||
|
@ -149,6 +153,9 @@ MBEDTLS_VALIDATE_SSL_KEYS_INTEGRITY
|
|||
MBEDTLS_OPTIMIZE_TINYCRYPT_ASM
|
||||
MBEDTLS_AES_128_BIT_MASKED
|
||||
MBEDTLS_PLATFORM_FAULT_CALLBACKS
|
||||
MBEDTLS_SSL_FREE_SERVER_CERTIFICATE
|
||||
MBEDTLS_IMMEDIATE_TRANSMISSION
|
||||
MBEDTLS_EARLY_KEY_COMPUTATION
|
||||
_ALT\s*$
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue