File: control

package info (click to toggle)
libtlsrpt 0.5.0.-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 372 kB
  • sloc: ansic: 605; makefile: 54; sh: 13
file content (62 lines) | stat: -rw-r--r-- 2,565 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
Source: libtlsrpt
Priority: optional
Maintainer: Simon Josefsson <simon@josefsson.org>
Build-Depends:
 debhelper-compat (= 13),
 asciidoctor <!nodoc>,
Standards-Version: 4.7.2
Section: libs
Homepage: https://github.com/sys4/libtlsrpt
Vcs-Browser: https://salsa.debian.org/debian/libtlsrpt
Vcs-Git: https://salsa.debian.org/debian/libtlsrpt.git

Package: libtlsrpt0
Architecture: any
Multi-Arch: same
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: library to implement TLSRPT reporting into an MTA (shared lib)
 libtlsrpt is a low-level C Library. It provides functions that help
 generate TLSRPT datagrams. Included into a MTA it assists the MTA in
 collecting and sending these datagrams to a TLSRPT reporting service
 where they can be collected, summarized and finally sent to a mail
 platform that requests TLSRPT reports.
 .
 The keyword TLSRPT refers to an IETF Standard for SMTP TLS Reporting
 as defined in RFC 8460. SMTP TLS Reporting standardizes informing
 other mail platforms of successes and failures establishing a SMTP
 TLS session between a sending and a receiving MTA. It helps to find
 out if a receiving (e.g. your) platform has issues regarding TLS or
 if the sending platform runs into TLS problems
 (i.e. Machine-in-the-Middle attack, STARTTLS downgrade) while it
 tries to establish a TLS protected session with a receiver.
 .
 This package contains the static and shared C "libtlsrpt" library.

Package: libtlsrpt0-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libtlsrpt0 (= ${binary:Version}),
 ${misc:Depends},
Description: library to implement TLSRPT reporting into an MTA (dev files)
 libtlsrpt is a low-level C Library. It provides functions that help
 generate TLSRPT datagrams. Included into a MTA it assists the MTA in
 collecting and sending these datagrams to a TLSRPT reporting service
 where they can be collected, summarized and finally sent to a mail
 platform that requests TLSRPT reports.
 .
 The keyword TLSRPT refers to an IETF Standard for SMTP TLS Reporting
 as defined in RFC 8460. SMTP TLS Reporting standardizes informing
 other mail platforms of successes and failures establishing a SMTP
 TLS session between a sending and a receiving MTA. It helps to find
 out if a receiving (e.g. your) platform has issues regarding TLS or
 if the sending platform runs into TLS problems
 (i.e. Machine-in-the-Middle attack, STARTTLS downgrade) while it
 tries to establish a TLS protected session with a receiver.
 .
 This package contains development files.