aboutsummaryrefslogtreecommitdiffstats
path: root/cyberflex-shell.py
AgeCommit message (Expand)AuthorFilesLines
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
2005-10-09Now using the shell class in cyberflex-shellhenryk1-120/+27
2005-09-30Use the APDU object throughout (working, but not complete)henryk1-1/+1
2005-09-29verify pin commandhenryk1-1/+8
2005-09-29Status word decodinghenryk1-0/+5
2005-09-29command for printing ATRhenryk1-1/+15
2005-09-29Completionhenryk1-60/+122
2005-09-29print "unknown command"henryk1-1/+5
2005-09-29basic functions workinghenryk1-0/+73