package eio-ssl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Exn : sig ... end
module Context : sig ... end
type t = Eio_unix.Net.stream_socket_ty Eio.Net.stream_socket
val accept : Context.t -> t

Accept a TLS Connection from a client

val connect : Context.t -> t

Connect to a server over TLS

OCaml

Innovation. Community. Security.