feat: add piv sign(but not compele)

This commit is contained in:
2021-07-18 13:33:57 +08:00
parent e9ba9c5f51
commit e6cbdf1569
2 changed files with 41 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ mod pgpcardlist;
mod pgpcardsign;
mod pgpcarddecrypt;
mod piv;
mod pivsign;
mod chall;
mod challconfig;
@@ -44,6 +45,7 @@ fn inner_main() -> CommandError {
Box::new(pgpcardsign::CommandImpl),
Box::new(pgpcarddecrypt::CommandImpl),
Box::new(piv::CommandImpl),
Box::new(pivsign::CommandImpl),
Box::new(chall::CommandImpl),
Box::new(challconfig::CommandImpl),
];