package tls

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

Install

Dune Dependency

Authors

Maintainers

Sources

tls-v0.15.2.tbz
sha256=b76371757249bbeabb12c333de4ea2a09c095767bdbbc83322538c0da1fc1e36
sha512=e6e089a853848e82647bc3f6ecaa3a95cdb559e50b7ad9d06064c1fd0c931b0e942ff0877c8066ec79b6b42a29512449ba1a5c6de1f1502cdbfc3397546f417c

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: 14 Nov 2021

README

TLS - Transport Layer Security purely in OCaml

v0.15.2

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.

Dependencies (20)

  1. ipaddr-sexp
  2. ipaddr
  3. logs
  4. hkdf
  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
  12. mirage-crypto-ec >= "0.10.0"
  13. mirage-crypto >= "0.8.1"
  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 >= "1.0"
  20. 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 (50)

  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-client >= "6.0.0" & < "7.0.0"
  17. dns-resolver >= "6.0.0"
  18. doculib < "1.3.5"
  19. doi2bib
  20. dropbox >= "0.2"
  21. git >= "2.0.0" & < "3.0.0"
  22. git-mirage >= "2.0.0" & < "3.0.0" | >= "3.6.0"
  23. git-paf >= "3.5.0"
  24. git-unix = "2.0.0" | >= "2.1.1" & < "3.0.0" | >= "3.5.0"
  25. github >= "2.0.0" & < "3.0.0"
  26. github-unix < "3.1.0"
  27. gitlab-unix
  28. http-lwt-client < "0.2.2"
  29. imaplet-lwt >= "0.1.8" & < "0.1.10" | >= "0.1.14"
  30. irc-client-tls < "0.7.0"
  31. letters < "0.3.3"
  32. links >= "0.9.6"
  33. mehari-mirage < "0.2"
  34. mirror
  35. octez-node < "16.0"
  36. opam-publish >= "0.3.5" & < "2.1.0"
  37. paf = "0.0.2" | >= "0.0.6"
  38. quests
  39. sendmail >= "0.4.1" & < "0.8.1"
  40. sendmail-lwt
  41. sihl < "0.2.0" | >= "0.3.0~rc2"
  42. sihl-core
  43. slacko >= "0.13.0"
  44. syndic >= "1.5" & < "1.6.0"
  45. tezos-node != "9.0"
  46. tls-async = "0.15.2"
  47. tls-liquidsoap
  48. tls-mirage = "0.15.2"
  49. tlstunnel >= "0.1.3"
  50. wcs-api = "2017-05-26.02"

Conflicts (1)

  1. result < "1.5"