feat: sign-file works

This commit is contained in:
2023-11-26 12:26:47 +08:00
parent 3b3ce7b623
commit dd2e804ee6
3 changed files with 590 additions and 24 deletions

View File

@@ -32,13 +32,14 @@ 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"] }
p384 = { version = "0.13", features = ["pem", "ecdh"] }
spki = { version = "0.7", features = ["pem"] }
tabled = "0.14.0"
tabled = "0.14"
env_logger = "0.10"
bech32 = "0.9.1"
ecdsa = { version = "0.16.8", features = ["verifying", "spki", "pem", "der"] }
bech32 = "0.9"
ecdsa = { version = "0.16", features = ["verifying", "spki", "pem", "der"] }
jwt = "0.16.0"
reqwest = { version = "0.11", features = ["blocking"] }
#lazy_static = "1.4.0"
#ssh-key = "0.4.0"
#ctap-hid-fido2 = "2.1.3"