summaryrefslogtreecommitdiffstats
path: root/src/network/ssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Use a union for different openssl typesAndré Klitzing2015-02-112-15/+10
* | Update copyright headersJani Heikkinen2015-02-1150-635/+475
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-105-7/+34
|\|
| * SSL NPN negotiation: Do not abort on unmatched protocolsPeter Hartmann2015-02-051-7/+13
| * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-293-0/+19
| |\
| | * Set pendingClose to false on init in QSslSocketMichael Marley2015-01-191-0/+1
| | * Fix compile error if openssl is built with no-ssl3-methodAndré Klitzing2015-01-162-0/+18
| * | Doc: add missing since 5.4 for new sessionProtocol() methods.David Faure2015-01-192-0/+2
| |/
* | Remove unnecessary direct access to SSL_CIPHER struct.Richard J. Moore2015-02-081-9/+7
* | Remove legacy ifdefs for ancient openssl.Richard J. Moore2015-02-087-64/+9
* | Use prefix instead of postfix for iteratorsMaks Naumov2015-02-081-2/+2
* | Stop accessing the internals of the SSL_CTX structure.Richard J. Moore2015-02-073-1/+4
* | ssl: fix QSslSocket::peerCertificateChain in server modeJeremy Lainé2015-02-072-12/+21
* | Move Rfc822NameType, DnsNameType and UniformResourceIdentifierType.Richard J. Moore2015-02-043-16/+16