aboutsummaryrefslogtreecommitdiffstats
path: root/cyberflex-shell.py
AgeCommit message (Expand)AuthorFilesLines
2010-10-18Abstract out command classHenryk Plötz1-2/+5
2010-10-18Rename parse_fancy_apdu to parse_fancyHenryk Plötz1-2/+2
2010-06-01Add raw command.Henryk Plötz1-2/+14
2010-03-06Add printing of time spent for APDU transactionsHenryk Plötz1-1/+9
2010-03-03API CHANGE: Move CommandLineArgumentHelper to readers module to allow proper ...Henryk Plötz1-1/+1
2010-02-26Move all PC/SC specific stuff to a separate class structure for readers (thus...Henryk Plötz1-6/+7
2008-06-10Make it possible for a card/application class to specify the P1 used for SELE...hploetz1-1/+2
2007-06-16Switch smartcard interface to pyscard from http://pyscard.sourceforge.net/hploetz1-4/+2
2007-06-15Consolidating connect to a single placehploetz1-57/+7
2007-06-08Centralize pycsc windows import hackhploetz1-9/+1
2007-06-05load_response and pretend_application commandshploetz1-0/+21
2007-06-02Forgot a comment charhploetz1-1/+1
2007-06-01Log ATRhploetz1-0/+7
2007-05-08Get working under Windows with http://cheeseshop.python.org/pypi/PyCSC/0.3 (w...hploetz1-1/+11
2007-03-18API change: DRIVER_NAME now is a (merged) listhploetz1-1/+1
2007-03-18print out which SW was not okhploetz1-1/+1
2007-02-13Big change: Replace SW_OK and SW1_RETRY with a more generic check_sw() that g...hploetz1-2/+2
2007-02-12Move parse_fancy_apdu from Cyberflex_Shell to utils.C_APDUhploetz1-127/+3
2006-11-29Ignore colons in fancy apdushploetz1-3/+3
2006-11-23Make marks relative to data field of APDUhploetz1-1/+1
2006-11-23minor typoshploetz1-3/+4
2006-11-22Implemented logginghploetz1-1/+84
2006-11-21Some useful optionshploetz1-6/+44
2006-11-19should've tested that ...hploetz1-1/+1
2006-11-19move cipher() to crypto_utilshploetz1-36/+2
2006-11-19Support syntax for marking parts of tlv structures in fancy APDUshploetz1-25/+85
2006-11-18prepare for new featurehploetz1-5/+14
2006-11-08encryption fixeshploetz1-4/+4
2006-11-08some crypto functionshploetz1-0/+88
2006-10-25minor tweakshploetz1-5/+5
2006-10-25support for parsing of fancy commands without executing themhploetz1-0/+7
2006-10-19stupid typohploetz1-2/+2
2006-10-19save response commandhploetz1-4/+90
2006-09-26Make it possible to ignore errors of a certain type when running a scripthploetz1-1/+7
2006-07-15more TCOS decodinghploetz1-1/+1
2006-06-16new eval commandhploetz1-0/+6
2006-06-14command to run a scripthploetz1-0/+38
2006-05-26forgot 'nother onehploetz1-2/+2
2006-05-25a first stab at dynamically loading and unloading drivers. doesn't work prope...hploetz1-0/+29
2006-05-25forgot one instancehploetz1-1/+1
2006-05-25close/open_card -> disconnect/connecthploetz1-6/+6
2006-05-22make the wait for a card abortable by ctrl-chploetz1-2/+15
2006-05-22subclass cyberflex-shell from shell, enable disconnecting and reconnecting wi...hploetz1-87/+123
2006-05-22card close commandhploetz1-1/+13
2006-05-18Transitioning to new APDU codehploetz1-3/+3
2006-05-18experimental next generation code, still brokenhploetz1-1/+1
2006-05-18some more T=0 vs. T=1 fixeshploetz1-2/+2
2006-05-17nicer status word printinghploetz1-2/+4
2006-05-04Implemented option to select readerhenryk1-3/+34
2005-10-12Cardmultiplexer object. Should allow to dynamically bind and unbind classes f...henryk1-2/+3