Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val verify_certificate : Async_ssl.Ssl.Connection.t -> bool Async.Deferred.t
val configure :
?version:Async_ssl.Ssl.Version.t ->
?name:string ->
?ca_file:string ->
?ca_path:string ->
?session:Async_ssl.Ssl.Session.t ->
?verify:(Async_ssl.Ssl.Connection.t -> bool Async.Deferred.t) ->
unit ->
config