Expand description
A compiled-in copy of the full X.509 root certificates trusted by Mozilla.
You should generally prefer to use webpki-roots
when using rustls
or webpki
as it is
more space efficient and convenient for that use.
This library is suitable for use in applications that can always be recompiled and instantly deployed.
For applications that are deployed to end-users and cannot be recompiled, or which need certification
before deployment, consider a library that uses the platform native certificate verifier such as
rustls-platform-verifier
. This has the additional benefit of supporting OS provided CA constraints
and revocation data.