Frank Morgner
Frank Morgner
If you're planning to make a contribution to the project, we'd love to add a new card to OpenSC. We would be happy to get you going and to comment...
> When I follow the steps mentioned on this link: https://github.com/OpenSC/OpenSC/wiki/Compiling-and-Installing-on-Unix-flavors the build is successful but when I try to run the build script within the MacOSx folder: sudo ./MacOSX/build...
What's the status here? Will you add `--private-keygen` to mark the generated key as private (as yet another suggestion)?
please resubmit if you have time to finalize this pull request.
about pgp_get_card_features(), I think it should be changed to something like this: ```diff diff --git a/src/libopensc/card-openpgp.c b/src/libopensc/card-openpgp.c index 3abc5b41f..11cc118c6 100644 --- a/src/libopensc/card-openpgp.c +++ b/src/libopensc/card-openpgp.c @@ -975,9 +975,8 @@ pgp_get_card_features(sc_card_t *card)...
Yes, that should be possible, feel free to create a PR. If I understand correctly, the the AID `0xA0, 0x00, 0x00, 0x06, 0x47, 0x2F, 0x00, 0x01` is *always* used to...
What's the status of this topic?
Due to a lack of time, I don't currently plan any changes. Feel free to make a pull request adding support for compatibility.
I'm not familiar with the detailed process of how these pieces fit together on Windows. Do you have some internet ressource with background information on this? In particular, I wonder...