aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-02-12Move parse_fancy_apdu from Cyberflex_Shell to utils.C_APDUhploetz3-133/+137
2007-02-12crypto_utils: Add generalized operation_on_stringhploetz3-13/+165
2007-02-10Add support for aliases in application selectionhploetz4-4/+66
2007-02-10Do not make the __init__ method mandatoryhploetz1-1/+2
2007-02-10Add support for detecting dynamic changes to an object's COMMANDS attributehploetz1-15/+29
2007-02-10Fixed transmit for 64bit systemshploetz1-6/+15
2007-01-23UTF8hploetz1-1/+33
2007-01-17Simple tool to parse usbsnoop-logshploetz2-1/+75
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-14Leave context when encountering a structure that is not application specific ...hploetz1-1/+1
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 handlinghploetz3-3/+22
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-29Ignore colons in fancy apdushploetz1-3/+3
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-26allow 00 and ff filler bytes to be returned optionallyhploetz1-3/+12
2006-11-25response authenticationhploetz1-12/+61
2006-11-24output which data is encryptedhploetz1-7/+50
2006-11-24make it possible to print an arbitrary offsethploetz1-2/+2
2006-11-24secure messaging for command apdu seems to workhploetz1-3/+140
2006-11-23implement pack()hploetz1-8/+44
2006-11-23implement unpack(data, with_marks)hploetz1-5/+25
2006-11-23Make marks relative to data field of APDUhploetz1-1/+1
2006-11-23minor typoshploetz1-3/+4
2006-11-22separate SE configs for mac and encrytionhploetz1-9/+18
2006-11-22Implemented logginghploetz2-2/+89
2006-11-21some secure messaging and security environment infrastructurehploetz1-0/+93
2006-11-21after_send hookhploetz1-0/+3
2006-11-21Some useful optionshploetz1-6/+44
2006-11-21Separate rc file and main loophploetz1-6/+17
2006-11-20At least shows the name now.hploetz1-1/+26
2006-11-20some postcard tool, probably not very useful, see http://www.parodie.com/mone...hploetz1-0/+49
2006-11-19should've tested that ...hploetz1-1/+1
2006-11-19implement reading of ~/.basenamerchploetz1-2/+12
2006-11-19move cipher() to crypto_utilshploetz2-36/+46
2006-11-19Minor beautificationhploetz5-8/+8
2006-11-19Support syntax for marking parts of tlv structures in fancy APDUshploetz1-25/+85