picky-asn1-x509

Crates.iopicky-asn1-x509
lib.rspicky-asn1-x509
version0.12.0
sourcesrc
created_at2020-07-07 13:39:07.188097
updated_at2024-07-15 02:05:10.191125
descriptionProvides ASN1 types defined by X.509 related RFCs
homepage
repositoryhttps://github.com/Devolutions/picky-rs
max_upload_size
id262283
size451,355
Marc-André Moreau (awakecoding)

documentation

README

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.

Commit count: 682

cargo fmt