aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2004-05-22 03:57:22 +0000
committerDavid Shaw <[email protected]>2004-05-22 03:57:22 +0000
commit5f0a6c4675e58cc0248f1efacc191dbdcdded188 (patch)
tree622153ec7eeca671b677ed380a3ef1607eb0788d
parent* mainproc.c (check_sig_and_print): If we're honoring preferred (diff)
downloadgnupg-5f0a6c4675e58cc0248f1efacc191dbdcdded188.tar.gz
gnupg-5f0a6c4675e58cc0248f1efacc191dbdcdded188.zip
* NEWS: Note --sig-keyserver-url and the ability to use a preferred
keyserver in a regular data sig to fetch the signing key.
-rw-r--r--ChangeLog4
-rw-r--r--NEWS6
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 58dd8d273..adde8b684 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-05-21 David Shaw <[email protected]>
+ * NEWS: Note --sig-keyserver-url and the ability to use a
+ preferred keyserver in a regular data sig to fetch the signing
+ key.
+
* configure.ac: Replacement function for timegm(). No need to
check for setenv() any longer.
diff --git a/NEWS b/NEWS
index 3bb1a0860..1b09c0116 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,12 @@ Noteworthy changes in version 1.3.6
default), then the preferred keyserver is used when refreshing
that key.
+ * The --sig-keyserver-url option can be used to inform signature
+ recipients where the signing key can be downloaded. When
+ verifying the signature, if the signing key is not present, and
+ the keyserver options honor-keyserver-url and auto-key-retrieve
+ are set, this URL will be used to retrieve the key.
+
* Support for fetching keys via HTTP has been added. This is
mainly useful for setting a preferred keyserver URL like
"http://www.jabberwocky.com/key.asc".