1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Implemented PKA trust model

This commit is contained in:
Werner Koch 2005-07-28 18:59:36 +00:00
parent a1cdf3c75f
commit 986a137c58
19 changed files with 576 additions and 62 deletions

6
NEWS
View file

@ -10,6 +10,12 @@ Noteworthy changes in version 1.4.3
--enable-old-keyserver-helpers. Note that none of this affects
finger or LDAP support, which are unchanged.
* Implemented Public Key Association (PKA) trust model option.
This is an optional trust model on top of the standard ones. It
make use of of special DNS records and notation data to
associate a mail address with an OpenPGP key. See: XXXX for a
description.
Noteworthy changes in version 1.4.2 (2005-07-26)
------------------------------------------------