package tls
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=07a0f5766fdafa5f1e257dfc3ec1bb1dd0696885ff974498489fe1a414780919
sha512=6b6bd65142a4f0e6e150df014e8375066ac4ebe644592022d3f3bdcf3c0c67709e682a943bc7645ae2b71ac72086d92ba4e1805d63b15909592522dc05130483
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.
README
TLS - Transport Layer Security purely in OCaml
v0.15.0
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 further and our Usenix Security 2015 paper.
Documentation
Installation
opam install tls
will install this library.
Dependencies (21)
- ipaddr-sexp
- ipaddr
- logs
-
hkdf
< "2.0.0"
-
ptime
>= "0.8.1"
-
lwt
>= "3.0.0"
- rresult
-
fmt
>= "0.8.7"
-
domain-name
>= "0.3.0"
-
x509
>= "0.15.0"
-
mirage-crypto-rng
>= "0.8.0" & < "0.11.0"
-
mirage-crypto-pk
< "1.0.0"
-
mirage-crypto-ec
>= "0.10.0" & < "1.0.0"
-
mirage-crypto
>= "0.8.1" & < "1.0.0"
- sexplib
- cstruct-sexp
-
cstruct
>= "6.0.0"
-
ppx_cstruct
>= "3.0.0"
-
ppx_sexp_conv
>= "v0.9.0"
-
dune
>= "1.0"
-
ocaml
>= "4.08.0"
Dev Dependencies (4)
-
randomconv
with-test & < "0.2.0"
-
alcotest
with-test
-
ounit2
with-test & >= "2.2.0"
-
cstruct-unix
with-test & >= "3.0.0"
Used by (52)
-
albatross
< "1.5.6"
-
aws-s3-lwt
< "3.0.0"
-
azure-cosmos-db
>= "0.1.5" & < "0.2.0"
-
calculon
< "0.5"
-
capnp-rpc-lwt
>= "0.3.1" & < "0.5.0"
-
capnp-rpc-net
< "1.1" | >= "1.2.1"
-
caqti
>= "2.1.1"
-
caqti-mirage
>= "2.1.1"
-
caqti-tls
< "2.1.2"
-
comby
< "1.7.0"
-
conduit-mirage
= "2.2.0" | >= "4.0.2" & < "7.0.0"
-
current_github
< "0.6.4"
-
current_slack
< "0.6.4"
-
datakit-ci
>= "0.12.1"
-
dkim-bin
>= "0.6.0"
-
dns-certify
< "4.4.0"
-
dns-client
>= "6.0.0" & < "7.0.0"
-
dns-resolver
>= "6.0.0" & < "9.0.0"
-
doculib
< "1.3.5"
- doi2bib
-
dropbox
>= "0.2"
-
git
>= "2.0.0" & < "3.0.0"
-
git-mirage
>= "2.0.0" & < "3.0.0" | >= "3.6.0" & < "3.17.0"
-
git-paf
>= "3.5.0" & < "3.17.0"
-
git-unix
= "2.0.0" | >= "2.1.1" & < "3.0.0" | >= "3.5.0" & < "3.17.0"
-
github
>= "2.0.0" & < "3.0.0"
-
github-unix
< "3.1.0"
- gitlab-unix
-
http-lwt-client
< "0.2.2"
-
imaplet-lwt
>= "0.1.8" & < "0.1.10" | >= "0.1.14"
-
irc-client-tls
< "0.7.0"
-
letters
< "0.3.3"
-
links
>= "0.9.6"
-
mehari-mirage
< "0.2"
- mirror
-
octez-node
< "16.0"
-
opam-publish
>= "0.3.5" & < "2.1.0"
-
paf
= "0.0.2" | >= "0.0.6" & < "0.6.0"
- quests
-
sendmail
>= "0.4.1" & < "0.8.1"
- sendmail-lwt
- sendmail-mirage
-
sihl
< "0.2.0" | >= "0.3.0~rc2"
- sihl-core
-
slacko
>= "0.13.0"
-
syndic
>= "1.5" & < "1.6.0"
-
tezos-node
!= "9.0"
-
tls-async
= "0.15.0"
- tls-liquidsoap
-
tls-mirage
= "0.15.0"
-
tlstunnel
>= "0.1.3"
-
wcs-api
= "2017-05-26.02"
Conflicts
None