das-labor / neopg

The multiversal cryptoengine!
Other
216 stars 16 forks source link

Remove support for web key directory (WKD). #24

Closed lambdafu closed 6 years ago

lambdafu commented 6 years ago

The Web Key Directory and Web Key Service is a new proposal for automatic key location and retrieval for OpenPGP. It is the result of a public tender by the German Federal Office for Information Security, and was implemented by g10 Code GmbH and Intevation GmbH in GnuPG.

The basic idea is that the email provider provides an email service to register the openpgp keys for the email addresses it provides. The web server is located through SRV records in DNS, the URL is at a well known location derived from the email address.

I removed support for this because:

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.