Files
Nim/tools
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
..
2020-05-04 19:23:49 +02:00
2019-07-10 23:55:56 +02:00
2019-10-31 11:13:32 +01:00
2016-02-17 14:52:02 +01:00
2019-12-17 11:30:01 +01:00
2020-04-12 21:08:16 +02:00
2017-03-17 08:29:52 +01:00
2018-11-14 08:27:48 +01:00
2017-01-06 13:11:17 +01:00
2019-03-31 08:36:04 +02:00
2018-11-14 08:27:48 +01:00