package castore

  1. Overview
  2. Docs
A portable CA Store with a global .crt and .pem files

Install

Dune Dependency

Authors

Maintainers

Sources

castore-0.0.2.tbz
sha256=8d1d399085f733b6b822a8bc059bae6d72459377cbfce4d1a6c8bb1001258b3e
sha512=2c92e6e1ed62dcd872f3ec48d247e987e81d6b39600e6901e2300410dc7df8a0395d8c7d8ad803f5733f1333ae61299d30cb42bdad3ec86910dc651013ec1ddc

CHANGES.md.html

Changes

0.0.2

This release pre-processes the .pem file into a list of pem certificate strings that can be easily parsed with X509 to build chains of trust.

You can access the whole pem file on Ca_store.pem and the individual certificates in the Ca_store.certificates list.

0.0.1

Initial release of CAStore including a PEM file generated on Dec 12.