qt5base-lts/tests/auto/network/ssl/qsslkey
Timur Pocheptsov 4f658d04da Fix a rather sloppy test case in tst_QSslKey
It's not guaranteed that all curves we want to use are supported
by a specific build of OpenSSL library we have to link with. Filter
out files that contain EC, which is not among the curves, reported
by QSslConfiguration::supportedEllipticCurves.

Fixes: QTBUG-46203
Pick-to: 5.15
Change-Id: I70d7e6fcacb3d81f8c771e4a8d6cca06295e7474
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
2020-09-10 17:32:09 +02: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 Update for failures only on dev branch. Use general platform names 2019-08-19 18:22:11 +02:00
CMakeLists.txt CMake: Regenerate tests with new qt_ prefixed APIs 2020-07-09 09:38:35 +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 Fix a rather sloppy test case in tst_QSslKey 2020-09-10 17:32:09 +02:00