1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Add config option for X.509/TLS to use PSA

This commit is contained in:
Manuel Pégourié-Gonnard
2018-10-22 12:14:52 +02:00
committed by Hanno Becker
parent 55517ae95f
commit aeefa49edd
4 changed files with 25 additions and 0 deletions

View File

@ -37,6 +37,8 @@
# - this could be enabled if the respective tests were adapted
# MBEDTLS_ZLIB_SUPPORT
# MBEDTLS_PKCS11_C
# MBEDTLS_USE_PSA_CRYPTO
# - experimental, and more an alternative implementation than a feature
# and any symbol beginning _ALT
#
@ -98,6 +100,8 @@ MBEDTLS_ZLIB_SUPPORT
MBEDTLS_PKCS11_C
MBEDTLS_NO_UDBL_DIVISION
MBEDTLS_NO_64BIT_MULTIPLICATION
MBEDTLS_PSA_CRYPTO_SPM
MBEDTLS_USE_PSA_CRYPTO
_ALT\s*$
);