package x509
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Public Key Infrastructure (RFC 5280, PKCS) purely in OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
x509-1.2.0.tbz
sha256=483f529096a1fcedc3f9827b826819d6a294f97aba08f903eb6bf89fb0f61674
sha512=64fc696920d08bf05d445871354eed1465173fdc94b6eab2f069ff126fe1218dc5aa660b560a7bd47956ae6a03b68ccfe765f80777cdc9482f0efe25336fa2b4
doc/README.html
X.509 - Public Key Infrastructure purely in OCaml
v1.2.0 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. The Public Key Cryptography Standards (PKCS) defines encoding and decoding in ASN.1 DER and PEM format, which is also implemented by this library - namely PKCS 1, PKCS 7, PKCS 8, PKCS 9 and PKCS 10.
Read our Usenix Security 2015 paper.
Documentation
Installation
opam install x509 will install this library.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page