1.5.1 - 14 November 2022, Ludovic Rousseau
Add support of
Access IS ATR220 with idProduct: 0x0184
Alcor Link AK9567
Alcor Link AK9572
BLUTRONICS TAURUS NFC
CHERRY SmartTerminal ST-1144
CREATOR CRT-603(CZ1) CCR
Dexon Tecnologias Digitais LTDA DXToken
ESMART Reader ER433x ICC
ESMART Reader ER773x Dual & 1S
Flight system consulting Incredist
Ledger Nano S
Ledger Nano S Plus
Ledger Nano SP
Ledger Nano X
SafeNet eToken Fusion
Sensyl SSC-NFC Reader
Adjust USB drivers path at run-time via environment variable PCSCLITE_HP_DROPDIR
configure.ac: add --enable-strict option
Fix a problem with AUTO PPS readers and ATR convention inverse cards
examples/scardcontrol:
- add support of 6A xx error codes
- check WinSCard error early
- parse wLcdLayout & bEntryValidationCondition
macOS: log non sensitive strings as "%{public}s"
Some other minor improvements
What's Changed
Fix debug logging of lang in ccid.c in LudovicRousseau/CCID#96
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
1.5.0 - 27 January 2022, Ludovic Rousseau
- Add support of
- ACS ACR1281U
- Circle CCR7125 ICC
- Circle CIR125 ICC
- Circle CIR125-DOT ICC
- Circle CIR215 CL with iProduct 0x2100
- Circle CIR315 DI
- Circle CIR315 with idProduct: 0x0324
- Circle CIR315 with idProduct: 0x7004
- Circle CIR415 CL
- Circle CIR515 ICC
- Circle CIR615 CL
- Circle CIR615 CL & 1S
- ELYCTIS CL reader
- Nitrokey Nitrokey 3
- Thales Shield M4 Reader
- Add support of simultaneous slot access on multi slots readers
- Use FeliCa instead of Felica on SONY request
- Fix SafeNet eToken 5110 SC issue
- Allow vendor control commands for Omnikey 5427 CK
- always compute readTimeout to use a value greater than default 3 seconds
- Check the bSeq value when receiving a CCID frame
- Avoid logging errors when a reader is removed
- Some other minor improvements
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL
licenses. But a lot of packages did use a different, non-SPDX style with a
"+" at the end instead of "-or-later".
Signed-off-by: Sven Eckelmann <sven@narfation.org>