feat: v1.7.9, add card-cli piv-verify

This commit is contained in:
2023-11-03 21:23:29 +08:00
parent 66fdde9b72
commit 2f0042e209
5 changed files with 156 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "card-cli"
version = "1.7.8"
version = "1.7.9"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
@@ -32,10 +32,12 @@ x509 = "0.2"
x509-parser = "0.15"
ssh-agent = { version = "0.2", features = ["agent"] }
p256 = { version = "0.13", features = ["pem", "ecdh"] }
p384 = { version = "0.13.0", features = ["pem", "ecdh"] }
spki = { version = "0.7", features = ["pem"] }
tabled = "0.14.0"
env_logger = "0.10"
bech32 = "0.9.1"
ecdsa = { version = "0.16.8", features = ["verifying", "spki", "pem", "der"] }
#lazy_static = "1.4.0"
#ssh-key = "0.4.0"
#ctap-hid-fido2 = "2.1.3"