qt5base-lts/tests/auto/network
Timur Pocheptsov 3e3466d28c tst_QSslSocket::protocolServerSide - fixes for OpenSSL 1.1
Several tests are not valid for 1.1 anymore:

1. SSL2 was removed, but there is no OPENSSL_NO_SSL2 and the 'protocolServerSide'
   test is trying to use QSsl::SSLv2 and thus is failing.
2. We now use the generic TLS_server/client_method instead of version specific
   methods we have in pre-1.1 back-end. So, for example, a client socket with
   QSsl::TLS_V1_0 in its SSL configuration will be able to negotiate
   TLS 1.2 if our server socket wants it, while with TLSv1_client_method
   (OpenSSL < 1.1) our test was expecting SSL handshake to fail.

Change-Id: I18efd5921c79b189e4d9529be09299a361a8a81d
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
2017-07-11 10:44:08 +00:00
..
access Fix some MSVC warnings in tests 2017-06-28 17:58:13 +00:00
bearer Merge remote-tracking branch 'origin/5.8' into 5.9 2017-03-13 15:55:44 +01:00
kernel Merge remote-tracking branch 'origin/5.9' into dev 2017-07-04 16:05:53 +02:00
socket Merge remote-tracking branch 'origin/5.9' into dev 2017-07-04 16:05:53 +02:00
ssl tst_QSslSocket::protocolServerSide - fixes for OpenSSL 1.1 2017-07-11 10:44:08 +00:00
network.pro