summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/ssl/qsslsocket
Commit message (Expand)AuthorAgeFilesLines
* Correct license for tools filesLucie Gérard2024-03-051-1/+1
* Change license for tests filesLucie Gérard2024-02-042-2/+2
* Tests: remove blacklisted CIs no longer availableChristian Ehrlicher2023-12-061-5/+0
* 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_QSslSocket: don't use deprecated RSA apiTimur Pocheptsov2023-08-291-0/+2
* tst_QSslSocket: skip tests requiring TLS v 1.0 downgradeTimur Pocheptsov2023-08-221-0/+24
* CMake: Make network tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Android: explicitly bundle the OpenSSL libs for testsAssam Boudjelthia2023-06-211-0/+1
* 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
* 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-031-9/+11
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-18/+1
* Skip socket and server tests on Ubuntu 22.04 and QEMUVille Voutilainen2023-02-051-0/+6
* Try fixing auto-tests that need resolving openssl symbolsTimur Pocheptsov2022-12-021-0/+5
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-69/+69
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-16/+16
* 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
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* tst_qsslsocket: remove schannel workarounds for old certificateMårten Nordheim2022-07-281-10/+0
* Network: Update expired certMårten Nordheim2022-06-241-15/+15
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+3
* tst_qsslsocket: remove tons of deprecation warningsMarc Mutz2022-04-121-65/+78
* QSslSocket (SecureTransport) add TLS 1.3 ciphersuitesTimur Pocheptsov2022-01-121-0/+39
* tests: Remove unused SRCDIR definesIevgenii Meshcheriakov2021-08-171-2/+0
* tst_QSslSocket - replace an old certificateTimur Pocheptsov2021-08-102-88/+84
* QIODevice: rework validation policy for read() functionsAlex Trotsenko2021-08-011-3/+2
* tst_QSslSocket: fix and clean up allowedProtocolNegotiationMårten Nordheim2021-07-201-10/+4
* tst_QSslSocket: Remove empty test functionsMårten Nordheim2021-06-251-10/+0
* tst_qsslsocket: detect ALPN support (on server) using supportedFeatures()Timur Pocheptsov2021-06-251-17/+4
* tst_QSslSocket: Use supportedFeatures() instead of macroMårten Nordheim2021-06-241-4/+2
* TLS: Mark TLS 1.0, 1.1 and DTLS 1.0 deprecatedMårten Nordheim2021-06-251-13/+102
* QSslSocket: Set isEncrypted to false on disconnectMårten Nordheim2021-06-251-0/+1
* Introduce a mini-version of qsslsocket_openssl_symbols_p.h/.cppTimur Pocheptsov2021-06-091-4/+18
* tst_QSslSocket::readBufferMaxSize() - workaround the flaky testTimur Pocheptsov2021-06-031-0/+12
* Fix auto-tests that are fooled by the presence of more than one pluginTimur Pocheptsov2021-05-271-98/+106
* Move plugin code from QtNetwork to qtbase/pluginsTimur Pocheptsov2021-04-221-109/+137
* Convert QSslSocket(Backend)Private into pluginTimur Pocheptsov2021-03-171-58/+0
* TLS backend: merge with its factoryTimur Pocheptsov2021-01-281-87/+79
* QSsl: add a new private APITimur Pocheptsov2021-01-221-4/+136