Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shuffle things around. Add NIST X.509 test to build. | lloyd | 2014-01-01 | 1 | -37/+0 |
| | |||||
* | Remove BufferedComputation::OUTPUT_LENGTH | lloyd | 2010-10-29 | 1 | -2/+5 |
| | |||||
* | Use size_t for BufferedComputation::add_data | lloyd | 2010-10-12 | 1 | -1/+1 |
| | |||||
* | More Doxygen updates/fixes | lloyd | 2010-06-15 | 1 | -2/+2 |
| | |||||
* | Remove all exception specifications. The way these are designed in C++ is | lloyd | 2009-10-22 | 1 | -1/+1 |
| | | | | | | just too fragile and not that useful. Something like Java's checked exceptions might be nice, but simply killing the process entirely if an unexpected exception is thrown is not exactly useful for something trying to be robust. | ||||
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 1 | -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). | ||||
* | Move the declaration of the HashFunction base class to a new header hash.h | lloyd | 2008-11-08 | 1 | -1/+1 |
| | | | | (from base.h) | ||||
* | Move all modules into src/ directory | lloyd | 2008-09-28 | 1 | -0/+32 |