aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/nsm.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/net/nsm.el b/lisp/net/nsm.el
index 1b0f04e5a19..2d36c5e2571 100644
--- a/lisp/net/nsm.el
+++ b/lisp/net/nsm.el
@@ -371,7 +371,7 @@ Reference:
371Sheffer, Holz, Saint-Andre (May 2015). \"Recommendations for Secure 371Sheffer, Holz, Saint-Andre (May 2015). \"Recommendations for Secure
372Use of Transport Layer Security (TLS) and Datagram Transport Layer 372Use of Transport Layer Security (TLS) and Datagram Transport Layer
373Security (DTLS)\", \"(4.1. General Guidelines)\" 373Security (DTLS)\", \"(4.1. General Guidelines)\"
374`https://tools.ietf.org/html/rfc7525\#section-4.1'" 374`https://tools.ietf.org/html/rfc7525#section-4.1'"
375 (let ((kx (plist-get status :key-exchange))) 375 (let ((kx (plist-get status :key-exchange)))
376 (and (string-match "^\\bRSA\\b" kx) 376 (and (string-match "^\\bRSA\\b" kx)
377 (format-message 377 (format-message
@@ -468,7 +468,7 @@ Reference:
468 468
469GnuTLS authors (2018). \"GnuTLS Manual 4.3.3 Anonymous 469GnuTLS authors (2018). \"GnuTLS Manual 4.3.3 Anonymous
470authentication\", 470authentication\",
471`https://www.gnutls.org/manual/gnutls.html\#Anonymous-authentication'" 471`https://www.gnutls.org/manual/gnutls.html#Anonymous-authentication'"
472 (let ((kx (plist-get status :key-exchange))) 472 (let ((kx (plist-get status :key-exchange)))
473 (and (string-match "\\bANON\\b" kx) 473 (and (string-match "\\bANON\\b" kx)
474 (format-message 474 (format-message
@@ -603,7 +603,7 @@ References:
603full SHA-1\", `https://shattered.io/static/shattered.pdf' 603full SHA-1\", `https://shattered.io/static/shattered.pdf'
604[2]: Chromium Security Education TLS/SSL. \"Deprecated and Removed 604[2]: Chromium Security Education TLS/SSL. \"Deprecated and Removed
605Features (SHA-1 Certificate Signatures)\", 605Features (SHA-1 Certificate Signatures)\",
606`https://www.chromium.org/Home/chromium-security/education/tls\#TOC-SHA-1-Certificate-Signatures' 606`https://www.chromium.org/Home/chromium-security/education/tls#TOC-SHA-1-Certificate-Signatures'
607[3]: Jones J.C (2017). \"The end of SHA-1 on the Public Web\", 607[3]: Jones J.C (2017). \"The end of SHA-1 on the Public Web\",
608`https://blog.mozilla.org/security/2017/02/23/the-end-of-sha-1-on-the-public-web/' 608`https://blog.mozilla.org/security/2017/02/23/the-end-of-sha-1-on-the-public-web/'
609[4]: Apple Support (2017). \"Move to SHA-256 signed certificates to 609[4]: Apple Support (2017). \"Move to SHA-256 signed certificates to