| Crates.io | x509-certificate |
| lib.rs | x509-certificate |
| version | 0.25.0 |
| created_at | 2021-04-30 20:27:56.479144+00 |
| updated_at | 2025-08-17 22:22:26.534208+00 |
| description | X.509 certificate parser and utility functionality |
| homepage | https://github.com/indygreg/cryptography-rs |
| repository | https://github.com/indygreg/cryptography-rs.git |
| max_upload_size | |
| id | 391686 |
| size | 243,562 |
x509-certificate is a library crate for interfacing with X.509 certificates.
It supports the following:
This crate has not undergone a security audit. It does not
employ many protections for malformed data when parsing certificates.
Use at your own risk. See additional notes in src/lib.rs.
The root of the repository is a Cargo workspace and has a lot of members.
The dependency tree for the entire repo is massive and cargo build likely
will fail due to Python dependency weirdness.
For best results, cd x509-certificate and run commands there. Or
cargo build -p x509-certificate, cargo test -p x509-certificate, etc.