summaryrefslogtreecommitdiffstats
path: root/src/network/ssl
Commit message (Expand)AuthorAgeFilesLines
* Make sure to print short text for QSslCertifictaeExtension.Casper van Donderen2012-02-171-1/+2
* Remove needless line "#define d d_ptr"Kent Hansen2012-02-151-2/+0
* Fix unintended source compatiblity break in QSslSocketShane Kearns2012-02-021-0/+1
* Don't include config.tests/unix/openssl/openssl.priBradley T. Hughes2012-02-021-4/+0
* Prevent data loss when an ssl socket is closed by remoteShane Kearns2012-02-012-12/+22
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-011-1/+1
* Emit QSslSocket::error in case of openssl gives an error.Jonas M. Gastal2012-02-011-25/+32
* Removing bad ###Qt5 note.Jonas M. Gastal2012-01-311-1/+0
* Make the pause modes a QFlags.Richard Moore2012-01-301-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3026-26/+26
* Making socketOption/setSocketOption virtual on QSslSocket.Jonas M. Gastal2012-01-281-3/+2
* Style fix for QSslCertificate constructor.Jonas M. Gastal2012-01-271-2/+1
* Removing ### that would cause needless SC brekage.Jonas M. Gastal2012-01-271-1/+1
* QAbstractSocket / QSslSocket: add API to pause and resumePeter Hartmann2012-01-255-32/+111
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-258-8/+0
* Update contact information in license headers.Jason McDonald2012-01-2326-26/+26
* Remove unused QT_NO_TEXTSTREAM.David Faure2012-01-111-1/+1
* SSL - dump failed certificate chains when debug logging is enabledShane Kearns2012-01-091-0/+21
* Make (dis)connectTo(From)Host virtual in QAbstractSocket.Jonas M. Gastal2012-01-092-10/+8
* Fix renewed SSL certificates being incorrectly reported as expiredShane Kearns2012-01-061-2/+2
* Add a new QT_NO_SSL feature macro.Richard Moore2012-01-067-15/+15
* Make socket descriptors qintptr.Jonas M. Gastal2012-01-052-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-0523-23/+23
* Always load the openssl configuration.Richard Moore2012-01-031-4/+0
* Handle plain socket write errors in SSLShane Kearns2011-12-221-2/+9
* SSL: fix build with -openssl-linked for OpenSSL 0.9.8*Peter Hartmann2011-12-223-12/+0
* Remove unused member variables from private class.Richard Moore2011-12-121-2/+0
* Check we're connected before startClientEncryption()Richard Moore2011-12-071-0/+4
* Make the default ssloptions testable.Richard Moore2011-11-292-2/+7
* SSL certificate blacklist: reformat serial numbers to hexadecimalPeter Hartmann2011-11-251-10/+10
* SSL: fix build when compiled with -openssl-linkedPeter Hartmann2011-11-252-0/+12
* Removing unnecessary hidden property "_q_user-agent".Jonas M. Gastal2011-11-241-2/+0
* Don't forward declare types form openssl in public headersLars Knoll2011-11-241-2/+0
* Improve the testability of QSslOptions.Richard Moore2011-11-172-29/+36
* SSL: fix compilation warning with gcc 4.6.1Peter Hartmann2011-11-161-1/+1
* Fix Qt namespace compilation.Toby Tomkins2011-11-161-0/+2
* SSL namespace: rename TlsV1 to TlsV1_0Peter Hartmann2011-11-165-11/+14
* Add the ability to do unsafe SSL renegotiation as a fallback.Richard Moore2011-11-155-4/+20
* Always use the hex format for certificate serial numbers.Richard Moore2011-11-151-16/+8
* network: remove Symbian specific codePeter Hartmann2011-11-145-433/+5
* Deprecate QSslCertificate::isValid() replace with isBlacklisted()Richard Moore2011-11-143-14/+30
* SSL: blacklist intermediate certificates that issued weak certsPeter Hartmann2011-11-081-0/+3
* SSL certificates: add functionality to read extensionsRichard Moore2011-11-069-12/+628
* SSL documentation: correct enum namePeter Hartmann2011-10-311-1/+1
* Fix most warnings about assignments of QAtomicInt.Friedemann Kleint2011-10-311-2/+2
* Add the ability to enable various SSL bug workarounds.Richard Moore2011-10-207-9/+102
* QSslCertificate: block all DigiNotar (intermediate and root) certsPeter Hartmann2011-09-072-8/+34
* QSslCertificate: also check common name for blacklisted certificatesPeter Hartmann2011-09-021-11/+12
* qssl: use reinterpret_cast instead of C-style castsCorentin Chary2011-09-021-10/+10
* qssl: add auto test to QSsl::Opaque QSslKeysCorentin Chary2011-09-021-2/+2