File: control

package info (click to toggle)
openpace 1.1.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,392 kB
  • sloc: ansic: 17,468; sh: 4,516; makefile: 568; python: 499; java: 182; ruby: 46
file content (89 lines) | stat: -rw-r--r-- 2,927 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Source: openpace
Section: misc
Priority: optional
Maintainer: Andrej Shadura <andrewsh@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-exec,
 gengetopt,
 help2man,
 libssl-dev (>= 1.0.2),
 pkgconf | pkg-config
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://frankmorgner.github.io/openpace/
Vcs-Browser: https://salsa.debian.org/eidas-team/opensc
Vcs-Git: https://salsa.debian.org/eidas-team/opensc.git

Package: openpace
Architecture: any
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: cryptographic library for EAC version 2 (tools)
 OpenPACE implements Extended Access Control (EAC) version 2 as specified
 in BSI TR-03110. OpenPACE comprises support for the following protocols:
 .
  * Password Authenticated Connection Establishment (PACE)
  * Terminal Authentication (TA)
  * Chip Authentication (CA)
 .
 OpenPACE also supports Card Verifiable Certificates (CV Certificates)
 and signing requests as well as easy to use wrappers for using the
 established secure channels.
 .
 OpenPACE supports all variants of PACE (DH/ECDH, GM/IM), TA
 (RSASSA-PKCS1-v1_5/RSASSA-PSS/ECDSA), CA (DH/ECDH) and all
 standardised domain parameters (GFP/ECP).

Package: libeac-dev
Architecture: any
Multi-Arch: same
Depends:
 libeac3 (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends}
Description: cryptographic library for EAC version 2 (development)
 OpenPACE implements Extended Access Control (EAC) version 2 as specified
 in BSI TR-03110. OpenPACE comprises support for the following protocols:
 .
  * Password Authenticated Connection Establishment (PACE)
  * Terminal Authentication (TA)
  * Chip Authentication (CA)
 .
 OpenPACE also supports Card Verifiable Certificates (CV Certificates)
 and signing requests as well as easy to use wrappers for using the
 established secure channels.
 .
 OpenPACE supports all variants of PACE (DH/ECDH, GM/IM), TA
 (RSASSA-PKCS1-v1_5/RSASSA-PSS/ECDSA), CA (DH/ECDH) and all
 standardised domain parameters (GFP/ECP).
 .
 This package provides the development files.

Package: libeac3
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Pre-Depends:
 ${misc:Pre-Depends}
Description: cryptographic library for EAC version 2 (shared library)
 OpenPACE implements Extended Access Control (EAC) version 2 as specified
 in BSI TR-03110. OpenPACE comprises support for the following protocols:
 .
  * Password Authenticated Connection Establishment (PACE)
  * Terminal Authentication (TA)
  * Chip Authentication (CA)
 .
 OpenPACE also supports Card Verifiable Certificates (CV Certificates)
 and signing requests as well as easy to use wrappers for using the
 established secure channels.
 .
 OpenPACE supports all variants of PACE (DH/ECDH, GM/IM), TA
 (RSASSA-PKCS1-v1_5/RSASSA-PSS/ECDSA), CA (DH/ECDH) and all
 standardised domain parameters (GFP/ECP).
 .
 This package provides the shared library.