File: control

package info (click to toggle)
libest 3.2.0%2Bds-1.1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,792 kB
  • sloc: ansic: 60,980; java: 12,082; sh: 4,956; python: 4,474; xml: 385; makefile: 290
file content (54 lines) | stat: -rw-r--r-- 1,658 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
Source: libest
Maintainer: Andreas Schärtl <andreas@schaertl.me>
Uploaders:
    Christoph Biedl <debian.axhn@manchmal.in-ulm.de>,
Homepage: https://github.com/cisco/libest
Standards-Version: 4.6.2
Build-Depends: debhelper-compat (= 12),
    doxygen,
    libssl-dev,
    scdoc,
    texlive-fonts-recommended,
    texlive-latex-extra,
    texlive-plain-generic,
Priority: optional
Rules-Requires-Root: no
Section: libs

Package: libest3
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
Multi-Arch: same
Description: Enrollment over Secure Transport (EST), library
 The libEST library is used for secure certificate enrollment (EST,
 RFC 7030), and is compatible with Suite B certs (as well as RSA and
 DSA certificates). EST is a suitable replacement for the Simple
 Certificate Enrollment Protocol (SCEP, RFC 8894).

Package: libest-dev
Architecture: any
Depends: ${misc:Depends},
    libest3 (= ${binary:Version}),
Section: libdevel
Multi-Arch: same
Description: Enrollment over Secure Transport (EST), development files
 Development files for libEST, a library is used for secure certificate
 enrollment.

Package: libest-utils
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: Utils that make use of the EST protocol
 Included from the libest examples/ directory, these tools are
 fully featured implementations of EST server and client.

Package: libest-doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Suggests:
    pdf-viewer,
Section: doc
Description: Enrollment over Secure Transport (EST), documentation
 This package provides the documentation and reference of the libEST
 implementation.