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=10bdf88a25ce891083cec18b73abe73af2c69a19e42d3d9516ae5972dac3f307
sha512=1025f3c2dcde68ff7d81f4d65f0b18751f6db73380802d807e8b73d097af577c8db5538a067da69c7880c298b55f4d65b769356b243719d7ff2e2623f6bda65b
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 (15)
-
ptime
>= "1.2.0" -
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 (34)
-
albatross
>= "2.3.0" - anthropic
-
awskit-eio
< "0.2.0" - awso-eio
-
capnp-rpc-net
= "1.2.4" -
caqti
>= "2.1.2" & < "2.3.0" -
caqti-mirage
>= "2.1.2" -
caqti-tls
>= "2.1.2" -
conduit-mirage
>= "7.1.0" -
dns-resolver
>= "9.1.0" -
git-mirage
>= "3.17.0" - git-net
-
git-paf
>= "3.17.0" -
git-unix
>= "3.17.0" -
http-lwt-client
>= "0.3.2" -
http-mirage-client
>= "0.0.8" -
ldp_tls
>= "0.3.0" -
letters
>= "0.4.0" - mnet
- mnet-cli
- mnet-tls
- opencage
-
paf
>= "0.7.0" - proton
-
sendmail
>= "0.9.0" -
sendmail-lwt
>= "0.9.0" - sendmail-mirage
-
tls-async
>= "2.1.1" -
tls-eio
>= "2.1.1" - tls-liquidsoap
-
tls-lwt
>= "2.1.1" -
tls-miou-unix
>= "2.1.1" -
tls-mirage
>= "2.1.1" - valkey
Conflicts (1)
-
result
< "1.5"