mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
Better display for paranoid' network-security-level'
* net/nsm.el (nsm-new-fingerprint-ok-p): Display the certificate when querying about new certificates.
This commit is contained in:
parent
803df8492d
commit
666e90e5cc
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue