package async_ssl

  1. Overview
  2. Docs
An Async-pipe-based interface with OpenSSL.

Install

Dune Dependency

Authors

Maintainers

Sources

async_ssl-v0.11.0.tar.gz
md5=99192b5d6ce0d27ac019e2f93707dc78

CHANGES.md.html

113.33.00

  • Make sure to close the Pipe.Writer.t that goes back to the application, otherwise the application will never get an `Eof if the connection is closed.

113.24.00

  • Switched to ppx.

113.00.00

  • Added Ssl.Connection.close.

112.35.00

  • Fix github issue #4 (some comments swapped).

112.24.00

  • By default OpenSSL ignores the result of certificate validation, so we need to tell it not to.

  • Expose session details such as checked certificates and negotiated version. Add session resumption.

112.17.00

  • moved ffi_bindings and ffi_stubgen in separate libraries

111.21.00

  • Upgraded to use new ctypes and its new stub generation methods.

111.08.00

  • Improved the propagation of SSL errors to the caller.

111.06.00

Initial release