rasn-pkix

Crates.iorasn-pkix
lib.rsrasn-pkix
version
sourcesrc
created_at2021-09-28 10:01:35.223489
updated_at2024-10-18 09:25:43.739663
descriptionData types for handling Public Key Infrastructure (PKIX) objects.
homepage
repositoryhttps://github.com/librasn/rasn.git
max_upload_size
id457395
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(XAMPPRocky)

documentation

README

Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile

rasn-pkix is an implementation of the data types defined in IETF RFC 5280 also known PKIX.

This does not provide an implementation of a PKIX certificate generator or validator, rasn-pkix provides a implementation of the underlying data types used decode and encode certificates from DER.

Commit count: 481

cargo fmt