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

fix: remove close_notify guard #336

Merged
merged 1 commit into from
Sep 19, 2023
Merged

Conversation

themighty1
Copy link
Member

This PR removes the expectation for a TLS server to send close_notify. Most of the servers don't send it anyway (tested with https://github.com/themighty1/rustls/blob/1ffbf848789bd233c4f36a7b3f04fc31912c4371/examples/src/bin/simpleclient.rs#L57)
Additionally, we will be changing our protocol (the exact approach is tbd) so there will be no need to reveal the MAC key to the Notary.

@themighty1 themighty1 merged commit e768f52 into dev Sep 19, 2023
10 checks passed
@sinui0 sinui0 deleted the fix/remove_close_notify_guard branch February 14, 2024 00:54
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