libfreefare/test
Romain Tartiere 8a477773f7 Rework OpenSSL usage.
- Lookup for crypto functions in libcrypto instead of libssl.  Some systems
  (Mac OS) do not provide libssl, and the other have crypto functions in
  libcrypto but libssl is dynamically linked against libcrypto:
  % ldd /usr/lib/libssl.so
  /usr/lib/libssl.so:
         libcrypto.so.6 => /lib/libcrypto.so.6 (0x800c00000)
         libc.so.7 => /lib/libc.so.7 (0x800647000)
- Do not explicitly link against libssl (instead of libcrypto BTW): the
  autotools magic already does this at some point;
- Improve error message when headers cannot be found.
2010-09-04 10:47:07 +00:00
..
Makefile.am Rework OpenSSL usage. 2010-09-04 10:47:07 +00:00
mifare_classic_fixture.c Reindent (1/2). 2010-09-03 18:01:02 +00:00
mifare_classic_fixture.h Abstract tag manipulation functions. 2010-02-19 14:50:18 +00:00
mifare_desfire_des.c Merge the freefare-desfire branch into trunk. 2010-07-26 21:48:18 +00:00
mifare_desfire_fixture.c Rename DESFIRE_4K to DESFIRE. 2010-07-27 08:44:12 +00:00
mifare_desfire_fixture.h Merge the freefare-desfire branch into trunk. 2010-07-26 21:48:18 +00:00
mifare_ultralight_fixture.c Merge the freefare-desfire branch into trunk. 2010-07-26 21:48:18 +00:00
mifare_ultralight_fixture.h Abstract tag manipulation functions. 2010-02-19 14:50:18 +00:00
run-test.sh Workaround a FreeBSD-specific bug in cutter. 2010-06-26 13:45:46 +00:00
test_mad.c Fix MAD CRC algorithm. 2010-03-18 21:03:07 +00:00
test_mifare_application.c Merge the freefare-desfire branch into trunk. 2010-07-26 21:48:18 +00:00
test_mifare_classic.c Merge the freefare-desfire branch into trunk. 2010-07-26 21:48:18 +00:00
test_mifare_classic_create_trailer_block.c Update files headers and Ids. 2010-02-19 10:43:06 +00:00
test_mifare_classic_mad.c Reindent (1/2). 2010-09-03 18:01:02 +00:00
test_mifare_classic_sector_boundaries.c Refactoring Blocks vs. Sectors. 2010-07-01 23:19:45 +00:00
test_mifare_desfire.c Reindent (2/2). 2010-09-03 18:04:12 +00:00
test_mifare_desfire_aid.c Free memory. 2010-09-03 11:13:29 +00:00
test_mifare_desfire_des.c Merge the freefare-desfire branch into trunk. 2010-07-26 21:48:18 +00:00
test_mifare_desfire_key.c Merge the freefare-desfire branch into trunk. 2010-07-26 21:48:18 +00:00
test_mifare_ultralight.c Complete unit tests coverage of freefare.c. 2010-07-01 10:57:59 +00:00
test_tlv.c Reindent (1/2). 2010-09-03 18:01:02 +00:00