File: control

package info (click to toggle)
pkcs11-proxy 0.4.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 596 kB
  • sloc: ansic: 7,171; python: 362; sh: 26; makefile: 3
file content (39 lines) | stat: -rw-r--r-- 1,426 bytes parent folder | download | duplicates (2)
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
Source: pkcs11-proxy
Priority: optional
Maintainer: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13)
	, cmake
	, libssl-dev (>= 1.0.0)
	, libseccomp-dev (>= 1.0.0)
Standards-Version: 4.7.2
Section: net
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/alteholz/pkcs11-proxy
Vcs-Git: https://salsa.debian.org/alteholz/pkcs11-proxy.git

Package: libpkcs11-proxy0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: proxy for the PKCS11-library (client)
 This project is based on a stripped down GNOME Keyring without all GNOME
 dependencies and other features.
 .
 The proxy tunnels PKCS11-requests over the network.  One possible use
 is to store cryptograhic information on a separate server.  This way
 the crypto can be isolated from the rest of the system.
 .
 This package contains the stuff that is needed on the client side.

Package: pkcs11-daemon
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: proxy for the PKCS11-library (server)
 This project is based on a stripped down GNOME Keyring without all GNOME
 dependencies and other features.
 .
 The proxy tunnels PKCS11-requests over the network.  One possible use
 is to store cryptograhic information on a separate server.  This way
 the crypto can be isolated from the rest of the system.
 .
 This package contains the stuff that is needed on the server side.