From kde-bugs-dist Wed Jan 07 13:04:25 2015 From: Dawit Alemayehu Date: Wed, 07 Jan 2015 13:04:25 +0000 To: kde-bugs-dist Subject: [kmail2] [Bug 342567] TLSv1.2 is not used on imap/smtp/managesieve Message-Id: X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=142063587420679 https://bugs.kde.org/show_bug.cgi?id=342567 --- Comment #7 from Dawit Alemayehu --- I dunno this particular code base but what that patch does is bascially change the protocol to be used during SSL handshake from only TLSv1 to SSLv3/TLSv1. I am not entirely certain that QSslSocket in Qt 4.x would make a TLSv1.2 connection if you set QSsl::SecureProtocols as the protocol to be used during handshake. However, it will most definitely attempt use SSLv3 if that is the only thing available. I dunno if that is desired when making imap/smpt connections. -- You are receiving this mail because: You are watching all bug changes.