unleashed-firmware/applications/debug/ccid_test
Filipe Paz Rodrigues 1510d8773b
CCID: Improve request and response data handling (#3741)
* CCID: Improve request and response data handling
  - Add iso7816_set_response function: serves a helpers to set SW1 and SW2 values
  - improved iso7816_read_response_apdu by correctly parsing Lc and Le values
  - add client script to make testing easier
* lint and rename
* Format
* Review changes: pragma once, typedef
* Move command/response data and datalen into respective structures
* Remove conditional for Lc=0
* Fix comment: Le
* Make PVS happy and fix spelling

Co-authored-by: あく <alleteam@gmail.com>
2024-07-06 12:08:44 +01:00
..
client CCID: Improve request and response data handling (#3741) 2024-07-06 12:08:44 +01:00
application.fam fbt: improvements (#3217) 2023-11-16 01:27:35 +09:00
ccid_test_app.c CCID: Improve request and response data handling (#3741) 2024-07-06 12:08:44 +01:00
iso7816_atr.h CCID: Improve request and response data handling (#3741) 2024-07-06 12:08:44 +01:00
iso7816_callbacks.c CCID: Improve request and response data handling (#3741) 2024-07-06 12:08:44 +01:00
iso7816_callbacks.h CCID: Improve request and response data handling (#3741) 2024-07-06 12:08:44 +01:00
iso7816_response.c CCID: Improve request and response data handling (#3741) 2024-07-06 12:08:44 +01:00
iso7816_response.h CCID: Improve request and response data handling (#3741) 2024-07-06 12:08:44 +01:00
iso7816_t0_apdu.c CCID: Improve request and response data handling (#3741) 2024-07-06 12:08:44 +01:00
iso7816_t0_apdu.h CCID: Improve request and response data handling (#3741) 2024-07-06 12:08:44 +01:00