network-conduit-tls
Create TLS-aware network code with conduits
https://github.com/snoyberg/conduit
LTS Haskell 23.27: | 1.4.0.1 |
Stackage Nightly 2025-07-13: | 1.4.0.1 |
Latest on Hackage: | 1.4.0.1 |
MIT licensedbyMichael Snoyman
Maintained by[email protected]
This version can be pinned in stack with:
network-conduit-tls-1.4.0.1@sha256:0f043563136b17801bf8256443c1cc51fe50ea66d6bde98ad7862e6a83b737a9,1632
Module documentation for 1.4.0.1
- Data
- Data.Conduit
- Data.Conduit.Network
- Data.Conduit
network-conduit-tls
Create TLS-aware network code with conduits. Uses the tls package for a pure-Haskell implementation.
Changes
1.4.0.1
- Fix test suite for crypton-connection 0.4#512
1.4.0
- Migrate to crypton
1.3.2
- Use the recommended SSL versions from TLS
1.3.1
- Use the default ciphersuite from TLS
1.3.0
- Upgrade to conduit 1.3.0
1.2.2
- Make runTLS{Client,Server}StartTLS general#264
1.2.1
- Expose ApplicationStartTLS#262
1.2.0.1
- tls 1.3 support
1.2.0
- Drop system-filepath
1.1.2
- Added ‘runGeneralTCPServerTLS’ function#208
1.1.1.1
- Fill in
appRawSocket
for streaming-commons 0.1.12 and later
1.1.1
- Support chain certificates in network-conduit-tls#203