openssl-streams

OpenSSL network support for io-streams.

Version on this page:1.2.1.0
LTS Haskell 22.13:1.2.3.0@rev:2
Stackage Nightly 2024-03-14:1.2.3.0@rev:2
Latest on Hackage:1.2.3.0@rev:2

See all snapshots openssl-streams appears in

BSD-3-Clause licensed
Maintained by Gregory Collins
This version can be pinned in stack with:openssl-streams-1.2.1.0@sha256:63a9a95244cc07afbc577332ee77fca1d4f5ad1e8ce247ea262779495aa3293c,2352

Module documentation for 1.2.1.0

The openssl-streams library contains io-streams routines for secure networking using OpenSSL (by way of HsOpenSSL).

Changes

openssl-streams changelog

1.2.1.0

  • Bump upper bound of the io-streams dependency for the bytestring-builder migration.

1.2.0.0

  • Added withConnection, a convenience function for initiating an SSL connection to a given (host, port) pair. The socket and SSL connection are closed after the user handler runs.
  • Moved changelog from cabal file to changelog.md
  • Updated the dependency list to allow latest io-streams and network.

1.1.0.2

Fixed a bug in the connect routine uncovered by the recent network upgrade.

1.1.0.1

Widened @network@ dependency to include 2.5.

1.1.0.0

Updated openssl-streams to work with io-streams 1.1.0.0.

1.0.0.0

First release.