Philippe Teuwen
2c853d94ea
move hardnested tables to resources/
2019-08-30 09:02:01 +02:00
Philippe Teuwen
5b6af929ab
move oid.json to resources/
2019-08-30 02:00:41 +02:00
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
iceman1001
9f4620c92c
make style
2019-07-27 17:48:52 -04:00
iceman1001
f433e26e3b
Add: 'hf mfu info' - now does orinality check against ECC. (@pwpivi)
...
Adapted to prefered codestyle and added references.
2019-07-27 23:44:23 +02:00
Philippe Teuwen
1147c9faf8
Use ARRAYLEN
2019-05-14 12:51:45 +02:00
Philippe Teuwen
97676d3210
comparison of integers of different signs [-Wsign-compare]
2019-04-13 23:38:34 +02:00
Philippe Teuwen
4f32655004
use more static and fix [-Wmissing-prototypes], ongoing...
2019-04-13 00:25:43 +02:00
Philippe Teuwen
3cd047be5d
oops typo
2019-04-10 22:47:18 +02:00
Philippe Teuwen
0fe323de80
asn1_tag: remove unused field and initialize the others [-Wmissing-field-initializers]
2019-04-10 22:33:12 +02:00
Philippe Teuwen
7f76fea21a
good const, bad const, fixing -Wincompatible-pointer-types-discards-qualifiers
2019-04-10 10:21:42 +02:00
osboxes.org
e703dcb8ad
style
2019-04-10 09:49:42 +02:00
Philippe Teuwen
a561370f8d
more strncpy fix
2019-04-09 20:15:08 +02:00
iceman1001
ebe98723d4
unshadow
2019-04-08 10:17:08 +02:00
iceman1001
8f2983368c
style
2019-04-08 08:26:18 +02:00
Philippe Teuwen
98d9408746
make style
2019-04-06 00:52:55 +02:00
Philippe Teuwen
59d40068e2
style
2019-04-06 00:38:22 +02:00
iceman1001
d42b779cbe
style
2019-04-05 18:55:31 +02:00
iceman1001
b8c5faee92
style
2019-03-18 23:55:53 +01:00
Philippe Teuwen
2d2b128754
make style
2019-03-15 09:18:07 +01:00
iceman1001
c143f79e65
chg: 'sc upgrade' - verify firmware file integrity with sha512 validation (@piwi)
2019-03-15 01:54:43 +01:00
Philippe Teuwen
961d929f4d
changing {} style to match majority of previous style
2019-03-10 11:20:22 +01:00
Philippe Teuwen
0373696662
make style
2019-03-10 00:00:59 +01:00
Philippe Teuwen
0d9223a547
client: fix mix of spaces & tabs
2019-03-09 23:35:06 +01:00
Philippe Teuwen
60f292b18e
remove spurious spaces & tabs at end of lines
2019-03-09 08:59:13 +01:00
iceman1001
f59e67c00c
fix: possible overrun
2019-02-24 21:42:30 +01:00
iceman1001
e276bf1ce3
FIX: gcc8.1 warnings
2019-01-09 16:25:49 +01:00
iceman1001
91809c6d94
FIX: part of https://github.com/Proxmark/proxmark3/pull/723 (@Fl0-0)
...
CHG: remove some warnings when compiling on 32/64 bit systems. Messy messy
2018-11-28 23:53:31 +01:00
merlokk
736840cce7
fix integer representation
2018-11-15 18:14:45 +02:00
merlokk
164b64a611
add some OIDs from Yubikey
2018-11-15 17:42:41 +02:00
merlokk
638890cb6a
asn.1 description from json works
2018-11-15 17:15:37 +02:00
merlokk
9f75ce2a7e
added sketch for loading OID's descriptions from file
2018-11-15 16:38:17 +02:00
merlokk
6cd6275361
refactoring
2018-11-15 14:37:38 +02:00
merlokk
bd91490461
added tags and all data deserializers works
2018-11-15 13:26:33 +02:00
merlokk
9d42048901
added octet string an dstring datetime
2018-11-15 11:47:09 +02:00
merlokk
5eb3181263
added ASN.1 decoder
2018-11-14 20:44:32 +02:00
merlokk
5e3fa42c23
add der print sketch
2018-11-14 18:44:17 +02:00
merlokk
7214c70720
fido commands hash checks works.
2018-11-13 19:02:02 +02:00
merlokk
6ab12db7a0
mbedtls added
2018-11-07 18:05:02 +02:00