Skip to content

Conversation

@nmav
Copy link

@nmav nmav commented Sep 5, 2014

This series of patches adds support for DNSSEC + parsing of DANE structures.

Changes:
To add support for sending a query that will set the flags needed by dnssec I had to add the new ares_create_query2().

These patches do add raw DNSSEC support and DANE. They do not add support for reading the trusted dnssec servers (done as separate pull requests).

@bagder
Copy link
Member

bagder commented Feb 11, 2016

Are you still interested in seeing this merged? If so, please rebase this set and we can get the ball going.

Nikos Mavrogiannopoulos added 3 commits February 17, 2016 15:33
That adds the ARES_FLAG_DNSSEC flag, which enables
the extensions needed for the server to send a DNSSEC
reply.
That flag ensures that if DNSSEC is not used in the reply, and
the AD bit is not set, then the query will fail with ARES_ENODNSSEC.
This adds ares_parse_tlsa_reply().
@nmav
Copy link
Author

nmav commented Feb 17, 2016

Done.

@foxx
Copy link

foxx commented Nov 2, 2016

Any word on whether this will be merged soon?

@bagder
Copy link
Member

bagder commented Nov 2, 2016

Does it work good for you? Getting feedback or comments on work helps us assess them. Right now it also seems to conflict so that would be neat to see fixed.

@foxx
Copy link

foxx commented Nov 2, 2016

Sadly my knowledge of DNSSEC is extremely limited so I wouldn't be able to speak with any authority on whether it's functioning as needed. There seems to be significantly less code for DNSSEC related functionality in comparison with ldns, but again my lack of DNSSEC understanding makes it difficult to determine if this would be a problem or not. Sorry :/

@nmav
Copy link
Author

nmav commented Feb 28, 2017

No longer interested in pursuing that.

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

Successfully merging this pull request may close these issues.

3 participants