aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_compression.cpp
Commit message (Expand)AuthorAgeFilesLines
* Compile fixJack Lloyd2016-11-271-2/+2
* Avoid unused variable warning if compression disabledJack Lloyd2016-11-271-2/+2
* Add test for various functions previously missed (T::clone, PBKDF::name, AEAD...Jack Lloyd2016-11-261-0/+2
* Remove stray non-ASCII chars which broke compilation on non UTF-8 code pages.Jack Lloyd2016-11-021-2/+2
* Remove Transform base classJack Lloyd2016-04-211-15/+15
* V814 Decreased performance. The 'strlen' function was called multiple times i...Daniel Neus2016-02-081-2/+1
* Update and consolidate the test framework.Jack Lloyd2015-11-111-121/+128
* Add test for compression of an empty bufferDaniel Seither2015-08-281-0/+7
* Make Botan compile when only some modules are enabledSimon Warta2015-07-031-0/+9
* Replace \n by std::endl in tests to ensure proper flushingSimon Warta2015-06-191-3/+3
* Add tests for compression and SRP.lloyd2015-05-131-0/+125