chromeos_smart_card_connector
chromeos_smart_card_connector copied to clipboard
Smart Card Connector App for Chrome OS
Currently, the "Export logs" button in the Connector app only exports the logs collected from this application execution. As the Connector app (in Release mode) automatically restarts itself in case...
Currently, usage of the "make run"/"make test" commands in the repository is burdened due to NaCl initialization errors returned by Chrome. The errors are transient and go away after waiting...
See more details on the Chromium group and the Crbug that actually appears to be partially by design behavior from the connector. https://groups.google.com/a/chromium.org/d/msg/chromium-os-dev/7lvuQOVJbBo/JI0YnV7QAQAJ https://bugs.chromium.org/p/chromium/issues/detail?id=1030778#c_ts1583002164
Currently, the JavaScript code in this repository follows pretty old guidelines (in some aspects, a few-years-old one). The code doesn't conform to the current Google JavaScript Style Guide () in...
We received a few random bug reports that sometimes the Smart Card Connector app may hang when using multiple readers. Some of the reports (note that we don't know for...
We implement several types of value conversions in the //common/cpp library: * Conversions between `Value` objects and regular C++ types; * Conversions between `Value` objects and Native Client `pp::Var` objects...
Scenario: - Desktop workstation that uses gpg2/gpg-agent for SSH authentication. - ChromeOS device that uses the Smart Card Connector extension. - Chrome profile is synchronized between desktop workstation and ChromeOS....
Permission dialog should be automatically closed and resolved when the managed policy gets updated
Currently, when the managed policy gets updated, it has no influence on the previous requests that are blocked waiting for user decision (i.e. until it presses "Allow" or "Block"). Instead,...
Currently, around a half of a typical log line (from both the Smart Card Connector app and a typical smart card middleware app) is effectively non-informative clutter. For example, from...
There seems to be some currently not well understood combination of conditions that leads to the CCID driver being unable to power up the card and, consequently, to failures to...