This commit is contained in:
Evgeny Poberezkin
2025-09-02 12:19:01 +01:00
parent 5ab13ad401
commit b47b3ad47d
2 changed files with 3 additions and 3 deletions

View File

@@ -387,8 +387,8 @@ defaultSupportedParams =
def
{ T.supportedVersions = [T.TLS13, T.TLS12],
T.supportedCiphers =
[ TE.cipher13_CHACHA20_POLY1305_SHA256, -- for TLS13
TE.cipher_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 -- for TLS12
[ TE.cipher_TLS13_CHACHA20POLY1305_SHA256, -- for TLS13
TE.cipher_ECDHE_ECDSA_CHACHA20POLY1305_SHA256 -- for TLS12
],
T.supportedHashSignatures = [(T.HashIntrinsic, T.SignatureEd448), (T.HashIntrinsic, T.SignatureEd25519)],
T.supportedGroups = [T.X448, T.X25519],