Module Gluten_lwt_unix__.Ssl_io
module Io : Gluten_lwt.IO with type socket = descriptor and type addr = Unix.sockaddr
val make_default_client : ?alpn_protocols:string list -> Lwt_unix.file_descr -> Lwt_ssl.socket Lwt.t
val make_server : ?alpn_protocols:string list -> certfile:string -> keyfile:string -> Lwt_unix.file_descr -> Lwt_ssl.socket Lwt.t