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

Support for DNSSEC #125

Open
NotoriousRebel opened this issue Mar 28, 2020 · 5 comments
Open

Support for DNSSEC #125

NotoriousRebel opened this issue Mar 28, 2020 · 5 comments

Comments

@NotoriousRebel
Copy link

It seems that c-ares supports DNSSEC for example it seems they support DNSKEY queries:
https://github.com/c-ares/c-ares/blob/7ebedab25dab50b2f008fbef8601c223096bb780/test/dns-proto.cc#L132

However, when I try with pycares I get this error:
image

It works with dns.resolver.query('dnssec-tools.org', 'DNSKEY')

@westurner
Copy link

@saghul
Copy link
Owner

saghul commented Mar 29, 2022

Last I checked c-ares does not support parsing DNSKEY RRs.

@saghul
Copy link
Owner

saghul commented Mar 29, 2022

Thanks for compiling those links!

This project being a c-ares wrapper, will gain better DNSSEC support once it's also better supported by c-ares itself.

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