Registry / crypto / rustls-pki-types

rustls-pki-types

JSON →
library1.14.1rscratesunverified

Shared types for the rustls PKI ecosystem, including certificates and keys.

# Cargo.toml [dependencies] rustls-pki-types = "1.14.1"
INSTALL
IMPORT
SIG · RUSTLS-PKI-TYPES
R
rustls-pki-types
cryptorustv1.14.1
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.

CertificateDer
use rustls_pki_types::CertificateDer;

Creating a CertificateDer from raw bytes.

use rustls_pki_types::CertificateDer; fn main() { let cert_der: CertificateDer = vec![0x30, 0x82, 0x03, 0x01, 0x02, 0x01, 0x02].into(); println!("Certificate DER length: {}", cert_der.len()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.14.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Amazon
1
OpenAI (training)
1
Resources
rustls-pki-types — cargo add rustls-pki-types · libregistry