[PATCH 2/2] config: add CONFIG_SIGALG_CMS to the defaults

7 views
Skip to first unread message

Bastian Germann

unread,
Jul 28, 2026, 4:00:44 PM (8 days ago) Jul 28
to swup...@googlegroups.com, Bastian Germann
The acceptance-tests suite only deals with unsigned or CMS-signed
images. As it is run for all provided defconfigs it should be able to
run them. However, configs having SIGNED_IMAGES enabled and relying on
the default fail. Fix this by adding CMS to the default options.

Signed-off-by: Bastian Germann <ba...@debian.org>
---
crypto/Kconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/crypto/Kconfig b/crypto/Kconfig
index c5bfc320..cf1883c7 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -61,6 +61,7 @@ menu "Signature verification algorithm"

config SIGALG_CMS
bool "Cryptographic Message Syntax (CMS) / PKCS#7"
+ default y
depends on SSL_IMPL_OPENSSL || SSL_IMPL_WOLFSSL || SSL_IMPL_MBEDTLS

config SIGALG_GPG
Reply all
Reply to author
Forward
0 new messages