Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SSL Certificate: don't crash when the END CERTIFICATE line ends without CRLF | Thiago Macieira | 2010-01-21 | 3 | -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 Macieira | 2009-08-28 | 1 | -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 NULs | Thiago Macieira | 2009-08-07 | 1 | -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 Knoll | 2009-03-23 | 1 | -0/+13 |