]> code.delx.au - gnu-emacs/commitdiff
`network-security-level' documentation simplification
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 8 Dec 2014 19:06:50 +0000 (20:06 +0100)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 8 Dec 2014 19:06:50 +0000 (20:06 +0100)
* lisp/net/nsm.el (network-security-level): Remove the detailed
description, which was already outdated, and refer the users to
the manual.

lisp/ChangeLog
lisp/net/nsm.el

index 1ca7c87ad9442f0031f67ad7335ef83bad1fdb74..d40b56f71e044631789b04c2663947a5007d5f0b 100644 (file)
@@ -1,3 +1,9 @@
+2014-12-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * net/nsm.el (network-security-level): Remove the detailed
+       description, which was already outdated, and refer the users to
+       the manual.
+
 2014-12-06  Andrey Kotlarski  <m00naticus@gmail.com>
 
        * net/eww.el (eww-buffers-mode): New major mode.
index 067de556b671e66760e48a9076905626eacd5ca7..5bc32b4f081e9fc4bf364bb6600af7eeb2de7a5e 100644 (file)
@@ -43,22 +43,13 @@ connection should be handled.
 The following values are possible:
 
 `low': Absolutely no checks are performed.
+`medium': This is the default level, should be reasonable for most usage.
+`high': This warns about additional things that many people would
+not find useful.
+`paranoid': On this level, the user is queried for most new connections.
 
-`medium': This is the default level, and the following things will
-be prompted for.
-
-* invalid, self-signed or otherwise unverifiable certificates
-* whether a previously accepted unverifiable certificate has changed
-* when a connection that was previously protected by STARTTLS is
-  now unencrypted
-
-`high': In addition to the above.
-
-* any certificate that changes its public key
-
-`paranoid': In addition to the above.
-
-* any new certificate that you haven't seen before"
+See the Emacs manual for a description of all things that are
+checked and warned against."
   :version "25.1"
   :group 'nsm
   :type '(choice (const :tag "Low" low)