-
Notifications
You must be signed in to change notification settings - Fork 70
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 AID is random, i.e. not unique #1
Comments
Is this issue still pertinent to the project? Does it affect compatibility with OpenSC? |
Hi, the AID is still from the random pool, but it is included in OpenSC this On 04/01/2016 06:10 PM, Lucas Perin wrote:
|
Dear 2017-09-26 10:00:00.741 [cardmod] ..\opensc-0.12.2\src\libopensc\card.c:459:sc_unlock: called 2017-09-26 10:00:00.741 [cardmod] ..\opensc-0.12.2\src\libopensc\pkcs15.c:1258:sc_pkcs15_bind: returning with: 0 (Success) PKCS#15 initialization result: 0, Success md_get_pin_by_role 2017-09-26 10:00:00.741 [cardmod] ..\opensc-0.12.2\src\libopensc\pkcs15.c:1699:sc_pkcs15_find_pin_by_flags: called 2017-09-26 10:00:00.741 Find PIN flags:0x10, mask:0xD2, index:-1 2017-09-26 10:00:00.741 [cardmod] ..\opensc-0.12.2\src\libopensc\pkcs15.c:1699:sc_pkcs15_find_pin_by_flags: called 2017-09-26 10:00:00.741 Find PIN flags:0x12, mask:0xD2, index:-1 Cannot get User PIN object CardAcquireContext |
Dear, I initial isoapplet card. Thanks |
At the moment, the applet uses a "random" AID. This can cause issues, especially as the existance of the applet is being tested by the OpenSC driver using the AID.
The text was updated successfully, but these errors were encountered: