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.
28 lines
866 B
28 lines
866 B
15 years ago
|
Source: libpcscxx
|
||
|
Priority: extra
|
||
|
Maintainer: Marc Wäckerlin <marc@waeckerlin.org>
|
||
|
Build-Depends: debhelper (>= 7), autotools-dev
|
||
|
Standards-Version: 3.8.1
|
||
|
Section: libs
|
||
|
Homepage: https://dev.marc.waeckerlin.org/projects/libpcscxx
|
||
|
|
||
|
Package: libpcscxx-dev
|
||
|
Section: libdevel
|
||
|
Architecture: any
|
||
|
Depends: libpcscxx (= ${binary:Version})
|
||
|
Description: C++ Wrapper around PCSClite, Cryptoki, OpenSSL
|
||
|
C++ wrappers around the ugly C-Interfaces of pcsc-lite, cryptoki and
|
||
|
open-ssl.
|
||
|
.
|
||
|
For more details, see: https://dev.marc.waeckerlin.org/projects/libpcscxx
|
||
|
|
||
|
Package: libpcscxx
|
||
|
Section: libs
|
||
|
Architecture: any
|
||
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||
|
Description: C++ Wrapper around PCSClite, Cryptoki, OpenSSL
|
||
|
C++ wrappers around the ugly C-Interfaces of pcsc-lite, cryptoki and
|
||
|
open-ssl.
|
||
|
.
|
||
|
For more details, see: https://dev.marc.waeckerlin.org/projects/libpcscxx
|