getdnsapi / getdns

A modern asynchronous DNS API https://getdnsapi.net/
Other
468 stars 126 forks source link

Experimental - abstract OpenSSL interface, implement GnuTLS alternative #413

Closed banburybill closed 5 years ago

banburybill commented 5 years ago

In the GnuTLS build, getddns can connect to a DoT server and perform lookups. DNSSEC support is not complete, but most other features work. Specifically:

We also removed support for older OpenSSL versions, so smooth the process of creating this proof of concept.

We are creating this PR as a record of the prototyping work done.