-
CONFIG_JWT_SIGN_ECDSA
¶
Use ECDSA signature (ES-256)
Type: bool
Direct dependencies¶
<choice: JWT signature algorithm>
(Includes any dependencies from ifs and menus.)
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr>/subsys/jwt/Kconfig:21
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:26
Menu path: (Top) → Sub Systems and OS Services → JSON Web Token generation → JWT signature algorithm
config JWT_SIGN_ECDSA bool "Use ECDSA signature (ES-256)" selectTINYCRYPT
selectTINYCRYPT_SHA256
selectTINYCRYPT_ECC_DSA
selectTINYCRYPT_CTR_PRNG
selectTINYCRYPT_AES
depends on <choice: JWT signature algorithm>
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)