From: Lars Ingebrigtsen Date: Tue, 29 Dec 2015 13:46:40 +0000 (+0100) Subject: Mention that tls.el is secure by default, and will fail X-Git-Tag: emacs-25.0.90~328 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6e5df6c901bd79680f901af6ba7b96e664094ef9;p=emacs.git Mention that tls.el is secure by default, and will fail --- diff --git a/etc/NEWS b/etc/NEWS index 3b86a88197a..10d516bc23f 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -161,6 +161,12 @@ the variable `dir-locals-file' for more information. added via the new Network Security Manager (NSM) and controlled via the `network-security-level' variable. +** If Emacs isn't built with TLS support, an external TLS-capable +program is used instead. This program used to be run in --insecure +mode by default, but has now changed to be secure instead, and will +fail if you try to connect to non-verifiable hosts. This is +controlled by the `tls-program' variable. + +++ ** C-h l now also lists the commands that were run.