Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-14Optimize includes across code basepeter
2021-04-06Replace all crypto libraries with BotanJonathan White
2020-02-02Fixes for minor issues found by static analysisCarlo Teubner
2020-02-02Add braces around single line statementsJonathan White
2018-11-29Restore correct formattingGianluca Recchia
2018-10-19Add CLI tests and improve coding style and i18nJanek Bevendorff
2018-03-31Formatting the code.Louis-Bertrand Varin
2018-02-11SymmetricCipher: Add support for AES-128-CBCToni Spets
2018-01-24Move useful QTest template specializations to global header fileJanek Bevendorff
2018-01-13Add support for various algorithms for kdbx4angelsl
2017-12-12Merge branch 'master' into developJonathan White
2017-11-28Fixed memory leaks in non-gui testsMichal Kaptur
2017-11-19SymmetricCipher: Support CTR modeToni Spets
2017-06-14Update and fix copyright headersthez3ro
2017-01-28Break instead of returningJanek Bevendorff
2017-01-28Implement Twofish CBC encryption and decryption testsJanek Bevendorff
2015-09-23Remove backported Qt5 test macros.Felix Geyer
2015-07-20Test if reset() and close() write only one final block.Felix Geyer
2015-05-10Improve error reporing of layered streams.Felix Geyer
2015-05-10Catch and handle all errors from libgcrypt.Felix Geyer
2014-06-15Do some basic self-checks when initializing the crypto backend.Felix Geyer
2014-05-16Move QTEST_GUILESS_MAIN statements before test cases.Florian Geyer
2013-10-03Drop Qt module name from include statements.Felix Geyer
2012-07-25Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Q...Felix Geyer
2012-05-08Fix padding handling in SymmetricCipherStream.Felix Geyer
2012-04-19Improve code style.Felix Geyer
2012-01-02Core tests instantiate QCoreApplication instead of QApplication.Felix Geyer
2010-11-22No longer use automoc.Felix Geyer
2010-11-21Add Salsa20 cipher.Felix Geyer
2010-09-19Remove unneeded toHex() calls.Felix Geyer
2010-09-18Write the remaining buffer in reset().Felix Geyer
2010-09-16Implement writing to the SymmetricCipherStream.Felix Geyer
2010-09-14Open a kdbx file in main() and add more SymmetricCipher tests.Felix Geyer
2010-09-11Add crypto classes and tests. Link to libgcrypt.Felix Geyer