mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
core.certmanager: Set a default curveslist [sic], fixes #879, #943, #951 if used along with luasec 0.7 and openssl 1.1
This commit is contained in:
parent
8ae2b88fa0
commit
e1a94acbb9
1 changed files with 6 additions and 0 deletions
|
@ -107,6 +107,12 @@ local core_defaults = {
|
|||
};
|
||||
verifyext = { "lsec_continue", "lsec_ignore_purpose" };
|
||||
curve = "secp384r1";
|
||||
curveslist = {
|
||||
"X25519",
|
||||
"P-384",
|
||||
"P-256",
|
||||
"P-521",
|
||||
};
|
||||
ciphers = { -- Enabled ciphers in order of preference:
|
||||
"HIGH+kEDH", -- Ephemeral Diffie-Hellman key exchange, if a 'dhparam' file is set
|
||||
"HIGH+kEECDH", -- Ephemeral Elliptic curve Diffie-Hellman key exchange
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue