qt5base-lts/tests/auto/network/ssl/qsslkey
Timur Pocheptsov 9662ff67ce tst_qsslkey - handle QT_NO_SSL properly
The recent change handling missing elliptic curves introduced a problem
for '-no-ssl' configuration/build. The first version had some protection,
but it was openssl-specific and required a private feature, thus was
removed. Now the real ifdef must be with QT_NO_SSL

Fixes: QTBUG-88238
Pick-to: 5.15
Change-Id: I6fba26d6ab63850e1468e76f8b234703255a026c
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2020-11-13 18:05:08 +01:00
..
keys Add support for Diffie-Hellman keys to QSslKey 2018-11-23 22:58:05 +00:00
.gitignore Moved network autotests into new directory structure 2011-09-09 09:32:17 +02:00
BLACKLIST Android: blacklist a list of failing tests for android 2020-11-04 12:27:49 +02:00
CMakeLists.txt CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
qsslkey.pro prune cargo-culted and obsolete winsock deps from autotests 2018-07-19 13:31:08 +00:00
rsa-with-passphrase-3des.pem ssl: add a test for 3DES encrypted keys 2014-08-30 17:24:05 +02:00
rsa-with-passphrase-aes128.pem QSslKey - add a support for AES encrypted keys 2019-03-08 05:36:14 +00:00
rsa-with-passphrase-aes192.pem QSslKey - add a support for AES encrypted keys 2019-03-08 05:36:14 +00:00
rsa-with-passphrase-aes256.pem QSslKey - add a support for AES encrypted keys 2019-03-08 05:36:14 +00:00
rsa-with-passphrase-des.pem ssl: add a test for 3DES encrypted keys 2014-08-30 17:24:05 +02:00
rsa-with-passphrase-rc2.pem ssl: common key parser support for encrypted keys 2014-09-02 23:16:25 +02:00
rsa-without-passphrase.pem Moved network autotests into new directory structure 2011-09-09 09:32:17 +02:00
tst_qsslkey.cpp tst_qsslkey - handle QT_NO_SSL properly 2020-11-13 18:05:08 +01:00