PySCard 2.0.8 released

I just released a new version of pyscard. PySCard is a python module adding smart cards support (PC/SC) to Python.

The PySCard project is available at:

Changes:

2.0.8 (march 2024)

  • Make CardMonitor() thread safe on Python 3.12

  • Add hresult value in exceptions

  • Improve documentation

  • Check swig is installed on build

  • Remove use of imp module for wx (GUI)

  • Makefile: modernize use of setup.py

  • Minor changes

New version of pcsc-lite: 2.0.3

I just released a new version of pcsc-lite 2.0.3.

pcsc-lite is a Free Software implementation of the PC/SC (or WinSCard) API for Unix systems.

In version 2.0.2 I renamed SCARD_E_UNKNOWN_RES_MNG into SCARD_E_UNKNOWN_RES_MSG in this patch Fix typo in (unused) error code SCARD_E_UNKNOWN_RES_MSG to fix the reported issue Error symbol SCARD_E_UNKNOWN_RES_MNG should be SCARD_E_UNKNOWN_RES_MSG #169. The symbol is not used by pcsc-lite so I thought the change was harmless.

But this change made some software fail to build. For example ausweisapp2 fails to build with the error (Debian bug #1065380):

/<<PKGBUILDDIR>>/src/card/pcsc/PcscUtils.h:112:46: error: ‘SCARD_E_UNKNOWN_RES_MNG’ was not declared in this scope; did you mean ‘SCARD_E_UNKNOWN_RES_MSG’?
  112 |         Scard_E_Unknown_Res_Mng = returnCode(SCARD_E_UNKNOWN_RES_MNG),         /**< An unrecognized error code was returned from a layered component. */
          |                                              ^~~~~~~~~~~~~~~~~~~~~~~

I now discover that Windows does define BOTH values:

What The F... Microsoft?

Changes:

2.0.3: Ludovic Rousseau

3 March 2024

  • add SCARD_E_UNKNOWN_RES_MNGi back

New version of pcsc-lite: 2.0.2

I just released a new version of pcsc-lite 2.0.2.

pcsc-lite is a Free Software implementation of the PC/SC (or WinSCard) API for Unix systems.

This version fixes issues with the protocol negotiation algorithm.

We should not try to use a protocol that is not in the preferred ones from the application. If the application requests to use T=1 only but the card does support T=0 & T=1, and the reader does support T=0 only we should NOT try to use T=0 but fail instead.

SCardConnect() & SCardReconnect() will now return SCARD_E_PROTO_MISMATCH.

This should match the Windows behaviour.

Changes:

2.0.2: Ludovic Rousseau

3 March 2024

  • SCardConnect() & SCardReconnect(): restrict the protocol used

  • negotiate PTS also for the backup protocol

  • pcscd.8 manpage:

    • document --disable-polkit

    • add "CONFIGURATION FILE" section

  • Some other minor improvements

macOS Sonoma bug: SCardControl() (part 2)

In macOS Sonoma bug: SCardControl() returns SCARD_E_NOT_TRANSACTED I presented the problems with SCardControl() on macOS Sonoma. Then in Apple's own CCID driver in Sonoma we saw that macOS Sonoma provides two CCID drivers: one from Apple and one from me.

In Sonoma version 14.3 the situation evolved. The bug described in macOS Sonoma bug: SCardControl() returns SCARD_E_NOT_TRANSACTED is mostly fixed.

Switch CCID driver

It is easy to switch between Apple CCID driver and my CCID driver.

To enable my CCID driver you do:

sudo defaults write /Library/Preferences/com.apple.security.smartcard useIFDCCID -bool yes

To enable Apple CCID driver you do:

sudo defaults write /Library/Preferences/com.apple.security.smartcard useIFDCCID -bool no

SCardControl

For my tests I used the sampe code scardcontrol included in my driver source code.

My CCID driver

$ ./scardcontrol
SCardControl sample code
V 1.4 © 2004-2010, Ludovic Rousseau [ludovic.rousseau@free.fr](mailto:ludovic.rousseau@free.fr)

THIS PROGRAM IS NOT DESIGNED AS A TESTING TOOL!
Do NOT use it unless you really know what you do.

SCardListReaders: OK
Available readers (use command line argument to select)
0: Gemalto Ezio Shield

Using reader: Gemalto Ezio Shield
Protocol: 1
SCardConnect: OK
SCardControl: OK
TLV (24): 06 04 42 33 00 06 07 04 42 33 00 07 0A 04 42 33 00 0A 12 04 42 33 00 12
SCardControl(CM_IOCTL_GET_FEATURE_REQUEST): OK
Reader supports: FEATURE_VERIFY_PIN_DIRECT
Reader supports: FEATURE_MODIFY_PIN_DIRECT
Reader supports: FEATURE_IFD_PIN_PROPERTIES
Reader supports: FEATURE_GET_TLV_PROPERTIES

SCardControl(GET_TLV_PROPERTIES): OK
GET_TLV_PROPERTIES (59): 01 02 11 04 04 02 11 00 05 02 04 00 03 01 00 08 10 47 65 6D 43 78 30 30 2D 56 37 2E 30 34 2E 30 35 06 01 04 07 01 10 02 01 02 09 01 00 0B 02 E6 08 0C 02 C0 34 0A 04 00 00 00 00

Display all the properties:
wLcdLayout: 0x0411
Display with 4 lines of 17 columns
wLcdMaxCharacters: 0x0011
wLcdMaxLines: 0x0004
bTimeOut2: 0x00
sFirmwareID: GemCx00-V7.04.05
bMinPINSize: 0x04
bMaxPINSize: 0x10
bEntryValidationCondition: 0x02
Validation key pressed (2)
bPPDUSupport: 0x00
wIdVendor: 0x8E6
wIdProduct: 0x34C0
dwMaxAPDUDataSize: 0

Find a specific property:
wIdVendor: 0x08E6
wIdProduct: 0x34C0
PIN min size defined: 4
PIN max size defined: 16
Entry Validation Condition defined: 2

SCardControl(pin_properties_ioctl): OK
PIN PROPERTIES (4): 11 04 02 00
wLcdLayout: 0x0411
Display with 4 lines of 17 columns
bEntryValidationCondition: 2
Validation key pressed (2)
bTimeOut2: 0

Reader: Gemalto Ezio Shield (length 20 bytes)
State: 0x0054
Prot: 1
ATR (length 18 bytes): 3B 6E 00 00 80 31 80 65 B0 03 02 01 5E 83 00 00 90 00
SCardStatus: OK
Protocol: 1
SCardReconnect: OK
Select applet: 00 A4 04 00 06 A0 00 00 00 18 FF
SCardTransmit: OK
card response: 90 00

Secure verify PIN
command: 00 00 82 08 00 10 04 02 01 09 04 00 00 00 00 0D 00 00 00 00 20 00 00 08 30 30 30 30 00 00 00 00
Enter your PIN:
SCardControl: OK
card response [2 bytes]: 90 00: Success

verify PIN dump: 00 40 00 00 FF
SCardTransmit: OK
card response: 00 20 00 00 08 31 32 33 34 35 36 37 38 90 00

SCardDisconnect: OK

Apple driver

$ ./scardcontrol
SCardControl sample code
V 1.4 © 2004-2010, Ludovic Rousseau [ludovic.rousseau@free.fr](mailto:ludovic.rousseau@free.fr)

THIS PROGRAM IS NOT DESIGNED AS A TESTING TOOL!
Do NOT use it unless you really know what you do.

SCardListReaders: OK
Available readers (use command line argument to select)
0: Gemalto Ezio Shield Pro SC

Using reader: Gemalto Ezio Shield Pro SC
Protocol: 1
SCardConnect: OK
SCardControl: OK
TLV (30): 12 04 42 33 00 12 06 04 42 33 00 06 07 04 42 33 00 07 0A 04 42 33 00 0A 13 04 42 00 00 01
SCardControl(CM_IOCTL_GET_FEATURE_REQUEST): OK
Reader supports: FEATURE_GET_TLV_PROPERTIES
Reader supports: FEATURE_VERIFY_PIN_DIRECT
Reader supports: FEATURE_MODIFY_PIN_DIRECT
Reader supports: FEATURE_IFD_PIN_PROPERTIES
Reader supports: FEATURE_CCID_ESC_COMMAND

SCardControl(GET_TLV_PROPERTIES): OK
GET_TLV_PROPERTIES (34): 01 02 11 04 03 01 00 09 01 01 0B 02 E6 08 0C 02 C0 34 0A 04 05 01 00 00 08 00 04 02 11 00 05 02 04 00

Display all the properties:
wLcdLayout: 0x0411
Display with 4 lines of 17 columns
bTimeOut2: 0x00
bPPDUSupport: 0x01
PPDU is supported over SCardControl using FEATURE_CCID_ESC_COMMAND
wIdVendor: 0x8E6
wIdProduct: 0x34C0
dwMaxAPDUDataSize: 261
sFirmwareID:
wLcdMaxCharacters: 0x0011
wLcdMaxLines: 0x0004

Find a specific property:
wIdVendor: 0x08E6
wIdProduct: 0x34C0

SCardControl(pin_properties_ioctl): OK
PIN PROPERTIES (4): 11 04 07 00
wLcdLayout: 0x0411
Display with 4 lines of 17 columns
bEntryValidationCondition: 7
Max size reached (1)
Validation key pressed (2)
Timeout occurred (4)
bTimeOut2: 0

Reader: Gemalto Ezio Shield Pro SC (length 27 bytes)
State: 0x0054
Prot: 1
ATR (length 18 bytes): 3B 6E 00 00 80 31 80 65 B0 03 02 01 5E 83 00 00 90 00
SCardStatus: OK
Protocol: 1
SCardReconnect: OK
Select applet: 00 A4 04 00 06 A0 00 00 00 18 FF
SCardTransmit: OK
card response: 90 00

Secure verify PIN
command: 00 00 82 08 00 08 04 07 01 09 04 00 00 00 00 0D 00 00 00 00 20 00 00 08 30 30 30 30 00 00 00 00
Enter your PIN:
SCardControl: OK
card response [0 bytes]::

verify PIN dump: 00 40 00 00 FF
SCardTransmit: OK
card response: 00 20 00 00 08 31 32 33 34 35 36 37 38 90 00

SCardDisconnect: OK

Diff

Here is the diff between the two outputs above:

--- libccid_pinpad      2024-02-04 15:02:41.673189176 +0100
+++ apple_pinpad        2024-02-04 15:02:18.149970763 +0100
@@ -7,54 +7,51 @@ Do NOT use it unless you really know wha

 SCardListReaders: OK
 Available readers (use command line argument to select)
-0: Gemalto Ezio Shield
+0: Gemalto Ezio Shield Pro SC

-Using reader: Gemalto Ezio Shield
+Using reader: Gemalto Ezio Shield Pro SC
  Protocol: 1
 SCardConnect: OK
 SCardControl: OK
- TLV (24): 06 04 42 33 00 06 07 04 42 33 00 07 0A 04 42 33 00 0A 12 04 42 33 00 12
+ TLV (30): 12 04 42 33 00 12 06 04 42 33 00 06 07 04 42 33 00 07 0A 04 42 33 00 0A 13 04 42 00 00 01
 SCardControl(CM_IOCTL_GET_FEATURE_REQUEST): OK
+Reader supports: FEATURE_GET_TLV_PROPERTIES
 Reader supports: FEATURE_VERIFY_PIN_DIRECT
 Reader supports: FEATURE_MODIFY_PIN_DIRECT
 Reader supports: FEATURE_IFD_PIN_PROPERTIES
-Reader supports: FEATURE_GET_TLV_PROPERTIES
+Reader supports: FEATURE_CCID_ESC_COMMAND

 SCardControl(GET_TLV_PROPERTIES): OK
-GET_TLV_PROPERTIES (59): 01 02 11 04 04 02 11 00 05 02 04 00 03 01 00 08 10 47 65 6D 43 78 30 30 2D 56 37 2E 30 34 2E 30 35 06 01 04 07 01 10 02 01 02 09 01 00 0B 02 E6 08 0C 02 C0 34 0A 04 00 00 00 00
+GET_TLV_PROPERTIES (34): 01 02 11 04 03 01 00 09 01 01 0B 02 E6 08 0C 02 C0 34 0A 04 05 01 00 00 08 00 04 02 11 00 05 02 04 00

 Display all the properties:
  wLcdLayout: 0x0411
   Display with 4 lines of 17 columns
- wLcdMaxCharacters: 0x0011
- wLcdMaxLines: 0x0004
  bTimeOut2: 0x00
- sFirmwareID: GemCx00-V7.04.05
- bMinPINSize: 0x04
- bMaxPINSize: 0x10
- bEntryValidationCondition: 0x02
-  Validation key pressed (2)
- bPPDUSupport: 0x00
+ bPPDUSupport: 0x01
+  PPDU is supported over SCardControl using FEATURE_CCID_ESC_COMMAND
  wIdVendor: 0x8E6
  wIdProduct: 0x34C0
- dwMaxAPDUDataSize: 0
+ dwMaxAPDUDataSize: 261
+ sFirmwareID:
+ wLcdMaxCharacters: 0x0011
+ wLcdMaxLines: 0x0004

 Find a specific property:
  wIdVendor: 0x08E6
  wIdProduct: 0x34C0
- PIN min size defined: 4
- PIN max size defined: 16
- Entry Validation Condition defined: 2

 SCardControl(pin_properties_ioctl): OK
-PIN PROPERTIES (4): 11 04 02 00
+PIN PROPERTIES (4): 11 04 07 00
  wLcdLayout: 0x0411
   Display with 4 lines of 17 columns
- bEntryValidationCondition: 2
+ bEntryValidationCondition: 7
+  Max size reached (1)
   Validation key pressed (2)
+  Timeout occurred (4)
  bTimeOut2: 0

- Reader: Gemalto Ezio Shield (length 20 bytes)
+ Reader: Gemalto Ezio Shield Pro SC (length 27 bytes)
  State: 0x0054
  Prot: 1
  ATR (length 18 bytes): 3B 6E 00 00 80 31 80 65 B0 03 02 01 5E 83 00 00 90 00
@@ -66,10 +63,10 @@ SCardTransmit: OK
  card response: 90 00

  Secure verify PIN
- command: 00 00 82 08 00 10 04 02 01 09 04 00 00 00 00 0D 00 00 00 00 20 00 00 08 30 30 30 30 00 00 00 00
+ command: 00 00 82 08 00 08 04 07 01 09 04 00 00 00 00 0D 00 00 00 00 20 00 00 08 30 30 30 30 00 00 00 00
 Enter your PIN:
 SCardControl: OK
- card response [2 bytes]: 90 00: Success
+ card response [0 bytes]::

 verify PIN dump: 00 40 00 00 FF
---

Some differences to note:

FEATURE_CCID_ESC_COMMAND

Apple driver reports it supports FEATURE_CCID_ESC_COMMAND.

According to Interoperability Specification for ICCs and Personal Computer Systems, Part 10 IFDs with Secure PIN Entry Capabilities page 27:

2.6.15 FEATURE_CCID_ESC_COMMAND

This feature can be used to retrieve the control code to send a CCID escape command (PC_to_RDR_Escape see [4]) to the reader.

The input parameter for this feature is a pointer to the abData field (see [4]) containing the specific escape command.

The output parameter is a pointer to a buffer that will contain the reader response. Note that a CCID escape command is specific to a given reader, so before issuing this command, the application has to make sure it addresses the appropriate reader.

With my driver, for security reasons, this feature is active only if enabled in the Info.plist file for ifdDriverOptions option.

bPPDUSupport

Apple driver reports bPPDUSupport: 0x01.

According to Interoperability Specification for ICCs and Personal Computer Systems, Part 10 IFDs with Secure PIN Entry Capabilities page 25:

bPPDUSupport.

  • Bit0: If set to 1, PPDU is supported over SCardControl using FEATURE_CCID_ESC_COMMAND

  • Bit1: If set to 1, PPDU is supported over SCardTransmit

My driver does not support PPDU (Pseudo APDU) because SCardControl() works fine so not need of PPDUs.

dwMaxAPDUDataSize

Apple driver reports: dwMaxAPDUDataSize: 261.

According to Interoperability Specification for ICCs and Personal Computer Systems, Part 10 IFDs with Secure PIN Entry Capabilities page 26:

dwMaxAPDUDataSize

Maximal size of data the reader and its driver can support

  • 0: short APDU only.

  • 0<X<=256: forbidden values (RFU)

  • 256 < X <= 0x10000: short and extended APDU of up to X bytes of data

  • 0x10000 < X: invalid values (RFU)

261 is a very strange value. Even more strange if you know that this reader supports short APDU only. The correct value (as correctly reported by my driver) is 0 for this reader.

sFirmwareID

Apple driver reports: sFirmwareID:.

The firmware string is empty. This is not suprising since a proprietary command is used to get the firmware release string from a Gemalto reader.

My driver reports: sFirmwareID: GemCx00-V7.04.05.

Maybe the Apple driver should not report any sFirmwareID if no data is provided.

bEntryValidationCondition

Apple driver reports: bEntryValidationCondition: 7.

7 (00000111b in binary) should be the default value. But this specific reader does only supports "Validation key pressed" but not "Max size reached" or "Timeout occurred" as wrongly indicated by the Apple driver.

My driver reports the correct value bEntryValidationCondition: 2.

PIN min/max size defined

Apple driver does NOT report PIN min and max sizes.

This can be problematic if the application does not know what values to use with a specific reader. Not all readers support the same min and max values.

Secure Verify PIN comand

The most problematic issue is that the Secure Verify PIN command (FEATURE_VERIFY_PIN_DIRECT) using the Apple driver returns:

Secure verify PIN
command: 00 00 82 08 00 08 04 07 01 09 04 00 00 00 00 0D 00 00 00 00 20 00 00 08 30 30 30 30 00 00 00 00
Enter your PIN:
SCardControl: OK
card response [0 bytes]::

The SCardControl() returns SCARD_S_SUCCESS (i.e. no error) but the PIN is not asked by the pinpad reader, and of course not submitted and verified by the card.

This command just silently fails. A pinpad reader can't be used with the Apple CCID driver.

Conclusion

You may have problems if you use the Apple driver with the SCardControl() function.

My advice is to enable my CCID driver and not use the Apple driver. It is very easy to do since both drivers are provided with macOS Sonoma (see Switch CCID driver from above).

Blog statistics for 2023

Dear readers,

I wish you a happy new year 2024.

In 2023 I published 30 articles on this blog.

/images/2024/01/stats_2023.png

New web hosting

Since May 2023 (Blog moved to https://blog.apdu.fr/) the blog is hosted on my own server and no more on Google blogger servers.

I needed some time to to develop tools to extract statistics. So this statistics article is not my first article of the year as I usually do.

Moving to my own server was a very good choice. I use only Free Software (vim, nginx, Nikola and many others) and I can exploit the nginx logs as I want. It is also possible to easily search and (mass) edit old articles.

Google analytics (version 4) is now too complex for my use case. My intersest is to know what are the most read articles. awffull, a fork of Webalizer, can do that for me.

Statistics

/images/2024/01/usage.png

I wrote a small Python script to extract data from each month awffull HTML stat pages.

By month

Only the top 5 articles.

May 2023

#

Title

Hits

1

Blog moved to https://blog.apdu.fr/ (May 2023)

210

2

PC/SC sample in different languages (April 2010)

118

3

ATR statistics: Historical bytes - Historical bytes Ti (optional) (March 2020)

84

4

pcsc_scan on Windows (May 2017)

79

5

ATR list study (January 2016)

77

June 2023

#

Title

Hits

1

Card auto power on and off (October 2010)

247

2

Blog moved to https://blog.apdu.fr/ (May 2023)

180

3

New version of pcsc-lite: 2.0.0 (June 2023)

178

4

ATR list study (January 2016)

145

5

ATR statistics: Historical bytes - Historical bytes Ti (optional) (March 2020)

142

July 2023

#

Title

Hits

1

Card auto power on and off (October 2010)

305

2

New version of pcsc-lite: 2.0.0 (June 2023)

233

3

ATR list study (January 2016)

137

4

PC/SC sample in different languages (April 2010)

121

5

Parsing an ATR: new web site URL (September 2019)

116

August 2023

#

Title

Hits

1

libccid and USB selective suspend (April 2011)

370

2

FEATURE_CCID_ESC_COMMAND (October 2011)

355

3

Identifying a reader model (part 2) (April 2012)

340

4

CCID descriptor statistics: dwMaxCCIDMessageLength (April 2013)

243

5

Reader Selection: find the smart card reader you search (September 2015)

239

September 2023

#

Title

Hits

1

CCID descriptor statistics: iProduct (May 2013)

330

2

PCSC sample in Free Pascal (Lazarus) (May 2020)

323

3

Wireshark better at decoding CCID protocol (August 2023)

272

4

PySCard 2.0.7 released (March 2023)

249

5

New PyKCS11 1.5.10 available (December 2020)

236

October 2023

#

Title

Hits

1

macOS Sonoma bug: SCardControl() returns SCARD_E_NOT_TRANSACTED (September 2023)

444

2

macOS Sonoma and smart cards: known bugs (September 2023)

322

3

macOS Sonoma and smart cards status (September 2023)

184

4

Blog moved to https://blog.apdu.fr/ (May 2023)

178

5

macOS Sonoma: The reader name should include the USB serial number (October 2023)

162

November 2023

#

Title

Hits

1

Apple's own CCID driver in Sonoma (November 2023)

305

2

pcsc-lite and polkit (November 2023)

173

3

pcsc_scan on Windows (May 2017)

166

4

macOS Sonoma bug: SCardControl() returns SCARD_E_NOT_TRANSACTED (September 2023)

156

5

New version of libccid: 1.5.4 (October 2023)

151

December 2023

#

Title

Hits

1

New version of pcsc-lite: 2.0.1 (November 2023)

268

2

Apple's own CCID driver in Sonoma (November 2023)

205

3

ATR list study (January 2016)

129

4

pcsc-lite and polkit (November 2023)

121

5

pcsc_scan on Windows (May 2017)

119

Full year 2023

Only the top 20 articles.

Complete year 2023

#

Title

Hits

1

Blog moved to https://blog.apdu.fr/ (May 2023)

1221

2

ATR list study (January 2016)

1082

3

PC/SC sample in different languages (April 2010)

1047

4

pcsc_scan on Windows (May 2017)

1030

5

ATR statistics: Historical bytes - Historical bytes Ti (optional) (March 2020)

996

6

Card auto power on and off (October 2010)

883

7

New version of pcsc-lite: 2.0.0 (June 2023)

883

8

libccid and USB selective suspend (April 2011)

841

9

macOS Sonoma bug: SCardControl() returns SCARD_E_NOT_TRANSACTED (September 2023)

681

10

macOS Ventura and smart cards status (November 2022)

657

11

CCID descriptor statistics: dwMaxCCIDMessageLength (April 2013)

650

12

ATR statistics: TS, initial character (February 2016)

643

13

Reader Selection: find the smart card reader you search (September 2015)

640

14

FEATURE_CCID_ESC_COMMAND (October 2011)

629

15

Extended APDU status per reader (May 2011)

612

16

ATR statistics: T0 - Format byte (March 2016)

610

17

Level 1 smart card support on GNU/Linux (March 2014)

603

18

ATR statistics: TA1 - Global, encodes Fi and Di (April 2016)

571

19

What is in a PC/SC reader name? (May 2010)

562

20

PCSC sample in Python (April 2010)

555

Analysis

  • With no surprise the #1 is Blog moved to https://blog.apdu.fr/.

  • I am surprised to see articles about the ATR parsing. I guess that is because these articles are linked from my Smart card ATR parsing online tool.

  • #4 is about pcsc_scan on Windows. Maybe I should sell this tool on the Windows store? :-)

  • The top 20 contains only 3 articles published in 2023. This means my old articles are still very valuable.

Conclusion

Thank you to you, readers.

Do not hesitate to suggest new subjects, or tools, et caetera you would like to read about. See About me to contact me.

This blog has no advertising. If you want to support me you can become a GitHub Sponsors.

New version of libccid: 1.5.5

I just released version 1.5.5 of libccid the Free Software CCID class smart card reader driver.

Changes:

1.5.5 - 5 January 2024, Ludovic Rousseau

  • Add support of

    • Alpha-Project ANGARA Token

    • Broadcom Corp 58200 (idProduct: 0x5864)

    • Broadcom Corp 58200 (idProduct: 0x5865)

    • 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

  • support Kapelse readers on macOS (composite as multislot)

  • Some other minor improvements

New version of pcsc-lite: 2.0.1

I just released a new version of pcsc-lite 2.0.1.

pcsc-lite is a Free Software implementation of the PC/SC (or WinSCard) API for Unix systems.

This version also has minor bugs corrected. See the "changes" bellow.

Changes:

2.0.1: Ludovic Rousseau

24 November 2023

  • SCardConnect(): return SCARD_W_SECURITY_VIOLATION when needed (polkit)

  • SCardCancel(): return SCARD_S_SUCCESS even if the client already finished

  • polkit is enabled by default

  • libpcscspy: fix a crash with NULL pointers

  • Doxygen: fix SCardBeginTransaction() documentation

  • fix pcscd internal thread safety issues (clang -fsanitize=thread)

  • Some other minor improvements