The latest development version of this page may be more current than this released 2.7.5 version.

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 subsys/jwt/Kconfig:21

Included via Kconfig:8Kconfig.zephyr:44subsys/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.)