Add support for authentication using 3K3DES.
Please note that according to the NXP documentation of the Mifare DESFire EV1, the mifare_desfire_authenticate_iso() function can be used using either 3DES or 3K3DES keys. The former has not been tested yet and is likely not to work. To word it differently, this is a 3K3DES crypto support, not a ISO authentication support...
This commit is contained in:
parent
f06b0ac5d3
commit
d098bf623f
9 changed files with 939 additions and 13 deletions
|
|
@ -63,6 +63,7 @@ test_mifare_desfire_des_la_SOURCES = test_mifare_desfire_des.c
|
|||
test_mifare_desfire_des_la_LIBADD = $(top_builddir)/libfreefare/libfreefare.la
|
||||
|
||||
test_mifare_desfire_ev1_la_SOURCES = test_mifare_desfire_ev1.c \
|
||||
test_mifare_desfire_ev1_3k3des.c \
|
||||
test_mifare_desfire_ev1_aes.c \
|
||||
mifare_desfire_ev1_fixture.c \
|
||||
mifare_desfire_ev1_fixture.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue