summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslsocket_openssl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make ephemeral server key availableSebastian Lösch2016-01-041-0/+8
* QSslSocket: evaluate CAs in all keychain categoriesDaniel Molkentin2015-11-241-28/+3
* Remove legacy platform code in QSslSocket for OS X < 10.5Daniel Molkentin2015-11-241-56/+26
* QtNetwork: convert some QDateTime::currentDateTime() to currentDateTimeUtc()Marc Mutz2015-10-271-1/+2
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-2/+2
* QAbstractSocket: Consolidate error reportingKai Koehne2015-09-141-42/+27
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-0/+7
|\
| * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-08-121-0/+7
| |\
| | * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-171-0/+7
| | |\
| | | * Network: Fix up previous corruption patchMarkus Goetz2015-07-081-0/+7
* | | | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-6/+3
|\| | |
| * | | Fix SNI for TlsV1_0OrLater, TlsV1_1OrLater and TlsV1_2OrLaterAndré Klitzing2015-07-301-6/+3
| |/ /
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-1/+1
|\| |
| * | QSslSocket: move default cipher, EC and default CA APIs to QSslConfigurationGiuseppe D'Angelo2015-06-111-1/+1
* | | Use QVector::reserve() all over the place.Sérgio Martins2015-06-291-0/+1
* | | network: Use QList::reserve(), reduces reallocations.Sérgio Martins2015-06-271-2/+6
* | | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-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
* | | 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-251-0/+3
|/ /
* | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-1/+1
|\|
| * Windows: Do not crash if SSL context is gone after root cert lookupDaniel Molkentin2015-04-011-1/+1
* | Silence MSVC warning about 64-bit conversion (loss of data)Thiago Macieira2015-03-121-1/+1
* | QSsl: add TlsV1_0OrLater, TlsV1_1OrLater, TlsV1_2OrLaterMikkel Krautz2015-02-131-0/+11
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-7/+13
|\|
| * SSL NPN negotiation: Do not abort on unmatched protocolsPeter Hartmann2015-02-051-7/+13
* | 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-081-5/+1
* | ssl: fix QSslSocket::peerCertificateChain in server modeJeremy Lainé2015-02-071-12/+20
* | [QSSL] Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-01-281-1/+1
* | QSslSocket: introduce support for TLS PSK (client side)Giuseppe D'Angelo2015-01-231-0/+68
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-181-45/+46
|\|
| * Use categorized logging for ssl codeKai Koehne2014-12-101-45/+46
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-101-1/+1
|\|
| * Use camel case in PKCS#12 functionAlejandro Exojo2014-11-241-1/+1
* | SSL: Add support for selecting which curves should be used by an elliptic cipherGiuseppe D'Angelo2014-11-261-0/+28
|/
* Update QSsl::SecureProtocols to not include Sslv3Allan Sandfeld Jensen2014-10-241-1/+3
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* ssl: Share the host name matching utilitiesAndrew Knight2014-08-271-59/+0
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-05-221-3/+1
|\
| * Avoid accessing the internals of the SSL_CIPHER struct.Richard J. Moore2014-05-191-3/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-131-12/+12
|\|
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-121-12/+12
| |\
| | * Ignore expired certificate during certificate validationDaniel Molkentin2014-05-111-12/+12
* | | Add support for loading PKCS#12 bundles.Richard J. Moore2014-05-111-0/+69
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-061-0/+2
|\| |
| * | Fix build against older OpenSSL.Sérgio Martins2014-04-141-0/+2
| |/