package async_ssl

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Bindings.Ssl_ctxSource

Sourcetype t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval t_opt : t Base.option Ctypes.typ
Sourceval override_default_insecure__set_security_level : (t -> int -> unit Ffi_generated.return) Ffi_generated.result
Sourceval load_verify_locations : (t -> string option -> string option -> int Ffi_generated.return) Ffi_generated.result
Sourceval set_default_verify_paths : (t -> int Ffi_generated.return) Ffi_generated.result
Sourceval set_session_id_context : (t -> char Ctypes_static.ptr -> Unsigned.uint -> int Ffi_generated.return) Ffi_generated.result
Sourceval set_cipher_list : (t -> string -> int Ffi_generated.return) Ffi_generated.result
Sourceval set_options : (t -> Unsigned.ulong -> Unsigned.ulong Ffi_generated.return) Ffi_generated.result
Sourceval use_certificate_chain_file : (t -> string -> int Ffi_generated.return) Ffi_generated.result
Sourceval use_certificate_file : (t -> string -> int -> int Ffi_generated.return) Ffi_generated.result
Sourceval use_private_key_file : (t -> string -> int -> int Ffi_generated.return) Ffi_generated.result
OCaml

Innovation. Community. Security.