Skip to main content

Crate rc_x509_roots

Crate rc_x509_roots 

Source
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.crt

The output of this command for each root is included as a doc comment on the respective exported RootCertificate.

Structs§

RootCertificate
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.

Statics§

R1
The R1 root certificate.
R2
The R2 root certificate.