Frank Morgner
Frank Morgner
The lack of activity shows that this seems to add a feature that doesn't actually solve a problem. Most cards, only support a single PKI application, and those which have...
> Now multiple applets on a card are common. Multiple applets on cards may be common in the sense that there are somewhat seperated in runtime and functionality on the...
> I have a concurrent usage scenario with [isoapplet](https://github.com/philipWendland/IsoApplet) for OpenVPN and [ykneo-openpgp](https://github.com/Yubico/ykneo-openpgp) for GPG, but do not have much time currently to work on it. Further more, as GPG...
Windows on ARM was something people were wishing few years ago, but it looked like WIntel was too much of a burden to make it real. Nice to hear that...
In `opensc.conf`, please enable debug mode and write the log to a file.
If you're using a single application only with your card (i.e. firefox), you could also try the `lock_login` option.
Your log only activity in the first 5 seconds of running firefox... how long did you run the program? Just use ``` app default { debug = 20; debug_file =...
Firefox constantly requests the PIN status (logged in/out), because status may change as other processes/threads are accessing the yubikey. OpenSC locks the card and 1. checks whether PIV is still...
That are quite some changes... I think it will take some time until I have the capacity of doing a deeper review. Just some quick notes: - I wonder why...
please compare your SM APDU encoding to what `sm/sm-iso.c` is based on   The encoding of PIV's SM is absolutely identical. Please use `sm/iso-sm.h` for this and you just...