Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add initial ISO7816 support #3681

Merged
merged 4 commits into from
Jun 1, 2024

Debug: change VID/PID in ccid test app to opensc detectable generic one

8080807
Select commit
Loading
Failed to load commit list.
Merged

Add initial ISO7816 support #3681

Debug: change VID/PID in ccid test app to opensc detectable generic one
8080807
Select commit
Loading
Failed to load commit list.
Task list completed / task-list-completed succeeded Jun 1, 2024 in 0s

3 / 3 tasks completed

All tasks have been completed

Details

Required Tasks

Task Status
translates low level CCID XfrBlock calls into command and response APDU structures Incomplete
Create a new CCID device by adding a new VID and PID on the following file: On linux: set VID PID using: /usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist. They have to match the same ones that are on the ccid_test_app.c file, lines 190 and 191 Incomplete
Start the CCID app and verify that the device was successfully detected as a CCID device with the command: Incomplete
Check that example 1 works with: Incomplete
Check that example 2 works with: Incomplete
Check that example 3 works with: Incomplete
PR has description of feature/bug or link to Confluence/Jira task Completed
Description contains actions to verify feature/bugfix Completed
I've built this code, uploaded it to the device and verified feature/bugfix Completed