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

handshake fuzzer: fix TLS handshake sequence #4033

Merged
merged 1 commit into from
Aug 16, 2023

Conversation

marten-seemann
Copy link
Member

There were two problems with the existing code:

  1. The transport parameters were rejected due to an invalid value for ActiveConnectionIDLimit, causing the handshake to fail.
  2. Handshake messages were passed in at the wrong encryption level, leading to consistent handshake failures.

@codecov
Copy link

codecov bot commented Aug 16, 2023

Codecov Report

Merging #4033 (e1e2df5) into master (bda01bc) will not change coverage.
Report is 2 commits behind head on master.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #4033   +/-   ##
=======================================
  Coverage   82.85%   82.85%           
=======================================
  Files         147      147           
  Lines       14789    14789           
=======================================
  Hits        12253    12253           
  Misses       2036     2036           
  Partials      500      500           

There were two problems with the existing code:
1. The transport parameters were rejected due to an invalid value for
   ActiveConnectionIDLimit, causing the handshake to fail.
2. Handshake messages were passed in at the wrong encryption level,
   leading to consistent handshake failures.
@marten-seemann marten-seemann merged commit 51d257d into master Aug 16, 2023
29 checks passed
@marten-seemann marten-seemann deleted the fix-handshake-fuzzer branch August 18, 2023 05:37
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