[ksmtp] [Bug 394770] STARTTLS is restricted to TLS 1.0

Juri Vitali bugzilla_noreply at kde.org
Tue May 29 00:30:44 BST 2018


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

--- Comment #1 from Juri Vitali <juri at dbzero.it> ---
Confirmed here too (latest Archlinux version, 18.04.1).
I would guess this is a leftover from KDE4, as the relevant version of the
library involved does not mention any protocol higher than TLS v1.0 [1], while
the newer Frameworks library does (and TLSV1_0 becomes an alias of TLSV1) [2].

Fow now, a quick and dirty substitution of all instances of TlsV1 to TlsV1_2
works correctly (see patch), but obviously would break any situation where the
server does not support that version.

[1]:
https://api.kde.org/4.x-api/kdelibs-apidocs/kdecore/html/classKTcpSocket.html
[2]: https://api.kde.org/frameworks/kio/html/ktcpsocket_8h_source.html

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


More information about the Kdepim-bugs mailing list