BSD-3-Clause licensed
Maintained by Gregory Collins
This version can be pinned in stack with:openssl-streams-1.2.3.0@sha256:d86104bccddc575c5537cd32bc755971a2cb47ad7e24ba4f84d74a3d05eaab77,2202

Module documentation for 1.2.3.0

Used by 2 packages in nightly-2024-04-20(full list with versions):

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

Changes

openssl-streams changelog

1.2.3.0

  • Remove AI_ADDRCONFIG from default socket hints in connect.

1.2.2.0

  • Allow network 3.0.

1.2.1.3

  • Bugfix: test target didn’t allow io-streams 1.5.

1.2.1.2

  • Allow io-streams 1.5.

1.2.1.1

  • Allow io-streams 1.4.

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.