summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/ssl
Commit message (Expand)AuthorAgeFilesLines
...
* tst_QSslError: improve the code coverage, as pointed at by LCOVTimur Pocheptsov2020-12-013-38/+98
* QSslSocket::verify: do not alter the default configurationTimur Pocheptsov2020-11-302-2/+96
* QDtls(cookie verifier): make sure a server can re-use 'Client Hello'Timur Pocheptsov2020-11-301-0/+14
* tst_QSslKey: remove blacklistTimur Pocheptsov2020-11-302-6/+6
* tst_QSslCertificate - improve code coverageTimur Pocheptsov2020-11-306-1/+216
* QPasswordDigestor - improve code coverageTimur Pocheptsov2020-11-231-0/+59
* QSslConfiguration - improve code coverageTimur Pocheptsov2020-11-232-4/+43
* tst_qocsp: improve code coverageTimur Pocheptsov2020-11-201-3/+16
* QSslCipher - improve its code coverage and auto-testsTimur Pocheptsov2020-11-202-23/+25
* Get rid of Q_COMPILER_CONSTEXPR checksAllan Sandfeld Jensen2020-11-171-4/+0
* tst_qsslkey - handle QT_NO_SSL properlyTimur Pocheptsov2020-11-131-0/+4
* Android: blacklist a list of failing tests for androidAssam Boudjelthia2020-11-041-0/+5
* Fix tst_qsslkey to compile when SSL is disabledFriedemann Kleint2020-10-232-3/+5
* QSslSocket (autotest) - defuse a time bombTimur Pocheptsov2020-10-161-13/+16
* Schannel: TLS1.3 supportMårten Nordheim2020-10-141-20/+32
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* Add test case for QSslSocket to show the wrong behaviorLars Schmertmann2020-10-025-0/+373
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-2318-19/+19
* CMake: Regenerate projectsAlexandru Croitor2020-09-223-0/+107
* CMake Build: Add qtnetwork docker testserver supportCristian Adam2020-09-173-0/+3
* Schannel: Properly handle request for certificateMårten Nordheim2020-09-141-8/+0
* QSsl: workaround a 'very secure' OpenSSL version (CentOS 8.x et al)Timur Pocheptsov2020-09-123-1/+22
* Remove most compiler warnings about missing overridesLars Knoll2020-09-112-8/+8
* Fix a rather sloppy test case in tst_QSslKeyTimur Pocheptsov2020-09-101-6/+51
* Disable cipherstring-setting test for schannelMårten Nordheim2020-08-241-0/+4
* SSL: add an autotest for handling of illegal datetimes in certificatesGiuseppe D'Angelo2020-07-172-0/+43
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-0915-16/+16
* Use QList instead of QVector in other qtbase testsJarek Kobus2020-07-071-3/+3
* QSslConfiguration::setCiphers - introduce the overload taking QStringTimur Pocheptsov2020-07-011-3/+23
* Move QAlertLevel and QAlertType enums into the namespace QSslTimur Pocheptsov2020-06-291-4/+2
* Use QList instead of QVector in network testsJarek Kobus2020-06-253-5/+5
* QSslSocket: remove certificate-related settersTimur Pocheptsov2020-06-221-5/+10
* long_name_onDemandCerts_static - stop testing/using the deprecated APITimur Pocheptsov2020-06-121-25/+0
* long_name_onDemandCerts_member - stop testing/using the deprecated APITimur Pocheptsov2020-06-121-22/+0
* tst_qsslcertificate - suppress a deprecation warningTimur Pocheptsov2020-06-121-0/+4
* tst_QSslSocket - stop using qrand (to suppress a warning)Timur Pocheptsov2020-06-101-7/+6
* tst_QSslSocket - do not test the deprecated APITimur Pocheptsov2020-06-101-108/+2
* Remove winrtOliver Wolff2020-06-065-96/+24
* QtNetwork remove deprecated signalsTimur Pocheptsov2020-06-041-6/+3
* QSslCertificate: overhaul ASN.1 datetime parsingGiuseppe D'Angelo2020-05-221-0/+6
* QSslSocket::setSslSonfiguration - set d.configuration properlyTimur Pocheptsov2020-05-081-0/+20
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-082-4/+2
|\
| * More qOverload cleanups in qtbaseTimur Pocheptsov2020-03-242-4/+2
* | Port autotest to QRegularExpressionLars Knoll2020-03-311-23/+26
* | Port autotest away from QRegExpLars Knoll2020-03-311-8/+9
* | Remove QRegExp usage from QSslCertificate and QSslSocketLars Knoll2020-03-311-84/+0
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-85/+85
|\|
| * QSslCertificate: Turn enum into enum class and expand abbreviationMårten Nordheim2020-03-041-85/+85
* | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-282-38/+38
|\|
| * QAbstractSocket: deprecate 'error' signal, use 'errorOccurred' insteadAlexander Akulich2020-02-272-23/+23