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 5d0e946d1e ported to new build system 9 years ago
debian ported to new build system 9 years ago
doc ported to new build system 9 years ago
m4 another work around the mac 10.10 yosemite PCSC bug, this time fix cryptoki; refs #34 10 years ago
src ported to new build system 9 years ago
AUTHORS ported to new build system 9 years ago
COPYING much better qt tests; refs #33 10 years ago
ChangeLog ported to new build system 9 years ago
INSTALL much better qt tests; refs #33 10 years ago
NEWS shared pointer is now from std C++/11; refs #26 11 years ago
README added README contents; refs #23 12 years ago
bootstrap.sh new project structure 15 years ago
configure.ac ported to new build system 9 years ago
install-32-bit-lin-win.sh 32bit-build added, refs #1 14 years ago
install-64-and-32-bit-linux.sh checked-in too much, undo; refs #10 13 years ago
libpcscxx.spec.in ported to new build system 9 years ago
makefile.am ported to new build system 9 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.