Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.10.1
-
None
-
-
4a56d86ee43bd6be23f70ef2d29ba4b4ebb17029
Description
OpenSSL supports 78 ciphers but the UWP SSL implementation only supports 4.
These 4 are not explicitly named when you get QSslConfiguration::supportedCiphers(), however I know that it doesn't support the ECDHE-RSA-AES256-GCM-SHA384 cipher in protocol TLS 1.2. The attempt to connect to a webservice with an ssl certificate (recently acquired, issued by COMODO) using this cipher fails with a network error code of 99 - "Permission denied".
This basically renders a client app useless.
Attachments
Issue Links
- duplicates
-
QTBUG-51871 Add support for configuring WinRT with Win32 Sockets and OpenSSL
- Closed