qt6-bb10/tests/auto/network/ssl/qsslsocket
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
..
certs QSslSocket: fix connection to a international domain name 2017-03-23 16:11:15 +00:00
.gitignore
BLACKLIST Revert "Blacklist tst_QSslSocket::protocolServerSide on OS X 10.11" 2017-04-27 12:25:51 +00:00
qsslsocket.pro use regular configure mechanism for openssl library references 2017-02-22 07:45:59 +00:00
ssl.tar.gz
tst_qsslsocket.cpp tst_QSslSocket::protocolServerSide - fixes for OpenSSL 1.1 2017-07-11 10:44:08 +00:00