Skip to content

Commit 3e33f45

Browse files
committed
WIP: ecdsa support
Signed-off-by: Arthur Gautier <[email protected]>
1 parent a3f5248 commit 3e33f45

File tree

5 files changed

+396
-2
lines changed

5 files changed

+396
-2
lines changed

Cargo.lock

+133-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cryptoki-rustcrypto/Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@ readme = "README.md"
88
keywords = ["pkcs11", "cryptoki", "hsm"]
99
categories = ["cryptography", "hardware-support"]
1010
license = "Apache-2.0"
11+
repository = "https://github.com/parallaxsecond/rust-cryptoki"
1112

1213
[dependencies]
1314
cryptoki = { path = "../cryptoki", version = "0.6.1" }
1415
der = "0.7.8"
16+
ecdsa = "0.16.9"
17+
p256 = { version = "0.13.2", features = ["pkcs8"] }
1518
rsa = "0.9"
1619
signature = { version = "2.2.0", features = ["digest"] }
1720
sha1 = { version = "0.10", features = ["oid"] }

0 commit comments

Comments
 (0)