Maksim Ivanov

Results 29 comments of Maksim Ivanov

I'm not entirely clear on the PC/SC-Lite's threading model, so not sure about the proper fix. Maybe we could keep the `handlesList_lock` locked during the list destruction, but then we...

Exactly, that's the problematic scenario. I observed it under ASan, so it's a real UaF, even if pretty rare to happen in practice. I guess that there are also other...

Sorry, I got distracted by some other high-priority things. Will try to get back to this soonish.

Hello, a few thoughts/questions: 1. When you're saying it works outside the chrome enterprise kiosk, do you mean that it works after clicking "add reader" in the Smart Card Connector's...

Please let me know if that worked and whether enabling the support for this reader would still make sense by default.

Hello, is there.any update on this issue? I'm maintaining a local patch to the Closure Library to work around this issue since 3 years, but would be happy if this...

One more item: - The current protocol requires the 'data' field to be specified in all messages even there's no additional data to be passed.

Changing the exclusive use would be pretty hard, both from the implementation perspective (involving significant rework of the CCID free software driver) and also from the practical usefulness (since a...

For the sharing smart card support between Crostini and the host OS, please file an issue into the Chromium tracker (https://crbug.com), which in particular tracks the Crostini-related tasks. This would...

> It appears there might be a way to share access if one or the other process isn't "actively" using the smart card. > > https://wiki.archlinux.org/index.php/GnuPG#Shared_access_with_pcscd Thanks, but AFAICS that...