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

Migrate PQ Rust code to TLS 1.3 #4998

Merged
merged 2 commits into from
Jan 8, 2025
Merged

Conversation

alexw91
Copy link
Contributor

@alexw91 alexw91 commented Jan 6, 2025

Release Summary:

Resolved issues:

None

Description of changes:

Migrates all Rust binding code to use PQ TLS 1.3 in preparation of the removal of PQ TLS 1.2 in s2n.

Call-outs:

None.

Testing:

Existing Rust binding tests are updated to use PQ TLS 1.3 enabled security policies.

Remember:

  • Any change to the library source code should at least include unit tests.
  • Any change to the core stuffer or blob methods should include CBMC proofs.
  • Any change to the CI or tests should:
    1. prove that the test succeeds for good input
    2. prove that the test fails for bad input (eg, a test for memory leaks fails when a memory leak is committed)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@alexw91 alexw91 force-pushed the remove-pq-tls12-rust branch from 8922405 to c8dbf85 Compare January 6, 2025 23:42
@alexw91 alexw91 requested review from jmayclin and lrstewart January 7, 2025 00:16
@alexw91 alexw91 requested a review from jmayclin January 8, 2025 19:22
@jmayclin jmayclin added this pull request to the merge queue Jan 8, 2025
Merged via the queue into aws:main with commit ffacc6f Jan 8, 2025
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants