network-conduit-tls 1.3.1 → 1.3.2
raw patch · 3 files changed
+5/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- Data/Conduit/Network/TLS.hs +0/−1
- network-conduit-tls.cabal +1/−1
ChangeLog.md view
@@ -1,3 +1,7 @@+## 1.3.2++* Use the recommended SSL versions from TLS+ ## 1.3.1 * Use the default ciphersuite from TLS
Data/Conduit/Network/TLS.hs view
@@ -131,7 +131,6 @@ { TLS.serverWantClientCert = False , TLS.serverSupported = def { TLS.supportedCiphers = TLSExtra.ciphersuite_default- , TLS.supportedVersions = [TLS.SSL3,TLS.TLS10,TLS.TLS11,TLS.TLS12] } , TLS.serverShared = def { TLS.sharedCredentials = creds
network-conduit-tls.cabal view
@@ -1,5 +1,5 @@ name: network-conduit-tls-version: 1.3.1+version: 1.3.2 synopsis: Create TLS-aware network code with conduits description: Uses the tls package for a pure-Haskell implementation. homepage: https://github.com/snoyberg/conduit