Skip to content
Snippets Groups Projects

Add check for signature expiration in semantic checks

Merged Daniel Salzman requested to merge rrsig_expiration_check into master

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Unable to load the diff
  • You should prepare a string containing some information about the type this RRSIG covers and pass it to the error handling function instead of NULL. Normally, only owner of the node is logged. See check_rrsig_data().

  • Ghost User
    Ghost User @ghost started a thread on the diff
  • 460 468 info_str);
    461 469 }
    462 470
    463 if (knot_rrset_ttl(rrset) != knot_rrset_ttl(rrset)) {
    471 if (knot_rrset_ttl(rrset) != knot_rrset_ttl(rrsigs)) {
  • Just one detail concerning more info about signature expiration error. Looks good otherwise.

  • The additional information string was added to log messages. It was missing at more places.

  • Please register or sign in to reply
    Loading