feat: v1.10.18, add parse-ecdsa-signature
This commit is contained in:
@@ -52,6 +52,7 @@ mod cmd_sshpubkey;
|
||||
mod cmd_u2fregister;
|
||||
mod cmd_u2fsign;
|
||||
mod cmd_verifyfile;
|
||||
mod cmd_parseecdsasignature;
|
||||
mod digest;
|
||||
mod ecdhutil;
|
||||
mod ecdsautil;
|
||||
@@ -142,6 +143,7 @@ fn inner_main() -> CommandError {
|
||||
#[cfg(feature = "with-secure-enclave")]
|
||||
Box::new(cmd_se_ecdh::CommandImpl),
|
||||
Box::new(cmd_ecverify::CommandImpl),
|
||||
Box::new(cmd_parseecdsasignature::CommandImpl),
|
||||
];
|
||||
|
||||
#[allow(clippy::vec_init_then_push)]
|
||||
|
||||
Reference in New Issue
Block a user