aboutsummaryrefslogtreecommitdiff
path: root/mk/config.mk
diff options
context:
space:
mode:
authorGabor Szekely <szvgabor@gmail.com>2018-11-13 09:05:42 +0000
committerJérôme Forissier <jerome.forissier@linaro.org>2018-11-15 15:55:18 +0100
commit017dfaf8ec4ce0434e1b09aa2357c446aac9b747 (patch)
tree8bac738950893e7e130dfcb6b2d2c158db2527eb /mk/config.mk
parentbdf65965db5b801521f2bb6d3fe583083ad4fece (diff)
mk/config.mk: default enable CFG_CRYPTO_RSASSA_NA1
Enable the TEE_ALG_RSASSA_PKCS1_V1_5 extension by default. Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Gabor Szekely <szvgabor@gmail.com>
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