No description
57e1fceb6b
Depending on the communication settings, mifare_desfire_read_data() may write more than the provided "length" bytes to the "data" buffer, possibly causing data corruption or crashes if no special care is taken. Since the test suite is precisely a "no special care is taken" example, assume only "length" bytes can be written to the "data" buffer and rely on a temporary buffer for cryptographic operations. Fixes issue 28. |
||
---|---|---|
cmake | ||
contrib | ||
debian | ||
examples | ||
libfreefare | ||
m4 | ||
test | ||
.gitignore | ||
AUTHORS | ||
ChangeLog | ||
CMakeLists.txt | ||
configure.ac | ||
COPYING | ||
HACKING | ||
libfreefare.pc.in | ||
Makefile.am | ||
NEWS | ||
README | ||
TODO |
The libfreefare project aims to provide a convenient API for Mifare card manipulations. Supported tags: - Mifare Classic 1k - Mifare Classic 4k - Mifare DESFire 2K/4K/8K - Mifare DESFire EV1 - Mifare Ultralight - Mifare UltralightC Supported features: - Mifare Application Directory (MAD) v1 - Mifare Application Directory (MAD) v2 - Mifare Application Directory (MAD) v3 (part of DESFire support)