Skip to content

Commit

Permalink
core.certmanager: Update Mozilla TLS config to version 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Zash committed Jul 9, 2023
1 parent c82f504 commit 59f9a60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/certmanager.lua
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ local core_defaults = {

local mozilla_ssl_configs = {
-- https://wiki.mozilla.org/Security/Server_Side_TLS
-- Version 5.6 as of 2021-12-26
-- Version 5.7 as of 2023-07-09
modern = {
protocol = "tlsv1_3";
options = { cipher_server_preference = false };
Expand All @@ -261,6 +261,7 @@ local mozilla_ssl_configs = {
"ECDHE-RSA-CHACHA20-POLY1305";
"DHE-RSA-AES128-GCM-SHA256";
"DHE-RSA-AES256-GCM-SHA384";
"DHE-RSA-CHACHA20-POLY1305";
};
curveslist = { "X25519"; "prime256v1"; "secp384r1" };
ciphersuites = { "TLS_AES_128_GCM_SHA256"; "TLS_AES_256_GCM_SHA384"; "TLS_CHACHA20_POLY1305_SHA256" };
Expand Down

0 comments on commit 59f9a60

Please # to comment.