summaryrefslogtreecommitdiffstats
path: root/src/network/ssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QSslEllipticCurve: add missing noexceptMarc Mutz2015-01-212-4/+4
* | QSslEllipticCurve: remove unneeded includes from headerMarc Mutz2015-01-211-2/+0
* | QSslEllipticCurve: add fromLongNameGiuseppe D'Angelo2015-01-216-0/+43
* | Add elliptic curve support to QSslAndré Klitzing2015-01-189-9/+167
* | Add missing qdatastream.h includes.Richard J. Moore2015-01-052-0/+3
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-291-2/+2
|\|
| * Fix include headers for qsslcertificate_qt.cppThiago Macieira2014-12-231-2/+2
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-1813-106/+185
|\|
| * Use categorized logging for ssl codeKai Koehne2014-12-1013-106/+185
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-106-7/+7
|\|
| * Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-276-7/+7
| |\
| | * Use camel case in PKCS#12 functionAlejandro Exojo2014-11-246-7/+7
* | | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-033-28/+28
* | | QSslEllipticCurve: remove a copy when setting the curvesGiuseppe D'Angelo2014-12-032-6/+6
* | | SSL: let a server choose the most appropriate curve for a clientGiuseppe D'Angelo2014-11-291-5/+12
* | | SSL: Add support for selecting which curves should be used by an elliptic cipherGiuseppe D'Angelo2014-11-2615-1/+812
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-242-1/+24
|\| |
| * | Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-211-1/+1
| |\|
| | * Fix memcpy with incorrect destinationAndré Klitzing2014-11-181-1/+1
| * | OS X and iOS: Search for openssl libs in .app/Contents/FrameworksKai Koehne2014-11-111-0/+19
| |/
| * Remove incorrect read from QSslSocket::readData()Alex Trotsenko2014-11-061-10/+6
| * clang: Fix compilation with -openssl-linkedKai Koehne2014-10-301-0/+4
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-273-8/+13
|\|
| * Update QSsl::SecureProtocols to not include Sslv3Allan Sandfeld Jensen2014-10-243-8/+13
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-208-15/+58
|\|
| * Add qHash(QSslError) overloadMarc Mutz2014-10-193-5/+15
| * Add qHash(QSslCertificate) overloadMarc Mutz2014-10-195-5/+29
| * Add information about unsupported SSL protocol when creating context.Mikołaj Siedlarek2014-10-101-4/+13
| * Prevent parsing of SSL certificates from 0-size buffers.Mikołaj Siedlarek2014-10-101-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-4/+4
|\|
| * Don't use QByteArrayLiteral in comparisonsMarc Mutz2014-10-091-4/+4