diff options
author | Leorize <leorize+oss@disroot.org> | 2020-06-03 17:02:18 -0500 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2020-06-06 21:11:53 +0200 |
commit | 1fb2a58674dd8136b246c7499cd295e85484d8c3 (patch) | |
tree | 4361bf2c3a6b815870ffe53325fb895dc92fe18f /.github | |
parent | 6cb94b5da6ac409915cc0ca3f50c50214edee0ef (diff) | |
download | Nim-1fb2a58674dd8136b246c7499cd295e85484d8c3.tar.gz |
net: use a secure cipher list by default
Previously, the `net` module use the blanket "ALL" as the default cipher list. This list may contain security ciphers that are weak and/or outdated according to the current standard. This commit introduces a new module `ssl_config` that contains the latest OpenSSL configurations as recommended by Mozilla OpSec, and make the `net` module use the cipher list targeting `intermediate` compatibility level as the default.
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions