package eio-ssl

  1. Overview
  2. Docs
OpenSSL binding to EIO

Install

Dune Dependency

Authors

Maintainers

Sources

eio-ssl-0.2.0.tbz
sha256=616f08fc3e8488b7e62ed89a54521b235fada6b87e358a7b4339be79b494e046
sha512=c251b5bf379a5435f4d460468c3b31c1d85079fdad6fbc9bfef61b2dfb6b4889d09ea52c2066b79bbe2c30a5f4c7d0903c1c9186013b4c37a5dae396df482e13

CHANGES.md.html

0.2.0 2023-06-12

0.1.1 2023-03-19

  • Set file descriptors in non-blocking mode (#12)

    • OpenSSL requires file descriptors to be in non-blocking mode to avoid blocking the entire OCaml domain

0.1.0 2022-10-21

  • Initial public release