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 (Collapse)Author
2018-03-31Formatting the code.Louis-Bertrand Varin
2018-01-24Move useful QTest template specializations to global header fileJanek Bevendorff
Fix KDBX test linker errors on Windows
2018-01-13Fix coding style and GUI testJanek Bevendorff
2018-01-13Add support for various algorithms for kdbx4angelsl
* Add SHA512 support to CryptoHash * Add ChaCha20 support * Add HMAC support * Add new HmacBlockStream, used in KDBX 4 * Add support for ChaCha20 protected stream
2015-09-23Remove backported Qt5 test macros.Felix Geyer
2015-05-10Warn if result of processInPlace() is unchecked.Felix Geyer
Fix callers accordingly.
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
This is a preparation to be able to build KeePassX against Qt 5.
2012-07-25Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in ↵Felix Geyer
Qt 5.
2012-07-01Coding style fixes.Felix Geyer
2012-04-19Improve code style.Felix Geyer
2012-01-02Core tests instantiate QCoreApplication instead of QApplication.Felix Geyer
This way they can be used without a running X server.
2011-11-12Add missing crypto initalization in tests.Felix Geyer
2011-07-07Add KeePass2RandomStream class.Felix Geyer
It's responsible for processing protected strings in kdbx files.