summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qcryptographichash
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* QCryptographicHash: fallback to non-OpenSSL implementation for KeccakJan Grulich2023-11-081-0/+85
* CMake: remove check for cxx11_futureThiago Macieira2023-08-021-10/+1
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* QCryptographicHash: check addData() with null QByteArrayViewMarc Mutz2023-03-171-0/+23
* Fix overflow in SHA-3/KeccakMårten Nordheim2023-03-101-0/+29
* tst_QCryptographicHash: Extract Method ensureLargeData()Marc Mutz2023-03-091-1/+11
* QCryptographicHash: auto-calculate MaxHashLengthMarc Mutz2023-02-251-2/+9
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* tst_QCryptographicHash: avoid duplicate data tagsEdward Welbourne2022-10-181-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* QCryptographicHash: Add getter for algorithm()Linus Jahn2022-09-121-0/+2
* Make QCryptographicHash move constructibleLinus Jahn2022-09-121-0/+37
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Increase timeout of slow test for ASAN-enabled buildDimitrios Apostolou2022-06-151-0/+4
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Cleanup tests that add test data to resources explicitlyAlexey Edelev2022-02-111-18/+0
* Remove unused .qrc filesJoerg Bornemann2022-01-171-6/+0
* Fix autotest runtime failures on INTEGRITYTatiana Borisova2021-12-161-1/+1
* Remove conditioning on Android embeddedEdward Welbourne2021-09-171-1/+1
* QCryptographicHash: use a std::array to hold result (was: QByteArray)Marc Mutz2021-07-151-6/+6
* QCryptographicHash test: remove the moreThan4GiBOfData(SHA512) check from the CIMarc Mutz2021-07-151-2/+5
* tst_QCryptographicHash: simplify the creation of a large QBAMarc Mutz2021-07-071-4/+1
* QCryptographicHash: port addData() to QByteArrayViewMarc Mutz2021-07-061-7/+7
* QCryptographicHash: don't present the same data over and over againMarc Mutz2021-07-061-0/+84
* tst_QCryptographicHash: make hashLength() data-drivenMarc Mutz2021-07-051-3/+12
* Remove the qmake project filesJoerg Bornemann2021-01-071-11/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+2
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-2/+2
* QCryptographicHash: Add BLAKE2b and BLAKE2s hashing algorithmsLinus Jahn2020-07-311-0/+106
* Port more tests from tests/auto/corelib/tools to CMakeSona Kurazyan2020-04-291-0/+35
* QCryptographicHash: Add a static method to retrieve hash lengthMårten Nordheim2018-04-101-0/+11
* Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-201-1/+1
* QCryptographicHash: make SHA3 calculate SHA3, not KeccakGiuseppe D'Angelo2017-03-311-64/+102
* Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-301-1/+1
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+1
* Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-011-1/+0
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Android: Fix QCryptographicHash testEskil Abrahamsen Blomfeldt2015-01-062-0/+11
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-3/+3
* Add support for SHA3 to QCryptographicHash.Richard Moore2013-02-091-0/+67
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore]Thiago Macieira2012-05-041-2/+2
* Add SHA-224, SHA-256, SHA-384, and SHA-512 support to QCryptographicHashBradley T. Hughes2012-02-271-0/+16
* Changed qcryptographichash unittest to work from installation directoryKurt Korbatits2012-02-172-12/+4