As part of TinyCrypt deprecation process (#79566) this commit removes usage of this library from the JWT subsystem and its related tests. Signed-off-by: Valerio Setti <vsetti@baylibre.com>
26 lines
732 B
YAML
26 lines
732 B
YAML
common:
|
|
filter: CONFIG_FULL_LIBC_SUPPORTED
|
|
min_ram: 96
|
|
min_flash: 72
|
|
timeout: 120
|
|
tags: jwt
|
|
integration_platforms:
|
|
- frdm_k64f
|
|
extra_configs:
|
|
- CONFIG_TEST_RANDOM_GENERATOR=y
|
|
tests:
|
|
libraries.encoding.jwt.ecdsa.psa:
|
|
extra_configs:
|
|
- CONFIG_JWT_SIGN_ECDSA_PSA=y
|
|
- CONFIG_MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG=y
|
|
- CONFIG_MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG_ALLOW_NON_CSPRNG=y
|
|
libraries.encoding.jwt.rsa.legacy:
|
|
filter: CSPRNG_ENABLED
|
|
extra_configs:
|
|
- CONFIG_JWT_SIGN_RSA_LEGACY=y
|
|
libraries.encoding.jwt.rsa.psa:
|
|
extra_configs:
|
|
- CONFIG_JWT_SIGN_RSA_PSA=y
|
|
- CONFIG_MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG=y
|
|
- CONFIG_MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG_ALLOW_NON_CSPRNG=y
|