Code Monkey home page Code Monkey logo

dnssec-prover's People

Contributors

thebluematt avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

dnssec-prover's Issues

Invalid AuthenticationChain for wildcard records

Wildcard records require a non-existence proof either NSEC or NSEC3 to prove no exact match exists which is not included in AuthenticationChain created by this library. Standard DNSSEC validators would consider such chains bogus.

Let's say I want secret.buffrr.dev to use some certificate while everything else *.buffrr.dev to use another certificate, I could add the following records to my zone:

_443._tcp.secret.buffrr.dev TLSA ....
*.buffrr.dev TLSA ....

Using the validator in this library, I could fool it into accepting the TLSA record labelled *.buffrr.dev for _443._tcp.secret.buffrr.dev while a standard DNSSEC validator would not. If an RRSIG is covering a wildcard (determined by number of labels), then NSECs or NSEC3s are required in the AuthenticationChain to prove no exact match exists.

Since this BIP requires following the RFC, I would suggest either fixing it or perhaps reconsidering support for wildcard records. Otherwise, it won't be compatible with all the validators out there unless every integration of the BIP uses this exact implementation.

I appreciate the effort put into developing this library and making it generic enough for other use cases. I just gave it a quick pass but will try to go deeper once I have some time since i'm considering it for other projects. Btw RFC-9102 includes some test vectors in the appendix that might be helpful.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.