alexdalitz / dnsruby

Dnsruby is a feature-complete DNS(SEC) client for Ruby, as used by many of the world's largest DNS registries and the OpenDNSSEC project
Other
194 stars 77 forks source link

Reinitialize all IANA TAR keys with Dnssec.reset #164

Closed karlerikounapuu closed 4 years ago

karlerikounapuu commented 4 years ago

Simple fix to Dnsruby::Dnssec.reset method. Caused some dnssec-enabled domains to report invalid security level after using this method because one of the keys was not reinitialized.

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.02%) to 77.585% when pulling f54986268ba3109ecf7a7af0d41a78cddfce9847 on karlerikounapuu:master into 311feb14ba95eee446d14b89b41b8c577054bb27 on alexdalitz:master.

alexdalitz commented 4 years ago

Good call - thanks!