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
|
Source: pkcs11-provider
Section: libs
Maintainer: Luca Boccassi <bluca@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-package-notes,
libssl-dev (>= 3.0.7~),
meson (>= 0.57~),
pkgconf,
expect <!nocheck>,
gnutls-bin <!nocheck>,
libnss3-dev <!nocheck>,
libp11-kit-dev <!nocheck>,
libstoken-dev <!nocheck>,
opensc <!nocheck>,
openssl <!nocheck>,
p11-kit <!nocheck>,
p11-kit-modules <!nocheck>,
softhsm2 <!nocheck>,
Homepage: https://github.com/latchset/pkcs11-provider
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/debian/pkcs11-provider
Vcs-Git: https://salsa.debian.org/debian/pkcs11-provider.git
Package: pkcs11-provider
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: OpenSSL 3 provider for PKCS11
With this provider for OpenSSL you can use the OpenSSL library
(version 3) and command line tools with any PKCS11 implementation as
backend for the crypto operations.
|