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