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