Registry / crypto / x509-cert

x509-cert

JSON →
library0.2.5rscratesunverified

Pure Rust implementation of the X.509 Public Key Infrastructure Certificate format as described in RFC 5280.

# Cargo.toml [dependencies] x509-cert = "0.2.5"
INSTALL
IMPORT
SIG · X509-CERT
X
x509-cert
cryptorustv0.2.5
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.

Certificate
✓ use x509_cert::Certificate;

Parse an X.509 certificate from PEM format.

use x509_cert::Certificate; fn main() { let pem = "-----BEGIN CERTIFICATE-----\n...\n-----END CERTIFICATE-----"; let cert = pem.parse::<Certificate>().unwrap(); println!("{:?}", cert); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
37
Resources
x509-cert — cargo add x509-cert · libregistry