package tls

  1. Overview
  2. Docs
module Ciphersuite : sig ... end

Ciphersuite definitions and some helper functions.

module Config : sig ... end

Configuration of the TLS stack

module Control : sig ... end
module Core : sig ... end

Core type definitions

module Crypto : sig ... end
module Engine : sig ... end

Transport layer security

module Explorator : sig ... end
module Handshake_client : sig ... end
module Handshake_client13 : sig ... end
module Handshake_common : sig ... end
module Handshake_crypto : sig ... end
module Handshake_crypto13 : sig ... end
module Handshake_server : sig ... end
module Handshake_server13 : sig ... end
module Packet : sig ... end

Magic numbers of the TLS protocol.

module Reader : sig ... end
module State : sig ... end
module Tracing : sig ... end
module Utils : sig ... end
module Writer : sig ... end