package conduit-lwt-unix

  1. Overview
  2. Docs
val create_ctx : ?certfile:string -> ?keyfile:string -> ?password:(bool -> string) -> unit -> Ssl.context
val default_ctx : Ssl.context
val connect : ?ctx:Ssl.context -> ?src:Lwt_unix.sockaddr -> ?hostname:string -> Lwt_unix.sockaddr -> (Lwt_unix.file_descr * Lwt_io.input Lwt_io.channel * Lwt_io.output Lwt_io.channel) Lwt.t
OCaml

Innovation. Community. Security.