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

Various changes related to ChangeCipherSpec #306

Merged
merged 4 commits into from
Apr 23, 2020
Merged

Conversation

kazuho
Copy link
Member

@kazuho kazuho commented Apr 23, 2020

Namely,

  • as a server, send CCS regardless of the configuration, if the client sends one (this is a MUST in RFC 8446 Appendix D.3)
  • raise UNEXPECTED_MESSAGE when emission of CCS is required while using a protocol that does not use TLS records (e.g., QUIC)
  • in the example client, use compatibility mode

amends #305.

@kazuho kazuho merged commit c5e7c8a into master Apr 23, 2020
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.

None yet

1 participant