]> git.eshelyaron.com Git - emacs.git/commit
Warn about 3DES when network-security-level is medium
authorStefan Kangas <stefankangas@gmail.com>
Tue, 24 Oct 2023 14:20:42 +0000 (16:20 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Tue, 24 Oct 2023 14:41:10 +0000 (16:41 +0200)
commitdbcaaf375f285a42ff1a81c313a454264374cbdb
tree830680dcf5105af629cf10b13565d81fd001dbd5
parenta59d1da0dde890da59dc007d39efb1a0892ebbb6
Warn about 3DES when network-security-level is medium

* lisp/net/nsm.el (network-security-protocol-checks): Bump
deprecated and insecure '3des-cipher' to 'medium'.
* doc/emacs/misc.texi (Network Security): Document the above change.
Ref: https://nvd.nist.gov/vuln/detail/CVE-2016-2183
doc/emacs/misc.texi
etc/NEWS
lisp/net/nsm.el