Details
-
Suggestion
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.0.0 RC 1
-
None
Description
The current TlsV1SslV3 and SecureProtocols are no distinct protocols, but combinations of TlsV1, TlsV1.1, TlsV1.2 and SSL 3.0.
TlsV1SslV3 is actually misleading as it also includes Tls 1.1 and 1.2.
If SecureProtols where a QFlags, a library user could use setProtocol(Ssl::SecureProtocols) and check the protocol after the handshake with "if (Ssl::SecureProtocols & socket->protocol() )
{/* secure */}".
Currently, the application source has to be adapted when a new protocol is added.
Attachments
Issue Links
- is duplicated by
-
QTBUG-43168 Need a way to request TLSv1.0+
- Closed