Commit c932b32a authored by Fabio Utzig's avatar Fabio Utzig Committed by Fabio Utzig
Browse files

workflows: enable Mbed TLS based EC backend tests



Enable sig-ecdsa-mbedtls and enc-ec256-mbedtls simulator tests.

Signed-off-by: default avatarFabio Utzig <utzig@apache.org>
parent 6c553d67
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -26,10 +26,7 @@ jobs:
        - "sig-ecdsa-mbedtls enc-kw validate-primary-slot"
        - "sig-rsa validate-primary-slot overwrite-only large-write"
        - "sig-ecdsa enc-ec256 validate-primary-slot"
        # ecdsa-mbedtls and enc-ec256 are not currently supported
        # together, as the ec256 code requires only one backend be
        # active.
        # - "sig-ecdsa-mbedtls enc-ec256 validate-primary-slot"
        - "sig-ecdsa-mbedtls enc-ec256-mbedtls validate-primary-slot"
        - "sig-rsa validate-primary-slot overwrite-only downgrade-prevention"
    runs-on: ubuntu-latest
    env: