-
Notifications
You must be signed in to change notification settings - Fork 120
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
Conversation
This file contains 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
maddeleine
force-pushed
the
client_resumption
branch
from
December 7, 2023 21:43
e1c0b88
to
edcd6b0
Compare
camshaft
reviewed
Dec 7, 2023
camshaft
reviewed
Dec 8, 2023
maddeleine
force-pushed
the
client_resumption
branch
from
December 16, 2023 00:47
57ebf06
to
d1cd2e6
Compare
maddeleine
force-pushed
the
client_resumption
branch
from
December 16, 2023 00:57
d1cd2e6
to
e5182e2
Compare
camshaft
reviewed
Jan 3, 2024
camshaft
reviewed
Jan 6, 2024
camshaft
approved these changes
Jan 8, 2024
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.
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.