No description
Find a file
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
contrib Add my Vim snippets as contrib. 2010-07-29 07:14:11 +00:00
examples Rework OpenSSL usage. 2010-09-04 10:47:07 +00:00
libfreefare Explicitly enable auto ISO14443-4 mode. 2010-09-04 10:25:07 +00:00
test Rework OpenSSL usage. 2010-09-04 10:47:07 +00:00
AUTHORS Merge the freefare-desfire branch into trunk. 2010-07-26 21:48:18 +00:00
ChangeLog Import libfreefare into trunk. 2009-12-18 20:32:25 +00:00
configure.ac Rework OpenSSL usage. 2010-09-04 10:47:07 +00:00
COPYING Import libfreefare into trunk. 2009-12-18 20:32:25 +00:00
HACKING Update the HACKING file and give some indentation sugars. 2010-09-03 18:08:18 +00:00
libfreefare.pc.in Install a libfreefare.pc pkg-config module. 2009-12-18 21:31:45 +00:00
Makefile.am Fix $Id$ vcs keywords. 2010-07-29 06:25:57 +00:00
NEWS Rename mad_application_(read|write) to mifare_application_(read|write). 2010-08-24 10:51:58 +00:00
README Merge the freefare-desfire branch into trunk. 2010-07-26 21:48:18 +00:00
TODO Add TODO file. 2010-07-03 10:06:34 +00:00

The libfreefare project aims to provide a convenient API for Mifare card
manipulations.

Supported tags:
  - Mifare Classic 1k
  - Mifare Classic 4k
  - Mifare DESFire 4K
  - Mifare Ultralight

Supported features:
  - Mifare Application Directory (MAD) v1
  - Mifare Application Directory (MAD) v2