package tls

  1. Overview
  2. Docs
Transport Layer Security purely in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

tls-0.16.0.tbz
sha256=baf20364b372e84fdc7bb626cd451568e78645a1ea3d2533b843d00ccbb4f6d3
sha512=6f4b51195f0e6e3af70299c5991d504b637782b10a9039001022dd4bd050b297dd21aff3fa259dddb05f4708176d4ff0c827295605d7abe7a3c472056f0a78e6

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 further and our Usenix Security 2015 paper.

Tags

org:mirage

Published: 16 Feb 2023

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

API documentation

Installation

opam install tls will install this library.

Dev Dependencies (4)

  1. randomconv with-test & < "0.2.0"
  2. alcotest with-test
  3. ounit2 with-test & >= "2.2.0"
  4. cstruct-unix with-test & >= "3.0.0"

Used by (51)

  1. albatross >= "1.5.6"
  2. aws-s3-lwt < "3.0.0"
  3. azure-cosmos-db >= "0.1.5" & < "0.2.0"
  4. calculon < "0.5"
  5. capnp-rpc-lwt >= "0.3.1" & < "0.5.0"
  6. capnp-rpc-net < "1.1" | >= "1.2.1"
  7. caqti >= "2.1.1"
  8. caqti-mirage >= "2.1.1"
  9. caqti-tls
  10. comby < "1.7.0"
  11. conduit-mirage = "2.2.0" | >= "4.0.2"
  12. current_github < "0.6.4"
  13. current_slack < "0.6.4"
  14. datakit-ci >= "0.12.1"
  15. dns-certify < "4.4.0"
  16. dns-resolver >= "6.0.0"
  17. doculib < "1.3.5"
  18. dropbox >= "0.2"
  19. git >= "2.0.0" & < "3.0.0"
  20. git-mirage >= "2.0.0" & < "3.0.0" | >= "3.6.0"
  21. git-paf >= "3.5.0"
  22. git-unix = "2.0.0" | >= "2.1.1" & < "3.0.0" | >= "3.5.0"
  23. github >= "2.0.0" & < "3.0.0"
  24. github-unix < "3.1.0"
  25. gitlab-unix
  26. http-lwt-client >= "0.2.2"
  27. imaplet-lwt >= "0.1.8" & < "0.1.10" | >= "0.1.14"
  28. irc-client-tls < "0.7.0"
  29. ldp_tls
  30. links >= "0.9.6"
  31. mehari
  32. mehari-eio
  33. mirror
  34. octez-node < "16.0"
  35. opam-publish >= "0.3.5" & < "2.1.0"
  36. paf = "0.0.2" | >= "0.0.6"
  37. quests
  38. sendmail >= "0.4.1"
  39. sendmail-lwt >= "0.8.0"
  40. sihl < "0.1.6" | >= "0.3.0~rc2"
  41. sihl-core
  42. slacko >= "0.13.0"
  43. syndic >= "1.5" & < "1.6.0"
  44. tezos-node != "9.0"
  45. tls-async = "0.16.0"
  46. tls-eio = "0.16.0"
  47. tls-liquidsoap
  48. tls-lwt < "0.17.0"
  49. tls-mirage = "0.16.0"
  50. tlstunnel >= "0.1.3"
  51. wcs-api = "2017-05-26.02"

Conflicts (1)

  1. result < "1.5"