1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package async_ssl
-
async_ssl
-
-
async_ssl.bindings
-
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 :
?verify_modes:Verify_mode.t list ->
?tls_options:Opt.t list ->
?allowed_ciphers:[ `Secure | `Openssl_default | `Only of string list ] ->
crt_file:string ->
key_file:string ->
ca_file:string option ->
ca_path:string option ->
unit ->
t
val allowed_ciphers :
t ->
[ `Secure | `Openssl_default | `Only of string list ]
val ca_file : t -> string option
val ca_path : t -> string option
val crt_file : t -> string
val key_file : t -> string
val verify_modes : t -> Verify_mode.t list option