pkcs7

Crates.iopkcs7
lib.rspkcs7
version0.4.1
sourcesrc
created_at2016-08-15 14:18:25.541594
updated_at2023-05-13 23:14:36.494548
descriptionDEPRECATED: use the `cms` crate instead
homepage
repositoryhttps://github.com/RustCrypto/formats/tree/master/pkcs7
max_upload_size
id5978
size85,224
formats (github:rustcrypto:formats)

documentation

README

RustCrypto: PKCS#7 (Cryptographic Messages)

crate Docs Build Status Apache2/MIT licensed Rust Version Project Chat

Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #7: Cryptographic Message Syntax v1.5 (RFC 5652 and RFC 8933).

Documentation

🚨 DEPRECATED! 🚨

The pkcs7 crate is deprecated and will not receive further releases.

Please migrate to the following instead:

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.

Commit count: 1250

cargo fmt