aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_aead.cpp
Commit message (Expand)AuthorAgeFilesLines
* In tests check for required keysJack Lloyd2021-05-301-1/+1
* Tag all tests with a categoryJack Lloyd2020-10-281-1/+1
* Fix CCM bugJack Lloyd2019-10-131-0/+4
* Correct testJack Lloyd2018-11-021-2/+2
* Handle setting AD after a nonce correctly in AEADsJack Lloyd2018-10-311-4/+29
* Refactor mode tests, and correct bugs foundJack Lloyd2018-09-291-8/+24
* Add a test that processing without a nonce set failsJack Lloyd2018-08-171-3/+18
* Fix an EAX bug in reset()Jack Lloyd2018-08-171-7/+4
* Fix shadow warningsJack Lloyd2018-08-091-6/+6
* Fix crashes when modes were used unkeyed.Jack Lloyd2018-08-051-3/+41
* Make the tests VarMap an actual type instead of a hashmap typedef.Jack Lloyd2018-05-291-5/+5
* Add RAII versions of get_cipher_mode and get_aeadJack Lloyd2018-04-071-4/+4
* Add a test that update_granularity > minimum_final_sizeJack Lloyd2017-12-311-0/+4
* Test AEAD provider stringsJack Lloyd2017-12-291-0/+7
* Better tests for SIVJack Lloyd2017-09-241-12/+30
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-221-1/+1
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-1/+1
* Add tests for AEAD name and nonce size APIsJack Lloyd2016-12-221-0/+3
* Minor refactoring of Text_Based_TestJack Lloyd2016-12-191-3/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-5/+5
* Add test for various functions previously missed (T::clone, PBKDF::name, AEAD...Jack Lloyd2016-11-261-0/+4
* Remove unused variable from testsJack Lloyd2016-11-121-4/+0
* Cipher_Mode and AEAD_Mode improvementsDaniel Neus2016-11-081-44/+243
* Fix bug in IETF version of ChaCha20Poly1305Jack Lloyd2016-03-231-5/+12
* some trivial compiler/PVS-Studio warning fixesDaniel Neus2015-12-221-3/+3
* Add --data-dir option to test commandJack Lloyd2015-12-201-1/+1
* Update and consolidate the test framework.Jack Lloyd2015-11-111-112/+96
* Fix TEST_DATA_DIRSimon Warta2015-07-151-1/+1
* Fix module combi: adler32,sivSimon Warta2015-07-081-1/+1
* Make Botan compile when only some modules are enabledSimon Warta2015-07-031-0/+8
* Replace \n by std::endl in tests to ensure proper flushingSimon Warta2015-06-191-6/+5
* Ensure all files have copyright and license info.lloyd2015-01-101-0/+6
* Replace Transformatio::nstart with start_raw so we can do a full setlloyd2014-11-051-5/+5
* More fixes for minified buildslloyd2014-02-091-0/+3
* Split up docs into the reference manual, the website, and everything else.lloyd2014-01-101-0/+137
* Rename test sourceslloyd2014-01-071-88/+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/+88