summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qapplication.cpp
diff options
context:
space:
mode:
authorMårten Nordheim <marten.nordheim@qt.io>2020-09-30 14:44:11 +0200
committerMårten Nordheim <marten.nordheim@qt.io>2020-10-14 15:58:16 +0200
commit51faa0700d18b1235da791dff226faffeafa9f84 (patch)
tree52233e43567b4805dae8889f54f8fb6e08d455c8 /src/widgets/kernel/qapplication.cpp
parent844318f54aa3f8509c16941727cdc755cbea7f05 (diff)
Schannel: TLS1.3 support
It's not possible to connect to microsoft.com with Schannel TLS 1.3 for some reason (also tested with Internet Explorer), but other sites work fine. Must be something they have to iron out for later. In my experience this needs a preview release of Windows. One of my machines is opted into the dev channel of Windows where they enabled TLS 1.3 by default, and it works well in my tests except for the part above. On my other machine, after enabling TLS 1.3 through the registry, I fail to complete the handshake with any site. So around March/April next year is when this code would activate for most people. MinGW apparently defines NTDDI_VERSION as the one for Windows Server 2003, so it currently doesn't build the new TLS 1.3 code. In Qt (as a project) we could consider setting this higher, but that's out of scope for this patch! Fixes: QTBUG-81294 Change-Id: If329959c3a30ecbfbb8c0d335cc39ccb6d012890 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'src/widgets/kernel/qapplication.cpp')
0 files changed, 0 insertions, 0 deletions