Skip to content

Commit

Permalink
plat-vexpress: conf: default enable CFG_PKCS11_TA_RSA_X_509
Browse files Browse the repository at this point in the history
Default enable pkcs11 TA config switch CFG_PKCS11_TA_RSA_X_509 to
embed this feature in the TA test environment. Raw RSA is no more
a recommended feature but can be required for some TLS v1.2
feature support. Therefore CFG_PKCS11_TA_RSA_X_509 has been disable
in pkcs11 TA default configuration but should still be supported
hence we enable it in vexpress platforms that are intended to
test and development environments.

Signed-off-by: Etienne Carriere <[email protected]>
  • Loading branch information
etienne-lms committed Dec 11, 2024
1 parent ad9ae45 commit d84f95e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/arch/arm/plat-vexpress/conf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,4 @@ endif
endif

CFG_PKCS11_TA ?= y
CFG_PKCS11_TA_RSA_X_509 ?= y

0 comments on commit d84f95e

Please sign in to comment.