smartpgp-cli: set KDF-DO

This commit is contained in:
Arnaud Fontaine
2018-02-09 10:53:10 +01:00
parent c60c4d7c32
commit e720a23417
3 changed files with 20 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ VALID_COMMANDS={
'put-aes-key': CardConnectionContext.cmd_put_aes_key,
'encrypt-aes': CardConnectionContext.cmd_encrypt_aes,
'decrypt-aes': CardConnectionContext.cmd_decrypt_aes,
'set-kdf': CardConnectionContext.cmd_set_kdf,
}
def read_pin_interactive(name):