feat: update pkcs11 piv

This commit is contained in:
2024-07-07 10:15:23 +08:00
parent 781d173b86
commit e1e72ed097
5 changed files with 217 additions and 17 deletions

View File

@@ -15,8 +15,11 @@ p256 = { version = "0.13.2", default-features = false, features = [
"pkcs8",
"std",
] }
pinentry = "0.5.0"
rand = "0.8.5"
rpassword = "7.3.1"
rsa = { version = "0.9.6", default-features = false, features = ["std"] }
secrecy = "0.8.0"
# TODO: temporary workaround for RustCrypto/traits#1262, remove after upgrading
# the p256 package past 0.13.0.
spki = { version = "0.7.3", features = ["std"] }