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 518282ea19 added qmake test; refs #33 10 years ago
debian replace libp11-kit-dev by libpkcs11-helper1-dev beacause it's missing on lucid; refs #30 11 years ago
doc Correctly decode values; refs #31 11 years ago
src changed all long to DWORD, now corrected former unsigned long; refs #33 10 years ago
AUTHORS
COPYING much better qt tests; refs #33 10 years ago
ChangeLog
INSTALL much better qt tests; refs #33 10 years ago
NEWS shared pointer is now from std C++/11; refs #26 12 years ago
README added README contents; refs #23 12 years ago
ax_check_qt.m4 added qmake test; refs #33 10 years ago
ax_cxx_compile_stdcxx_11.m4 compile with -stc=c++11 if availabel; refs #28 11 years ago
bootstrap.sh
configure.in Somehow options disappear, i.e. -fPIC; refs #33 10 years ago
install-32-bit-lin-win.sh
install-64-and-32-bit-linux.sh
libpcscxx.spec.in add PKCS11 include path to RPM spec; refs #30 11 years ago
makefile.am bug in initialization from transport state; refs #28 11 years ago

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.