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

Update KMS PQ integration test to assert ML-KEM #5086

Open
goatgoose opened this issue Feb 5, 2025 · 0 comments
Open

Update KMS PQ integration test to assert ML-KEM #5086

goatgoose opened this issue Feb 5, 2025 · 0 comments

Comments

@goatgoose
Copy link
Contributor

Problem:

The KMS PQ integration test started failing because an unexpected KEM group was being negotiated. See #5082. It appears that some KMS hosts have been updated with a new security policy that supports ML-KEM, and the resulting kyber KEM group preference changed as a result of that.

Ideally we would update the integration test to negotiate ML-KEM and assert that ML-KEM was negotiated, but this was flaky when I tried it. I think some of the KMS hosts still only support the draft KEM groups. For now, the test just asserts that any KEM group was negotiated.

Solution:

After ML-KEM is fully supported, we should update the test to assert that ML-KEM was specifically negotiated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants