Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.bugs.dist > #915858

Bug#907774: [libqt5network5] Requires openssl >= 1.1.1

From Adrien <bugs-debian@antipoul.fr>
Newsgroups linux.debian.bugs.dist
Subject Bug#907774: [libqt5network5] Requires openssl >= 1.1.1
Date 2018-09-01 22:00 +0200
Message-ID <wtkdP-SS-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

Package: libqt5network5
Version: 5.11.1+dfsg-7
Severity: important

--- Please enter the report below this line. ---

Hi,

I'm using owncloud-client, and connection failed with the following log:


[ warning sync.connectionvalidator ]:
QNetworkReply::NetworkError(UnknownNetworkError) "Error while setting
the maximum protocol version" ""


After running gdb, it seems that in
src/network/ssl/qsslcontext_openssl11.cpp on line 151, the
sslContext->sslConfiguration.protocol() is set to QSsl::SecureProtocols,
so minVersion is set to TLS1_VERSION and maxVersion is set
TLS_MAX_VERSION. However, I have currently blocked the upgrading to
openssl1.1.1 so on my system, with openssl1.1.0, the TLS_MAX_VERSION is
defined to TLS1_2_VERSION.

But gdb reports me that maxVersion is set to 0x0304, which is the value
of TLS_MAX_VERSION in openssl1.1.1 as it as an alias for TLS1_3_VERSION.


Thus, I think that you should require a version of openssl greater or
equal than 1.1.1 to avoid those issues.


Thanks for maintaining the package,

Adrien


--- System information. ---
Architecture:
Kernel: Linux 4.17.0-3-amd64

Debian Release: buster/sid
500 unstable-debug debug.mirrors.debian.org
500 unstable ftp.fr.debian.org
500 testing download.jitsi.org
1 experimental ftp.fr.debian.org

--- Package information. ---
Depends (Version) | Installed
=====================================-+-================
libssl1.1 | 1.1.0h-4
libc6 (>= 2.14) | 2.27-5
libqt5core5a (>= 5.11.0~rc1) | 5.11.1+dfsg-7
libqt5dbus5 (>= 5.0.2) | 5.11.1+dfsg-7
libstdc++6 (>= 5) | 8.2.0-4
qtbase-abi-5-11-0 |
zlib1g (>= 1:1.1.4) | 1:1.2.11.dfsg-1


Package's Recommends field is empty.

Package's Suggests field is empty.

Back to linux.debian.bugs.dist | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Bug#907774: [libqt5network5] Requires openssl >= 1.1.1 Adrien <bugs-debian@antipoul.fr> - 2018-09-01 22:00 +0200
  Bug#907774: Confirmed Adam Cécile <acecile@le-vert.net> - 2018-09-11 00:20 +0200
  Bug#907774: Bug#908567: libssl 1.1.1 TLS_MAX_VERSION ABI breakage Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> - 2018-09-11 18:00 +0200
  Bug#907774: [Pkg-openssl-devel] Bug#908567: Bug#908567: libssl 1.1.1 TLS_MAX_VERSION ABI breakage Kurt Roeckx <kurt@roeckx.be> - 2018-09-11 19:20 +0200

csiph-web