diff options
Diffstat (limited to 'lisp/net')
| -rw-r--r-- | lisp/net/nsm.el | 6 |
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: | |||
| 371 | Sheffer, Holz, Saint-Andre (May 2015). \"Recommendations for Secure | 371 | Sheffer, Holz, Saint-Andre (May 2015). \"Recommendations for Secure |
| 372 | Use of Transport Layer Security (TLS) and Datagram Transport Layer | 372 | Use of Transport Layer Security (TLS) and Datagram Transport Layer |
| 373 | Security (DTLS)\", \"(4.1. General Guidelines)\" | 373 | Security (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 | ||
| 469 | GnuTLS authors (2018). \"GnuTLS Manual 4.3.3 Anonymous | 469 | GnuTLS authors (2018). \"GnuTLS Manual 4.3.3 Anonymous |
| 470 | authentication\", | 470 | authentication\", |
| 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: | |||
| 603 | full SHA-1\", `https://shattered.io/static/shattered.pdf' | 603 | full 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 |
| 605 | Features (SHA-1 Certificate Signatures)\", | 605 | Features (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 |