mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 22:19:05 +00:00
Add config option for X.509/TLS to use PSA
This commit is contained in:
parent
a678f233a7
commit
26fd730876
4 changed files with 24 additions and 0 deletions
|
|
@ -36,6 +36,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
|
||||
#
|
||||
|
||||
|
|
@ -99,6 +101,7 @@ MBEDTLS_NO_64BIT_MULTIPLICATION
|
|||
MBEDTLS_PSA_CRYPTO_SPM
|
||||
MBEDTLS_PSA_HAS_ITS_IO
|
||||
MBEDTLS_PSA_CRYPTO_STORAGE_ITS_C
|
||||
MBEDTLS_USE_PSA_CRYPTO
|
||||
_ALT\s*$
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue