With 9906f1051c (Support for multiple crypto libraries and algs) the
possibility to configure RSA PSS with mbedTLS was removed. Re-enable it.
Signed-off-by: Bastian Germann <
ba...@debian.org>
---
crypto/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 55ebf0dd..93b39778 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -51,7 +51,7 @@ menu "Signature verification algorithm"
config SIGALG_RSAPSS
bool "RSA PSS"
default n
- depends on SSL_IMPL_OPENSSL || SSL_IMPL_WOLFSSL
+ depends on SSL_IMPL_OPENSSL || SSL_IMPL_WOLFSSL || SSL_IMPL_MBEDTLS
config SIGALG_CMS
bool "Cryptographic Message Syntax (CMS) / PKCS#7"