chromeos_smart_card_connector icon indicating copy to clipboard operation
chromeos_smart_card_connector copied to clipboard

Smart Card Connector App for Chrome OS

Results 76 chromeos_smart_card_connector issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

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

bug
enhancement

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...

enhancement
refactoring

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...

bug

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...

enhancement

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....

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,...

bug

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...

enhancement

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...

bug