Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val sexp_of_t : t -> Sexplib0.Sexp.t
val create :
?version:Async_ssl.Version.t ->
?options:Async_ssl.Opt.t list ->
?name:string ->
?hostname:string ->
?allowed_ciphers:[ `Only of string list | `Openssl_default | `Secure ] ->
?ca_file:string ->
?ca_path:string ->
?crt_file:string ->
?key_file:string ->
?verify_modes:Async_ssl.Verify_mode.t list ->
?session:Async_ssl.Ssl.Session.t ->
?verify_certificate:(Shuttle_ssl.ssl_connection -> unit Core.Or_error.t) ->
unit ->
t