feat: v1.4.3, add piv-ecdh subcommand

This commit is contained in:
2023-03-15 00:25:16 +08:00
parent d9bb0ce106
commit 9955341c81
4 changed files with 358 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "card-cli"
version = "1.4.2"
version = "1.4.3"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
@@ -26,11 +26,12 @@ simpledateformat = "0.1"
ring = "0.16"
openssl = "0.10"
pem = "1.1"
yubikey = "0.7"
yubikey = { version = "0.7", features = ["untested"] }
yubico_manager = "0.9"
x509 = "0.2"
x509-parser = "0.13"
ssh-agent = { version = "0.2", features = ["agent"] }
p256 = { version = "0.13.0", features = ["pem", "ecdh"] }
#lazy_static = "1.4.0"
#ssh-key = "0.4.0"
#ctap-hid-fido2 = "2.1.3"