Expand description
§rc-x509-roots
This crate contains the RC X509 root certificates (R1 and R2).
These certificates are exported as PEM-encoded strings, and as an initialised
RootCertificate type wrapper over a Certificate for convenience.
§Inspect
You can inspect each root using OpenSSL:
% openssl x509 -noout -text -fingerprint -sha256 -in r1.crtThe output of this command for each root is included as a doc comment on the
respective exported RootCertificate.
Structs§
- Root
Certificate - A root “trust anchor” certificate from which all trust is descended.
Constants§
- R1_PEM
- The PEM encoded R1 root certificate - see
R1. - R2_PEM
- The PEM encoded R2 root certificate - see
R2.