Skip to content

Commit

Permalink
pkcs7: remove crate sources
Browse files Browse the repository at this point in the history
The `pkcs7` crate has been deprecated in favor of the `cms` crate:

https://github.com/RustCrypto/formats/tree/master/cms

This commit leaves behind a README.md with information about the
deprecation.
  • Loading branch information
tarcieri committed Jan 3, 2024
1 parent a878449 commit a62b45b
Show file tree
Hide file tree
Showing 32 changed files with 0 additions and 1,552 deletions.
64 changes: 0 additions & 64 deletions .github/workflows/pkcs7.yml

This file was deleted.

10 changes: 0 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ members = [
"pem-rfc7468",
"pkcs1",
"pkcs5",
"pkcs7",
"pkcs8",
"pkcs12",
"sec1",
Expand Down Expand Up @@ -48,7 +47,6 @@ der_derive = { path = "./der/derive" }
pem-rfc7468 = { path = "./pem-rfc7468" }
pkcs1 = { path = "./pkcs1" }
pkcs5 = { path = "./pkcs5" }
pkcs7 = { path = "./pkcs7" }
pkcs8 = { path = "./pkcs8" }
pkcs12 = { path = "./pkcs12" }
sec1 = { path = "./sec1" }
Expand Down
40 changes: 0 additions & 40 deletions pkcs7/CHANGELOG.md

This file was deleted.

26 changes: 0 additions & 26 deletions pkcs7/Cargo.toml

This file was deleted.

201 changes: 0 additions & 201 deletions pkcs7/LICENSE-APACHE

This file was deleted.

25 changes: 0 additions & 25 deletions pkcs7/LICENSE-MIT

This file was deleted.

Loading

0 comments on commit a62b45b

Please sign in to comment.