This library provides a simple and nice C++ wrapper around these libraries, so that programmers can concentrate on functionality. It offers general support for PCSC-lite, OpenSSL, PKCS#11, plus specific functionality for the SuisseID.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Marc Wäckerlin 3cb5e03609 next try, don't call ENGINE_free; refs #25 12 years ago
debian added dependency on libssl-dev for the dev-package; closes #19 12 years ago
doc
src next try, don't call ENGINE_free; refs #25 12 years ago
AUTHORS
COPYING
ChangeLog
INSTALL
NEWS
README
bootstrap.sh
configure.in
install-32-bit-lin-win.sh
install-64-and-32-bit-linux.sh
libpcscxx.spec.in fix fedora-18 bug; closes #24 12 years ago
makefile.am

README

C++ Library for accessing PCSC-lite, OpenSSL, PKCS#11

The Libraries for accessing smartcard tokens are written in ugly C,
moving around pointers with no memory management. This library
provides a simple and nice C++ wrapper around these libraries, so that
programmers can concentrate on functionality.