| Commit message (Expand) | Author | Age | Files | Lines |
* | Use "/*" instead of "/**" in starting comments at the begining of a file. | lloyd | 2010-06-07 | 2 | -2/+2 |
* | Remove SecureBuffer, which is the fixed-size variant of SecureVector. | lloyd | 2010-03-23 | 1 | -1/+1 |
* | Make many more headers internal-only. | lloyd | 2009-12-16 | 4 | -4/+4 |
* | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 6 | -42/+0 |
* | Rename/remove some secmem member variables for better matching with STL | lloyd | 2009-11-17 | 3 | -8/+8 |
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 6 | -12/+0 |
* | Remove all exception specifications. The way these are designed in C++ is | lloyd | 2009-10-22 | 11 | -11/+11 |
* | Add *s before comment lines in file headers | lloyd | 2009-09-08 | 1 | -2/+2 |
* | Move some files around to break up dependencies between directories | lloyd | 2009-07-16 | 1 | -0/+1 |
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 6 | -4/+24 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 12 | -164/+188 |
* | Rename SymmetricAlgorithm::key to key_schedule to avoid many name | lloyd | 2008-11-09 | 10 | -10/+10 |
* | Split base.h into block_cipher.h and stream_cipher.h | lloyd | 2008-11-08 | 4 | -1/+4 |
* | Move BufferedComputation to new buf_comp.{h,cpp} | lloyd | 2008-11-08 | 3 | -0/+38 |
* | Move mac base classes from src/core to src/mac | lloyd | 2008-11-08 | 1 | -0/+56 |
* | Move declaration of MessageAuthenticationCode base class to mac.h (from base.h) | lloyd | 2008-11-08 | 5 | -4/+5 |
* | Move the declaration of the HashFunction base class to a new header hash.h | lloyd | 2008-11-08 | 2 | -1/+2 |
* | Doxygen comment | lloyd | 2008-10-15 | 1 | -3/+3 |
* | Add trailing H__ to some header guards. Line wrap long comment. | lloyd | 2008-10-13 | 1 | -2/+2 |
* | Add BOTAN_DLL macro to public class definitions that were missing it. | lloyd | 2008-10-09 | 1 | -1/+1 |
* | Remove lookup.h from X9.31 PRNG, X9.19 MAC, SSLv3 MAC, PBKDF1 | lloyd | 2008-09-30 | 4 | -18/+35 |
* | Remove lookup from Randpool, HMAC, CMAC, CBC-MAC, TLS-PRF, and PBKDF2 | lloyd | 2008-09-30 | 6 | -18/+26 |
* | Remove lookup dependency on CMAC: takes a BlockCipher as constructor arg | lloyd | 2008-09-30 | 2 | -12/+12 |
* | Rename all modinfo.txt files to info.txt, since they are all (none) of | lloyd | 2008-09-29 | 5 | -0/+0 |
* | Move all modules into src/ directory | lloyd | 2008-09-28 | 15 | -0/+769 |