[git] gnupg-doc - branch, master, updated. 49e14dd7905a3f331cee7ee5edc250e3db1112c3

by Werner Koch cvs at cvs.gnupg.org
Fri May 13 21:40:34 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GnuPG website and other docs".

The branch, master has been updated
       via  49e14dd7905a3f331cee7ee5edc250e3db1112c3 (commit)
      from  8bdcda7bd619f8faca93eaafa77afc2df3c94664 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 49e14dd7905a3f331cee7ee5edc250e3db1112c3
Author: Werner Koch <wk at gnupg.org>
Date:   Fri May 13 21:39:34 2016 +0200

    drafts: First changes to openpgp-web-key-service

diff --git a/misc/id/openpgp-webkey-service/back.mkd b/misc/id/openpgp-webkey-service/back.mkd
index 78d234b..fe988e5 100644
--- a/misc/id/openpgp-webkey-service/back.mkd
+++ b/misc/id/openpgp-webkey-service/back.mkd
@@ -13,9 +13,11 @@ given:
    version 2.1.12.  To use it, the new method "wkd" needs to be used
    with the --auto-key-locate option.
 
-# Changes
+# Changes since -00
 
-  - This is the initial draft.
+  - Changed field names in the request and response format.
+  - Removed useless checks.
+  - Added a new policy flag.
 
 ## TODO
 
diff --git a/misc/id/openpgp-webkey-service/middle.mkd b/misc/id/openpgp-webkey-service/middle.mkd
index 4dbca42..56aed03 100644
--- a/misc/id/openpgp-webkey-service/middle.mkd
+++ b/misc/id/openpgp-webkey-service/middle.mkd
@@ -123,8 +123,7 @@ Directory, she performs the following steps:
    specified by PGP/MIME.
 
 3. The provider checks that the received key has a User ID which
-    - matches an account name of the provider,
-    - and that the from address matches that account.
+   matches an account name of the provider.
 
 4. The provider sends an encrypted message containing a nonce and the
    fingerprint of the key to the mail account of the user.  Note that
@@ -211,15 +210,15 @@ specified order:
 "type"
   : The value must be "confirmation-request".
 
-"from"
+"sender"
   : This is the mailbox the user is expected to sent the confirmation
-    response to.  The value must match the mailbox part of the
-    "From:" address of this request.
+    response to.  The value must match the mailbox part of the "From:"
+    address of this request.  Exactly one address MUST be given.
 
 "address"
   : The value is the addr-spec part of the target key's mail address.
     The value SHOULD match the addr-spec part of the recipient's
-    address.  The value MUST be be UTF-8 encoded as required for an
+    address.  The value MUST be UTF-8 encoded as required for an
     OpenPGP User ID.
 
 "fingerprint"
@@ -271,9 +270,9 @@ name-value pairs in this order:
 "type"
   : The value must be "confirmation-response".
 
-"from"
+"sender"
   : The value must match the mailbox part of the "From:" address of
-    this response.
+    this response.  Exactly one address MUST be given.
 
 "nonce"
   : The value is the value of the "nonce" parameter from the
@@ -302,6 +301,11 @@ Currently defined keywords are:
     in the User ID.  In particular User IDs with a real name in
     addition to the mailbox will be rejected as invalid.
 
+"dane-onlY
+  : The mail server provider does not run a Web Key Directory but only
+    an OpenPGP DANE service.  The Web Key Directory Update protocol is
+    used to update the keys for the DANE service.
+
 More keywords will be defined in updates to this I-D.  There is no
 registry yet except for this document.  For experimental use of new
 features or for provider specific settings, keywords MUST be prefixed

-----------------------------------------------------------------------

Summary of changes:
 misc/id/openpgp-webkey-service/back.mkd   |  6 ++++--
 misc/id/openpgp-webkey-service/middle.mkd | 20 ++++++++++++--------
 2 files changed, 16 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
The GnuPG website and other docs
http://git.gnupg.org




More information about the Gnupg-commits mailing list