package tls

  1. Overview
  2. Docs
Transport Layer Security purely in OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

tls-2.0.4.tbz
sha256=704f467af8a88c198f9162d0c0c44d823a16ecb1ebcb38d8e98ef48fe52eb5f1
sha512=87d7657d748470b8cb0137e04f4bad1c9ea0b9b68dfaca9d1b7807a379d2b50e27252b4fa9b8b2bd2052f12d5401390ecdaf05163b639cbc14a82efb98a62587

doc/tls/Tls/index.html

Module TlsSource

Sourcemodule Ciphersuite : sig ... end

Ciphersuite definitions and some helper functions.

Sourcemodule Config : sig ... end

Configuration of the TLS stack

Sourcemodule Core : sig ... end

Core type definitions

Sourcemodule Crypto : sig ... end
Sourcemodule Engine : sig ... end

Transport layer security

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

Magic numbers of the TLS protocol.

Sourcemodule Reader : sig ... end
Sourcemodule State : sig ... end
Sourcemodule Utils : sig ... end
Sourcemodule Writer : sig ... end