2011-02-13 13:50:41 +01:00
|
|
|
Changes between 0.3.0 and 0.3.1 [XX xxx XXXX]
|
|
|
|
|
|
|
|
*) Fix mifare_classic_transfer() for devices returning a 1 byte response on
|
|
|
|
success.
|
2011-02-13 15:13:35 +01:00
|
|
|
*) New API function mifare_desfire_last_pcd_error().
|
2011-02-13 13:50:41 +01:00
|
|
|
|
|
|
|
Changes between 0.2.3 and 0.3.0 [23 dec 2010]
|
2010-12-10 15:30:28 +01:00
|
|
|
|
2010-12-24 14:34:25 +01:00
|
|
|
*) Add support for ISO and AES authentication through
|
|
|
|
mifare_desfire_authenticate_iso() and mifare_desfire_authenticate_aes().
|
2010-12-26 16:46:07 +01:00
|
|
|
*) Add support for 3K3DES and AES cryptographic operations and add new
|
|
|
|
functions mifare_desfire_3k3des_key_new(),
|
|
|
|
mifare_desfire_3k3des_key_new_with_version(), mifare_desfire_aes_key_new()
|
|
|
|
and mifare_desfire_aes_key_new_with_version() for generating keys.
|
2010-12-24 14:34:25 +01:00
|
|
|
*) New functions mifare_desfire_free_mem(),
|
2010-12-24 21:41:43 +01:00
|
|
|
mifare_desfire_set_configuration(), mifare_desfire_set_default_key(),
|
2010-12-24 23:08:56 +01:00
|
|
|
mifare_desfire_set_ats(), mifare_desfire_get_card_uid(), for Mifare
|
|
|
|
DESFire EV1 targets manipulation.
|
2010-12-10 15:30:28 +01:00
|
|
|
*) Deprecate authentication information when deleting the currently selected
|
|
|
|
application
|
|
|
|
|
2010-12-23 19:05:47 +01:00
|
|
|
Changes between 0.2.2 and 0.2.3 [23 dec 2010]
|
|
|
|
|
|
|
|
*) Fix a buffer overflow in mifare_desfire_get_file_settings().
|
|
|
|
|
2010-11-24 01:09:08 +01:00
|
|
|
Changes between 0.2.1 and 0.2.2 [23 nov 2010]
|
|
|
|
|
|
|
|
*) Fix build when cutter is not available or is disabled.
|
|
|
|
|
2010-11-23 21:56:37 +01:00
|
|
|
Changes between 0.2.0 and 0.2.1 [23 nov 2010]
|
2010-09-28 19:33:04 +02:00
|
|
|
|
2010-09-28 21:01:28 +02:00
|
|
|
*) The mifare_desfire_error_lookup() and mifare_desfire_get_last_error()
|
|
|
|
functions were removed and replaced by the freefare_strerror(),
|
|
|
|
freefare_strerror_r() and freefare_perror() functions.
|
2010-10-29 15:10:23 +02:00
|
|
|
*) The library reports errors other that the ones returned by the PICC.
|
2010-10-29 15:01:55 +02:00
|
|
|
*) The MDAD_KEYx macro where renamed MDAR_KEYx for consistency.
|
|
|
|
*) The MDCM_MACING macro was renamed MDCM_MACED.
|
|
|
|
*) The MDCM_FULLDES macro was renamed MDCM_ENCIPHERED.
|
2010-10-17 21:32:59 +02:00
|
|
|
*) New function mifare_desfire_last_picc_error().
|
2010-10-17 22:21:06 +02:00
|
|
|
*) New function mifare_desfire_aid_get_aid().
|
2010-09-28 19:33:04 +02:00
|
|
|
|
|
|
|
Changes between 0.1.0 and 0.2.0 [07 sep 2010]
|
2010-04-26 12:53:36 +02:00
|
|
|
|
|
|
|
*) New function freefare_free_tag() to free individual tags from a MifareTag
|
|
|
|
list.
|
2010-07-01 19:05:44 +02:00
|
|
|
*) The mifare_application_alloc() size parameter is now expressed in bytes
|
|
|
|
and not in sectors.
|
2010-07-01 23:44:40 +02:00
|
|
|
*) New API function mad_sector_reserved().
|
2010-07-02 01:19:45 +02:00
|
|
|
*) The mifare_classic_format_sector() functions now require a sector number
|
|
|
|
instead of a block number.
|
|
|
|
*) New API functions mifare_classic_block_sector(),
|
|
|
|
mifare_classic_sector_first_block(), mifare_classic_sector_block_count()
|
|
|
|
and mifare_classic_sector_last_block().
|
2010-08-24 12:51:58 +02:00
|
|
|
*) New API functions mifare_application_read(), mifare_application_write().
|