Crates.io | rasn-cms |
lib.rs | rasn-cms |
version | |
source | src |
created_at | 2021-09-30 07:42:24.383833 |
updated_at | 2024-10-18 09:26:26.175868 |
description | Data types for handling Cryptographic Message Syntax. |
homepage | |
repository | https://github.com/librasn/rasn.git |
max_upload_size | |
id | 458597 |
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` |
size | 0 |
rasn-cms
is an implementation of the data types defined in IETF
RFC 4108, RFC 5083, RFC 5084, and RFC 5652. Also known as
Cryptographic Message Syntax (CMS) or PKCS#7.
This does not provide an implementation of a CMS generator or validator, instead
rasn-cms
provides an implementation of the underlying data types used to
decode and encode the CMS structures from/to DER or BER.