The latest development version of this page may be more current than this released 1.14.1 version.
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.)

Kconfig definition

At subsys/jwt/Kconfig:23

Included via Kconfig:10Kconfig.zephyr:39subsys/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>
    select TINYCRYPT if <choice: JWT signature algorithm>
    select TINYCRYPT_SHA256 if <choice: JWT signature algorithm>
    select TINYCRYPT_ECC_DSA if <choice: JWT signature algorithm>
    select TINYCRYPT_CTR_PRNG if <choice: JWT signature algorithm>
    select TINYCRYPT_AES if <choice: JWT signature algorithm>
    depends on <choice: JWT signature algorithm>

(Definitions include propagated dependencies, including from if’s and menus.)