(Network Security): Mention more NSM variables.

This commit is contained in:
Lars Magne Ingebrigtsen 2014-11-24 17:57:28 +01:00
parent 7f311629f0
commit f9bff82aa4
2 changed files with 19 additions and 0 deletions

View file

@ -2,6 +2,7 @@
* processes.texi (Network Security): Made into its own section and
fleshed out.
(Network Security): Mention more NSM variables.
2014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>

View file

@ -2157,6 +2157,24 @@ also be notified the first time the @acronym{NSM} sees any new
certificate. This will allow you to inspect all the certificates from
all the connections that Emacs makes.
The following additional variables can be used to control
@acronym{NSM} details.
@table @code
@item nsm-settings-file
@vindex nsm-settings-file
The @acronym{NSM} stores details on the connections in this file. It
defaults to @file{~/.emacs.d/network-security.data}.
@item nsm-save-host-names
@vindex nsm-save-host-names
By default, host names will not be saved per non-@code{STARTTLS}
connection. Instead a host/port hash is used to identify connections.
This means that one can't casually read the settings file to see what
servers the user has connected to. If this variable is @code{t}, host
names will be saved in the file, too.
@end table
@node Network Servers
@section Network Servers