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

redo fuzz target #264

Merged
merged 5 commits into from Dec 28, 2020
Merged

redo fuzz target #264

merged 5 commits into from Dec 28, 2020

Commits on Dec 23, 2020

  1. Configuration menu
    Copy the full SHA
    40c3134 View commit details
    Browse the repository at this point in the history
  2. fuzz: only replace signing and verification, leave everything else alone

    We can now run unit tests with the fuzz feature on, and they'll pass,
    which is some assurance that fuzzing with the feature on won't lead to
    spurious failures due to the fuzz harness inadequately simulating message
    signing.
    apoelstra committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    b811ec1 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. Configuration menu
    Copy the full SHA
    96862b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1714ce View commit details
    Browse the repository at this point in the history
  3. fuzz: fix elichai's nits

    apoelstra committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    75d7177 View commit details
    Browse the repository at this point in the history