aboutsummaryrefslogtreecommitdiffstats
path: root/cards
AgeCommit message (Expand)AuthorFilesLines
2007-06-07fix mrz2 checksum calculationhploetz1-5/+2
2007-06-07Start passport parsing codehploetz1-5/+370
2007-06-05Have a stab at parsing biometric datahploetz1-2/+179
2007-06-05MTCOS_Card_RFID is better than RFID_Card. (TODO: Find better API for such cases)hploetz1-0/+1
2007-06-05load_response and pretend_application commandshploetz1-0/+6
2007-06-02Change output of ultralight cat to the customary 4 bytes per linehploetz2-1/+3
2007-06-02Differentiate 1k and 4k mifare classichploetz1-1/+11
2007-06-02API change: substitute new PURPOSE_GET_RESPONSE for PURPOSE_RETRY to match th...hploetz5-42/+76
2007-06-01Add RFID_Card class. (I just discovered that section 3.2.2 of PC/SC 2.01 spec...hploetz2-0/+79
2007-06-01Allow arbitrary parameters for select_applicationhploetz1-2/+2
2007-05-30Allow SELECT APPLICATION and READ BINARY with given Lehploetz2-18/+42
2007-05-08Make passport_application work with windowshploetz1-8/+3
2007-05-08Get working under Windows with http://cheeseshop.python.org/pypi/PyCSC/0.3 (w...hploetz1-1/+11
2007-05-08easier to type aliashploetz1-1/+1
2007-04-10Add config parameter to TCOS_Security_Environment._mac (was forgotten during ...hploetz2-3/+3
2007-03-18API change: DRIVER_NAME now is a (merged) listhploetz14-18/+26
2007-02-15Fix length for passportshploetz2-2/+3
2007-02-15decode_mrzhploetz1-0/+14
2007-02-13read_dg, read_sod and read_com commandshploetz1-0/+18
2007-02-13Add p2 parameter to open_filehploetz1-2/+3
2007-02-13Introduce DEFAULT_CONTEXT hploetz2-3/+6
2007-02-13Fix property overriding for subclasses. Might break things (possible regressi...hploetz1-1/+4
2007-02-13Start parsing passport datahploetz1-2/+63
2007-02-13Big change: Replace SW_OK and SW1_RETRY with a more generic check_sw() that g...hploetz8-41/+77
2007-02-12TCOS_Security_Environment: Handle 0x98/0x99 SM objecthploetz2-9/+99
2007-02-12Move parse_fancy_apdu from Cyberflex_Shell to utils.C_APDUhploetz1-5/+8
2007-02-12crypto_utils: Add generalized operation_on_stringhploetz1-5/+147
2007-02-10Add support for aliases in application selectionhploetz4-4/+66
2007-02-10Do not make the __init__ method mandatoryhploetz1-1/+2
2007-01-17New AIDs, name can be None nowhploetz2-2/+5
2007-01-16Move select_application to 7816-4hploetz4-28/+58
2007-01-15AIDshploetz1-0/+2
2007-01-14Fix size determination in building blockshploetz2-5/+17
2007-01-14Decode recognized AIDs as DF name (find a conceptual flaw en passant and wor...hploetz2-1/+28
2007-01-14API change: more information in the APPLICATIONS dictionaryhploetz4-4/+40
2007-01-13Fix read_record argumentshploetz1-4/+8
2007-01-13Fix SFI handlinghploetz1-0/+11
2007-01-12Add SECCOS ATRs, no functionality yethploetz1-0/+16
2007-01-12Factor out P2 parameter of SELECThploetz2-3/+7
2006-11-29Ignore errors during decrypt/authhploetz1-12/+16
2006-11-28another ATRhploetz1-0/+1
2006-11-28silently ignore unknown algorithms in MSE (will raise an exception when tryin...hploetz1-4/+3
2006-11-27Implement response decryption and decapsulationhploetz1-3/+113
2006-11-27Implement pin entryhploetz1-2/+42
2006-11-26slightly betterhploetz1-5/+4
2006-11-26small bug regarding filler byteshploetz1-1/+1
2006-11-26somewhat more elegant implementation, allows 00 or ff filler bytes to be presenthploetz1-73/+81
2006-11-25response authenticationhploetz1-12/+61
2006-11-24output which data is encryptedhploetz1-7/+50
2006-11-24secure messaging for command apdu seems to workhploetz1-3/+140