[git] gnupg-doc - branch, master, updated. c47eef0711fad9e4c6b3c23cf51ec65333f9acb9
by Werner Koch
cvs at cvs.gnupg.org
Thu Feb 16 17:47:29 CET 2017
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 c47eef0711fad9e4c6b3c23cf51ec65333f9acb9 (commit)
from d6a2c2992be786c94ce0e1aae5a71d80bc860e92 (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 c47eef0711fad9e4c6b3c23cf51ec65333f9acb9
Author: Werner Koch <wk at gnupg.org>
Date: Thu Feb 16 17:44:56 2017 +0100
drafts,openpgp-webkey-service: Fixed Content-Type
Reported-by: Patrick Brunschwig <patrick at enigmail.net>
diff --git a/misc/id/openpgp-webkey-service/draft.org b/misc/id/openpgp-webkey-service/draft.org
index 1239442..44d9fb0 100644
--- a/misc/id/openpgp-webkey-service/draft.org
+++ b/misc/id/openpgp-webkey-service/draft.org
@@ -307,7 +307,7 @@ The first part MUST have "text" as its Content-Type and can be used to
explain the purpose of the mail. For example it may point to this RFC
and explain on how to manually perform the protocol.
-The second part MUST have "application/vnd.gnupg.wkd" as its
+The second part MUST have "application/vnd.gnupg.wks" as its
Content-Type and carry an OpenPGP encrypted message in ASCII Armor
format. The message MUST be encrypted to the target key and MUST NOT
be signed. After decryption a text file in the Web Key data format
@@ -387,7 +387,7 @@ key and the encryption key is the key associated with the provider's
submission address.
The Content-Type used for the plaintext message MUST also be
-"application/vnd.gnupg.wkd". The format is the same as described above
+"application/vnd.gnupg.wks". The format is the same as described above
for the Confirmation Request. The body must contain three name-value
pairs in this order:
@@ -688,6 +688,7 @@ ShZ91YKkcZffevdY72omqTk10a1SUXehPooIlRFmroDsi3VDaRKrUIo=
#+end_example
-* Changes Since -02
+* Changes Since -03
-- Specified the use of DNS SRV.
+- Fixed Content-Type in the description. The one used in the example
+ was correct.
-----------------------------------------------------------------------
Summary of changes:
misc/id/openpgp-webkey-service/draft.org | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
hooks/post-receive
--
The GnuPG website and other docs
http://git.gnupg.org
More information about the Gnupg-commits
mailing list