emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master c6de1f1: Fix typo in sha1-intermediate check


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master c6de1f1: Fix typo in sha1-intermediate check
Date: Sun, 8 Jul 2018 10:14:34 -0400 (EDT)

branch: master
commit c6de1f1592745d98e58f06332ad35efc72160787
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Fix typo in sha1-intermediate check
    
    * lisp/net/nsm.el (nsm-protocol-check--intermediate-sha1): Allow
    storing the exception with a correct name.
---
 lisp/net/nsm.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/net/nsm.el b/lisp/net/nsm.el
index 0653cfb..dab9003 100644
--- a/lisp/net/nsm.el
+++ b/lisp/net/nsm.el
@@ -265,7 +265,7 @@ HOST PORT STATUS OPTIONAL-PARAMETER.")
                                  (plist-get certificate :subject)))
                      (string-match "\\bSHA1\\b" algo)
                      (not (nsm-query
-                           host port status :signature-sha1
+                           host port status :intermediate-sha1
                            "An intermediate certificate used to verify the 
connection to %s:%s uses the SHA1 algorithm (%s), which is believed to be 
unsafe."
                            host port algo)))
            do (cl-return nil)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]