libfreefare/libfreefare
Romain Tartiere 22e9854995 Do not abort on crypto error.
Because in some circumstances the crypto is skipped regardless of the
communication settings by the Mifare DESFire (e.g. when reading a file which is
writable with any key), do not abort if the crypto fail, and make it possible
to the user to catch such an event to fix his code accordingly.

Only display crypto diagnostic if compiled with debug support.
2011-02-13 14:13:35 +00:00
..
freefare.3 Document the mifare_tag_type enum. 2010-07-01 12:32:03 +00:00
freefare.c Fix parenthesis position. 2010-12-28 11:42:24 +00:00
freefare.h Do not abort on crypto error. 2011-02-13 14:13:35 +00:00
freefare_error.3 Do not abort on crypto error. 2011-02-13 14:13:35 +00:00
freefare_internal.h Merge de libfreefare-ultralight branch into trunk (Mifare UltraLightC support). 2010-12-28 11:30:31 +00:00
mad.3 Rename mad_application_(read|write) to mifare_application_(read|write). 2010-08-24 10:51:58 +00:00
mad.c Reindent. 2010-12-18 13:32:05 +00:00
Makefile.am Do not abort on crypto error. 2011-02-13 14:13:35 +00:00
mifare_application.3 Rename mad_application_(read|write) to mifare_application_(read|write). 2010-08-24 10:51:58 +00:00
mifare_application.c Rename mad_application_(read|write) to mifare_application_(read|write). 2010-08-24 10:51:58 +00:00
mifare_classic.3 Add missing APIs from the documentation. 2010-07-26 18:27:56 +00:00
mifare_classic.c Fix mifare_classic_transfer() with some readers. 2011-02-13 12:50:41 +00:00
mifare_desfire.3 Update man pages. 2010-12-26 15:46:07 +00:00
mifare_desfire.c Do not abort on crypto error. 2011-02-13 14:13:35 +00:00
mifare_desfire_aid.3 New API function mifare_desfire_aid_get_aid(). 2010-10-17 20:21:06 +00:00
mifare_desfire_aid.c New API function mifare_desfire_aid_get_aid(). 2010-10-17 20:21:06 +00:00
mifare_desfire_crypto.c Do not abort on crypto error. 2011-02-13 14:13:35 +00:00
mifare_desfire_error.c Do not abort on crypto error. 2011-02-13 14:13:35 +00:00
mifare_desfire_key.3 Sync man pages. 2010-12-24 13:34:25 +00:00
mifare_desfire_key.c Add support for authentication using 3K3DES. 2010-12-18 02:28:27 +00:00
mifare_ultralight.3 Merge the freefare-desfire branch into trunk. 2010-07-26 21:48:18 +00:00
mifare_ultralight.c Merge de libfreefare-ultralight branch into trunk (Mifare UltraLightC support). 2010-12-28 11:30:31 +00:00
tlv.3 Add support for TLV streams. 2010-06-23 02:03:13 +00:00
tlv.c Attempt to detect and use CoreFoundation's headers for endianness conversions on Mac OS X. 2010-09-04 11:06:14 +00:00