aboutsummaryrefslogtreecommitdiffstats
path: root/cards/iso_7816_4_card.py
AgeCommit message (Expand)AuthorFilesLines
2010-03-03Fix inheritance structure for Mifare DESfireHenryk Plötz1-1/+2
2010-02-24+ Make it possible for cards/applications to set Le for SELECT operations, us...Henryk Plötz1-1/+176
2008-06-10Make it possible for a card/application class to specify the P1 used for SELE...hploetz1-1/+2
2007-06-05load_response and pretend_application commandshploetz1-0/+6
2007-06-02API change: substitute new PURPOSE_GET_RESPONSE for PURPOSE_RETRY to match th...hploetz1-34/+3
2007-06-01Allow arbitrary parameters for select_applicationhploetz1-2/+2
2007-05-30Allow SELECT APPLICATION and READ BINARY with given Lehploetz1-9/+21
2007-03-18API change: DRIVER_NAME now is a (merged) listhploetz1-1/+1
2007-02-15Fix length for passportshploetz1-2/+2
2007-02-13Add p2 parameter to open_filehploetz1-2/+3
2007-02-13Big change: Replace SW_OK and SW1_RETRY with a more generic check_sw() that g...hploetz1-2/+2
2007-02-10Add support for aliases in application selectionhploetz1-1/+7
2007-01-17New AIDs, name can be None nowhploetz1-1/+1
2007-01-16Move select_application to 7816-4hploetz1-0/+22
2007-01-13Fix read_record argumentshploetz1-4/+8
2007-01-12Factor out P2 parameter of SELECThploetz1-3/+5
2006-11-19Minor beautificationhploetz1-3/+3
2006-10-19READ RECORD commandshploetz1-0/+18
2006-06-16Make it possible to override tagshploetz1-3/+5
2006-05-22fix decoding of multi-byte tagshploetz1-5/+0
2006-05-21generalize file operations, specialise for starcoshploetz1-0/+70
2006-05-19nicer TLV parsing, (more ugly code)hploetz1-1/+1
2006-05-19ATR reorganisation and extensionhploetz1-4/+10
2006-05-18some code for ISO cardshploetz1-0/+93