| Commit message (Expand) | Author | Age | Files | Lines |
* | Fairly huge update that replaces the old secmem types with std::vector | lloyd | 2012-05-18 | 2 | -4/+4 |
* | Remove all uses of MemoryRegion::copy outside of internal uses in | lloyd | 2012-05-18 | 1 | -1/+1 |
* | First step towards replacing the existing containers with std::vector | lloyd | 2012-05-18 | 1 | -1/+1 |
* | Make CMAC::poly_double at least theoretically constant time, though | lloyd | 2011-06-23 | 1 | -3/+2 |
* | Remove BufferedComputation::OUTPUT_LENGTH | lloyd | 2010-10-29 | 2 | -4/+4 |
* | Eliminate the constant size_t values in SymmetricAlgorithm that give | lloyd | 2010-10-28 | 2 | -4/+6 |
* | s/BLOCK_SIZE/block_size()/ | lloyd | 2010-10-13 | 1 | -3/+3 |
* | Use output_length() instead of OUTPUT_LENGTH pseudo-property | lloyd | 2010-10-13 | 1 | -16/+16 |
* | Use size_t rather than u32bit in SymmetricAlgorithm | lloyd | 2010-10-13 | 2 | -2/+2 |
* | Use size_t for BufferedComputation::add_data | lloyd | 2010-10-12 | 2 | -8/+8 |
* | Big, invasive but mostly automated change, with a further attempt at | lloyd | 2010-09-07 | 1 | -6/+6 |
* | More Doxygen comments | lloyd | 2010-06-16 | 1 | -1/+9 |
* | More Doxygen updates/fixes | lloyd | 2010-06-15 | 1 | -2/+2 |
* | Make many more headers internal-only. | lloyd | 2009-12-16 | 1 | -1/+1 |
* | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 1 | -7/+0 |
* | Rename/remove some secmem member variables for better matching with STL | lloyd | 2009-11-17 | 1 | -4/+4 |
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 1 | -2/+0 |
* | Remove all exception specifications. The way these are designed in C++ is | lloyd | 2009-10-22 | 2 | -2/+2 |
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 1 | -0/+4 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 2 | -38/+42 |
* | Rename SymmetricAlgorithm::key to key_schedule to avoid many name | lloyd | 2008-11-09 | 2 | -2/+2 |
* | Split base.h into block_cipher.h and stream_cipher.h | lloyd | 2008-11-08 | 1 | -0/+1 |
* | Move declaration of MessageAuthenticationCode base class to mac.h (from base.h) | lloyd | 2008-11-08 | 1 | -1/+1 |
* | Remove lookup from Randpool, HMAC, CMAC, CBC-MAC, TLS-PRF, and PBKDF2 | lloyd | 2008-09-30 | 2 | -1/+9 |
* | 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 | 1 | -0/+0 |
* | Move all modules into src/ directory | lloyd | 2008-09-28 | 3 | -0/+203 |