summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/ssl
Commit message (Expand)AuthorAgeFilesLines
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-017-0/+7
* QtNetwork: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-251-3/+0
* QSslCertificate::fromPath fix wildcard handlingMartin Petersson2012-07-031-0/+4
* Fixed qsslsocket_onDemandCertificates_{static,member}Rohan McGovern2012-06-282-4/+2
* Make QIODevice::seek() return false for sequential files.Mitch Curtis2012-06-051-2/+2
* Set explicit testcase.timeout for slow testsRohan McGovern2012-05-291-0/+1
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-286-0/+6
* Fixed unused function warning in qsslcertificate test.Mitch Curtis2012-05-221-2/+2
* Fixed unused function warning in qsslkey test.Mitch Curtis2012-05-211-2/+2
* Change QSslCertificate::toText() to return a QString.Richard Moore2012-05-211-2/+2
* Fix a QSslSocket test expectation on ubuntu 11.10Shane Kearns2012-05-101-4/+8
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtNetwork]Thiago Macieira2012-05-041-1/+1
* Rename QAbstractSocket::PauseOnNotify -> PauseOnSslErrorsShane Kearns2012-05-041-1/+1
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-2/+2
* Remove insignification from qsslsocket_onDemandCertificates_* testsJason McDonald2012-04-302-4/+0
* Remove insignification of qsslsocket test on Windows and Mac.Jason McDonald2012-04-302-6/+3
* Re-enable network tests on Mac OS.Jason McDonald2012-04-241-1/+1
* Fix bug in qsslsocket peek()Kalle Viironen2012-04-231-0/+257
* tst_qsslsocket*: don't inherit from QSharedPointerMarc Mutz2012-03-233-66/+42
* Mark unstable windows network testsShane Kearns2012-03-083-0/+10
* QSslCertificate - make lazy initialisation thread safeShane Kearns2012-03-061-0/+72
* Test for QT_NO_SSL instead of QT_NO_OPENSSLShane Kearns2012-02-215-22/+22
* Changed qsslkey to work from installation directoryKurt Korbatits2012-02-172-52/+12
* Changed qsslcertificate unittest to work from install directoryKurt Korbatits2012-02-172-63/+38
* Eliminate duplicate data row names in network autotestsJason McDonald2012-02-161-2/+3
* Make "nmake check" pass for network tests in Windows.Miikka Heikkinen2012-02-141-0/+2
* Don't include config.tests/unix/openssl/openssl.pri (again)Bradley T. Hughes2012-02-031-1/+0
* Remove Symbian specific code from qtbase.Xizhi Zhu2012-01-311-1/+0
* Fix tst_QSslCertificate::toText on windowsShane Kearns2012-01-301-2/+2
* Fix link error in QSslSocket auto testShane Kearns2012-01-301-2/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-309-9/+9
* QAbstractSocket / QSslSocket: add API to pause and resumePeter Hartmann2012-01-251-17/+93
* Update contact information in license headers.Jason McDonald2012-01-239-9/+9
* Modify SSL Socket test exceptions on Ubuntu 11.10 x64.Toby Tomkins2012-01-161-20/+5
* Fixes examples/tests to use qinptr in QTcpServer::incomingConnection.Jonas M. Gastal2012-01-131-4/+4
* SSL Socket withoutproxy failures on Ubuntu 11.10 x64.Toby Tomkins2012-01-122-0/+24
* Remove unused QT_NO_TEXTSTREAM.David Faure2012-01-111-2/+0
* Make socket descriptors qintptr.Jonas M. Gastal2012-01-051-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-059-9/+9
* tests: use contains(QT_CONFIG,private_tests) consistentlySergio Ahumada2012-01-021-0/+5
* Check we're connected before startClientEncryption()Richard Moore2011-12-071-0/+13
* Make the default ssloptions testable.Richard Moore2011-11-291-0/+5
* Fix sanity check of network test serverJason McDonald2011-11-283-0/+18
* tst_qsslsocket: improve failure messageRohan McGovern2011-11-211-1/+1
* tst_qsslsocket: don't run SSLv2 tests when SSLv2 has been disabledRohan McGovern2011-11-211-0/+16
* Improve the testability of QSslOptions.Richard Moore2011-11-171-0/+43
* SSL namespace: rename TlsV1 to TlsV1_0Peter Hartmann2011-11-161-17/+17
* Always use the hex format for certificate serial numbers.Richard Moore2011-11-151-1/+1
* Deprecate QSslCertificate::isValid() replace with isBlacklisted()Richard Moore2011-11-141-4/+4
* SSL certificate extensions: add unit testsRichard Moore2011-11-061-0/+89