unleashed-firmware/applications/main/nfc/helpers/protocol_support
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-3835] Ultralight C authentication with des key (#3720) 2024-07-03 12:38:30 +01:00
iso14443_3a [FL-3755] Rework more info scene for Ultralight cards (#3391) 2024-02-06 22:20:57 +04:00
iso14443_3b [FL-3755] Rework more info scene for Ultralight cards (#3391) 2024-02-06 22:20:57 +04:00
iso14443_4a [FL-3755] Rework more info scene for Ultralight cards (#3391) 2024-02-06 22:20:57 +04:00
iso14443_4b [FL-3755] Rework more info scene for Ultralight cards (#3391) 2024-02-06 22:20:57 +04:00
iso15693_3 [FL-3755] Rework more info scene for Ultralight cards (#3391) 2024-02-06 22:20:57 +04:00
mf_classic [FL-3786] Fixed infinite loop in dictionary attack scene (#3686) 2024-06-08 12:51:54 +01:00
mf_desfire NFC: Desfire Renderer Minor Debug (#3731) 2024-06-25 14:37:50 +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 [FL-3755] Rework more info scene for Ultralight cards (#3391) 2024-02-06 22:20:57 +04:00
st25tb [FL-3677, FL-3798] RFID Improvements (#3524) 2024-03-29 12:32:43 +09:00
nfc_protocol_support.c [FL-3796], [FL-3795] NFC UI fixes (#3532) 2024-03-25 15:36:17 +09:00
nfc_protocol_support.h [FL-3757] NFC: fix application opening from browser (#3396) 2024-02-06 22:26:05 +04:00
nfc_protocol_support_base.h [FL-3755] Rework more info scene for Ultralight cards (#3391) 2024-02-06 22:20:57 +04:00
nfc_protocol_support_common.h NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_protocol_support_defs.c [FL-3746] Mifare Plus detection support (#3607) 2024-06-10 20:36:46 +01:00
nfc_protocol_support_defs.h NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_protocol_support_gui_common.c [FL-3755] Rework more info scene for Ultralight cards (#3391) 2024-02-06 22:20:57 +04:00
nfc_protocol_support_gui_common.h [FL-3755] Rework more info scene for Ultralight cards (#3391) 2024-02-06 22:20:57 +04:00
nfc_protocol_support_render_common.h NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_protocol_support_unlock_helper.c [FL-3835] Ultralight C authentication with des key (#3720) 2024-07-03 12:38:30 +01:00
nfc_protocol_support_unlock_helper.h [FL-3772] Felica poller (#3570) 2024-04-10 18:51:36 +09:00