x509
Authors | David Kaloper <david@numm.org> and Hannes Mehnert <hannes@mehnert.org> | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
License | BSD2 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Homepage | https://github.com/mirleft/ocaml-x509 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Issue Tracker | https://github.com/mirleft/ocaml-x509/issues | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Tag | org:mirage | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Maintainers | Hannes Mehnert <hannes@mehnert.org> and David Kaloper <david@numm.org> | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Dependencies |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Available | ocaml-version >= "4.02.2" | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Published | Dec 21, 2017 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Source [http] | https://github.com/mirleft/ocaml-x509/releases/download/0.6.1/x509-0.6.1.tbz a8cac9dca9bc4d39f7433403633d2223 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Statistics | Installed 274 times last month. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/x509/x509.0.6.1/opam |
Public Key Infrastructure purely in OCaml
X.509 is a public key infrastructure used mostly on the Internet. It consists of certificates which include public keys and identifiers, signed by an authority. Authorities must be exchanged over a second channel to establish the trust relationship. This library implements most parts of RFC5280 and RFC6125.
Read further and our Usenix Security 2015 paper.