summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsslsocket
Commit message (Collapse)AuthorAgeFilesLines
* tst_qsslsocket: new bigChunk testcaseMarkus Goetz2009-10-201-0/+45
| | | | | | | | | | This new test is to find out if the BIO size of OpenSSL is limited or not. The test passes on my Linux, however the OpenSSL docu suggests that the BIO size is limited. From http://www.openssl.org/docs/crypto/BIO_s_bio.html "This is currently 17K". Reviewed-by: Peter Hartmann
* Update license headers again.Jason McDonald2009-09-081-4/+4
| | | | Reviewed-by: Trust Me
* Update tech preview license header.Jason McDonald2009-08-311-13/+13
| | | | Reviewed-by: Trust Me
* QSslSocket: Clear readBuffer and writeBuffer on close()Markus Goetz2009-08-181-0/+29
| | | | | | Fixes https://bugs.webkit.org/show_bug.cgi?id=28016 Reviewed-by: andreas
* Update license headers.Jason McDonald2009-08-111-1/+1
| | | | Reviewed-by: Trust Me
* 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
* Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | | | Reviewed-by: Trust Me
* 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