File: control

package info (click to toggle)
pkcs11-helper 1.25.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 924 kB
  • sloc: ansic: 12,541; makefile: 240
file content (57 lines) | stat: -rw-r--r-- 2,385 bytes parent folder | download
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
Source: pkcs11-helper
Section: libs
Priority: optional
Maintainer: Debian OpenSC Maintainers <pkg-opensc-maint@lists.alioth.debian.org>
Uploaders: Eric Dorland <eric@debian.org>
Build-Depends: debhelper (>= 11),
               doxygen,
               libssl-dev,
               pkg-config
Standards-Version: 4.2.1.0
Homepage: https://github.com/OpenSC/pkcs11-helper
Vcs-Git: https://salsa.debian.org/opensc-team/pkcs11-helper.git
Vcs-Browser: https://salsa.debian.org/opensc-team/pkcs11-helper

Package: libpkcs11-helper1-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Provides: libpkcs11-helper-dev
Conflicts: libpkcs11-helper-dev
Depends: libjs-jquery,
         libpkcs11-helper1 (= ${binary:Version}),
         libssl-dev,
         ${misc:Depends}
Description: library that simplifies the interaction with PKCS#11
 libpkcs11-helper is a library that simplifies the interaction with PKCS#11
 providers for end-user applications.
 .
 libpkcs11-helper allows using multiple PKCS#11 providers at the same time,
 enumerating available token certificates, or selecting a certificate
 directly by serialized id, handling card removal and card insert
 events, handling card re-insert to a different slot, supporting session
 expiration and much more all using a simple API.
 .
 libpkcs11-helper is not designed to manage card content, since object
 attributes are usually vendor specific, and 99% of application need to
 access existing objects in order to perform signature and decryption.

Package: libpkcs11-helper1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: library that simplifies the interaction with PKCS#11
 libpkcs11-helper is a library that simplifies the interaction with PKCS#11
 providers for end-user applications.
 .
 libpkcs11-helper allows using multiple PKCS#11 providers at the same time,
 enumerating available token certificates, or selecting a certificate
 directly by serialized id, handling card removal and card insert
 events, handling card re-insert to a different slot, supporting session
 expiration and much more all using a simple API.
 .
 libpkcs11-helper is not designed to manage card content, since object
 attributes are usually vendor specific, and 99% of application need to
 access existing objects in order to perform signature and decryption.