pcsc-lite is a Free Software implementation of the PC/SC (or WinSCard) API for Unix systems.
Changes:
1.8.17: Ludovic Rousseau
29 May 2016
- Fix
SCardEndTransaction()issue with aSCARD_SHARE_EXCLUSIVEconnection - Fix an issue when used with systemd (problem in signal handler)
SCardGetAttrib(): setpcbAttrLenwhen buffer is too small- Doxygen:
SCardGetAttrib()pbAttrcan be NULL - Doxygen:
SCardGetAttrib()*pcbAttrLencontains the buffer size - fix compilation warnings and link errors on SunOS
- Some other minor improvements