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
Description
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 5, PKCS 7, PKCS 8, PKCS 9, PKCS 10, and PKCS 12.
Dependencies (16)
-
ipaddr
>= "5.2.0" -
ohex
>= "0.2.0" -
kdf
>= "1.0.0" - logs
-
domain-name
>= "0.3.0" -
gmap
>= "0.3.0" -
fmt
>= "0.8.7" - mirage-crypto-rng
-
mirage-crypto-ec
>= "0.10.7" - mirage-crypto-pk
-
mirage-crypto
>= "1.0.0" -
base64
>= "3.3.0" - ptime
-
asn1-combinators
>= "0.3.1" -
dune
>= "2.0" -
ocaml
>= "4.13.0"
Dev Dependencies (2)
-
alcotest
with-test -
mirage-crypto-rng
with-test & >= "1.2.0"
Used by (41)
- activitypub
-
albatross
< "2.3.0" - awa
-
ca-certs
>= "0.2.3" -
ca-certs-nss
>= "3.101-1" -
capnp-rpc-net
< "1.2.4" -
caqti
>= "2.1.1" -
castore
>= "0.0.2" - chatoyant
-
conex-mirage-crypto
>= "1.0.0" - current_github
- dkim
-
dkim-bin
< "0.8.0" -
dns-certify
< "9.1.0" - dns-cli
-
dns-client
>= "6.3.0" & < "7.0.3" - dns-client-mirage
- git-mirage
-
http-mirage-client
>= "0.0.8" - https-eio
-
irc-client-tls
>= "0.7.0" - jose
- jws
- kube
-
letsencrypt
< "1.0.0" - letters
- mehari
- neodriver_eio
-
paf
>= "0.7.0" - proton
-
riot
>= "0.0.8" - sendmail-lwt
- sendmail-miou-unix
- sendmail-mirage
-
tls
>= "0.15.2" -
tls-async
< "2.0.1" -
tls-eio
< "2.0.1" -
tls-lwt
< "1.0.4" | >= "2.1.1" -
tls-mirage
< "1.0.4" - valkey
- webauthn
Conflicts (1)
-
result
< "1.5"
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page