aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_stream.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-tidy readability-container-size-empty warningsJack Lloyd2022-02-061-4/+4
* Tag all tests with a categoryJack Lloyd2020-10-281-1/+1
* Use 64-bit integer for seek value in stream cipher testsJack Lloyd2018-11-041-1/+1
* Increase minimum Blowfish key length to 64 bitsJack Lloyd2018-09-071-0/+11
* Test that a stream cipher not supporting IV still accepts 0 len inputJack Lloyd2018-08-081-0/+3
* Add StreamCipher::default_iv_lengthJack Lloyd2018-08-081-0/+7
* Fix a bug in XSalsa20Jack Lloyd2018-08-071-5/+18
* Avoid crash in ChaCha20+Salsa if set_iv called without a key setJack Lloyd2018-08-071-18/+20
* Make the tests VarMap an actual type instead of a hashmap typedef.Jack Lloyd2018-05-291-5/+5
* Fix copy paste errorJack Lloyd2018-01-301-1/+1
* Fix RC4 name in case of skipped bytesJack Lloyd2017-12-281-0/+9
* Support seeking in Salsa20Jack Lloyd2017-11-141-0/+14
* Fix shadow warningJack Lloyd2017-11-051-2/+3
* Add checks that keyed algorithms are actually keyed before useJack Lloyd2017-10-261-0/+23
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-221-1/+1
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-3/+11
* Filter provider in test loops, skip text based without provider.Alexander Bluhm2017-04-211-1/+2
* Minor refactoring of Text_Based_TestJack Lloyd2016-12-191-2/+1
* Add test for various functions previously missed (T::clone, PBKDF::name, AEAD...Jack Lloyd2016-11-261-1/+11
* Small pushes on test coverageJack Lloyd2016-10-271-1/+14
* Add T::provider() to allow user to inquire about implementation usedJack Lloyd2016-09-151-3/+5
* Let the input arg to stream cipher test be optional.Jack Lloyd2016-09-011-2/+5
* Adding StreamCipher::seek interface, supporting seek in ChaCha, and also addi...SimCog2016-06-181-1/+5
* Add --data-dir option to test commandJack Lloyd2015-12-201-1/+1
* CLI rewriteJack Lloyd2015-12-191-1/+2
* Convert const char* arguments on Test:: to std::stringsJack Lloyd2015-11-281-1/+1
* Update and consolidate the test framework.Jack Lloyd2015-11-111-63/+40
* Don't treat missing ciphers, hashes, etc as test failuresJack Lloyd2015-10-111-1/+1
* Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-211-3/+2
* Make Botan compile when only some modules are enabledSimon Warta2015-07-031-0/+8
* tests: Convert &vec[0] to vec.data()Simon Warta2015-06-301-1/+1
* Replace \n by std::endl in tests to ensure proper flushingSimon Warta2015-06-191-3/+3
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-9/+6
* Ensure all files have copyright and license info.lloyd2015-01-101-0/+6
* Add ChaChalloyd2014-01-311-1/+7
* Split up docs into the reference manual, the website, and everything else.lloyd2014-01-101-0/+76
* Rename test sourceslloyd2014-01-071-71/+0
* Split up public key tests and data, use new test frameworklloyd2014-01-051-8/+8
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-0/+71