bugZoneCheck - Bugs: bug #31301, When a DNSSEC signature is...

 
 

bug #31301: When a DNSSEC signature is expired, the error message is not perfect

Submitter:  Stephane Bortzmeyer <bortzmeyer>
Submitted:  Mon 11 Oct 2010 02:44:36 PM UTC
   
 
Category:  * report Severity:  Low
Priority:  5 - Normal Item Group:  * Feature request
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 20 Oct 2010 01:06:54 PM UTC, comment #1: 

ZoneCheck actually have a test to detect the expiration of a signature. The last check for DNSSEC is a global verification done by Dnsruby. The tests are launched simultaneously, so it is possible that the global check (verify_soa_rrsig) is launched before the more precise check (soa_rrsig_expiration). See if it that with the option -sd and -ens (error nostop), so we can see the result of all tests. If it's the problem, see how a check can be dependent of several tests.

Fabien CHABANNE <chabannf>
Group Member
Mon 11 Oct 2010 02:44:36 PM UTC, original submission:  

An expired signature is a common problem with DNSSEC. When it happens, the error messages are:

DNScheck : "DNSSEC signature expired: RRSIG(be/IN/DNSKEY/25282)"

DNSSEC debugger : "RRSIG=25282 is expired"

Zonecheck : "the SOA has not a correct RRSIG"

Zonecheck's message is the least precise. This is may be because dnsruby does not return more information. Nevertheless, it would be interesting to address this issue.

Stephane Bortzmeyer <bortzmeyer>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by chabannf (Posted a comment)
  • -email is unavailable- added by bortzmeyer (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code