Releases: GoogleChromeLabs/chromeos_smart_card_connector
Releases · GoogleChromeLabs/chromeos_smart_card_connector
1.7.0
- Add a new driver to support the following reader:
- HID 5021 CL
- Update Free CCID driver from 1.5.5 to 1.6.1 (release notes for 1.6.0, release notes for 1.6.1).
- Added support for the following readers:
- Aladdin R.D. JCR SecurBio
- FujitsuTechnologySolutions GmbH Dual Smartcard Reader D321
- Ledger Stax
- NXP Pegoda 3
- authenton #1- CTAP2.1
- Add possibility to set/get NAD on T=1 for MEP
- multi-slots readers
- Better handling of reader removal
- Use CLOCK_MONOTONIC for timeouts
- Added support for the following readers:
- Allowlisted the following client applications:
- Xtralogic IWA.
- The required ChromeOS version is >=126 now (this is lowered since the previous release).
1.6.0
ATTENTION: If you have a Kiosk deployment with Smart Card Connector, you'll need to update it beyond ChromeOS 128, because due to a bug in Chrome it doesn't respect minimum_chrome_version
correctly and ends up in a dysfunctional state.
- Switch internal implementation from Native Client to WebAssembly.
- ChromeOS 128 or later is required starting from this version.
1.5.3
- Retry reader init on any error, and do USB reset after repetitive init errors
- Update the bundled PC/SC-Lite from 2.0.0 to 2.1.0 (release notes for 2.0.1, release notes for 2.0.2, release notes for 2.0.3, release notes for 2.1.0)
SCardCancel()
will returnSCARD_S_SUCCESS
even if the client already finished.SCardConnect()
&SCardReconnect()
will now returnSCARD_E_PROTO_MISMATCH
if the application requests to useT=1
only but the reader supportsT=0
only.- Fixed thread safety issues.
1.5.2
- Added support for the following readers:
- AvidCard CAC Smart Card Reader.
1.5.1
1.5.0
- Allowlisted the following client applications:
- IDmelon Accesskey extension.
- Update Free CCID driver from 1.5.2 to 1.5.5 (release notes for 1.5.3, release notes for 1.5.4, release notes for 1.5.5).
- Added support for the following readers:
- ACS ACR1552 1S CL Reader
- ACS ACR1552 CL Reader
- ACS ACR1581
- ACS ACR40T ICC Reader
- ACS ACR40U ICC Reader
- ACS WalletMate 1S CL Reader
- Aktiv Rutoken SCR 3101 NFC Reader
- Alpha-Project ANGARA Token
- Broadcom Corp 58200 (idProduct: 0x5864)
- Broadcom Corp 58200 (idProduct: 0x5865)
- CIRIGHT ONE PASS U2F
- Dexon Tecnologias Digitais LTDA eSmartDX
- Excelsecu Card reader
- GHI NC001
- Identiv uTrust Token Flex
- Imprivata USB CCID
- KAPELSE eS-KAP-Ad
- Kapelse inSide
- KAPELSE KAP-Care
- KAPELSE KAP-eCV
- KAPELSE KAP-GO
- KAPELSE KAP-LINK2
- Kapelse KAP-Move
- Kapelse Ti-Kap
- rf IDEAS USB CCID
- SIMHUB pcsc reader
- SpringCard M519 with idProduct: 0x6212
- SpringCard M519 with idProduct: 0x621A
- WCMi SD5931
- Added support for the following readers:
1.4.2
1.4.1
1.4.0
- Released support for Web Smart Card API.
- The
expose_chrome_smart_card_api
policy, which temporarily gated this feature, is deprecated now. This functionality is on by default.
- The
- Fix a possible crash in the USB subsystem.
- Minor logging improvements.
- Minor size reduction (-2%).
1.3.15.0
- Alpha implementation for Web Smart Card API (enable by setting the "expose_chrome_smart_card_api" policy to "True").
- UI for notifying the user in case the application crashed.