]> git.eshelyaron.com Git - emacs.git/commitdiff
Better display for `paranoid' `network-security-level'
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 26 Nov 2014 23:44:54 +0000 (00:44 +0100)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 26 Nov 2014 23:44:54 +0000 (00:44 +0100)
* net/nsm.el (nsm-new-fingerprint-ok-p): Display the certificate
when querying about new certificates.

lisp/ChangeLog
lisp/net/nsm.el

index d0d44dfd49ab099760dc9771d26e4f358322ab8e..53414ed7a7be2c876aa4e77a06235c1b016240f5 100644 (file)
@@ -1,5 +1,8 @@
 2014-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * net/nsm.el (nsm-new-fingerprint-ok-p): Display the certificate
+       when querying about new certificates.
+
        * net/shr.el (shr-make-table-1): dom.el changes for table rendering.
 
        * dom.el (dom-by-tag): Use `equal' for comparisons so that tags
index c5e048a727257215a985028d82bf6e60da8c074a..2b540f34e9c9e62a3587c6f8475b80cb6b7e5c94 100644 (file)
@@ -204,7 +204,7 @@ unencrypted."
 
 (defun nsm-new-fingerprint-ok-p (host port status)
   (nsm-query
-   host port nil 'fingerprint
+   host port status 'fingerprint
    "The fingerprint for the connection to %s:%s is new:\n%s"
    host port
    (nsm-fingerprint status)))