aboutsummaryrefslogtreecommitdiffstats
path: root/cards
AgeCommit message (Expand)AuthorFilesLines
2011-03-23Add new "GRCard" module for the (HZCOS based?) grcard.cn SIMHEADmasterHarald Welte1-0/+56
2011-03-23Extend the GSM card module with lots of SIM card commandsHarald Welte1-3/+262
2011-02-09Fix for new german passportshenryk_githubHenryk Plötz1-1/+1
2011-01-08Decode compact access bitmapHenryk Plötz1-1/+18
2011-01-07Further decode access ruleHenryk Plötz1-1/+44
2011-01-06Somewhat fix tcos 3.0 fci 0x85 parsing, involves an ugly hack thoughHenryk Plötz1-5/+40
2011-01-06Fix TCOS ATR regex for current cardsHenryk Plötz1-1/+1
2010-10-18Abstract out command classHenryk Plötz1-0/+1
2010-10-18Rename parse_fancy_apdu to parse_fancyHenryk Plötz1-1/+1
2010-10-15Add generic response chaining capabilityHenryk Plötz1-2/+8
2010-10-15Move iso specific get response code to iso classHenryk Plötz2-6/+16
2010-10-15Refactor, move apdu SW handling from generic card class to iso card classHenryk Plötz2-28/+38
2010-10-15Refactor: rename APDU_GET_RESPONSE to COMMAND_GET_RESPONSEHenryk Plötz4-5/+8
2010-10-15Separate out generic "Card" functionality from ISO specific functionality in ...Henryk Plötz9-110/+148
2010-03-06Add printing of time spent for APDU transactionsHenryk Plötz2-1/+12
2010-03-03Fix command inheritance for Mifare DESfireHenryk Plötz1-2/+3
2010-03-03Implement InListPassiveTargets response parsing for ISO 14443 BHenryk Plötz1-0/+9
2010-03-03Fix inheritance structure for Mifare DESfireHenryk Plötz2-2/+5
2010-03-03Move InListPassiveTarget response parsing to PN532_Response_InListPassiveTarg...Henryk Plötz1-22/+18
2010-02-28+ Add parse_response_4BHenryk Plötz1-0/+45
2010-02-26Initial and very minimal support for ISO 14443-4 over PN532 over ISO 7816-3 T...Henryk Plötz1-3/+6
2010-02-26Move PN532 code to a separate class (I forgot how easy that is)Henryk Plötz2-135/+149
2010-02-26Move all PC/SC specific stuff to a separate class structure for readers (thus...Henryk Plötz1-29/+10
2010-02-26sha is deprecated, move to hashlib (probably removes support for old python v...Henryk Plötz3-5/+6
2010-02-25Add code for PN532 in the ACS ACR reader, needs to go somehwere else thoughHenryk Plötz1-1/+136
2010-02-25Copy the CLA value for the GET RESPONSE command from the original APDUHenryk Plötz1-1/+1
2010-02-24+ Update E3 project fileHenryk Plötz1-0/+10
2010-02-24Add VRS application and GUI (Public transport in Koeln and Bonn)Henryk Plötz1-0/+117
2010-02-24+ Make it possible for cards/applications to set Le for SELECT operations, us...Henryk Plötz2-1/+178
2010-02-24Add AIDs for eID ("Neuer Personalausweis") and VRS ticket, fix RID for FSFEHenryk Plötz1-1/+7
2008-06-10Make it possible for a card/application class to specify the P1 used for SELE...hploetz3-1/+41
2008-05-25New ATRshploetz1-0/+3
2008-03-10added lifecycle commands to CardOSjohn2-0/+141
2007-11-14mifare desfire, miscellaneoushploetz3-5/+66
2007-06-16fix get_atrhploetz1-5/+10
2007-06-16Switch smartcard interface to pyscard from http://pyscard.sourceforge.net/hploetz1-15/+28
2007-06-12Prevent read_binary_file from falling into an infinite loophploetz1-0/+6
2007-06-11.upper() for the mrz2 in used in bachploetz1-0/+1
2007-06-10Incorporate some information from tr-03110-eac-1.0.pdfhploetz1-1/+7
2007-06-09sre is deprecated in python 2.5hploetz1-2/+2
2007-06-09Can now display displayed portrait and displayed signature or usual markhploetz1-1/+7
2007-06-09Regression: read_com and friends were brokenhploetz1-3/+6
2007-06-09fixes in mrz parsing for uncommon caseshploetz1-4/+12
2007-06-08Reading from and saving to filesets workshploetz1-1/+73
2007-06-08Picture loading workinghploetz1-0/+6
2007-06-08Tool to read full passport information. Call without arguments to try without...hploetz1-49/+58
2007-06-08Centralize pycsc windows import hackhploetz1-10/+1
2007-06-08Passport parse codehploetz1-21/+92
2007-06-08API change: let read_binary_file return two valueshploetz1-2/+2
2007-06-07Honor generic_card.DEBUGhploetz1-33/+46