summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qcryptographichash/tst_qcryptographichash.cpp
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
* 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
* 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
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* 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
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+2
* QCryptographicHash: Add BLAKE2b and BLAKE2s hashing algorithmsLinus Jahn2020-07-311-0/+106
* QCryptographicHash: Add a static method to retrieve hash lengthMårten Nordheim2018-04-101-0/+11
* QCryptographicHash: make SHA3 calculate SHA3, not KeccakGiuseppe D'Angelo2017-03-311-64/+102
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* 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
* 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-171-1/+3
* Eliminate duplicate data row names from corelib autotests.Jason McDonald2012-02-141-2/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Changed unittests in corelib to use specific headers instead of super-headers.Kurt Korbatits2012-01-161-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* QCryptographicHash: allow to hash the content of a QIODeviceSune Vuorela2011-12-221-0/+32
* Moving relevant tests to corelib/toolsHolger Ihrig2011-09-011-0/+154