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

feat: Adds client resumption #2049

Merged
merged 11 commits into from
Jan 8, 2024
Merged

feat: Adds client resumption #2049

merged 11 commits into from
Jan 8, 2024

Conversation

maddeleine
Copy link
Contributor

@maddeleine maddeleine commented Nov 27, 2023

Resolved issues:

N/A

Description of changes:

Adds client resumption to s2n-quic.

Call-outs:

This PR adds a way for post-handshake messages to be processed by s2n-quic. This allows a quic client to receive the session ticket message and be able to resume in the next handshake.

Testing:

Includes a self-talk test that tests the resumption handshake.

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

@maddeleine maddeleine marked this pull request as ready for review December 7, 2023 21:44
quic/s2n-quic-transport/src/space/application.rs Outdated Show resolved Hide resolved
quic/s2n-quic-transport/src/space/mod.rs Outdated Show resolved Hide resolved
quic/s2n-quic-transport/src/space/mod.rs Outdated Show resolved Hide resolved
quic/s2n-quic-core/src/crypto/tls.rs Outdated Show resolved Hide resolved
quic/s2n-quic-tls/src/session.rs Outdated Show resolved Hide resolved
quic/s2n-quic-core/src/crypto/tls/testing.rs Outdated Show resolved Hide resolved
quic/s2n-quic-tls/src/session.rs Outdated Show resolved Hide resolved
quic/s2n-quic-transport/src/space/application.rs Outdated Show resolved Hide resolved
quic/s2n-quic-transport/src/space/mod.rs Outdated Show resolved Hide resolved
quic/s2n-quic-transport/src/space/mod.rs Show resolved Hide resolved
quic/s2n-quic/src/tests/setup.rs Outdated Show resolved Hide resolved
@maddeleine maddeleine merged commit f8a838e into main Jan 8, 2024
121 of 122 checks passed
@maddeleine maddeleine deleted the client_resumption branch January 8, 2024 22:09
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.

2 participants