[kmailtransport] [Bug 368538] New: mailtransport uses only tls1.0

via KDE Bugzilla bugzilla_noreply at kde.org
Sat Sep 10 10:19:26 BST 2016


https://bugs.kde.org/show_bug.cgi?id=368538

            Bug ID: 368538
           Summary: mailtransport uses only tls1.0
           Product: kmailtransport
           Version: git
          Platform: unspecified
                OS: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: general
          Assignee: kdepim-bugs at kde.org
          Reporter: mike at mwsys.mine.bz

Commit 85e1237c543e4e4119ef51c34870c8dc79d14dc2 changed from
socket->setProtocol(QSsl::TlsV1);
to socket->setProtocol(QSsl::TlsV1_0);

Qt5 also provides socket->setProtocol(QSsl::TlsV1_0OrLater). This would set
tls1.0 as a minimun instead as tls1.0 as only option.

Reproducible: Always

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list