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

WIP: Sha1 runtime unittest #770

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 18, 2022

  1. Allow running unittest with verbosity logs enabled

    It were possible to enable them only from debugger. Allow setting them
    from command line also.
    pemensik committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    c3079c2 View commit details
    Browse the repository at this point in the history
  2. Make unittest pass on system with SHA1 unavailable

    CentOS 9 has disabled SHA-1 validation by default. It makes possible
    passing of unit tests on such system. Make it possible to process also
    indeterminate result from rrset validation. It would mean that signature
    is not known bogus, but were not able to be validated at the same time.
    pemensik committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    0b47b6a View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Read all pushed errors from openssl

    RHEL 9 with DEFAULT crypto policy produces 3 errors pushed to the error
    stack in one failed case. Ensure it does not break following tests, but
    all of them are read after the call failure.
    pemensik committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    d08cb03 View commit details
    Browse the repository at this point in the history