Skip to content

Commit

Permalink
use spki-0.7.3 and rsa-0.9.6
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Gautier <[email protected]>
  • Loading branch information
baloo committed Dec 1, 2023
1 parent c96b07d commit 066d6fa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
10 changes: 6 additions & 4 deletions Cargo.lock

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

6 changes: 0 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
[workspace]
members = ["cryptoki", "cryptoki-sys", "cryptoki-rustcrypto"]

[patch.crates-io]
# https://github.com/RustCrypto/formats/pull/1269
spki = { git = "https://github.com/baloo/formats.git", branch = "baloo/spki/from_key" }
# https://github.com/RustCrypto/RSA/pull/393
rsa = { git = "https://github.com/baloo/RSA.git", branch = "baloo/pkcs+pss/alg-id" }
4 changes: 2 additions & 2 deletions cryptoki-rustcrypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ p224 = { version = "0.13.2", features = ["pkcs8"] }
p256 = { version = "0.13.2", features = ["pkcs8"] }
p384 = { version = "0.13.0", features = ["pkcs8"] }
k256 = { version = "0.13.2", features = ["pkcs8"] }
rsa = "0.9.5"
rsa = "0.9.6"
signature = { version = "2.2.0", features = ["digest"] }
sha1 = { version = "0.10", features = ["oid"] }
sha2 = { version = "0.10", features = ["oid"] }
spki = "0.7.2"
spki = "0.7.3"
x509-cert = "0.2.4"
thiserror = "1.0"

Expand Down

0 comments on commit 066d6fa

Please sign in to comment.