Bug#773145: -VERS-DTLS-ALL and -VERS-TLS-ALL also disable TLS/DTLS respectively

Josh Triplett josh at joshtriplett.org
Mon Dec 15 00:28:36 UTC 2014


Package: libgnutls-deb0-28
Version: 3.3.8-5
Severity: normal
Tags: upstream

$ gnutls-cli --priority=PFS -l | grep '^Protocols:'
Protocols: VERS-TLS1.2, VERS-TLS1.1, VERS-TLS1.0, VERS-DTLS1.2, VERS-DTLS1.0
$ gnutls-cli --priority=PFS:-VERS-DTLS-ALL -l | grep '^Protocols:'
Protocols: none
$ gnutls-cli --priority=PFS:-VERS-TLS-ALL -l | grep '^Protocols:'
Protocols: none

I'd expect the following instead:

$ gnutls-cli --priority=PFS:-VERS-DTLS-ALL -l | grep '^Protocols:'
Protocols: VERS-TLS1.2, VERS-TLS1.1, VERS-TLS1.0
$ gnutls-cli --priority=PFS:-VERS-TLS-ALL -l | grep '^Protocols:'
Protocols: VERS-DTLS1.2, VERS-DTLS1.0

- Josh Triplett

-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.18.0-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libgnutls-deb0-28 depends on:
ii  libc6              2.19-13
ii  libgmp10           2:6.0.0+dfsg-6
ii  libhogweed2        2.7.1-3+b1
ii  libnettle4         2.7.1-3+b1
ii  libp11-kit0        0.20.7-1
ii  libtasn1-6         4.2-2
ii  multiarch-support  2.19-13
ii  zlib1g             1:1.2.8.dfsg-2+b1

libgnutls-deb0-28 recommends no packages.

Versions of packages libgnutls-deb0-28 suggests:
ii  gnutls-bin  3.3.8-5

-- no debconf information



More information about the Pkg-gnutls-maint mailing list