feat: implement QUIC packet/header protection and enable SHA-224/512 - #1
Closed
stevefan1999-personal wants to merge 1 commit into
Closed
feat: implement QUIC packet/header protection and enable SHA-224/512#1stevefan1999-personal wants to merge 1 commit into
stevefan1999-personal wants to merge 1 commit into
Conversation
Replace the stub QUIC module with RFC 9001 header protection (AES-ECB and ChaCha20) and AEAD packet keys for AES-128/256-GCM, AES-128-CCM, and ChaCha20-Poly1305. Wire those algorithms into the matching TLS 1.3 suites (CCM-8 stays unsupported). Also enable the SHA-224/SHA-512 hash providers and SHA-512 HMAC, and re-export the hash/hmac modules for custom providers.
Owner
Author
|
Opened against wrong repo; will open on RustCrypto/rustls-rustcrypto to match stack RustCrypto#287-RustCrypto#290. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Stack layer 5 on top of
stack/04-ticketer(PR RustCrypto#290).encrypt/decrypt_in_place_for_path)quic: None(tag too short for header sample)hash/hmacmodules for customCryptoProviderconstructionrustls::quic::Keys::initialTest plan
cargo fmtRUSTFLAGS=-Dwarnings cargo test --lib(14 tests)tests/builder.rs)Stack
stack/01-p521stack/02-x448-ed448stack/03-aes-ccmstack/04-ticketerstack/05-quic