Frank Morgner

Results 589 comments of Frank Morgner

For ease of use, we're often modifying the LIBS variable instead of specifying a per-target dependency. This starts in configure.ac, where, for example, `pkg-config gio-2.0 --libs` is added to LIBS....

If I'm reading the comments in https://github.com/OpenSC/OpenSC/issues/1992 correctly, then the official middleware was once based on OpenSC. But this version seems to be withdrawn now (maybe due to the license...

Are you aware of the limitations indicated in https://github.com/OpenSC/OpenSC/issues/508#issuecomment-185860332?: > First of all, by default the card is bound with `sc_pkcs15_bind_internal()` instead of `sc_pkcs15_bind_synthetic()`. Your code is only executed if...

AFAIK, the previously hard coded SM parameters were related to test cards. For the cards in productive use, a specific version of `opensc.conf` was distributed anyway. We can assume that...

As said before, I think having SM as seperate module is not the best option. If I were you, I'd keep the SM configuration at the card driver level (i.e....

- You're talking about the PGP application of the Yubikey, right? - Could you post an example for using `DO C4`? - We need to check the docs if implementation...

Other projects can easily integrate the C code or the libraries directly, as done in [OpenSCToken](https://github.com/frankmorgner/OpenSCToken), for example. If I understand correctly, a macos/ios framework eases integration for an developers....

What's the status of this topic, is there anything to do?