]> code.delx.au - gnu-emacs/commitdiff
Mention that tls.el is secure by default, and will fail
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 29 Dec 2015 13:46:40 +0000 (14:46 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 29 Dec 2015 13:46:40 +0000 (14:46 +0100)
etc/NEWS

index 3b86a88197ac92d3b5077d8b598bcf6ac8e48ea7..10d516bc23f0a286a401e01945621ba654d9cc01 100644 (file)
--- 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.