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 = private Eio.Flow.two_way
val ssl_socket : t -> Ssl.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.