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

Check that everything that should be signed is in fact signed #16

Open
tobez opened this issue Mar 22, 2012 · 2 comments
Open

Check that everything that should be signed is in fact signed #16

tobez opened this issue Mar 22, 2012 · 2 comments

Comments

@tobez
Copy link
Owner

tobez commented Mar 22, 2012

No description provided.

@vigodeltoro
Copy link

Hi,
an implementation of a feature like that would be very appreciated.
At first maybe counting is a possibility. The number of authoritative resource records compared with the number of RRSIGs. I will try to discuss about a algorithm to count with my colleagues and give input for help.

A second feature in this direction could be very nice. To check, if every authoritative resource record has a RRSIG record.

greets and thanks a lot

Christian

@manuel-domke
Copy link

Hi,
here is my suggestion for the "algorithm":
#A-RRSET's + #AAAA-RRSET's + #MX-RRSET's + #DS-RRSET's + #NSEC3-RR's = #RRSIGS

We already have a patch for counting the number of records for each type. Now I'm gonna try to extend it for counting RRSETs of specfic types.

After this, it should be quite easy to implement comparison for count of records which should be signed and actual count of RRSIGs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants