package tls-lwt
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=fa45e8f0b76a58c417d99a65743f72f5c75a8fac6fac961e93277ebeed9df47a
sha512=64dbcbb254486396c3981ae5098a41fcb2cf0beb23236ce399ca5835a3565cb1008706e1a3b08903884038db2dcd46113cf6a62d2c44af584153301e25f6b2a8
Description
Tls-lwt provides an effectful Tls_lwt module to be used with Lwt.
README
TLS - Transport Layer Security purely in OCaml
v0.17.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 (7)
Dev Dependencies
None
Used by (15)
-
albatross
>= "1.5.6" & < "2.2.0"
-
current_github
>= "0.6.4"
-
current_slack
>= "0.6.4"
-
dns-client-lwt
< "9.0.0"
-
doculib
>= "1.3.5"
- doi2bib
-
http-lwt-client
>= "0.2.2" & < "0.3.0"
- ip2locationio
- ip2whois
-
irc-client-tls
>= "0.7.1"
-
ldp_tls
< "0.3.0"
-
letters
>= "0.3.3"
-
mehari-mirage
>= "0.2"
-
octez-node
>= "16.0"
-
sendmail-lwt
>= "0.8.0"
Conflicts (1)
-
result
< "1.5"