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

Update implementation of DNSSEC03 #1304

Merged
merged 10 commits into from
Nov 23, 2023
Merged

Commits on Nov 16, 2023

  1. Update implementation of DNSSEC03

    Follows specifiation update (zonemaster/zonemaster#1189).
    Note that Prefix Suffix List check (step 13.2.2.1) is not yet implemented, as this service is not yet provided by Zonemaster.
    
    Also note that this commit does not update unit tests yet.
    tgreenx committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    82e128e View commit details
    Browse the repository at this point in the history
  2. Update unitary tests of DNSSEC03, but without test data

    Unit test data will be recorded and added in a later commit.
    tgreenx committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    3da5d46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be1bde5 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    c9c3f60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b006d92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c027a61 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Correct DNSSEC03 implementation, and update unit test data

    This commit corrects the implementation of step 13 (NSEC3 Flags) from the specification.
    tgreenx committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    38ecf00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e852a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    045acc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ca02b6 View commit details
    Browse the repository at this point in the history