package tls

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

Install

Dune Dependency

Authors

Maintainers

Sources

tls-0.17.3.tbz
sha256=47e5decdd30ed1c367736458a63ae077474147b3dd675c14590b81a92d5031d4
sha512=da0765852ebaa0badab2600e77b9f602e7b68784d35845bcf44ee87639b14247abdeb08190df5882dd99aa59d534dbc5119c32994446604eb38e4c72d30c0f06

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: 21 Nov 2023

Dependencies (13)

  1. ipaddr
  2. logs
  3. hkdf
  4. fmt >= "0.8.7"
  5. domain-name >= "0.3.0"
  6. x509 >= "0.15.0"
  7. mirage-crypto-rng >= "0.8.0"
  8. mirage-crypto-pk
  9. mirage-crypto-ec >= "0.10.0"
  10. mirage-crypto >= "0.11.0"
  11. cstruct >= "6.0.0"
  12. dune >= "3.0"
  13. ocaml >= "4.08.0"

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 (54)

  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. letters >= "0.3.3"
  31. links >= "0.9.6"
  32. mehari >= "0.3"
  33. mehari-eio
  34. mirror
  35. mqtt >= "0.2.2"
  36. octez-node < "16.0"
  37. opam-publish >= "0.3.5" & < "2.1.0"
  38. paf = "0.0.2" | >= "0.0.6"
  39. quests
  40. riot >= "0.0.8"
  41. sendmail >= "0.4.1" & < "0.8.1"
  42. sendmail-lwt >= "0.8.0"
  43. sihl < "0.1.6" | >= "0.3.0~rc2"
  44. sihl-core
  45. slacko >= "0.13.0"
  46. syndic >= "1.5" & < "1.6.0"
  47. tezos-node != "9.0"
  48. tls-async = "0.17.3"
  49. tls-eio = "0.17.3"
  50. tls-liquidsoap
  51. tls-lwt = "0.17.3"
  52. tls-mirage = "0.17.3"
  53. tlstunnel >= "0.1.3"
  54. wcs-api = "2017-05-26.02"

Conflicts (1)

  1. result < "1.5"