-
CONFIG_JWT_SIGN_ECDSA
¶
Use ECDSA signature (ES-256)
Type: bool
Direct dependencies¶
<choice: JWT signature algorithm>
(Includes any dependencies from if’s and menus.)
Symbols selected by this symbol¶
Kconfig definition¶
At subsys/jwt/Kconfig:23
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:42
Menu path: (top menu) → Enable JSON Web Token generation → JWT signature algorithm
config JWT_SIGN_ECDSA bool prompt "Use ECDSA signature (ES-256)" if <choice: JWT signature algorithm> selectTINYCRYPT
if <choice: JWT signature algorithm> selectTINYCRYPT_SHA256
if <choice: JWT signature algorithm> selectTINYCRYPT_ECC_DSA
if <choice: JWT signature algorithm> selectTINYCRYPT_CTR_PRNG
if <choice: JWT signature algorithm> selectTINYCRYPT_AES
if <choice: JWT signature algorithm> depends on <choice: JWT signature algorithm>
(Definitions include propagated dependencies, including from if’s and menus.)