; * etc/NEWS: Tweak wording of NSM items.
This commit is contained in:
parent
b981889e9e
commit
45ec5865aa
1 changed files with 5 additions and 5 deletions
10
etc/NEWS
10
etc/NEWS
|
@ -172,17 +172,17 @@ the default one. It is reimplemented in native code, reducing GC churn.
|
||||||
To undo this change, set 'fast-read-process-output' to nil.
|
To undo this change, set 'fast-read-process-output' to nil.
|
||||||
|
|
||||||
+++
|
+++
|
||||||
** The Network Security Manager now warns about 3DES by default.
|
** Network Security Manager now warns about 3DES by default.
|
||||||
This cypher is no longer recommended owing to a major vulnerability
|
This cypher is no longer recommended owing to a major vulnerability
|
||||||
disclosed in 2016, and its small 112 bit key size. Emacs now warns
|
disclosed in 2016, and its small 112 bit key size. Emacs now warns
|
||||||
about its use also when 'network-security-level' is set to 'medium'
|
about its use also when 'network-security-level' is set to 'medium'
|
||||||
(the default). See 'network-security-protocol-checks'.
|
(the default). See 'network-security-protocol-checks'.
|
||||||
|
|
||||||
---
|
---
|
||||||
** The Network Security Manager now warns about <2048 bits in DH key exchange.
|
** Network Security Manager now warns about <2048 bits in DH key exchange.
|
||||||
Emacs used to warn for Diffie-Hellman key exchanges with prime numbers
|
Emacs used to warn for ephemeral Diffie-Hellman (DHE) key exchanges with
|
||||||
smaller than 1024 bits. Since more servers now support it, this
|
prime numbers smaller than 1024 bits. Since more servers now support
|
||||||
number has been bumped to 2048 bits.
|
it, this number has been bumped to 2048 bits.
|
||||||
|
|
||||||
+++
|
+++
|
||||||
** URL now never sends user email addresses in HTTP requests.
|
** URL now never sends user email addresses in HTTP requests.
|
||||||
|
|
Loading…
Add table
Reference in a new issue