23 releases (13 breaking)

0.14.3 Jan 16, 2025
0.14.1 Nov 26, 2024
0.13.0 Jul 15, 2024
0.12.0 Aug 24, 2023
0.1.0 Jul 7, 2020

#53 in Cryptography

Download history 8657/week @ 2024-10-26 8878/week @ 2024-11-02 8308/week @ 2024-11-09 8199/week @ 2024-11-16 9847/week @ 2024-11-23 11467/week @ 2024-11-30 11511/week @ 2024-12-07 11843/week @ 2024-12-14 5349/week @ 2024-12-21 5124/week @ 2024-12-28 9114/week @ 2025-01-04 10042/week @ 2025-01-11 10960/week @ 2025-01-18 10422/week @ 2025-01-25 10538/week @ 2025-02-01 8493/week @ 2025-02-08

42,162 downloads per month
Used in 58 crates (15 directly)

MIT/Apache

635KB
12K SLoC

Crates.io docs.rs Crates.io

Compatible with rustc 1.61. Minimal rustc version bumps happen only with minor number bumps in this project.

picky-asn1-x509

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.

Dependencies

~0.6–1.6MB
~33K SLoC