Files
Nim/lib/pure
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
..
2018-04-30 02:52:58 +02:00
2020-04-21 15:05:21 +02:00
2020-05-05 10:34:37 +02:00
2020-04-02 02:58:43 +02:00
2018-04-06 11:59:49 +02:00
2020-05-18 17:43:06 +01:00
2019-09-30 13:58:10 +02:00
2020-03-31 15:47:57 +02:00
2020-03-31 15:47:57 +02:00
2019-09-30 13:58:10 +02:00
2020-03-19 10:23:05 +01:00
2020-01-24 08:42:03 +00:00
2020-05-11 19:12:40 +02:00
2020-03-31 15:47:57 +02:00
2020-05-13 14:29:53 +02:00
2019-12-05 14:42:20 +01:00