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

2018-06-30 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=394770 Daniel Vrátil changed: What|Removed |Added CC||dvra...@kde.org --- Comment #9 from Daniel Vrát

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

2018-06-30 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=394770 Daniel Vrátil changed: What|Removed |Added CC||a...@thurston.ru --- Comment #10 from Daniel Vr

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

2018-06-04 Thread zless
https://bugs.kde.org/show_bug.cgi?id=394770 --- Comment #8 from zless --- Good point. KMail used to work fine before ksmtp was introduced (in the kde-apps 16.x days) so I just assumed this fix would be enough. -- You are receiving this mail because: You are watching all bug changes.

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

2018-06-04 Thread Jörg Thalheim
https://bugs.kde.org/show_bug.cgi?id=394770 --- Comment #7 from Jörg Thalheim --- I suppose kmail needs to be fixed as well. -- You are receiving this mail because: You are watching all bug changes.

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

2018-06-04 Thread zless
https://bugs.kde.org/show_bug.cgi?id=394770 --- Comment #6 from zless --- Hello. I just applied this patch ksmtp-17.12.3. I'm not sure if this version is supported but the patch applies cleanly. However there is no change. The account will still use tlsv1 only. Do you think there is anything

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

2018-06-03 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=394770 Daniel Vrátil changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|---

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

2018-05-29 Thread zless
https://bugs.kde.org/show_bug.cgi?id=394770 zless changed: What|Removed |Added CC||k...@dmesg.site -- You are receiving this mail because

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

2018-05-28 Thread Jörg Thalheim
https://bugs.kde.org/show_bug.cgi?id=394770 --- Comment #4 from Jörg Thalheim --- The encryption mode enum should only contain three states: enum EncryptionMode { Unencrypted, SslOrTls, Starttls }; The pseudo code should be as follow in LoginJob::doStart if (d->m_encryp

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

2018-05-28 Thread Juri Vitali
https://bugs.kde.org/show_bug.cgi?id=394770 --- Comment #3 from Juri Vitali --- Poking around the code a bit more, I think a sane default would be to use KTcpSocket::SecureProtocols, which is equal to QSsl::SecureProtocols, which in turn is defined to be by the official docs "The default option,

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

2018-05-28 Thread Juri Vitali
https://bugs.kde.org/show_bug.cgi?id=394770 --- Comment #2 from Juri Vitali --- Created attachment 112935 --> https://bugs.kde.org/attachment.cgi?id=112935&action=edit Workaround: TLS v1 -> TLS v1.2 -- You are receiving this mail because: You are watching all bug changes.

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

2018-05-28 Thread Juri Vitali
https://bugs.kde.org/show_bug.cgi?id=394770 --- Comment #1 from Juri Vitali --- 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 new

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

2018-05-28 Thread Juri Vitali
https://bugs.kde.org/show_bug.cgi?id=394770 Juri Vitali changed: What|Removed |Added CC||j...@dbzero.it Ever confirmed|0

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

2018-05-28 Thread Teemu Torma
https://bugs.kde.org/show_bug.cgi?id=394770 Teemu Torma changed: What|Removed |Added CC||te...@torma.org -- You are receiving this mail b