Skip to content

Clean up the IMR DNSSEC validation states #147

@johanix

Description

@johanix

Instead of the current set of booleans (validated, trusted, bogus, trust-anchor):

  • create a single ValidationState which is an enum with the possible values Secure, Insecure, Bogus and Indeterminate.
  • keep the TrustAnchor as a bool
  • If there is a trust anchor then we try to validate, regardless of what the DO and CD bits are set to in the inbound query.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions