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:22
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_ECDSA
bool "Use ECDSA signature (ES-256)"
select TINYCRYPT
select TINYCRYPT_SHA256
select TINYCRYPT_ECC_DSA
select TINYCRYPT_CTR_PRNG
select TINYCRYPT_AES
depends on <choice>
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)