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 recvClientData with single Handshake packet #352

Merged
merged 1 commit into from
Jan 30, 2019
Merged

Fix recvClientData with single Handshake packet #352

merged 1 commit into from
Jan 30, 2019

Conversation

ocheron
Copy link
Contributor

@ocheron ocheron commented Jan 29, 2019

Function recvClientData did not accept a client flight with messages
ClientKeyXchg and CertVerify received from the same Handshake packet.
This patch extends the state machine to transform remaining handshake
messages as input to RecvStateNext.

Resolves #350.

Function recvClientData did not accept a client flight with messages
ClientKeyXchg and CertVerify received from the same Handshake packet.
This patch extends the state machine to transform remaining handshake
messages as input to RecvStateNext.

Resolves #350.
@kazu-yamamoto kazu-yamamoto self-requested a review January 30, 2019 00:50
Copy link
Collaborator

@kazu-yamamoto kazu-yamamoto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

kazu-yamamoto added a commit to kazu-yamamoto/hs-tls that referenced this pull request Jan 30, 2019
@kazu-yamamoto kazu-yamamoto merged commit c281fd7 into haskell-tls:master Jan 30, 2019
@kazu-yamamoto
Copy link
Collaborator

Merged.

@ocheron ocheron deleted the recv-client-data branch February 3, 2019 18:31
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

2 participants