From: Lars Magne Ingebrigtsen Date: Wed, 26 Nov 2014 23:44:54 +0000 (+0100) Subject: Better display for `paranoid' `network-security-level' X-Git-Tag: emacs-25.0.90~2635^2~303 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=666e90e5ccef2d2b19428b6a5cb41a2efe7d46db;p=emacs.git Better display for `paranoid' `network-security-level' * net/nsm.el (nsm-new-fingerprint-ok-p): Display the certificate when querying about new certificates. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d0d44dfd49a..53414ed7a7b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2014-11-26 Lars Magne Ingebrigtsen + * 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 diff --git a/lisp/net/nsm.el b/lisp/net/nsm.el index c5e048a7272..2b540f34e9c 100644 --- a/lisp/net/nsm.el +++ b/lisp/net/nsm.el @@ -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)))