aboutsummaryrefslogtreecommitdiffstats
path: root/checks/block.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Avoid more VC warningslloyd2010-12-131-2/+2
|
* Use size_t in filterslloyd2010-10-121-2/+2
| | | | | This breaks API for anyone creating their own Filter types, but it had to happen eventually.
* Remove more implicit vector to pointer conversionslloyd2010-09-141-3/+3
|
* Give all Filter objects a method for querying their namelloyd2010-06-281-1/+12
|
* Clean up exceptions. Remove some unused ones like Config_Error. Makelloyd2010-01-051-1/+1
| | | | | | | Invalid_Argument just a typedef for std::invalid_argument. Make Botan::Exception a typedef for std::runtime_error. Make Memory_Exhaustion a public exception, and use it in other places where memory allocations can fail.
* Add copyright and license notes to pretty much every file that didn't have them,lloyd2009-12-311-0/+6
| | | | | | | | including the examples and self-test code. Most of these files had not copyright/license information at all; since a major point of the examples is to allow users to copy and paste code that already does something they want, an ambigious license is not good.
* Rename/remove some secmem member variables for better matching with STLlloyd2009-11-171-1/+1
| | | | | | | | containers (specifically vector). Rename is_empty to empty Remove has_items Rename create to resize
* Using SHA-1 as the check hash in the block cipher tests is messy b/c SHA-1lloyd2008-11-231-1/+1
| | | | | has many engine variants, etc. Instead use CRC32 which tends to work and not be surprising.
* Fix more -Wmissing-declaration warningslloyd2008-06-181-0/+2
|
* Remove the public domain notices from the self-test/benchmark code,lloyd2006-08-091-1/+0
| | | | because it turns out to be something of a legal minefield.
* Initial checkin1.5.6lloyd2006-05-181-0/+97