smartpgp-cli: add switch commands for RSA
This commit is contained in:
@@ -30,7 +30,9 @@ VALID_COMMANDS={
|
||||
'list-readers':CardConnectionContext.cmd_list_readers,
|
||||
'full-reset': CardConnectionContext.cmd_full_reset,
|
||||
'reset': CardConnectionContext.cmd_reset,
|
||||
'switch-rsa': CardConnectionContext.cmd_switch_rsa2048,
|
||||
'switch-rsa2048': CardConnectionContext.cmd_switch_rsa2048,
|
||||
'switch-rsa3072': CardConnectionContext.cmd_switch_rsa3072,
|
||||
'switch-rsa4096': CardConnectionContext.cmd_switch_rsa4096,
|
||||
'switch-bp256':CardConnectionContext.cmd_switch_bp256,
|
||||
'switch-bp384':CardConnectionContext.cmd_switch_bp384,
|
||||
'switch-bp512':CardConnectionContext.cmd_switch_bp512,
|
||||
|
Reference in New Issue
Block a user