-
Notifications
You must be signed in to change notification settings - Fork 24
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
Feature: Select supported cards based on AID #39
base: main
Are you sure you want to change the base?
Conversation
Hi @mrts, I was wondering: Instead of trying to list all AIDs located on the card (which I don't know if it's even possible), it might be easier to implement simple repeated SELECT + AID from hard-coded list of supported AIDs. Here's my question to your or anyone else working on the Web-eID (I do not have this knowledge or experience to know this): Best Regards, |
STATUS UPDATE: |
@@ -1,3 +1,3 @@ | |||
[submodule "lib/libpcsc-cpp"] | |||
path = lib/libpcsc-cpp | |||
url = ../libpcsc-cpp | |||
url = https://github.com/web-eid/libpcsc-cpp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be reverted to the original relative path.
I have created this draft PR to layout very basic changes for Web-eID to be able to work with smartcards based on application AID installed on the card, not the ATR itself. Related to #38