From 5a2378ae79e476963a53869def76e4e066b5a12c Mon Sep 17 00:00:00 2001 From: merlokk Date: Mon, 1 Oct 2018 21:52:18 +0300 Subject: [PATCH] started `hf emv ac` --- client/emv/cmdemv.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/emv/cmdemv.c b/client/emv/cmdemv.c index 9433deef..21d95f4f 100644 --- a/client/emv/cmdemv.c +++ b/client/emv/cmdemv.c @@ -465,9 +465,11 @@ int CmdHFEMVAC(const char *cmd) { arg_lit0("kK", "keep", "keep field ON for next command"), arg_lit0("cC", "cda", "executes CDA transaction. Needs to get SDAD in results."), arg_str0("dD", "decision", "", "Terminal decision. aac - declined, tc - approved, arqc - online authorisation requested"), + arg_lit0("pP", "params", "load parameters for CDOL making from `emv/defparams.json` file (by default uses default parameters)"), + arg_lit0("mM", "make", "make PDOLdata from CDOL (tag 8C and 8D) and parameters"), arg_lit0("aA", "apdu", "show APDU reqests and responses"), arg_lit0("tT", "tlv", "TLV decode results of selected applets"), - arg_strx1(NULL, NULL, "", NULL), + arg_strx1(NULL, NULL, "", NULL), arg_param_end }; CLIExecWithReturn(cmd, argtable, false);