Skip to content

Commit 1721c83

Browse files
committed
Use the new abstraction on the PKCS11 interface
Signed-off-by: Hugues de Valon <[email protected]>
1 parent a62e8cb commit 1721c83

File tree

9 files changed

+358
-1103
lines changed

9 files changed

+358
-1103
lines changed

Cargo.lock

Lines changed: 65 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name = "parsec"
1818
path = "src/bin/main.rs"
1919

2020
[dependencies]
21-
parsec-interface = "0.21.0"
21+
parsec-interface = { git = "https://github.com/parallaxsecond/parsec-interface-rs", rev = "b75bba7b95eca9f61147bbb2b8b976a2ea352bb6" }
2222
rand = { version = "0.7.3", features = ["small_rng"], optional = true }
2323
base64 = "0.12.3"
2424
uuid = "0.8.1"
@@ -29,7 +29,7 @@ toml = "0.5.6"
2929
serde = { version = "1.0.115", features = ["derive"] }
3030
env_logger = "0.7.1"
3131
log = { version = "0.4.11", features = ["serde"] }
32-
pkcs11 = { version = "0.5.0", optional = true }
32+
pkcs11 = { git = "https://github.com/hug-dev/rust-pkcs11", rev = "c9ac9f675e0ec4a5412a846fff4a954be864f2bb", optional = true, features = ["psa-crypto-conversions"] }
3333
picky-asn1-der = { version = "0.2.4", optional = true }
3434
picky-asn1 = { version = "0.3.0", optional = true }
3535
tss-esapi = { version = "4.0.9-alpha.1", optional = true }
@@ -38,7 +38,7 @@ structopt = "0.3.17"
3838
derivative = "2.1.1"
3939
version = "3.0.0"
4040
hex = { version = "0.4.2", optional = true }
41-
psa-crypto = { version = "0.6.0", default-features = false, features = ["operations"], optional = true }
41+
psa-crypto = { git = "https://github.com/parallaxsecond/rust-psa-crypto", rev = "18dd4dda96d8b61d2e112b9e6ad83e90fe768d78", default-features = false, features = ["operations"], optional = true }
4242
zeroize = { version = "1.1.0", features = ["zeroize_derive"] }
4343
picky-asn1-x509 = { version = "0.3.2", optional = true }
4444
users = "0.10.0"

0 commit comments

Comments
 (0)