package key-parsers

  1. Overview
  2. Docs
Parsers for multiple key formats

Install

Dune Dependency

Authors

Maintainers

Sources

key-parsers-0.10.1.tbz
sha256=2b4ec7c6c5427a00c8f169392dba83b1458348ec718418997e9fe7f68b324cb1
md5=a662b863973cef70f4c95e581853eef2

README.md.html

README.md

Key-parsers

Key-parsers offers parsers and printers for various asymmetric key formats.

It currently comes with three submodules.

Asn1

Note that all the parsers in this module expect the raw DER encoded byte string. They don't handle PEM armoring (----BEGIN X---- and ----END X----) nor decode Base64 or hex.

Here you can find parsers for the following formats:

  • PKCS#1 encoding of RSA Private and Public keys as defined in PKCS#1 v2.2

  • PKCS#8 encoding of RSA, DSA, EC and DH Private keys as defined in RFC5208

  • X509 SubjectPublicKeyInfo encoding of RSA, DSA, EC and DH Public keys as defined in RFC5280

  • DER encodings of DSA, EC and DH Parameters and Private keys as produced by openssl commands such as dsaparam and gendsa

Ltpa

Parsers for LTPA (Ligthweight Third Party Authentication) encodings of RSA Private and Public keys.

Cvc

Parsers for CVC (Card Verifiable Certificates) encodings of RSA and EC Public keys.

OCaml

Innovation. Community. Security.