summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslsocket_openssl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-161-0/+6
|\
| * Add missing protocol enumerators, report TLS 1.3 if negotiatedTimur Pocheptsov2018-11-071-0/+6
* | Fix supportsSsl() to make it more consistentTimur Pocheptsov2018-11-021-0/+5
|/
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-301-1/+6
|\
| * SSL: Don't write to closed socket or write to deallocated bufferMårten Nordheim2018-09-281-1/+6
* | Ssl: clang-tidy modernize-use-nullptrMårten Nordheim2018-08-091-13/+15
* | Extend the feature 'dtls' to handle missing DTLS support in OpenSSLTimur Pocheptsov2018-07-131-1/+2
* | QSslSocketBackendPrivate - avoid recursion while handing errorsTimur Pocheptsov2018-07-121-7/+34
* | QtNetwork: Fix and streamline translations of QDtlsFriedemann Kleint2018-06-281-2/+7
* | Let's encrypt datagramsTimur Pocheptsov2018-06-181-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-051-3/+1
|\|
| * Fix crash in qsslsocket_opensslMårten Nordheim2018-05-041-3/+1
* | Add a new (D)TLS configurationTimur Pocheptsov2018-04-061-19/+43
* | Move QWindowsCaRootFetcher to its own fileMårten Nordheim2018-03-231-113/+4
* | Make getErrorsFromOpenSSL thread-safeTimur Pocheptsov2018-03-201-3/+4
|/
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-0/+2
|\
| * Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-201-0/+2
* | Fix OpenSSL 1.1 buildTimur Pocheptsov2017-09-141-2/+3
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-1/+1
|\|
| * Fix crash when reading a PKCS12 file with no private keyEdward Welbourne2017-08-171-1/+1
* | QSslSocketBackendPrivate::transmit(): improve writing to OpenSSLAlex Trotsenko2017-08-271-3/+2
* | QSslSocketBackendPrivate::transmit(): improve reading from OpenSSLAlex Trotsenko2017-07-271-4/+5
* | QSslSocket: OpenSSL 1.1 backendRichard J. Moore2017-07-041-377/+35
* | Use list-initialization moreMarc Mutz2017-04-201-2/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-201-3/+2
|\|
| * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-061-3/+2
* | Workaround the broken 'OPENSSL_config' (Windows)Timur Pocheptsov2017-02-111-1/+43
|/
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-0/+5
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-0/+5
| |\
| | * QSslSocket (OpenSSL) - handle abort/close on sslErrors emittedTimur Pocheptsov2016-06-141-0/+5
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-1/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-1/+5
| |\|
| | * QSslSocket: Data is sent after a certificate is downloaded on Windows.Martin Porcelli2016-06-081-1/+5
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-9/+9
|\| |
| * | QtNetwork: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-05-041-2/+4
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-1/+0
| |\|
| | * QSslSocket: remove unused variable in q_X509Callback()Marc Mutz2016-04-261-1/+0
| * | QtNetwork: use const (and const APIs) moreAnton Kudryavtsev2016-04-271-1/+1
| * | QtNetwork: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-04-251-1/+1
| * | QtNetwork: eradicate Q_FOREACH loops [already const]Marc Mutz2016-04-251-1/+1
| * | QtNetwork: replace Java-style iteratorsAnton Kudryavtsev2016-04-191-3/+2
* | | Add support for PSK on server sideAndré Klitzing2016-05-021-2/+40
* | | qsslsocket/context_openssl - ALPN and NPN, not ALPN or NPNTimur Pocheptsov2016-05-021-1/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-8/+6
|\| |
| * | QtNetwork: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-03-311-6/+6
| * | Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-301-2/+0
* | | QtNetwork: Remove Windows CE.Friedemann Kleint2016-03-291-14/+0
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-221-3/+11
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-3/+9
| |\|
| | * Don't include by default ciphers that are not supportedAntonio Larrosa2016-03-141-3/+5