aboutsummaryrefslogtreecommitdiff
path: root/mk/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/config.mk')
-rw-r--r--mk/config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/mk/config.mk b/mk/config.mk
index 6739cdc0..adbb60bf 100644
--- a/mk/config.mk
+++ b/mk/config.mk
@@ -346,3 +346,7 @@ CFG_TA_MBEDTLS ?= y
# Compile the TA library mbedTLS with self test functions, the functions
# need to be called to test anything
CFG_TA_MBEDTLS_SELF_TEST ?= y
+
+# Enable TEE_ALG_RSASSA_PKCS1_V1_5 algorithm for signing with PKCS#1 v1.5 EMSA
+# # without ASN.1 around the hash.
+CFG_CRYPTO_RSASSA_NA1 ?= y