| Crates.io | rasn-cms |
| lib.rs | rasn-cms |
| version | 0.27.2 |
| created_at | 2021-09-30 07:42:24.383833+00 |
| updated_at | 2025-08-30 08:47:08.852418+00 |
| description | Data types for handling Cryptographic Message Syntax. |
| homepage | |
| repository | https://github.com/librasn/rasn.git |
| max_upload_size | |
| id | 458597 |
| size | 77,981 |
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.