summaryrefslogtreecommitdiffstats
path: root/src/network/ssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* qssl: add support for QSsl::Opaque keyCorentin Chary2011-08-315-15/+61
* QSslCertificate: blacklist fraudulent *.google.comPeter Hartmann2011-08-301-0/+1
* QSslCertificate: deprecate alternateSubjectNames()Peter Hartmann2011-08-045-11/+19
* SSL internals: certificate verification: use mutex lockerPeter Hartmann2011-07-141-2/+2
* QSslCertificate: extend documentation for new verify methodPeter Hartmann2011-07-121-2/+6
* Add the ability to verify a chain of certificatesRichard Moore2011-07-126-26/+182
* QSslCertificate: rename "tag" to "attribute", as in the RFCPeter Hartmann2011-07-122-18/+18
* SSL: Move the code for extracting the name of an ASN1_OBJECTRichard Moore2011-07-112-12/+16
* SSL: Add methods to access the tags of the subject and issuer of a certRichard Moore2011-07-112-0/+40
* SSL: Make the internals of certificate name info match the externals.Richard Moore2011-07-112-19/+19
* SSL: Store x509 name entries that have no short name as their OID.Richard Moore2011-07-113-2/+22
* SSL internals: rename methods in the SSL backend to reflect public onesPeter Hartmann2011-07-113-6/+6
* QSslSocket: Add accessors for SSL versionRichard Moore2011-07-116-0/+46
* Add Happy-Eyeballs style IPv6 connection establishing.Martin Petersson2011-07-042-7/+8
* Make it compile with openssl 1.0.0d, gcc 4.6Bernhard Rosenkraenzer2011-06-283-0/+12
* Certificates can have each issuer and subject field many timesRichard Moore2011-06-273-25/+41
* SSL certificate printing: increase max certificate sizePeter Hartmann2011-06-221-2/+2