package tls
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=6bab8da3ad528d3f312d7b4ee21da4c59c34a91ae3e5cf4234715ab9a1820ead
sha512=ab9e4b03c0f9156ee990d5450f14906834ffd7fd65117ed46ed826cf3202dbf61094fc0af5b728ef65862423fbfa3b95cdf0f9db5dcfc1433ea2d1ea52cd360f
Description
Transport Layer Security (TLS) is probably the most widely deployed security protocol on the Internet. It provides communication privacy to prevent eavesdropping, tampering, and message forgery. Furthermore, it optionally provides authentication of the involved endpoints. TLS is commonly deployed for securing web services (HTTPS), emails, virtual private networks, and wireless networks.
TLS uses asymmetric cryptography to exchange a symmetric key, and optionally authenticate (using X.509) either or both endpoints. It provides algorithmic agility, which means that the key exchange method, symmetric encryption algorithm, and hash algorithm are negotiated.
Read our Usenix Security 2015 paper.
Dependencies (14)
-
digestif
>= "1.2.0"
-
ohex
>= "0.2.0"
- ipaddr
- logs
-
kdf
>= "1.0.0"
-
fmt
>= "0.8.7"
-
domain-name
>= "0.3.0"
-
x509
>= "1.0.0"
-
mirage-crypto-rng
>= "1.2.0"
-
mirage-crypto-pk
>= "1.0.0"
-
mirage-crypto-ec
>= "1.0.0"
-
mirage-crypto
>= "1.1.0"
-
dune
>= "3.0"
-
ocaml
>= "4.13.0"
Dev Dependencies (3)
Used by (25)
-
albatross
>= "2.2.0"
-
capnp-rpc-net
= "1.2.4"
-
caqti
>= "2.1.2"
-
caqti-mirage
>= "2.1.2"
-
caqti-tls
>= "2.1.2"
-
conduit-mirage
>= "7.0.0"
-
dkim-bin
>= "0.7.0"
-
dns-resolver
>= "9.0.0"
-
git-mirage
>= "3.17.0"
-
git-paf
>= "3.17.0"
-
git-unix
>= "3.17.0"
-
http-lwt-client
>= "0.3.0"
-
http-mirage-client
>= "0.0.7"
-
ldp_tls
>= "0.3.0"
-
letters
>= "0.4.0"
-
paf
>= "0.7.0"
-
sendmail
>= "0.9.0"
-
sendmail-lwt
>= "0.9.0"
- sendmail-mirage
-
tls-async
>= "2.0.1"
-
tls-eio
>= "2.0.1"
- tls-liquidsoap
-
tls-lwt
>= "2.0.1"
-
tls-miou-unix
>= "2.0.1"
-
tls-mirage
>= "2.0.1"
Conflicts (1)
-
result
< "1.5"