-
Notifications
You must be signed in to change notification settings - Fork 712
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: connection serialization #4468
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do "weirder tests" include tests like post-handshake messages? (key update, session ticket, renegotiation)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, do you think that they should be included in this PR? I didn't want to make this PR too large.
238fce7
to
7fbd369
Compare
cec3006
to
2a52356
Compare
Resolved issues:
Description of changes:
Serializes the TLS connection and enables it to be sent off-box.
Call-outs:
Testing:
Includes basic self-talk tests. I will include the weirder tests in the next PR, as I think this PR will go through some iterations before we're satisfied with it.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.