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=da79960789fa418b62bf89cd524e99815c5010413bc189f0f33966b8d0b886d2
sha512=2a5f5685b2a0bc37c3f80ffc2ebf49ad1b5506efedbc35aa6177faeae1dadb3048f35572ee6fc8a37ea352b600563c9080d9b69f42cedb37a56fc631ed44e345
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 (32)
-
albatross
>= "2.3.0" - anthropic
-
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.0" -
tls-eio
>= "2.1.0" - tls-liquidsoap
-
tls-lwt
>= "2.1.0" -
tls-miou-unix
>= "2.1.0" -
tls-mirage
>= "2.1.0" - valkey
Conflicts (1)
-
result
< "1.5"