[PATCH] crypto: mbedtls: Enable RSA PSS

8 views
Skip to first unread message

Bastian Germann

unread,
Aug 12, 2025, 7:30:45 AMAug 12
to swup...@googlegroups.com, Bastian Germann
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"

Stefano Babic

unread,
Aug 12, 2025, 10:26:37 AMAug 12
to Bastian Germann, swup...@googlegroups.com
Hi Bastian,

On 8/12/25 13:30, Bastian Germann wrote:
> 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>

Sure, thanks, I apply it !

Best regards,
Stefano
Reply all
Reply to author
Forward
0 new messages