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

@@ -319,7 +319,7 @@ library
, stm ==2.5.*
, time ==1.12.*
, time-manager ==0.0.*
, tls ==2.1.8.*
, tls ==2.1.6.*
, transformers ==0.6.*
, unliftio ==0.2.*
, unliftio-core ==0.2.*

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],