Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
OpenSSL FFI modeled after Rust's OpenSSL FFI <https://github.com/sfackler/rust-openssl/blob/master/ssl/ffi.rs>.
For streaming this stuff, see: <http://funcptr.net/2012/04/08/openssl-as-a-filter-%28or-non-blocking-openssl%29/>
This module is for use with Async, which has no threads. You void your warranty by calling any of these functions from multiple threads at the same time.
module Ssl_error : sig ... end
module Ssl_ctx : sig ... end
module Bio : sig ... end
module ASN1_object : sig ... end
module ASN1_string : sig ... end
module X509_name_entry : sig ... end
module X509_name : sig ... end
module X509 : sig ... end
module Ssl_session : sig ... end
module Ssl : sig ... end