Skip to content

Commit

Permalink
Don't comment out dependencies
Browse files Browse the repository at this point in the history
This was a mistake, there's no reason for the dependencies to be
commented out. The dependencies on PSA_WANT_ALG_EDDSA aren't actually
necessary at the moment, but they might be in certain configurations
if some macros are simplified to save code size.

Signed-off-by: Gilles Peskine <[email protected]>
  • Loading branch information
gilles-peskine-arm committed Apr 6, 2021
1 parent e5fde54 commit 5ef0b97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/suites/test_suite_psa_crypto_metadata.data
Original file line number Diff line number Diff line change
Expand Up @@ -171,15 +171,15 @@ depends_on:PSA_WANT_ALG_DETERMINISTIC_ECDSA:PSA_WANT_ALG_SHA_256
asymmetric_signature_algorithm:PSA_ALG_DETERMINISTIC_ECDSA( PSA_ALG_SHA_256 ):ALG_IS_ECDSA | ALG_IS_DETERMINISTIC_ECDSA | ALG_ECDSA_IS_DETERMINISTIC | ALG_IS_HASH_AND_SIGN

Asymmetric signature: pure EdDSA
#depends_on:PSA_WANT_ALG_EDDSA
depends_on:PSA_WANT_ALG_EDDSA
asymmetric_signature_algorithm:PSA_ALG_PURE_EDDSA:0

Asymmetric signature: Ed25519ph
#depends_on:PSA_WANT_ALG_EDDSA
depends_on:PSA_WANT_ALG_EDDSA
asymmetric_signature_algorithm:PSA_ALG_ED25519PH:ALG_IS_HASH_EDDSA | ALG_IS_HASH_AND_SIGN

Asymmetric signature: Ed448ph
#depends_on:PSA_WANT_ALG_EDDSA
depends_on:PSA_WANT_ALG_EDDSA
asymmetric_signature_algorithm:PSA_ALG_ED448PH:ALG_IS_HASH_EDDSA | ALG_IS_HASH_AND_SIGN

Asymmetric signature: RSA PKCS#1 v1.5 with wildcard hash
Expand Down

0 comments on commit 5ef0b97

Please sign in to comment.