unleashed-firmware/lib/nfc/protocols
RebornedBrain 3224401479
[FL-3835] Ultralight C authentication with des key (#3720)
* Update api_symbols.csv
* Ultralight C 3des implementation added
* Access check for Ultralight cards is now splitted into 2 functions one for ULC card and another for common
* Ultralight C authentication command handlers added
* Update api_symbols.csv and api_symbols.csv
* Length added to ultralight encrypt function
* New structure for storing 3des key added
* Reseting of 3des_key added
* des_context init/deinit added to poller
* New poller step for ultralight c auth added
* Added ultralight c des key to application
* Renamed felica unlock scenes to more generic des auth scenes, because they are now used also for ultralight c
* Show different menus for different ultralight card types
* Update api_symbols.csv and api_symbols.csv
* Some macro defines added
* Different amount of pages will be now read for ultralight C and others
* New unit test for ultralight C
* Some comments and macro replacements
* New function added to api
* Now all data read checks mfulC separately
* Adjusted listener to handle missing 3des_key properly
* Now poller populates 3des_key after reading with auth to card data
* Nfc: rename _3des_key to tdes_key
* Bump API Symbols
* Mute PVS Warnings

Co-authored-by: hedger <hedger@users.noreply.github.com>
Co-authored-by: gornekich <n.gorbadey@gmail.com>
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2024-07-03 12:38:30 +01:00
..
felica [FL-3810] Felica emulation (#3673) 2024-06-08 15:24:51 +01:00
iso14443_3a cleanup of various warnings from clangd (#3682) 2024-06-03 14:43:23 +01:00
iso14443_3b cleanup of various warnings from clangd (#3682) 2024-06-03 14:43:23 +01:00
iso14443_4a add support for S(WTX) request in iso14443_4a_poller (#3590) 2024-04-19 21:11:22 +09:00
iso14443_4b cleanup of various warnings from clangd (#3682) 2024-06-03 14:43:23 +01:00
iso15693_3 NFC: add Slix capabilities (#3652) 2024-05-17 12:58:32 +01:00
mf_classic [NFC] Add mf_classic_set_sector_trailer_read function (#3733) 2024-06-30 18:54:55 +01:00
mf_desfire NFC: Mf Desfire fix reading big files (#3616) 2024-05-14 13:34:27 +01:00
mf_plus [FL-3856] Don't crash on reading weird cards (#3717) 2024-06-17 14:18:53 +01:00
mf_ultralight [FL-3835] Ultralight C authentication with des key (#3720) 2024-07-03 12:38:30 +01:00
slix NFC: add Slix capabilities (#3652) 2024-05-17 12:58:32 +01:00
st25tb Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
nfc_device_base.h NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_device_base_i.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
nfc_device_defs.c [FL-3746] Mifare Plus detection support (#3607) 2024-06-10 20:36:46 +01:00
nfc_device_defs.h NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_generic_event.h NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_listener_base.h NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_listener_defs.c [FL-3640] NFC: Felica UID emulation (#3190) 2023-11-26 17:10:33 +09:00
nfc_listener_defs.h NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_poller_base.h NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_poller_defs.c [FL-3746] Mifare Plus detection support (#3607) 2024-06-10 20:36:46 +01:00
nfc_poller_defs.h NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_protocol.c [FL-3746] Mifare Plus detection support (#3607) 2024-06-10 20:36:46 +01:00
nfc_protocol.h [FL-3746] Mifare Plus detection support (#3607) 2024-06-10 20:36:46 +01:00