summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/ssl/qsslsocket
Commit message (Expand)AuthorAgeFilesLines
* QSslSocket::verify: do not alter the default configurationTimur Pocheptsov2020-12-072-3/+97
* QSslCipher - improve its code coverage and auto-testsTimur Pocheptsov2020-12-011-28/+16
* QSslConfiguration - improve code coverageTimur Pocheptsov2020-11-301-2/+27
* Schannel: Properly handle request for certificateMårten Nordheim2020-09-141-8/+0
* QSsl: workaround a 'very secure' OpenSSL version (CentOS 8.x et al)Timur Pocheptsov2020-09-141-0/+9
* tst_QSslSocket - stop using qrand (to suppress a warning)Timur Pocheptsov2020-06-101-7/+6
* tst_QSslSocket - do not test the deprecated APITimur Pocheptsov2020-06-101-108/+2
* QSslSocket::setSslSonfiguration - set d.configuration properlyTimur Pocheptsov2020-05-201-0/+20
* More qOverload cleanups in qtbaseTimur Pocheptsov2020-03-241-2/+1
* QAbstractSocket: deprecate 'error' signal, use 'errorOccurred' insteadAlexander Akulich2020-02-271-22/+22
* Revert "QAbstractSocket: deprecate 'error' member-function"Alexander Akulich2020-02-261-14/+14
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-281-2/+2
|\
| * Flatten version-specific blacklisting on macOS to all macOS versionsTor Arne Vestbø2020-01-221-2/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-151-1/+2
|\|
| * Skip instead of fail tests when test server is not availableTor Arne Vestbø2020-01-141-1/+2
* | QSslSocket: deprecate sslErrors() getterTimur Pocheptsov2020-01-101-4/+4
* | QAbstractSocket: deprecate 'error' member-functionTimur Pocheptsov2020-01-101-14/+14
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-081-0/+49
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-061-0/+49
| |\
| | * Schannel: no longer keep old ssl errors around when reusing socketMårten Nordheim2019-10-071-0/+49
* | | QSslSocket - remove old OpenSSL backend (< 1.1)Timur Pocheptsov2019-11-011-10/+4
* | | tst_qsslsocket: Update some QSslConfiguration usageMårten Nordheim2019-09-251-21/+31
|/ /
* | Update for failures only on dev branch. Use general platform namesDaniel Smith2019-08-191-4/+0
* | Make network tests build and pass with disabled deprecated APIsSona Kurazyan2019-07-231-49/+198
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-171-1/+0
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-121-1/+0
| |\
| | * Revert "Temporarily skip tst_QSslSocket::resume"Mårten Nordheim2019-07-031-1/+0
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-252-15/+16
| |\|
| * | tst_qsslsocket: fix racy testv5.13.0-rc3v5.13.0Mårten Nordheim2019-06-131-2/+2
| * | QSslSocket: add and set the TLSv1.3-specific PSK callbackMårten Nordheim2019-06-131-11/+1
* | | unblacklist passing testsDaniel Smith2019-07-081-13/+5
* | | Remove usages of deprecated APIs from QtAlgorithmsSona Kurazyan2019-06-291-3/+3
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-252-26/+17
|\ \ \ | | |/ | |/|
| * | Temporarily skip tst_QSslSocket::resumeMårten Nordheim2019-06-241-0/+1
| * | SSL: Update an about-to-expire certificateMårten Nordheim2019-06-241-15/+15
| * | QSslSocket: add and set the TLSv1.3-specific PSK callbackv5.12.4Mårten Nordheim2019-06-121-11/+1
| * | tst_qsslsocket: fix racy testMårten Nordheim2019-06-121-2/+2
* | | Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-141-1/+2
* | | Granularize blacklist of qsslsocket for WindowsMårten Nordheim2019-05-101-0/+16
* | | Expose docker test server as an internal config to all modulesRyan Chu2019-04-251-1/+1
* | | tst_qsslsocket: fix racy testMårten Nordheim2019-03-261-2/+2
* | | Convert tst_QSslSocket to work with DockerTimur Pocheptsov2019-03-113-66/+134
* | | SecureTransport - make 'securetransport' feature publicTimur Pocheptsov2019-03-071-4/+4
| |/ |/|
* | Schannel: Add ALPN supportMårten Nordheim2019-01-281-3/+19
* | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Liang Qi2019-01-281-0/+6
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-261-0/+6
| |\|
| | * tst_qsslsocket - blacklist several test temporarilyTimur Pocheptsov2019-01-241-0/+6
* | | QSslSocket: Fix isMatchingHostname when the CN is an IP AddressMårten Nordheim2019-01-282-0/+27
|/ /
* | tst_qsslsocket: Make an ALPN test available to other backendsMårten Nordheim2019-01-241-40/+41
* | Ssl: Add support for IP-address in alternate subject nameMårten Nordheim2019-01-242-0/+31