CONFIG_JWT_SIGN_RSA
Use RSA signature (RS-256)
Type: bool
Direct dependencies
CSPRING_ENABLED
&& <choice: JWT signature algorithm>
(Includes any dependencies from ifs and menus.)
Kconfig definition
At <Zephyr>/subsys/jwt/Kconfig:17
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:29
Menu path: (Top) → Sub Systems and OS Services → JSON Web Token generation → JWT signature algorithm
config JWT_SIGN_RSA
bool "Use RSA signature (RS-256)"
select MBEDTLS
depends on CSPRING_ENABLED && <choice>
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)