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

Added undefined behavior sanitizer and fuzzers. #1949

Open
wants to merge 7 commits into
base: openssl
Choose a base branch
from

Commits on Jul 11, 2023

  1. Added undefined behavior sanitizer.

    Combined common sanitizer flags.
    Added fuzzers.
    chadf committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    5f6bbd3 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    3d5ec97 View commit details
    Browse the repository at this point in the history
  2. Added ToBase64Standard fuzzer.

    chadf committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    acfa393 View commit details
    Browse the repository at this point in the history
  3. Added VERIFY_ALWAYS_SUCCEEDS conditional to allow signature verifiers…

    … to always succeed during fuzzing for maximum code coverage.
    chadf committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    7c9c5ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc7f724 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    099886e View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    5e9f926 View commit details
    Browse the repository at this point in the history