Ingo Struck

Results 46 comments of Ingo Struck

@Mai-Lapyst I think that a PR would be highly welcome.

I would tend to close this issue. Connectivity problems in WSL2 are common in all sorts of scenarios because the network setup between the WSL2 VM and the Windows host...

Is there anybody out there with a patch for this issue? Keeping order is a relevant property; e.g. the data from a server may be pre-sorted and that op might...

@frankmorgner The default tool to manage the SmartCardHSM provided by @CardContact is the `scsh3` and the companion, `scsh3gui`. https://www.openscdp.org/scsh3/gettingstarted.html These java/java script based tools are _interactive_, so you may _login_...

@saper > I am not not sure if all crypto tokens supported by OpenSC behave the same way Probably most of them. https://github.com/OpenSC/OpenSC/blob/20899a14a38a8be036e284573a4b4c3908793b1c/src/libopensc/card.c#L328-L331 > I think this happens when the...

> But that sounds a very dirty approach for what you're actually trying to achieve. Indeed. :+1: I would agree that the idea to _"keep an authenticated session between subsequent...

@frankmorgner ok, I will have a look into it this weekend. Thank you for the signal to move forward with a PR.

@frankmorgner I would love to adjust that based on `part10_get_vendor_product`. However, the reader does not support reading it. `part10_get_vendor_product: id_vendor=ffffffff id_product=ffffffff` I inserted some more debugging and it turns out...

@frankmorgner @CardContact here you go with a PR. I added this as draft for you to review. You might want to check - if it is OK to have the...

@CardContact during further tests I saw that we have a very similar problem with the reading logic. In the `scsh` within `SmartCardHSM.js` there is - a more sophisticated logic to...