das-labor / neopg

The multiversal cryptoengine!
Other
216 stars 16 forks source link

Remove DNS CERT support. #18

Closed lambdafu closed 6 years ago

lambdafu commented 6 years ago

DNS CERT is a standard for key retrieval over DNS. This is the authoritative document:

I am removing support for DNS CERTs from NeoPG:

As this is the last DNS record type for key retrieval in the code, I also removed all supporting code in dirmngr.

In the future, NeoPG will provide an API to extend key retrieval and trust evaluation, allowing such protocols to be included in applications without tainting the core code base.