Changes between Version 1 and Version 2 of Ticket #70024, comment 10


Ignore:
Timestamp:
May 19, 2024, 8:03:37 PM (4 months ago)
Author:
RJVB (René Bertin)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70024, comment 10

    v1 v2  
    88Fun fact: connecting to imap.gmail.com:993 using that example app is done with a lesser cipher on my Mac than on my Linux rig (both with OpenSSL 1.1.1w). I'm using a different OpenSSL 1.1 support patch for Qt4 on Linux though; maybe that's why.
    99(Not really a problem for me; I basically only use encrypted network connections through Qt4 in KMail, which I currently usually run on Linux only ... and email is an inherently insecure medium anyway.)
     10EDIT: nope, I had made another change for some reason, allowing `QSsl::SecureProtocols` and `QSsl::TlsV1SslV3` via TLSv1 rather than SSLv23. That change had remained confined to my Qt4 sources and was never committed to my patchfile so I have no idea what the purpose was.