From: Robert Pluim Date: Mon, 20 Jul 2020 12:39:25 +0000 (+0200) Subject: * etc/NEWS: Correct description of :client-certificate change X-Git-Tag: emacs-27.1-rc1~25^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=551123e0b272c967b8cd042df39947c0f8ad4b40;p=emacs.git * etc/NEWS: Correct description of :client-certificate change --- 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. +++ ** Native GnuTLS connections can now use client certificates. Previously, this support was only available when using the external -'gnutls-cli' command. Call 'open-network-stream' with +'gnutls-cli' or 'starttls' command. Call 'open-network-stream' with ':client-certificate t' to trigger looking up of per-server certificates via 'auth-source'.