Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the new support for explicitly deleting functions instead of hiding | lloyd | 2009-11-17 | 1 | -3/+3 |
| | | | | | them as private variables for operator= and copy constructors that shouldn't be used. | ||||
* | In creating X.509 certificates and PKCS #10 requests, let (actually: require) | lloyd | 2009-11-09 | 1 | -12/+32 |
| | | | | | | | the user to specify the hash function to use, instead of always using SHA-1. This was a sensible default a few years ago, when there wasn't a ~2^60 attack on SHA-1 and support for SHA-2 was pretty much nil, but using something else makes a lot more sense these days. | ||||
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | 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). | ||||
* | Add Doxygen comment for Timer::clock. Fix @return in benchmark.h and x509_ca.h | lloyd | 2008-11-25 | 1 | -1/+1 |
| | |||||
* | Wrap lines to 80 columns | lloyd | 2008-10-28 | 1 | -2/+2 |
| | |||||
* | Add some Doxygen comments from InSiTo written for config.h (now gone/split up) | lloyd | 2008-10-13 | 1 | -5/+9 |
| | |||||
* | Another batch of InSiTo Doxygen comments | lloyd | 2008-10-13 | 1 | -7/+41 |
| | |||||
* | Move x509 into cert/ subdir (in prep for InSiTo adding cert/cvc) | lloyd | 2008-09-29 | 1 | -0/+68 |