https://github.com/syncom/cms-rs-clone
A clone of cryptographic-message-syntax crate
https://github.com/syncom/cms-rs-clone
Last synced: 7 months ago
JSON representation
A clone of cryptographic-message-syntax crate
- Host: GitHub
- URL: https://github.com/syncom/cms-rs-clone
- Owner: syncom
- License: mpl-2.0
- Created: 2022-11-17T22:45:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T01:02:10.000Z (about 1 year ago)
- Last Synced: 2025-01-07T22:13:11.295Z (about 1 year ago)
- Language: Rust
- Size: 112 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
# cms-rs
[](https://github.com/syncom/cms-rs-clone/actions/workflows/sanity.yml)
At a high level CMS defines a way to digitally sign and authenticate arbitrary
content.
`cms-rs` is a fork of `cryptographic-message-syntax`, a pure Rust implementation
of Cryptographic Message Syntax (CMS) as defined by RFC 5652, which was first
developed as part of the
[PyOxidizer](https://github.com/indygreg/PyOxidizer.git) project.
Because the original `cryptographic-message-syntax` crate has been removed from
later versions of the `PyOxidizer` project, and it's not obvious how the source
code is being maintained, I "forked" the 0.18.0 version of it by importing the
source directly from
,
and adding subsequent modifications on top of this base version, in this
repository.