Don't generate test cases for ALG_FFDH without KEY_TYPE_DH #160
Labels
component-test
Test framework and CI scripts
enhancement
New feature or request
size-s
Estimated task size: small (~2d)
generate_psa_tests.py
generates some test cases that depend onPSA_WANT_ALG_FFDH
disabled butPSA_WANT_KEY_TYPE_DH_KEY_PAIR_BASIC
enabled. This is a silly configuration that we don't test.Goals of this task (modeled on Mbed-TLS/mbedtls#9573):
analyze_outcomes.py
crypto_adjust_*.h
auto-enablesPSA_WANT_ALG_FFDH
andPSA_WANT_KEY_TYPE_DH_KEY_PAIR_BASIC
when the other is enabled.PSA_WANT_KEY_TYPE_DH_KEY_PAIR_xxx
andPSA_WANT_KEY_TYPE_DH_PUBLIC_KEY
.Note: is this auto-enabling what we want? Another way to handle this is acceptable if we decide that the goal listed here isn't the best architectural choice.
The text was updated successfully, but these errors were encountered: