qt5base-lts/tests/auto/network/ssl/qsslkey
Ahmad Samir dccaedc626 QtNetwork auto tests: port Q_FOREACH to ranged-for [4]
Straightforward ports where the container could be made const.

Use C arrays instead of QList if the data is known at compile time.

Drive-by, where appropriate make the for-loop variable a const& (e.g.
QString) instead of copying it for no reason.

Task-number: QTBUG-115839
Change-Id: I273a386e414e5923e750072f0407226efcd4531e
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2023-08-22 21:48:20 +03:00
..
keys Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
.gitignore Moved network autotests into new directory structure 2011-09-09 09:32:17 +02:00
CMakeLists.txt CMake: Make network tests standalone projects 2023-07-05 15:09:32 +02: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 QtNetwork auto tests: port Q_FOREACH to ranged-for [4] 2023-08-22 21:48:20 +03:00