]> git.eshelyaron.com Git - emacs.git/commitdiff
(Network Security): Mention more NSM variables.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 24 Nov 2014 16:57:28 +0000 (17:57 +0100)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 24 Nov 2014 16:57:28 +0000 (17:57 +0100)
doc/lispref/ChangeLog
doc/lispref/processes.texi

index 3df6bfce1ea6a5be701d754d51aaa9449baef72e..57c5c65a96a643e8cccd12748bbfc0ab5dec997d 100644 (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>
 
index fcf5e8dc84aaafdf3d75ee16acafb6fa133c5c1c..c93288f20283b9280e5930c8866d61e5dda20ebd 100644 (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