network-conduit-tls

Create TLS-aware network code with conduits

https://github.com/snoyberg/conduit

Version on this page:1.3.0
LTS Haskell 22.14:1.4.0
Stackage Nightly 2024-03-28:1.4.0
Latest on Hackage:1.4.0

See all snapshots network-conduit-tls appears in

MIT licensed by Michael Snoyman
Maintained by [email protected]
This version can be pinned in stack with:network-conduit-tls-1.3.0@sha256:3ef6b291086ada34ce70c7a2f5d17fdf515d5dd022f365d3f7887c837ff8d93b,1503

Module documentation for 1.3.0

network-conduit-tls

Create TLS-aware network code with conduits. Uses the tls package for a pure-Haskell implementation.

Changes

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