summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/ssl/qsslcertificate/tst_qsslcertificate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* QtNetwork auto tests: compile with QT_NO_FOREACHAhmad Samir2023-08-221-2/+0
* tst_QSslCertificate: port Q_FOREACH to ranged-for [5]Ahmad Samir2023-08-221-2/+1
* QtNetwork auto tests: port Q_FOREACH to ranged-for [3]Ahmad Samir2023-08-221-4/+4
* QtNetwork auto tests: port Q_FOREACH to ranged-for [2]Ahmad Samir2023-08-221-1/+1
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-191-0/+2
* tests: port assorted trivial uses of Q_FOREACH to ranged for loopsMarc Mutz2023-08-141-2/+2
* tst_QSslCertificate: Make it easier to check which backend is usedMårten Nordheim2023-04-251-19/+40
* Adapt to QTimeZone replacing Qt::TimeSpec usageEdward Welbourne2022-12-101-6/+12
* Port from container.count()/length() to size()Marc Mutz2022-10-041-16/+16
* tst_qsslcertificate: remove ifery which breaks the testTimur Pocheptsov2022-09-301-6/+1
* QSslCertificate::toText(): add a file to compare againstTimur Pocheptsov2022-08-311-23/+7
* tst_QSslCertificate::pkcs12 - skip the test if OpenSSL version >= 3Timur Pocheptsov2022-08-311-0/+5
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* tst_QSslCertificate::verify - remove QSKIPTimur Pocheptsov2021-08-061-1/+0
* testlib: Deprecate QWARN() in favor of qWarning()Tor Arne Vestbø2021-08-041-1/+1
* tst_QSslCertificate::verify - skip auto-testTimur Pocheptsov2021-07-291-0/+1
* Fix auto-tests that are fooled by the presence of more than one pluginTimur Pocheptsov2021-05-271-16/+18
* Move plugin code from QtNetwork to qtbase/pluginsTimur Pocheptsov2021-04-221-12/+19
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* tst_QSslCertificate - improve code coverageTimur Pocheptsov2020-11-301-1/+68
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-1/+1
* SSL: add an autotest for handling of illegal datetimes in certificatesGiuseppe D'Angelo2020-07-171-0/+41
* QSslSocket: remove certificate-related settersTimur Pocheptsov2020-06-221-5/+10
* tst_qsslcertificate - suppress a deprecation warningTimur Pocheptsov2020-06-121-0/+4
* Remove winrtOliver Wolff2020-06-061-5/+5
* Port autotest to QRegularExpressionLars Knoll2020-03-311-23/+26
* Remove QRegExp usage from QSslCertificate and QSslSocketLars Knoll2020-03-311-84/+0
* QSslCertificate: Turn enum into enum class and expand abbreviationMårten Nordheim2020-03-041-85/+85
* QSslCertificate: migrate to QRegularExpressionSamuel Gaist2020-01-231-28/+112
* tst_qsslcertificate: fix subjectAndIssuerAttributesTimur Pocheptsov2019-11-281-1/+9
* tests: remove the last uses of Java-style iteratorsMarc Mutz2019-06-131-3/+1
* SecureTransport - make 'securetransport' feature publicTimur Pocheptsov2019-03-071-3/+3
* Schannel supportMårten Nordheim2019-01-221-2/+2
* OpenSSL 1.1.1: Fix tst_QSslCertificate::toTextMårten Nordheim2018-05-041-1/+6
* Use TESTDATA for QSsl* testsMårten Nordheim2018-01-121-76/+60
* QSsl* tests: Ensure trailing slash on directory pathMårten Nordheim2018-01-091-38/+40
* Revert "Adapt the QSsl* tests to use the resource system"Mårten Nordheim2018-01-091-98/+120
* Skip QSsl* tests which don't work on WinRTMårten Nordheim2017-11-301-2/+2
* Adapt the QSsl* tests to use the resource systemMårten Nordheim2017-11-301-120/+98
* Fix crash when reading a PKCS12 file with no private keyEdward Welbourne2017-08-171-0/+10
* Updated license headersJani Heikkinen2016-01-211-17/+12
* tests/auto/network: Remove some placeholder formatting.Friedemann Kleint2015-10-191-5/+5
* Tests: Use QCOMPARE() with QLatin1String() for QString values.Friedemann Kleint2015-10-141-1/+1
* Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devTimur Pocheptsov2015-08-091-3/+11
|\
| * Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-3/+11
| |\
| | * ssl: add test certificates with DSA and EC keysJeremy Lainé2015-07-301-3/+11
* | | QSslCertificate - skip tests failing with generic QSslCertificatePrivateTimur Pocheptsov2015-08-081-0/+9
|/ /