libfreefare/test
Romain Tartiere 5f7f8ffe2a Add support for MIFARE Classic 4K.
- New mifare_classic_first_sector_block(), mifare_classic_last_sector_block() functions to ease detection of sectors boundaries;
  - New unit tests for mifare_classic_first_sector_block() and mifare_classic_last_sector_block();
  - Start to update the API for consistently using blocks and not mixing blocks and sectors with mifare_classic_*() functions;
  - Update the mifare-classic-format(1) example to handle MIFARE Classic 1k and 4k.

Many thanks to Johann Dantant from SpringCard for giving me MIFARE Classic 4k cards.
2010-02-23 02:12:18 +00:00
..
Makefile.am Add support for MIFARE UltraLight Tags. 2010-01-19 23:14:25 +00:00
mifare_classic_fixture.c Abstract tag manipulation functions. 2010-02-19 14:50:18 +00:00
mifare_classic_fixture.h Abstract tag manipulation functions. 2010-02-19 14:50:18 +00:00
mifare_ultralight_fixture.c Abstract tag manipulation functions. 2010-02-19 14:50:18 +00:00
mifare_ultralight_fixture.h Abstract tag manipulation functions. 2010-02-19 14:50:18 +00:00
run-test.sh Rework unit tests using cutter. 2010-01-11 20:14:30 +00:00
test_mad.c Update files headers and Ids. 2010-02-19 10:43:06 +00:00
test_mifare_classic.c Add support for MIFARE Classic 4K. 2010-02-23 02:12:18 +00:00
test_mifare_classic_application.c Update files headers and Ids. 2010-02-19 10:43:06 +00:00
test_mifare_classic_create_trailer_block.c Update files headers and Ids. 2010-02-19 10:43:06 +00:00
test_mifare_ultralight.c Remove unneeded header. 2010-02-22 12:05:48 +00:00