aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Pluim2020-07-20 14:39:25 +0200
committerRobert Pluim2020-07-20 14:41:21 +0200
commit551123e0b272c967b8cd042df39947c0f8ad4b40 (patch)
tree6cdeadb615285c20b4e33529aeaa289fc618eed4
parentde68572742f37f70c128c7192576182347eb8f4b (diff)
downloademacs-551123e0b272c967b8cd042df39947c0f8ad4b40.tar.gz
emacs-551123e0b272c967b8cd042df39947c0f8ad4b40.zip
* etc/NEWS: Correct description of :client-certificate change
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 10a6e3946e7..2c8fa9dd397 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -270,7 +270,7 @@ doing before changing the value.
270+++ 270+++
271** Native GnuTLS connections can now use client certificates. 271** Native GnuTLS connections can now use client certificates.
272Previously, this support was only available when using the external 272Previously, this support was only available when using the external
273'gnutls-cli' command. Call 'open-network-stream' with 273'gnutls-cli' or 'starttls' command. Call 'open-network-stream' with
274':client-certificate t' to trigger looking up of per-server 274':client-certificate t' to trigger looking up of per-server
275certificates via 'auth-source'. 275certificates via 'auth-source'.
276 276