1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-28 10:56:36 +00:00

Mention that tls.el is secure by default, and will fail

This commit is contained in:
Lars Ingebrigtsen 2015-12-29 14:46:40 +01:00
parent de5c44fe88
commit 6e5df6c901

View File

@ -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.