PCSC lite project

Middleware to access a smart card using SCard API (PC/SC).

Source download #

Get released/stable versions

Go in the Download section.

Consult the ChangeLog file.

Get the current source code from git

You can also access the git development version. You may need to use the git version to support the latest added readers.

git clone https://salsa.debian.org/rousseau/PCSC.git
cd PCSC
./bootstrap
./configure
make

Dependencies

You will need to also install:

Documentation

See also Ludovic Rousseau blog about PC/SC and smart cards

Supported features and more information #

How to get support #

If you have a problem and want to get support from me (ludovic.rousseau@free.fr) you shall include the following information:

Versions

Platform

Log

Then you shall generate a complete log (do not truncate it).

Mailing list

If you have general questions or bug reports you should use the Pcsclite-muscle mailing list.

First search the mailing list archives. Maybe your problem has already been reported and solved. If you have not found a solution then subscribe to the Pcsclite-muscle mailing list and send your request to pcsclite-muscle@lists.infradead.org..

Authors

The pcsclite project was started by David Corcoran. The main author now is Ludovic Rousseau.

See Subversion statistics for pcsc-lite at September 2010 for more information.

Licence

The main parts of the code are using the BSD-like licence below:

Copyright (c) 1999-2003 David Corcoran <corcoran@linuxnet.com>
Copyright (c) 2001-2011 Ludovic Rousseau <ludovic.rousseau@free.fr>
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission.

Changes to this license can be made only by the copyright author with explicit written consent.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Some source code files are using other licences. See the COPYING file for details.

Supported Operating Systems #

GNU/Linux

  • GNU/Linux using libudev
  • GNU/Linux using libusb 1.0.8 and later

macOS

  • Apple reimplemented PC/SC above their own CryptoTokenKit API.
  • You should not need to build pcsc-lite on macOS.

Solaris

Solaris has its own (forked) version of pcsc-lite.

FreeBSD, NetBSD, OpenBSD, *BSD

pcsc-lite should work but is not tested by me on these systems.

HP-UX

pcsc-lite may have worked on HP-UX a long time ago.

Other operating systems

It may or may not work.

Available binaries

The middleware is also available as debian packages pcscd, libpcsclite1 libpcsclite-dev and for many other distributions.