Source: gnutls28 Version: 3.6.3-1 Severity: wishlist Dear Maintainer,
with the TLS 1.3 support in the 3.6.3 version maybe you want to add it to the description. See attached patch. -- System Information: Debian Release: buster/sid APT prefers testing APT policy: (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.16.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
diff --git a/debian/control b/debian/control
index 7cd3c0b..a24b5cf 100644
--- a/debian/control
+++ b/debian/control
@@ -44,7 +44,7 @@ Replaces: gnutls-dev
Multi-Arch: same
Description: GNU TLS library - development files
GnuTLS is a portable library which implements the Transport Layer
- Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 and Datagram
+ Security (TLS 1.0, 1.1, 1.2, 1.3) and Secure Sockets Layer (SSL) 3.0 and Datagram
Transport Layer Security (DTLS 1.0, 1.2) protocols.
.
GnuTLS features support for:
@@ -71,7 +71,7 @@ Suggests: gnutls-bin
Multi-Arch: same
Description: GNU TLS library - main runtime library
GnuTLS is a portable library which implements the Transport Layer
- Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 and Datagram
+ Security (TLS 1.0, 1.1, 1.2, 1.3) and Secure Sockets Layer (SSL) 3.0 and Datagram
Transport Layer Security (DTLS 1.0, 1.2) protocols.
.
GnuTLS features support for:
@@ -95,7 +95,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: foreign
Description: GNU TLS library - commandline utilities
GnuTLS is a portable library which implements the Transport Layer
- Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 and Datagram
+ Security (TLS 1.0, 1.1, 1.2, 1.3) and Secure Sockets Layer (SSL) 3.0 and Datagram
Transport Layer Security (DTLS 1.0, 1.2) protocols.
.
GnuTLS features support for:
@@ -126,7 +126,7 @@ Depends: ${misc:Depends}
Multi-Arch: foreign
Description: GNU TLS library - documentation and examples
GnuTLS is a portable library which implements the Transport Layer
- Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 and Datagram
+ Security (TLS 1.0, 1.1, 1.2, 1.3) and Secure Sockets Layer (SSL) 3.0 and Datagram
Transport Layer Security (DTLS 1.0, 1.2) protocols.
.
GnuTLS features support for:
@@ -150,7 +150,7 @@ Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: GNU TLS library - C++ runtime library
GnuTLS is a portable library which implements the Transport Layer
- Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 and Datagram
+ Security (TLS 1.0, 1.1, 1.2, 1.3) and Secure Sockets Layer (SSL) 3.0 and Datagram
Transport Layer Security (DTLS 1.0, 1.2) protocols.
.
GnuTLS features support for:
@@ -174,7 +174,7 @@ Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: GNU TLS library - OpenSSL wrapper
GnuTLS is a portable library which implements the Transport Layer
- Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 and Datagram
+ Security (TLS 1.0, 1.1, 1.2, 1.3) and Secure Sockets Layer (SSL) 3.0 and Datagram
Transport Layer Security (DTLS 1.0, 1.2) protocols.
.
GnuTLS features support for:
@@ -199,7 +199,7 @@ Pre-Depends: ${misc:Pre-Depends}
Suggests: dns-root-data
Multi-Arch: same
Description: GNU TLS library - DANE security support
- Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 and Datagram
+ Security (TLS 1.0, 1.1, 1.2, 1.3) and Secure Sockets Layer (SSL) 3.0 and Datagram
Transport Layer Security (DTLS 1.0, 1.2) protocols.
.
GnuTLS features support for:
signature.asc
Description: This is a digitally signed message part

