package tls

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

tls-2.0.3.tbz
sha256=d7159ba745f3da2e73844353f020fdbc767393882b47565f8b61b941c351c3d7
sha512=fc136c13bd4c8ff1e69250809c63495299d6e00a58252ed2dd76bd704f7b95f8baa45bde3c5f0f27152767f9986fa3ba183f28d68d336dbf25a25482bd8b44b7

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