package async_ssl
An Async-pipe-based interface with OpenSSL
Install
Dune Dependency
Authors
Maintainers
Sources
async_ssl-v0.15.0.tar.gz
sha256=f218af427d80afa63a90e0d1ba04550256f28393ac9d79ec59a8ab52e1f7f508
doc/CHANGES.html
git version
- Added function
Ffi.set_default_verify_paths
, to make OpenSSL use its default for CA certificates locations
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