| Commit message (Expand) | Author | Age | Files | Lines |
* | Use output_length() instead of OUTPUT_LENGTH pseudo-property | lloyd | 2010-10-13 | 1 | -2/+2 |
* | Use size_t instead of u32bit in pk_pad | lloyd | 2010-10-12 | 2 | -16/+16 |
* | Update all uses of MemoryRegion::append to use either push_back or operator+= | lloyd | 2010-09-15 | 1 | -1/+1 |
* | Remove more uses of vector to pointer implicit conversions | lloyd | 2010-09-13 | 1 | -4/+4 |
* | Big, invasive but mostly automated change, with a further attempt at | lloyd | 2010-09-07 | 1 | -2/+2 |
* | Doxygen | lloyd | 2010-06-21 | 2 | -12/+15 |
* | More Doxygen updates/fixes | lloyd | 2010-06-15 | 1 | -1/+1 |
* | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 1 | -7/+0 |
* | 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 | -4/+4 |
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 1 | -0/+1 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 2 | -0/+4 |
* | Fix name of function in exception throw | lloyd | 2008-11-30 | 1 | -1/+1 |
* | In EMSA3_Raw::raw_data, clear message buffer (reset) before returning | lloyd | 2008-11-28 | 1 | -1/+3 |
* | Add a variant of EMSA3 called EMSA3_Raw which does not hash the data or | lloyd | 2008-11-28 | 2 | -46/+123 |
* | Split pk_pad.h into eme.h and emsa.h | lloyd | 2008-11-10 | 1 | -1/+1 |
* | Move the declaration of the HashFunction base class to a new header hash.h | lloyd | 2008-11-08 | 1 | -0/+1 |
* | Remove lookup/libstate dependency on Lion, KDF1, KDF2, EMSA[1-4] | lloyd | 2008-09-30 | 2 | -4/+2 |
* | Move KDF, EME, and EMSA base classes from pubkey to core to remove a | lloyd | 2008-09-29 | 1 | -1/+1 |
* | Rename all modinfo.txt files to info.txt, since they are all (none) of | lloyd | 2008-09-29 | 1 | -0/+0 |
* | Remove more dependencies on the global state object. | lloyd | 2008-09-29 | 1 | -1/+1 |
* | Move hash_id into module | lloyd | 2008-09-28 | 1 | -0/+4 |
* | Move all modules into src/ directory | lloyd | 2008-09-28 | 3 | -0/+145 |