aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2023-09-06 07:36:47 +0000
committerWerner Koch <[email protected]>2023-09-06 07:50:28 +0000
commit0aa32e2429bb4aaae4151567dc9556a01faea637 (patch)
tree67cb86eeca7dbead9cb967e09f874e35f32aa2c8 /NEWS
parentgpg: Fix last commit. (diff)
downloadgnupg-0aa32e2429bb4aaae4151567dc9556a01faea637.tar.gz
gnupg-0aa32e2429bb4aaae4151567dc9556a01faea637.zip
dirmngr: Allow conf files to disable default keyservers.
* dirmngr/server.c (ensure_keyserver): Detect special value "none" (cmd_keyserver): Ignore "none" and "hkp://none". -- GnuPG-bug-id: 6708
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 94cd00c9f..f4ecb1d64 100644
--- a/NEWS
+++ b/NEWS
@@ -36,6 +36,9 @@ Noteworthy changes in version 2.4.3 (2023-07-04)
* dirmngr: New option --ignore-crl-extensions. [T6545]
+ * dirmngr: Support config value "none" to disable the default
+ keyserver. [T6708]
+
* wkd: Use export-clean for gpg-wks-client's --mirror and --create
commands. [rG2c7f7a5a27]