| Crates.io | picky-asn1-x509 |
| lib.rs | picky-asn1-x509 |
| version | 0.14.6 |
| created_at | 2020-07-07 13:39:07.188097+00 |
| updated_at | 2025-08-20 17:35:18.523805+00 |
| description | Provides ASN1 types defined by X.509 related RFCs |
| homepage | |
| repository | https://github.com/Devolutions/picky-rs |
| max_upload_size | |
| id | 262283 |
| size | 544,890 |
Compatible with rustc 1.61. Minimal rustc version bumps happen only with minor number bumps in this project.
Provide implementation for types defined in X.509 RFC and related RFC (PKCS#8, PKCS#10).
This crate doesn't provide an easy to use API to create, read and validate X.509 certificates.
This is a low-level library providing only raw types for serialization and deserialization purposes.
These types are implementing serde's Serialize and Deserialize and are to be used with picky-asn1-der.
If you're looking for a higher level API, you may be interested by the picky crate which uses
this library internally and provides a nicer API.