Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val default_ctx : Ssl.context
val create_ctx :
?certfile:string ->
?keyfile:string ->
?password:(bool -> string) ->
unit ->
Ssl.context
val connect :
?ctx:Ssl.context ->
?src:Lwt_unix.sockaddr ->
?hostname:string ->
Lwt_unix.sockaddr ->
(Lwt_unix.file_descr * Lwt_io.input_channel * Lwt_io.output_channel) Lwt.t