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

Simplify TLS 1.3 handshake state machine and handshake handlers #347

Conversation

hanno-becker
Copy link
Collaborator

@hanno-becker hanno-becker commented Aug 8, 2021

Work in progress. So far:

  • Remove dedicated state for second client hello
  • Remove dedicated state for second server hello
  • Move state machine updates to state handlers
  • Consolidate two CCS sending states
  • Add HS-write wrapper moving the MPS/non-MPS distinction into a few functions, rather than duplicating it in every state handler.

Hanno Becker added 3 commits August 8, 2021 06:23
Hanno Becker added 13 commits August 8, 2021 09:21
@hanno-becker hanno-becker changed the title Simplify client-side TLS 1.3 handshake state machine Simplify TLS 1.3 handshake state machine and handshake handlers Aug 8, 2021
@hanno-becker hanno-becker changed the base branch from tls13-prototype to tls13-prototype-backup180520 August 8, 2021 13:18
@hanno-becker hanno-becker changed the base branch from tls13-prototype-backup180520 to tls13-prototype August 8, 2021 13:18
@hanno-becker hanno-becker merged commit c95b809 into hannestschofenig:tls13-prototype Aug 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant