mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-04-13 05:26:50 +00:00
2.1.6
This commit is contained in:
@@ -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.*
|
||||
|
||||
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user