Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 599 Bytes

CHANGES.md

File metadata and controls

24 lines (17 loc) · 599 Bytes

Unreleased

  • Handle EOF from OpenSSL more gracefully (#23)

0.2.0 2023-06-12

  • Adapt to eio v0.10 (#14, #15)

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