summaryrefslogtreecommitdiffstats
path: root/src/network/ssl
Commit message (Expand)AuthorAgeFilesLines
* ssl: add openssl-based QSslKeyPrivate::encrypt / decryptJeremy Lainé2015-07-204-9/+86
* QtNetwork: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-192-2/+2
* Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-172-47/+59
|\
| * Define friend functions of QSslEllipticCurve outside of classKai Koehne2015-07-161-4/+8
| * ssl: improve SecureTransport error loggingJeremy Lainé2015-07-151-42/+45
| * ssl: fix SecureTransport handling of remote host disconnectJeremy Lainé2015-07-131-1/+6
* | QSslSocket: remove code duplicationMarc Mutz2015-07-131-19/+13
* | QSslSocket: use function objects and algorithms when sorting library pathsMarc Mutz2015-07-131-24/+26
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-018-170/+126
|\|
| * Replace MAC OS X with OS XNico Vertriest2015-06-301-1/+1
| * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-278-169/+125
| |\
| | * QSslSocket: move default cipher, EC and default CA APIs to QSslConfigurationGiuseppe D'Angelo2015-06-117-157/+113
| | * Unexport QSslPreSharedKeyAuthenticatorMarc Mutz2015-06-091-12/+12
* | | QtNetwork: make all Q_DECLARE_SHARED types nothrow move-assignableMarc Mutz2015-06-307-16/+29
* | | Use QVector::reserve() all over the place.Sérgio Martins2015-06-291-0/+1
* | | Also add support for linked OpenSSL without SSL v2 & v3 supportDaniel Molkentin2015-06-282-0/+20
* | | network: Use QList::reserve(), reduces reallocations.Sérgio Martins2015-06-272-3/+8
* | | Define openssl symbol resolution warning function only if necessaryUlf Hermann2015-06-221-0/+3
* | | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-034-29/+32
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.5.0' into 5.5" into refs/stagin...Liang Qi2015-06-021-1/+4
| |\|
| | * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-011-1/+4
| | |\
| | | * Avoid false positives from google by storing OpenSSL version as Unicode.Richard J. Moore2015-05-251-1/+4
| * | | Don't assign iterator to const_iteratorSérgio Martins2015-06-021-26/+26
| |/ /
| * | MSVC2015: Compile fixMaurice Kalinowski2015-05-221-1/+1
| * | Make data tables const.Volker Krause2015-05-051-1/+1
* | | Remove unsafe random seeding fallback path.Richard J. Moore2015-05-291-24/+2
* | | Fix exclusion of anonymous ciphers.Richard J. Moore2015-04-251-2/+4
* | | Add the ability to prefer the cipher preferences specified by the server.Richard J. Moore2015-04-253-1/+9
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-222-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-152-2/+2
| |\|
| | * Windows: Do not crash if SSL context is gone after root cert lookupDaniel Molkentin2015-04-011-1/+1
| | * QSslSocket: try to send all data on close()Alex Trotsenko2015-04-011-1/+1
* | | Replace <qhash.h> with <qhashfunctions.h> where applicableMarc Mutz2015-04-201-0/+3
|/ /
* | QSSLSocketPrivateBackend::transmit - fix Secure Transport versionTimur Pocheptsov2015-04-011-17/+9
* | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-17/+4
|\|
| * Introduce qt_subtract_from_timeout to reduce code duplication.Daniel Teske2015-03-091-17/+4
* | Please valgrind by not accessing uninitialized memoryAllan Sandfeld Jensen2015-03-141-2/+3
* | Secure Transport - handle errSSLBadCert in server modeTimur Pocheptsov2015-03-122-4/+18
* | Silence MSVC warning about 64-bit conversion (loss of data)Thiago Macieira2015-03-121-1/+1
* | QtNetwork: Fix const correctness in old style castsThiago Macieira2015-03-122-5/+5
* | Fix bind+connect in both TCP and UDPThiago Macieira2015-03-042-0/+24
* | QSslSocket: fix compilation errorNikita Baryshnikov2015-03-043-3/+3
* | QSslSocket: Factor out error message about failure to set the elliptic curves.Friedemann Kleint2015-02-251-2/+7
* | Remove BlackBerry PlayBook support.Rafael Roquetto2015-02-201-1/+0
* | Fixed license headersJani Heikkinen2015-02-177-7/+7
* | Use d2i_DHparams instead of poking around inside the DH struct.Richard J. Moore2015-02-163-41/+14
* | QSsl: teach the SecureTransport backend about TlsV1_0OrLater, TlsV1_1OrLater ...Mikkel Krautz2015-02-151-0/+21
* | Secure Transport - enable client authenticationTimur Pocheptsov2015-02-131-35/+45
* | QSsl: add TlsV1_0OrLater, TlsV1_1OrLater, TlsV1_2OrLaterMikkel Krautz2015-02-135-0/+44
* | Network: Fix operator<<(QDebug, ...) operationsKai Koehne2015-02-124-11/+17