summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsslcertificate/more-certificates
Commit message (Collapse)AuthorAgeFilesLines
* SSL Certificate: don't crash when the END CERTIFICATE line ends without CRLFThiago Macieira2010-01-213-0/+15
| | | | | | | | | | | If the file/data ends in the END CERTIFICATE line without a newline, the certificate is still valid. If it's followed by anything other than a newline, then it's no longer valid. Also add another test for the BEGIN CERTIFICATE ending without newline, to ensure we don't crash there either. Reviewed-By: Peter Hartmann
* Fix parsing of Subject Alternate Names in Qt.Thiago Macieira2009-08-281-0/+83
| | | | | | | | Simple misuse of QLatin1String. Use QString::fromLatin1 instead and avoid the QByteArray temporary. Reviewed-by: Andreas Aardal Hanssen Tracking: CVE-2009-2700
* Autotest: ensure we don't mishandle SSL certificates with NULsThiago Macieira2009-08-071-0/+81
| | | | | | This is a vulnerability in some implementations. Qt isn't affected because... well, we never implemented the decoding of escape sequences :-)
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+13