aboutsummaryrefslogtreecommitdiffstats
path: root/src/selftest/selftest.h
Commit message (Collapse)AuthorAgeFilesLines
* Add algorithm_kat_detailed which returns a string with info about the failurelloyd2013-03-161-0/+13
|
* Doxygenlloyd2010-06-211-2/+17
|
* Make startup self-test failures more verboselloyd2009-12-261-0/+2
|
* Add cipher mode selftesting in selftest.cpplloyd2009-10-061-1/+2
| | | | Convert hardcoded startup selftests to use the new selftest framework
* Add interface for general runtime self-testing of ciphers, hashes, etclloyd2009-09-291-0/+7
|
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-7/+9
| | | | | | | | | | | | | | | up during the Fedora submission review, that each source file include some text about the license. One handy Perl script later and each file now has the line Distributed under the terms of the Botan license after the copyright notices. While I was in there modifying every file anyway, I also stripped out the remainder of the block comments (lots of astericks before and after the text); this is stylistic thing I picked up when I was first learning C++ but in retrospect it is not a good style as the structure makes it harder to modify comments (with the result that comments become fewer, shorter and are less likely to be updated, which are not good things).
* Change self tests to not use lookup (instead passes_self_tests takes anlloyd2008-11-111-4/+4
| | | | Algorithm_Factory)
* Split base.h into block_cipher.h and stream_cipher.hlloyd2008-11-081-1/+1
| | | | | | It turned out many files were including base.h merely to get other includes (like types.h, secmem.h, and exceptn.h). Those have been changed to directly include the files containing the declarations that code needs.
* Move libstate and selftest out of core/ dir to toplevellloyd2008-10-261-0/+20