qt5base-lts/tests/auto/network
Timur Pocheptsov cd200ad7ae QSsl - delete all mentions of SslV2 and SslV3
Also, change the notion of 'unsupported protocol' for QSslSocket,
previously it was SslV2 and SslV3, now instead it's all versions
of DTLS and UnknownProtocol:
- makes no sense at all to connect using TCP socket and then
  suddenly start using DTLS_client/server_method
- UnknownProtocol is not to be set in a configuration,
  unknown means that some ciphersuite's protocol version
  cannot be established.
- 'disabledProtocols' auto-test becomes 'unsupportedProtocols'
  and tests that QSslSocket fails to start encryption if the
  protocol version is wrong.

Handling these enumerators (SslV2 and SslV2) as errors
not needed anymore. Removed from QSslContext and our
existing backends (qsslsocket_whatever).

TlsV1SslV3 enumerator is not making any sense at all (previously
was [SSL v3, TLS 1.0], then became "the same as TLS v. 1.0", but
now this name is very confusing. Removed.

Task-number: QTBUG-75638
Task-number: QTBUG-76501
Change-Id: I2781ba1c3051a7791b476266d4561d956948974a
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2019-11-28 14:25:36 +01:00
..
access Merge remote-tracking branch 'origin/5.15' into dev 2019-11-01 01:01:02 +01:00
bearer Deprecate constructing QFlags from a pointer 2019-11-20 19:43:38 +01:00
kernel Update for failures only on dev branch. Use general platform names 2019-08-19 18:22:11 +02:00
socket Disable debug-and-release builds for MinGW 2019-09-18 06:28:16 +00:00
ssl QSsl - delete all mentions of SslV2 and SslV3 2019-11-28 14:25:36 +01:00
network.pro Re-enable network tests on Mac OS. 2012-04-24 16:06:28 +02:00