Frank Morgner

Results 703 comments of Frank Morgner

If it is only a simple change, feel free to make a pull request.

Option 1: Create a shared library which takes the PC/SC requests and forward them via JNI to you Anrdoid (NFC) app. Option 2: Take an existing implementation of libpcsclite.so, which...

Speaking of USB OTG, I assume that you want to use the phone (app) as reader, so you are *not* connecting an external PC/SC reader to the phone, correct?

I that case, you could use https://seek-for-android.github.io/ which implements a complete PC/SC stack (PCSC-Lite) on Android. If your targetting OpenSC only, I suggest you try [OpenCT](https://github.com/OpenSC/openct/) with its own more...

The thing is that pkcs11-register.exe can *also* be used from the command line and we would like to keep it that way. In opensc-notify.exe we have achieved this by defining...

Avoiding vbs would be nice, but I don't have a system to test `/SUBSYSTEM:WINDOWS `. So I'd like to postpone this change until we can try out the suggestion.

I believe that the most prominent use case of pkcs11-register was Firefox, but since on Windows and macOS FF switched to the OS' native method for hardware tokens, FF integration...

It seems that the vendor "forgot" to add some metadata about the keys and certificates that are contained on the card, instead Datev provides a custom built middleware without any...

please re-open if you plan to implement support for the token

Your suggestion is very welcome, but please open a pull request with the change to allow an easier review process.