1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Source: libp11
Section: libdevel
Priority: optional
Maintainer: Debian OpenSC Maintainers <pkg-opensc-maint@lists.alioth.debian.org>
Uploaders: Eric Dorland <eric@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
libltdl3-dev,
libp11-kit-dev,
libssl-dev,
pkgconf
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/OpenSC/libp11
Vcs-Git: https://salsa.debian.org/opensc-team/libp11.git
Vcs-Browser: https://salsa.debian.org/opensc-team/libp11
Package: libp11-dev
Architecture: any
Depends: libp11-3t64 (= ${binary:Version}),
libssl-dev,
${misc:Depends}
Multi-Arch: same
Description: pkcs#11 convenience library - development files
Libp11 is a library to simplify using smart cards via PKCS#11
modules. It was spun of the OpenSC project but can be used with any
pkcs#11 module.
.
This package contains the header files and static libraries.
Package: libp11-3t64
Provides: ${t64:Provides}
Architecture: any
Multi-Arch: same
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: libp11-3 (<< ${source:Version}), libp11-2
Replaces: libp11-3, libp11-2
Description: pkcs#11 convenience library
Libp11 is a library to simplify using smart cards via PKCS#11
modules. It was spun of the OpenSC project but can be used with any
pkcs#11 module.
Package: libengine-pkcs11-openssl
Architecture: any
Multi-Arch: same
Depends: p11-kit, ${misc:Depends}, ${shlibs:Depends}
Description: OpenSSL engine for PKCS#11 modules
With this engine for OpenSSL you can use OpenSSL library
and command line tools with any PKCS#11 implementation as
backend for the crypto operations.
.
Engine_pkcs11 was developed for smart cards, and mostly
for the OpenSC PKCS#11 module, but it should work fine with
any PKCS#11 implementation.
.
Engine_pkcs11 is a spin off from OpenSC and replaced
libopensc-openssl.
|