summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsslsocket
Commit message (Collapse)AuthorAgeFilesLines
* QNetworkReply: add possibility to ignore specific SSL errorsPeter Hartmann2009-07-221-1/+83
| | | | | | | | | | | | the same method was also added to QSslSocket. previously, it was only possible to ignore all SSL errors; now, it is also possible to only ignore specific SSL errors, given by a QList of QSslErrors. Moreover, it is possible to call this newly added method right after connecting, not just when we get the SSL error. Reviewed-by: Thiago Task-number: 257322
* Merge branch '4.5'Thiago Macieira2009-07-222-23/+16
|\
| * QSslSocket autotest: adapt to new certificate on test serverPeter Hartmann2009-07-222-23/+16
| | | | | | | | | | | | got a new certificate, which is self-signed now Reviewed-by: Thiago
* | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
|\ \ | |/
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | | | | | | | Reviewed-by: Trust Me
* | Merge branch '4.5' of ../qt-45-documentationDavid Boddie2009-05-202-15/+21
|\ \ | |/
| * make QSslSocket test work also for shadow buildsPeter Hartmann2009-05-202-15/+21
| | | | | | | | | | | | | | ... by being able to load the certificates also in a shadow build directory Reviewed-by: Thiago
| * Adpot more code to use QtNetworkSettings instead of hard coded names.Frans Englich2009-05-191-15/+18
| | | | | | | | Reviewed-By: Peter Hartmann
| * Use QtNetworkSettings for IMAP server, instead of hard coding.Frans Englich2009-05-191-3/+3
| | | | | | | | Reviewed-by: Peter Hartmann
| * Long live Qt 4.5!Lars Knoll2009-03-237-0/+1648
|
* Adpot more code to use QtNetworkSettings instead of hard coded names.Frans Englich2009-05-191-15/+18
| | | | Reviewed-By: Peter Hartmann
* Use QtNetworkSettings for IMAP server, instead of hard coding.Frans Englich2009-05-191-3/+3
| | | | Reviewed-by: Peter Hartmann
* tst_qsslsocket: Added assertions that make test fail if certs not foundMarkus Goetz2009-05-121-0/+2
|
* Long live Qt!Lars Knoll2009-03-237-0/+1675