package tls-lwt
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=baf20364b372e84fdc7bb626cd451568e78645a1ea3d2533b843d00ccbb4f6d3
sha512=6f4b51195f0e6e3af70299c5991d504b637782b10a9039001022dd4bd050b297dd21aff3fa259dddb05f4708176d4ff0c827295605d7abe7a3c472056f0a78e6
Description
Tls-lwt provides an effectful Tls_lwt module to be used with Lwt.
README
TLS - Transport Layer Security purely in OCaml
v0.16.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 (14)
-
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"
-
mehari-mirage
>= "0.2"
-
octez-node
>= "16.0"
-
sendmail-lwt
>= "0.8.0"
Conflicts (1)
-
result
< "1.5"