summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/ssl
Commit message (Expand)AuthorAgeFilesLines
* Correct license for tools filesLucie Gérard14 days3-3/+3
* Change license for tests filesLucie Gérard2024-02-0420-20/+20
* Fix the qopenssl_symbols.h copy in the autotestMårten Nordheim2023-12-131-2/+9
* Adapt ASN.1 datetime parsing to use the new century controlEdward Welbourne2023-12-081-3/+0
* Tests: remove blacklisted CIs no longer availableChristian Ehrlicher2023-12-061-5/+0
* Restore ASN.1 Element tests after move to pluginEdward Welbourne2023-11-283-2/+7
* ASN1: speed up parsing of certificate timestampsMårten Nordheim2023-11-271-0/+6
* Use SSL_CTX_set_dh_auto if DHparam is emptyAndré Klitzing2023-10-251-6/+10
* tst_QSslSocket: Remove compile-time #ifdef checkVolker Hilsheimer2023-10-231-4/+0
* tst_QSslSocket: remove #if openssl check for a definitionMårten Nordheim2023-10-201-2/+0
* tst_qsslkey: Fix CMake conditionAxel Spoerl2023-09-011-2/+2
* tst_QSslSocket: don't use deprecated RSA apiTimur Pocheptsov2023-08-291-0/+2
* QtNetwork auto tests: compile with QT_NO_FOREACHAhmad Samir2023-08-223-6/+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 [4]Ahmad Samir2023-08-221-4/+11
* QtNetwork auto tests: port Q_FOREACH to ranged-for [3]Ahmad Samir2023-08-222-6/+6
* QtNetwork auto tests: port Q_FOREACH to ranged-for [2]Ahmad Samir2023-08-221-1/+1
* QtNetwork auto tests: port Q_FOREACH to ranged-for [1]Ahmad Samir2023-08-221-2/+4
* tst_QSslSocket: skip tests requiring TLS v 1.0 downgradeTimur Pocheptsov2023-08-221-0/+24
* tst_QDtls: use DTLS v 1.0 test data conditionallyTimur Pocheptsov2023-08-211-9/+17
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-193-0/+5
* tests: port assorted trivial uses of Q_FOREACH to ranged for loopsMarc Mutz2023-08-141-2/+2
* CMake: Make network tests standalone projectsAlexandru Croitor2023-07-0515-0/+90
* Android: explicitly bundle the OpenSSL libs for testsAssam Boudjelthia2023-06-2115-0/+15
* tst_QSslSocket: ignore order of sslErrors listMårten Nordheim2023-06-081-1/+8
* tst_QSslSocket: skip tests with specific cipher if unsupportedMårten Nordheim2023-06-081-2/+11
* Skip diffie-hellman parameter test when not supportedMårten Nordheim2023-05-241-0/+2
* tst_QSslCertificate: Make it easier to check which backend is usedMårten Nordheim2023-04-251-19/+40
* tst_QSslSocket_onDemandCertificates_member: Blacklist Windows & debugAxel Spoerl2023-03-302-8/+17
* Revert "Skip socket and server tests on Ubuntu 22.04 and QEMU"Mårten Nordheim2023-03-201-6/+0
* QTestEventLoop: add enterLoop(std::chrono::milliseconds) overloadAhmad Samir2023-03-034-38/+46
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-1715-127/+3
* Skip socket and server tests on Ubuntu 22.04 and QEMUVille Voutilainen2023-02-051-0/+6
* Adapt to QTimeZone replacing Qt::TimeSpec usageEdward Welbourne2022-12-102-13/+22
* Try fixing auto-tests that need resolving openssl symbolsTimur Pocheptsov2022-12-024-5/+16
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-032-139/+139
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-113-5/+5
* CMake: Only build ssl tests if the feature was enabledAlexandru Croitor2022-10-111-3/+3
* Port from container.count()/length() to size()Marc Mutz2022-10-044-34/+34
* tst_qsslcertificate: remove ifery which breaks the testTimur Pocheptsov2022-09-301-6/+1
* tst_QSslSocket::serverCipherPreferencies - fix for OpenSSL v3Timur Pocheptsov2022-09-082-11/+33
* tst_QSsSocket: fix verifyClientCertificate with OpenSSL 3Mårten Nordheim2022-09-051-1/+1
* tst_QSslSocket::oldErrorsOnSocketReuse - make it work with OpenSSL v3Timur Pocheptsov2022-09-031-2/+4
* tst_QSslSocket: regenerate certificate used for setLocalCertificateChainMårten Nordheim2022-09-0211-93/+511
* tst_QSslSocket::protocolServerSide - make it work with OpenSSL v3Timur Pocheptsov2022-09-021-7/+0
* tst_QSslKey - make OpenSSL v3 detection fully runtimeTimur Pocheptsov2022-09-011-11/+14
* QSslCertificate::toText(): add a file to compare againstTimur Pocheptsov2022-08-315-150/+9
* tst_QSslCertificate::pkcs12 - skip the test if OpenSSL version >= 3Timur Pocheptsov2022-08-311-0/+5
* tst_QDtls::verifyClientCertficiate - update certs for OpenSSL v3Timur Pocheptsov2022-08-312-88/+84
* tst_qdtls: guard usage of the deprecated enum valuesIvan Solovev2022-08-261-1/+9