[go: up one dir, main page]

package tls

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

tls-0.15.4.tbz
sha256=5f8d1d56b06f6069efd1d0a3de0c45cb488d3d13eb7f132c84ec7ba3f0d1c382
sha512=333352cb90bd1a43763571373e61fea1c0ea31f81ef728069344bf807e5a1916d3e249260b37bae62128961f4f7cbfd3cb22b1541088aa241e4637aec7aa7876

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.

Tags

org:mirage

Published: 28 Sep 2022

README

TLS - Transport Layer Security purely in OCaml

v0.15.4

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

Build Status

API documentation

Installation

opam install tls will install this library.

Dependencies (20)

  1. ipaddr-sexp
  2. ipaddr
  3. logs
  4. hkdf < "2.0.0"
  5. ptime >= "0.8.1"
  6. lwt >= "3.0.0"
  7. fmt >= "0.8.7"
  8. domain-name >= "0.3.0"
  9. x509 >= "0.15.0"
  10. mirage-crypto-rng >= "0.8.0" & < "0.11.0"
  11. mirage-crypto-pk < "1.0.0"
  12. mirage-crypto-ec >= "0.10.0" & < "1.0.0"
  13. mirage-crypto >= "0.8.1" & < "1.0.0"
  14. sexplib
  15. cstruct-sexp
  16. cstruct >= "6.0.0"
  17. ppx_cstruct >= "3.0.0"
  18. ppx_sexp_conv >= "v0.9.0"
  19. dune >= "3.0"
  20. ocaml >= "4.08.0"

Dev Dependencies (5)

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

Used by (46)

  1. albatross < "2.1.0"
  2. azure-cosmos-db >= "0.1.5" & < "0.2.0"
  3. calculon < "0.5"
  4. capnp-rpc-net < "1.2.4"
  5. caqti >= "2.1.1"
  6. caqti-mirage >= "2.1.1"
  7. caqti-tls < "2.1.2"
  8. comby < "1.7.0"
  9. conduit-mirage >= "6.2.2" & < "7.1.0"
  10. current_github < "0.7.1"
  11. current_slack < "0.7.1"
  12. dkim-bin < "0.8.0"
  13. dns-client >= "6.3.0" & < "7.0.3"
  14. dns-resolver < "9.1.0"
  15. doculib < "1.3.5"
  16. doi2bib
  17. dropbox
  18. git < "3.2.0"
  19. git-mirage < "3.17.0"
  20. git-paf < "3.17.0"
  21. git-unix != "3.2.0" & < "3.17.0"
  22. gitlab-unix
  23. http-lwt-client < "0.2.6"
  24. irc-client-tls < "0.7.0"
  25. letters < "0.3.3"
  26. links >= "0.9.6"
  27. mehari < "0.2"
  28. mehari-eio
  29. mehari-mirage < "0.2"
  30. mnet
  31. mnet-cli
  32. mnet-tls
  33. opam-publish >= "0.3.5" & < "2.1.0"
  34. opencage
  35. paf < "0.6.0"
  36. proton < "1.0.16"
  37. quests
  38. sendmail >= "0.4.1" & < "0.8.1"
  39. sendmail-lwt
  40. sendmail-mirage
  41. sihl < "0.2.0" | >= "0.3.0~rc2"
  42. sihl-core
  43. slacko
  44. syndic >= "1.5" & < "1.6.0"
  45. tls-liquidsoap
  46. tls-mirage = "0.15.4"

Conflicts (1)

  1. result < "1.5"