0
0
mirror of https://github.com/keepassxreboot/keepassxc.git synced 2024-09-20 12:22:16 +02:00
keepassxc/tests
Felix Geyer 38e421d9c1 Fix padding handling in SymmetricCipherStream.
The implementation had two issues:
- It didn't add a block full of padding when the input size was a multiple
  of the block size.
- It didn't strip the padding when reading data.
2012-05-08 21:46:01 +02:00
..
data Support KeePass format 3.00 (used by KeePass2 >= 2.15). 2012-04-21 16:45:46 +02:00
gui Improve TestGui::testEditEntry(). 2012-04-26 17:52:02 +02:00
CMakeLists.txt Add test for deleted objects. 2012-04-22 00:11:17 +02:00
config-keepassx-tests.h.cmake Add include guards. 2012-01-01 21:57:13 +01:00
modeltest.cpp Change Q_ASSERT() to QVERIFY() in modeltest. 2012-04-25 10:45:36 +02:00
modeltest.h Introduce Group::aboutToMove() and moved() signals. 2012-04-23 16:57:08 +02:00
TestCryptoHash.cpp Core tests instantiate QCoreApplication instead of QApplication. 2012-01-01 22:04:27 +01:00
TestCryptoHash.h No longer use automoc. 2010-11-21 23:06:30 +01:00
TestDeletedObjects.cpp Memory management fixes in tests. 2012-04-22 23:09:52 +02:00
TestDeletedObjects.h Extend deleted objects test. 2012-04-22 19:59:50 +02:00
TestEntryModel.cpp Turn EntryAttachmentsModel into a QAbstractListModel. 2012-05-02 10:30:30 +02:00
TestEntryModel.h Add EntryAttachmentsModel and EntryAttributesModel. 2012-04-14 15:41:57 +02:00
TestGroup.cpp Copy custom icons when moved to another database. 2012-04-27 11:22:02 +02:00
TestGroup.h Copy custom icons when moved to another database. 2012-04-27 11:22:02 +02:00
TestGroupModel.cpp Support moving groups with drag and drop. 2012-04-25 00:22:55 +02:00
TestGroupModel.h No longer use automoc. 2010-11-21 23:06:30 +01:00
TestHashedBlockStream.cpp Core tests instantiate QCoreApplication instead of QApplication. 2012-01-01 22:04:27 +01:00
TestHashedBlockStream.h Add missing crypto initalization in tests. 2011-11-12 20:00:19 +01:00
TestKeePass2RandomStream.cpp Improve code style. 2012-04-18 22:08:22 +02:00
TestKeePass2RandomStream.h Add missing crypto initalization in tests. 2011-11-12 20:00:19 +01:00
TestKeePass2Reader.cpp Memory management fixes in tests. 2012-04-22 23:09:52 +02:00
TestKeePass2Reader.h Support KeePass format 3.00 (used by KeePass2 >= 2.15). 2012-04-21 16:45:46 +02:00
TestKeePass2Writer.cpp Memory management fixes in tests. 2012-04-22 23:09:52 +02:00
TestKeePass2Writer.h Memory management fixes in tests. 2012-04-22 23:09:52 +02:00
TestKeePass2XmlReader.cpp Memory management fixes in tests. 2012-04-22 23:09:52 +02:00
TestKeePass2XmlReader.h Memory management fixes in tests. 2012-04-22 23:09:52 +02:00
TestKeys.cpp Minor improvements in CompositeKey and TestKeys. 2012-04-25 18:35:30 +02:00
TestKeys.h Implement support for key files. 2011-12-21 23:22:07 +01:00
TestModified.cpp Create a history item when changing entries. 2012-04-23 21:20:05 +02:00
TestModified.h Create a history item when changing entries. 2012-04-23 21:20:05 +02:00
tests.h Core tests instantiate QCoreApplication instead of QApplication. 2012-01-01 22:04:27 +01:00
TestSymmetricCipher.cpp Fix padding handling in SymmetricCipherStream. 2012-05-08 21:46:01 +02:00
TestSymmetricCipher.h Fix padding handling in SymmetricCipherStream. 2012-05-08 21:46:01 +02:00