-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
--applet doesn't seem to work with -s #247
Labels
Comments
If you want to send APDU-s in secure channel to an applet, specify the target applet with "--sdaid" (or "--connect" in latest master). This controls with which AID the secure channel is established with. |
As a note for anyone needing to do this in the future, sdaid works correctly with -s. I was able to set the IIN with GP Pro using the ISD on a J2A0XX card.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When attempting to pass APDUs to an applet (the security domain), it does not appear to select the applet before executing the APDUs.
Information about your card
J2A040 Card
Expected behavior
I'm trying to write a new IID to the J2A040, and keep getting 0x6D00. It doesn't appear to select the security domain despite the --applet parameter, so I'm wondering if that might be the issue.
It's entirely possible my APDUs are wrong, I just want to make sure I'm actually sending them to the ISD.
Full log
The text was updated successfully, but these errors were encountered: