Frank Morgner
Frank Morgner
I don't know why it's hanging... It's listed in https://monitor.f-droid.org/builds/needsupdate, which means that is [*should* be included soon](https://f-droid.org/en/docs/FAQ_-_App_Developers/#:~:text=to%20do%20this). If it has been withheld, I don't know how to trigger a...
Hi! It seems like I didn't realize that you did an update of the code. Thank you! Did you also have a look at the other technical comments above? [1](https://github.com/frankmorgner/vsmartcard/pull/208/files/78a1e3056f5d355def51e84ef49c2cb086b0ab84#r712143211)...
It seems you've installed the python packages to a non-default location. try something like this: ```sh env PYTHONPATH=/usr/lib/python3/site-packages/virtualsmartcard vicc -vvv ```
For any card or token that you want to use, you need some middleware on the PC where to use it. This piece of middleware *is* your PKCS#11 library. USB...
Actually, I thought of something a little different. Imagine pkcs11-proxy receives `C_GetInfo` from the application (1). My idea was to serialize `C_GetInfo` and its arguments (2), send this request with...
macOS has a standalone implementation for PC/SC, which *is not PCSC-Lite* from brew. I think, the default to use should be the former. Anyway, the compiler flags for macOS are...
What version of XCode do you have installed?
maybe your support files are missing, have you tried `xcode-select --install`?
I was able to reproduce the problem, but I have no idea what causes it...
We've planned this feature, but never had the time to complete it. Basically, you would serialize the whole python object containing all of the files, keys, and status and dump...