summaryrefslogtreecommitdiffstats
path: root/src/network/ssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | 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
* | 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
* | Harden QAsn1Element against malicious ASN.1 strings.Richard J. Moore2015-02-041-0/+5
* | Add SecureTransport based SSL backend for iOS and OS XJeremy Lainé2015-02-027-0/+1677
* | [QSSL] Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-01-288-4/+20
* | QSslSocket: introduce support for TLS PSK (client side)Giuseppe D'Angelo2015-01-2310-0/+581
* | QSslEllipticCurve: enable NRVO in *Name() methodsMarc Mutz2015-01-211-8/+4
* | QSslEllipticCurve: don't call QSslSocketPrivate::ensureInitialized() in const...Marc Mutz2015-01-211-4/+0