package async_ssl

  1. Overview
  2. Docs

Module Config.ServerSource

Sourcetype t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval create : ?verify_modes:Verify_mode.t list -> ?tls_options:Opt.t list -> ?allowed_ciphers:[ `Secure | `Openssl_default | `Only of string list ] -> ?override_security_level:Ssl.Override_security_level.t -> crt_file:string -> key_file:string -> ca_file:string option -> ca_path:string option -> unit -> t
Sourceval allowed_ciphers : t -> [ `Secure | `Openssl_default | `Only of string list ]
Sourceval ca_file : t -> string option
Sourceval ca_path : t -> string option
Sourceval crt_file : t -> string
Sourceval key_file : t -> string
Sourceval tls_version : t -> Version.t
Sourceval tls_options : t -> Opt.t list
Sourceval verify_modes : t -> Verify_mode.t list option
Sourceval override_security_level : t -> Ssl.Override_security_level.t option
OCaml

Innovation. Community. Security.