feat: v1.13.5

This commit is contained in:
2025-05-14 00:08:56 +08:00
parent fb026c9f21
commit b4beaa3a75
8 changed files with 202 additions and 36 deletions

View File

@@ -10,6 +10,7 @@ mod cmd_chall_config;
mod cmd_convert_jwk_to_pem;
mod cmd_convert_pem_to_jwk;
mod cmd_ec_verify;
mod cmd_external_ecdh;
mod cmd_external_public_key;
mod cmd_external_sign;
mod cmd_external_spec;
@@ -164,6 +165,7 @@ fn inner_main() -> CommandError {
Box::new(cmd_external_spec::CommandImpl),
Box::new(cmd_external_public_key::CommandImpl),
Box::new(cmd_external_sign::CommandImpl),
Box::new(cmd_external_ecdh::CommandImpl),
];
#[allow(clippy::vec_init_then_push)]