Crates.io | cryptographic-message-syntax |
lib.rs | cryptographic-message-syntax |
version | 0.27.0 |
source | src |
created_at | 2021-04-14 19:37:50.996419 |
updated_at | 2024-11-02 18:51:27.386702 |
description | A pure Rust implementation of Crypographic Message Syntax (RFC 5652) |
homepage | https://github.com/indygreg/cryptography-rs |
repository | https://github.com/indygreg/cryptography-rs.git |
max_upload_size | |
id | 384170 |
size | 312,207 |
cryptographic-message-syntax
is a pure Rust implementation of
Cryptographic Message Syntax (CMS) as defined by RFC 5652. Also included
is Time-Stamp Protocol (TSP) (RFC 3161) client support.
From a high level CMS defines a way to digitally sign and authenticate arbitrary content.
This crate was originally developed to support code signing on Apple
platforms. (See the apple-codesign
Rust crate.) However, it is a
generic library crate. But some historical decisions from its original
may remain.