summaryrefslogtreecommitdiff
path: root/src/network/ssl
Commit message (Expand)AuthorAgeFilesLines
* Ignore expired certificate during certificate validationAndy Shaw2015-01-141-19/+12
* Fix minor compiler warningKevin Funk2014-11-271-1/+1
* Fix at lot of QT_NO_ define guards for very tiny Qt builds.Robert Griebl2014-08-058-0/+48
* QSslCertificate: blacklist NIC certificates from IndiaPeter Hartmann2014-07-101-0/+4
* Doc: be more explicit about need to set expected SSL cert in errorsArnaud Bienner2014-06-021-1/+2
* Updated year in copyright headerKai Koehne2014-03-2623-23/+23
* Prevent spurious SSL errors from local certificates.Richard J. Moore2014-03-131-3/+0
* SSL: blacklist ANSSI intermediate certificatePeter Hartmann2013-12-121-0/+2
* QNX: adapt SSL lib file name lookup heuristicsPeter Hartmann2013-07-311-1/+4
* QNX: hardcode on-demand SSL root cert loadingPeter Hartmann2013-07-301-0/+2
* SSL internals: do not write after shutting down the socketPeter Hartmann2013-04-243-4/+13
* SSL code: store SSL parameters for debugging, guarded by definePeter Hartmann2013-03-251-0/+35
* QSslConfiguration: toggle on demand loading of root certs properlyPeter Hartmann2013-03-044-1/+21
* SSL docs: Be more explicit about the threats of ignoring SSL errorsPeter Hartmann2013-02-271-3/+7
* BlackBerry: change SSL root cert folderPeter Hartmann2013-01-141-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1323-23/+23
* QtNetwork: blacklist two more certificatesMartin Petersson2013-01-051-0/+2
* SSL certificates: blacklist mis-issued Turktrust certificatesPeter Hartmann2013-01-051-0/+3
* Fix binary incompatibility between openssl versionsShane Kearns2012-12-113-1/+13
* Fix compile issue with building with openssl and in a namespaceAndy Shaw2012-11-181-7/+11
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2923-554/+554
* Disable SSL compression by default.Richard Moore2012-09-193-4/+9
* Refactor coreservices -> ios & QT_NO_CORESERVICES -> Q_OS_IOSIan Dean2012-09-182-5/+5
* add configure options for debug/release OpenSSLPeter Kümmel2012-08-151-0/+13
* Update contact information in license headers.Sergio Ahumada2012-08-0123-46/+46
* Use improved QLibrary search heuristics for SSLSean Harmer2012-07-271-0/+2
* Add Blackberry path for SSL certificatesNicolas Arnaud-Cormos2012-06-071-0/+1
* Mark the testSslOption method as introduced from Qt 4.8Laszlo Papp2012-06-071-0/+2
* Improved detection of libcrypto and libssl.Niels Weber2012-04-261-12/+51
* Find libssl on linux using paths of loaded librariesShane Kearns2012-04-101-0/+26
* Fix regressions due to partial QSslSocket::peek fixShane Kearns2012-03-301-11/+27
* Fix bug in qsslsocket peek()Kalle Viironen2012-03-192-0/+38
* QSslCertificate - make lazy initialisation thread safeShane Kearns2012-03-041-0/+8
* Fixed missing parenthesesRobert Loehning2012-03-011-1/+1
* Prevent data loss when an ssl socket is closed by remoteShane Kearns2012-02-022-13/+22
* Update year in Nokia copyright messages.Jason McDonald2012-01-1123-23/+23
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-symbian-staging into ma...Qt Continuous Integration System2012-01-051-2/+9
|\
| * Handle plain socket write errors in SSLShane Kearns2012-01-041-2/+9
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-12-213-12/+0
|\ \ | |/ |/|
| * SSL: fix build with -openssl-linked for OpenSSL 0.9.8*Peter Hartmann2011-12-193-12/+0
* | SSL: fix build when compiled with -openssl-linkedPeter Hartmann2011-11-282-0/+12
|/
* Add the ability to do unsafe SSL renegotiation as a fallback.Richard Moore2011-11-155-4/+20
* SSL: blacklist intermediate certificates that issued weak certsPeter Hartmann2011-11-081-0/+3
* SSL documentation: correct enum namePeter Hartmann2011-10-311-1/+1
* Add the ability to enable various SSL bug workarounds.Richard Moore2011-10-217-9/+102
* QSslCertificate: block all DigiNotar (intermediate and root) certsPeter Hartmann2011-09-062-8/+34
* QSslCertificate: also check common name for blacklisted certificatesPeter Hartmann2011-08-301-11/+12
* QSslCertificate: blacklist fraudulent *.google.comPeter Hartmann2011-08-301-0/+1
* Make it compile with openssl 1.0.0d, gcc 4.6Bernhard Rosenkraenzer2011-06-273-0/+12
* Merge remote branch 'origin/4.7' into qt-4.8-from-4.7Jani Hautakangas2011-06-221-2/+2
|\