diff options
author | Leorize <leorize+oss@disroot.org> | 2020-06-03 17:51:46 -0500 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2020-06-06 21:11:53 +0200 |
commit | 256841cf2cfbeb0ccd28de53427583ef348a1ab6 (patch) | |
tree | 9392fce72548c1ce7141554a31b37c5a447201e0 | |
parent | 1715935846416cc0e0979f8cc614c0b20cf02841 (diff) | |
download | Nim-256841cf2cfbeb0ccd28de53427583ef348a1ab6.tar.gz |
changelog.md: clarify that only the default has changed [ci-skip]
-rw-r--r-- | changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index e20077feb..bbcf2ed18 100644 --- a/changelog.md +++ b/changelog.md @@ -102,7 +102,7 @@ - Add `ssl_config` module containing lists of secure ciphers as recommended by [Mozilla OpSec](https://wiki.mozilla.org/Security/Server_Side_TLS) -- `net.newContext` now uses the list of ciphers targeting +- `net.newContext` now defaults to the list of ciphers targeting ["Intermediate compatibility"](https://wiki.mozilla.org/Security/Server_Side_TLS#Intermediate_compatibility_.28recommended.29) per Mozilla's recommendation instead of `ALL`. This change should protect users from the use of weak and insecure ciphers while still provides |