tls 1.2.16 → 1.2.17
raw patch · 3 files changed
+7/−1 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- Network/TLS/Parameters.hs +1/−0
- tls.cabal +1/−1
CHANGELOG.md view
@@ -1,3 +1,8 @@+## Version 1.2.16++- Fix an issue with stream cipher not correctly calculating the internal state,+ resulting systematically in bad record mac failure during handshake+ ## Version 1.2.15 - support chain certificate in credentials
Network/TLS/Parameters.hs view
@@ -133,6 +133,7 @@ , (Struct.HashSHA384, SignatureRSA) , (Struct.HashSHA256, SignatureRSA) , (Struct.HashSHA224, SignatureRSA)+ , (Struct.HashSHA1, SignatureRSA) , (Struct.HashSHA1, SignatureDSS) ] , supportedSecureRenegotiation = True
tls.cabal view
@@ -1,5 +1,5 @@ Name: tls-Version: 1.2.16+Version: 1.2.17 Description: Native Haskell TLS and SSL protocol implementation for server and client. .