Frank Morgner

Results 586 comments of Frank Morgner
trafficstars

It's great to see this commitment and I am sure we can refine the status quo soon. So far, nobody linked this problem to a certain commit that introduces the...

See https://github.com/OpenSC/OpenSC/pull/1808 for the suggested temporary workaround

Thanks for the detailed analysis. It looks like you are the best one to solve this issue. You've designed both, the initial conversation and the dynamic one. Unfortuantely, the latter...

I think SC-HSM (which is behind NitroKey HSM2) [populates the flag CKA_PRIVATE as SC_PKCS15_CO_FLAG_PRIVATE to card objects](https://github.com/OpenSC/OpenSC/blob/b577531720cf1ec1e82c44cbae6d7fc23866e269/src/pkcs15init/pkcs15-sc-hsm.c#L392-L417), but not to public key objects. That's why, when read out again, the...

public keys, CA certificates and user certificates are stored in an object range that is *always readable* (first byte of FID is `0xCA` or `oxCE`). So call it "token specific"...

In general, it is very well possible in OpenSC to generate a key pair and marking the public key as private, but it depends it on the actual card driver...

Hmm, I don't see how the changes should affect the code. Also, this python version seems to work for me as expected...

Here you find the fix for exactly the same error message (in python 3.12). https://github.com/neovim/pynvim/pull/534/files#diff-30fa4df68b7ec17e985d7d0dd3536d8c469e0f118f262708e1449da29e33d479R29-R40 The fix is to use importlib.import_module instead of imp. However, vpicc already uses the former...

Not sure how to update or avoid py-compile manually as it is automatically added, see https://www.gnu.org/software/automake/manual/html_node/Python.html. I guess, this directly depends on the version of autotools that are installed. I...

if i understand correctly, no physical smart card is involved and you startet the programs in the following order on one and the same machine: 1. pcscd with vpcd loaded...