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.1.0.tbz
sha256=05843be22c10f4ca0ecf24ad39ab002e89560f53cc22128ac3d14745e16bfa7d
sha512=fa87705e9486dc28b11d36407be0d0ef50a9d2bf99bcf5a5af0b26384673db85fc03d59e56b52139e6264679b0770f45707b8e794af0ecdb87c6066d66b678b8
doc/README.html
X.509 - Public Key Infrastructure purely in OCaml
v1.1.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