Files
Nim/lib
Leorize 1fb2a58674 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.
2020-06-06 21:11:53 +02:00
..
2017-02-20 17:24:19 +02:00
2020-05-11 02:59:31 -04:00
2019-07-14 16:08:15 +02:00
2020-05-24 07:32:24 +02:00
2020-05-25 12:18:35 +02:00
2013-03-16 23:53:07 +01:00
2019-12-09 06:58:06 +01:00
2014-08-28 09:59:26 +02:00