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

tls-eio: improve fuzz tests #463

Merged
merged 1 commit into from
Feb 4, 2023
Merged

Commits on Jan 3, 2023

  1. tls-eio: improve fuzz tests

    - The mock_socket has changed slightly. Previously, it would request a
      size to read, do the read, and then wait for another size for the next
      read, which would typically just be the EOF for that request. This
      made it harder for the fuzzer to reach useful states. Now you can do a
      single transmit with a single test action.
    
    - Only log a send when we actually send some data.
    
    - Allow the fuzzer to perform all the actions needed for the Tls
      handshake in one go instead of requiring it to find them by searching.
      This provides it a way to get to the interesting cases quickly.
    talex5 committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    2572ada View commit details
    Browse the repository at this point in the history