5 releases
| 1.0.0 |
|
|---|---|
| 0.4.1 | May 13, 2023 |
| 0.4.0 | Mar 19, 2023 |
| 0.4.0-pre.0 | May 9, 2022 |
| 0.1.0 |
|
#34 in #pkcs
157,605 downloads per month
Used in 15 crates
(4 directly)
680KB
14K
SLoC
RustCrypto: PKCS#7 (Cryptographic Messages)
Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #7: Cryptographic Message Syntax v1.5 (RFC 5652 and RFC 8933).
🚨 DEPRECATED! 🚨
The pkcs7 crate is deprecated and will not receive further releases.
Please migrate to the following instead:
- For Cryptographic Message Syntax (CMS): use the
cmscrate. - For PKCS#7 block padding: use
block_padding::Pkcs7
See #1045 for more information.
Minimum Supported Rust Version
This crate requires Rust 1.65 at a minimum.
We may change the MSRV in the future, but it will be accompanied by a minor version bump.
License
Licensed under either of:
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~0.6–1MB
~22K SLoC