proxmark3/client/emv
Philippe Teuwen d19754567d summer restructuring:
* .h include only the strict minimum for their own parsing
  * this forces all files to include explicitment their needs and not count on far streched dependencies
  * this helps Makefile to rebuild only the minimum
  * according to this rule, most standalone .h are now gone
  * big app.h is gone
  * remove seldom __cplusplus, if c++ happens, everything will have to be done properly anyway
* all unrequired include were removed
* split common/ into common/ (client+arm) and common_arm/ (os+bootloader)
  * bring zlib to common/
  * bring stuff not really/not yet used in common back to armsrc/ or client/
  * bring liblua into client/
  * bring uart into client/
  * move some portions of code around (dbprint, protocols,...)
* rename unused files into *_disabled.[ch] to make it explicit
* rename soft Uarts between 14a, 14b and iclass, so a standalone could use several without clash
* remove PrintAndLogDevice
* move deprecated-hid-flasher from client to tools
* Makefiles
  * treat deps in armsrc/ as in client/
  * client: stop on warning (-Werror), same as for armsrc/

Tested on:

* all standalone modes
* Linux
2019-08-11 21:42:01 +02:00
..
test summer restructuring: 2019-08-11 21:42:01 +02:00
apduinfo.c summer restructuring: 2019-08-11 21:42:01 +02:00
apduinfo.h summer restructuring: 2019-08-11 21:42:01 +02:00
capk.txt chg: 'hf emv' changes from @merlokk EMV4 commit 2017-12-24 10:26:47 +01:00
cmdemv.c summer restructuring: 2019-08-11 21:42:01 +02:00
cmdemv.h summer restructuring: 2019-08-11 21:42:01 +02:00
crypto.c summer restructuring: 2019-08-11 21:42:01 +02:00
crypto.h summer restructuring: 2019-08-11 21:42:01 +02:00
crypto_backend.h summer restructuring: 2019-08-11 21:42:01 +02:00
crypto_polarssl.c summer restructuring: 2019-08-11 21:42:01 +02:00
defparams.json add: emv json file (@merlokk) 2018-11-05 17:48:58 +01:00
dol.c changing {} style to match majority of previous style 2019-03-10 11:20:22 +01:00
dol.h summer restructuring: 2019-08-11 21:42:01 +02:00
dump.c unshadow, multiple defines. 2019-04-08 10:16:57 +02:00
dump.h summer restructuring: 2019-08-11 21:42:01 +02:00
emv_pk.c summer restructuring: 2019-08-11 21:42:01 +02:00
emv_pk.h summer restructuring: 2019-08-11 21:42:01 +02:00
emv_pki.c summer restructuring: 2019-08-11 21:42:01 +02:00
emv_pki.h summer restructuring: 2019-08-11 21:42:01 +02:00
emv_pki_priv.c summer restructuring: 2019-08-11 21:42:01 +02:00
emv_pki_priv.h summer restructuring: 2019-08-11 21:42:01 +02:00
emv_roca.c summer restructuring: 2019-08-11 21:42:01 +02:00
emv_roca.h summer restructuring: 2019-08-11 21:42:01 +02:00
emv_tags.c summer restructuring: 2019-08-11 21:42:01 +02:00
emv_tags.h summer restructuring: 2019-08-11 21:42:01 +02:00
emvcore.c summer restructuring: 2019-08-11 21:42:01 +02:00
emvcore.h summer restructuring: 2019-08-11 21:42:01 +02:00
emvjson.c summer restructuring: 2019-08-11 21:42:01 +02:00
emvjson.h summer restructuring: 2019-08-11 21:42:01 +02:00
tlv.c summer restructuring: 2019-08-11 21:42:01 +02:00
tlv.h summer restructuring: 2019-08-11 21:42:01 +02:00