Registry / networking / webpki-roots

webpki-roots

JSON →
library1.0.7rscratesunverified

Mozilla's CA root certificates for use with webpki

# Cargo.toml [dependencies] webpki-roots = "1.0.7"
INSTALL
IMPORT
SIG · WEBPKI-ROOTS
W
webpki-roots
networkingrustv1.0.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TLS_SERVER_ROOTS
use webpki_roots::TLS_SERVER_ROOTS;

Access Mozilla's CA root certificates for TLS verification.

use webpki_roots::TLS_SERVER_ROOTS; let roots = TLS_SERVER_ROOTS; println!("Number of root certificates: {}", roots.len());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.7latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
OpenAI (training)
1
Resources
webpki-roots — cargo add webpki-roots · libregistry