PCSC Smart Cards Library
The purpose of PCSC Lite is to provide a Windows(R) SCard interface in
a very small form factor for communication with smart cards and
readers. PCSC Lite can be compiled directly for a desired reader driver
or can be used to dynamically allocate/deallocate reader drivers at
runtime (the default behavior).
PCSC Lite uses the same winscard API as used in Windows(R).
Security aware people should read the SECURITY file for possible
vulnerabilities of pcsclite and how to fix them. For information on how
to install drivers please read the DRIVERS file.
Memory cards will be supported through the MCT specification, which is
an APDU like manner sent normally through the SCardTransmit() function.
This functionality is exercised in the driver.
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:42.3/pcsc-lite && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
README.SUSE | 0000000104 104 Bytes | |
baselibs.conf | 0000000126 126 Bytes | |
pcsc-lite-1.8.17.tar.bz2 | 0000716673 700 KB | |
pcsc-lite-1.8.17.tar.bz2.asc | 0000000819 819 Bytes | |
pcsc-lite-init | 0000002606 2.54 KB | |
pcsc-lite-reader-conf | 0000000365 365 Bytes | |
pcsc-lite.changes | 0000034604 33.8 KB | |
pcsc-lite.keyring | 0000021232 20.7 KB | |
pcsc-lite.spec | 0000008757 8.55 KB | |
pcsc-lite.sysconfig | 0000000195 195 Bytes | |
pre_checkin.sh | 0000000709 709 Bytes | |
systemd-service.patch | 0000000480 480 Bytes |
Revision 5 (latest revision is 12)
- Updated to version 1.8.17 * Fix SCardEndTransaction() issue with a SCARD_SHARE_EXCLUSIVE connection * Fix an issue when used with systemd (problem in signal handler) * SCardGetAttrib(): set pcbAttrLen when buffer is too small * Some other minor improvements - Updated to version 1.8.16 * SCardCancel() was not correctly handled When a SCardGetStatusChange() was cancelled then a next PC/SC call after the SCardGetStatusChange() may fail with a strange error code if the event waited in SCardGetStatusChange() occurs. * Doxygen: fix different documentation issues * SCARD_SCOPE_GLOBAL is now defined in a public header (even if never used) * Enable Trace and Profile features using compiler flags and without modifying the source code * Some other minor improvements and bug corrections - Updated to version 1.8.15 * Add support of remove and/or customize PC/SC reader names using PCSCLITE_FILTER_IGNORE_READER_NAMES and PCSCLITE_FILTER_EXTEND_READER_NAMES * Some other minor improvements and bug corrections - Don't enable polkit for 13.1 and SLE12. There are no policy defaults defined yet (bsc#941721#c7).
Comments 0