package conduit-async

  1. Overview
  2. Docs
type t
val sexp_of_t : t -> Sexplib0.Sexp.t
val create : ?version:ssl_version -> ?options:ssl_opt list -> ?name:string -> ?hostname:string -> ?allowed_ciphers:allowed_ciphers -> ?ca_file:string -> ?ca_path:string -> ?crt_file:string -> ?key_file:string -> ?session:session -> ?verify_modes:verify_mode list -> ?verify:(ssl_conn -> bool Async.Deferred.t) -> unit -> t