package tls
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=47e5decdd30ed1c367736458a63ae077474147b3dd675c14590b81a92d5031d4
sha512=da0765852ebaa0badab2600e77b9f602e7b68784d35845bcf44ee87639b14247abdeb08190df5882dd99aa59d534dbc5119c32994446604eb38e4c72d30c0f06
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 (13)
- ipaddr
- logs
-
hkdf
< "2.0.0" -
fmt
>= "0.8.7" -
domain-name
>= "0.3.0" -
x509
>= "0.15.0" -
mirage-crypto-rng
>= "0.8.0" & < "1.0.0" -
mirage-crypto-pk
< "1.0.0" -
mirage-crypto-ec
>= "0.10.0" & < "1.0.0" -
mirage-crypto
>= "0.11.0" & < "1.0.0" -
cstruct
>= "6.0.0" -
dune
>= "3.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 (44)
-
albatross
= "2.1.0" -
azure-cosmos-db
>= "0.1.5" & < "0.2.0" -
calculon
< "0.5" -
capnp-rpc-net
< "1.2.4" -
caqti
>= "2.1.1" -
caqti-mirage
>= "2.1.1" -
caqti-tls
< "2.1.2" -
comby
< "1.7.0" -
conduit-mirage
>= "6.2.2" & < "7.1.0" -
current_github
< "0.7.1" -
current_slack
< "0.7.1" -
dkim-bin
< "0.8.0" -
dns-resolver
< "9.1.0" -
doculib
< "1.3.5" - dropbox
-
git
< "3.2.0" -
git-mirage
< "3.17.0" -
git-paf
< "3.17.0" -
git-unix
!= "3.2.0" & < "3.17.0" - gitlab-unix
-
http-lwt-client
= "0.2.6" -
irc-client-tls
< "0.7.0" -
ldp_tls
< "0.3.0" -
letters
= "0.3.3" -
links
>= "0.9.6" -
mehari
>= "0.3" - mehari-eio
- mqtt
-
opam-publish
>= "0.3.5" & < "2.1.0" - opencage
-
paf
< "0.6.0" -
proton
< "1.0.16" - quests
-
riot
>= "0.0.8" -
sendmail
>= "0.4.1" & < "0.8.1" -
sendmail-lwt
>= "0.8.0" - sendmail-mirage
-
sihl
< "0.1.6" | >= "0.3.0~rc2" - sihl-core
- slacko
-
syndic
>= "1.5" & < "1.6.0" - tls-liquidsoap
-
tls-lwt
= "0.17.3" -
tls-mirage
= "0.17.3"
Conflicts (1)
-
result
< "1.5"