Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert the BER/DER coders to use size_t instead of u32bit for small | lloyd | 2011-02-09 | 1 | -1/+1 |
| | | | | integer values. Update callers. | ||||
* | Use size_t in filters | lloyd | 2010-10-12 | 1 | -1/+1 |
| | | | | | This breaks API for anyone creating their own Filter types, but it had to happen eventually. | ||||
* | Give all Filter objects a method for querying their name | lloyd | 2010-06-28 | 1 | -0/+2 |
| | |||||
* | More Doxygen comments | lloyd | 2010-06-16 | 1 | -1/+6 |
| | |||||
* | More Doxygen updates/fixes | lloyd | 2010-06-15 | 1 | -2/+2 |
| | |||||
* | 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). | ||||
* | Remove global state dependency from pbes1 | lloyd | 2008-11-11 | 1 | -4/+13 |
| | |||||
* | Split the last parts of the 'core' module | lloyd | 2008-11-08 | 1 | -1/+1 |
| | | | | Add some missing info.txts | ||||
* | Modularize PBEs (password-based encryption schemes) | lloyd | 2008-09-28 | 1 | -0/+42 |