implemented vicc to pass PCSC-Lite's handler_test

This commit is contained in:
Frank Morgner
2013-06-26 23:23:44 +02:00
parent 46d0132856
commit 9c259f4af7
2 changed files with 70 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ Report bugs to @PACKAGE_BUGREPORT@
parser.add_argument("-t", "--type",
action="store",
choices=['iso7816', 'cryptoflex', 'ePass', 'nPA', 'relay'],
choices=['iso7816', 'cryptoflex', 'ePass', 'nPA', 'relay', 'handler_test'],
default='iso7816',
help="type of smart card to emulate (default: %(default)s)")
parser.add_argument("-f", "--file",