cryptographic-message-syntax

Crates.iocryptographic-message-syntax
lib.rscryptographic-message-syntax
version0.27.0
sourcesrc
created_at2021-04-14 19:37:50.996419
updated_at2024-11-02 18:51:27.386702
descriptionA pure Rust implementation of Crypographic Message Syntax (RFC 5652)
homepagehttps://github.com/indygreg/cryptography-rs
repositoryhttps://github.com/indygreg/cryptography-rs.git
max_upload_size
id384170
size312,207
Gregory Szorc (indygreg)

documentation

README

cryptographic-message-syntax

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.

Commit count: 6631

cargo fmt