Hello,
 I've split the previous dnssec support pull request to two parts.

Part I: https://github.com/bagder/c-ares/pull/20

That part adds support for dnssec and DANE for applications that want to
use it. That part requires no extensions to resolv.conf or anything
else. The application is responsible for setting the trusted for dnssec
name servers.

Part II:
This consists of two approaches, that both apply over pull/20.

Approach 1: https://github.com/bagder/c-ares/pull/21
  Adds support for reading trusted dnssec servers
from /etc/resolv-sec.conf 

Approach 2: https://github.com/bagder/c-ares/pull/22
  Adds support for reading trusted dnssec servers from /etc/resolv.conf

regards,
Nikos


Reply via email to