Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't generate PSA test cases with mixed DH dependencies #9574

Open
gilles-peskine-arm opened this issue Sep 17, 2024 · 0 comments
Open

Don't generate PSA test cases with mixed DH dependencies #9574

gilles-peskine-arm opened this issue Sep 17, 2024 · 0 comments
Labels
component-test Test framework and CI scripts enhancement size-xs Estimated task size: extra small (a few hours at most)

Comments

@gilles-peskine-arm
Copy link
Contributor

generate_psa_tests.py generates not-supported test cases that require
PSA_WANT_KEY_TYPE_DH_KEY_PAIR_BASIC to be disabled but some PSA_WANT_DH_RFC7919_nnn enabled. We don't test such a configuration because we only have a single DH family, so we always enable it when we enable DH key support.

The goal of this task is to stop generating such test cases and remove the corresponding ignore list entry from analyze_outcomes.py.

@gilles-peskine-arm gilles-peskine-arm added enhancement component-test Test framework and CI scripts size-xs Estimated task size: extra small (a few hours at most) labels Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component-test Test framework and CI scripts enhancement size-xs Estimated task size: extra small (a few hours at most)
Projects
None yet
Development

No branches or pull requests

1 participant