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: 02 Apr 2019

Dependencies (16)

  1. lwt with-test & < "5.0.0"
  2. lwt >= "2.4.8"
  3. ounit with-test
  4. cstruct-unix with-test & >= "3.0.0"
  5. x509 >= "0.6.1" & < "0.7.0"
  6. nocrypto >= "0.5.4"
  7. sexplib
  8. cstruct-sexp
  9. cstruct >= "4.0.0" & < "6.0.0"
  10. ppx_cstruct >= "3.0.0"
  11. ppx_deriving
  12. ppx_sexp_conv
  13. topkg build
  14. ocamlbuild build
  15. ocamlfind build
  16. ocaml >= "4.04.2" & < "4.12.0"

Reverse Dependencies (38)

  1. aws-s3-lwt < "3.0.0"
  2. azure-cosmos-db >= "0.1.5" & < "0.2.0"
  3. calculon < "0.5"
  4. capnp-rpc-lwt >= "0.3.1" & < "0.5.0"
  5. capnp-rpc-net < "1.1"
  6. colombe < "0.2.0"
  7. comby < "1.7.0"
  8. conduit-mirage < "2.1.0"
  9. conduit-tls
  10. current_github < "0.2"
  11. current_slack < "0.3"
  12. datakit-ci >= "0.12.1"
  13. dns-resolver >= "6.0.0"
  14. doi2bib < "0.2.1"
  15. dropbox >= "0.2"
  16. git >= "2.0.0" & < "3.0.0"
  17. git-mirage >= "2.0.0" & < "3.0.0" | >= "3.6.0"
  18. git-unix = "2.0.0" | >= "2.1.1" & < "3.0.0"
  19. github >= "2.0.0" & < "3.0.0"
  20. github-unix < "3.1.0"
  21. imaplet-lwt >= "0.1.8" & < "0.1.10" | >= "0.1.14"
  22. irc-client-tls < "0.7.1"
  23. letters
  24. links >= "0.9.6"
  25. mehari-mirage < "0.2"
  26. mirage-conduit != "2.0.0" & < "2.2.0" | >= "3.0.0"
  27. mirror
  28. octez-node < "16.0"
  29. opam-publish >= "0.3.5" & < "2.1.0"
  30. paf-cohttp = "0.0.5"
  31. quests
  32. sendmail >= "0.2.0" & < "0.4.1"
  33. sendmail-lwt < "0.4.1"
  34. slacko >= "0.13.0"
  35. syndic >= "1.5" & < "1.6.0"
  36. tezos-node
  37. tlstunnel >= "0.1.3"
  38. wcs-api = "2017-05-26.02"

Conflicts (7)

  1. mirage-clock >= "3.0.0"
  2. ptime < "0.8.1"
  3. ppx_sexp_conv = "v0.11.0"
  4. sexplib = "v0.9.0"
  5. mirage-kv-lwt < "2.0.0"
  6. mirage-types < "3.0.0"
  7. mirage-net-xen < "1.3.0"