| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump the version to 1.7.1 in configure; there has been enough that it shouldn't | lloyd | 2007-05-31 | 1 | -1/+1 |
* | Write functions to handle loading and saving words a block at a time, taking ... | lloyd | 2007-05-31 | 41 | -431/+449 |
* | Enable DATA_ENCIPHERMENT in constraints for encryption keys. | lloyd | 2007-05-18 | 1 | -1/+1 |
* | Add QueryPerformanceCounter to the Win32 fast entropy poll, as it can't | lloyd | 2007-05-18 | 1 | -0/+4 |
* | Mark 32-bit SPARC as big-endian, since SPARC didn't offer little-endian | lloyd | 2007-05-17 | 1 | -0/+2 |
* | Add a new preprocessor macro defining the endian-ness of the target CPU. | lloyd | 2007-05-17 | 3 | -0/+14 |
* | Check in a change from Yves Jerschow optimizing the HMAC key schedule. | lloyd | 2007-05-15 | 1 | -5/+11 |
* | merge of '44833339942d8cc1c3cbfd7eef0dcebcafc9f8ab' | lloyd | 2007-04-25 | 0 | -0/+0 |
|\ |
|
| * | Fix the merge | lloyd | 2007-04-25 | 1 | -11/+1 |
* | | propagate from branch 'net.randombit.botan.stable' (head 8a2b79c64a13d3f70b02... | lloyd | 2007-04-25 | 2 | -13/+6 |
|\ \
| |/
|/| |
|
| * | Check in a working fix for the mem_pool issues encountered by some Visual | lloyd | 2007-04-25 | 2 | -13/+6 |
| * | Revert the last change; it actually broke the memory allocators in a | lloyd | 2007-04-23 | 1 | -1/+1 |
| * | Fixes for Visual C++ 2005; it wasn't picking up the needed conversion | lloyd | 2007-04-23 | 1 | -2/+3 |
* | | propagate from branch 'net.randombit.botan.stable' (head 63c067b5454498ee4846... | lloyd | 2007-04-01 | 3 | -2/+7 |
|\| |
|
| * | Need to include stdlib.h for exit() call, reported through the Debian | lloyd | 2007-04-01 | 1 | -0/+1 |
| * | Update changelog, readme and configure.pl for 1.6.21.6.2 | lloyd | 2007-03-24 | 3 | -2/+7 |
| * | Document the move to NYC. | lloyd | 2007-03-08 | 1 | -1/+1 |
* | | Clean up the examples makefile a bit.1.7.0 | lloyd | 2007-03-13 | 1 | -9/+13 |
* | | Document the move | lloyd | 2007-03-13 | 1 | -1/+1 |
* | | Point people interested in writing assembler at bigint_monty_redc | lloyd | 2007-03-12 | 1 | -4/+14 |
* | | Check in an initial assembler implementation of SHA-1 for x86-64 systems. | lloyd | 2007-03-12 | 4 | -9/+321 |
* | | Insert a note so the toolchain knows that we are not using an executable | lloyd | 2007-03-12 | 1 | -0/+4 |
* | | Provide a more flexible mechanism for specifying which modules are loaded. | lloyd | 2007-03-12 | 28 | -22/+64 |
* | | Add support for plain C files (mostly interesting for use in modules) | lloyd | 2007-03-11 | 1 | -2/+3 |
* | | Small cleanups. | lloyd | 2007-03-10 | 2 | -2/+1 |
* | | Update the changelog with some of the newer additions. | lloyd | 2007-03-10 | 1 | -1/+3 |
* | | Add new OIDs for Rabin-Williams and Nyberg-Rueppel keys and signatures. | lloyd | 2007-03-10 | 1 | -0/+23 |
* | | Always print the exact value of the OID found in the ASN.1 example, even | lloyd | 2007-03-10 | 1 | -1/+6 |
* | | Catch exceptions in OIDS::lookup and rethrow a Lookup_Error. Attempting to | lloyd | 2007-03-10 | 1 | -2/+10 |
* | | Mention that the most requested alternate build system is Visual Studio proje... | lloyd | 2007-03-10 | 1 | -3/+3 |
* | | Looking through old emails, realized how many patches Luca sent in. | lloyd | 2007-03-09 | 1 | -1/+1 |
* | | DSA-2048 and DSA-3072 benchmarks, disabled for a while due to lack of | lloyd | 2007-03-09 | 1 | -4/+6 |
* | | Document the --init flag to check | lloyd | 2007-03-09 | 1 | -1/+3 |
* | | A few extra sentences on previous topcs. | lloyd | 2007-03-09 | 1 | -3/+4 |
* | | Add a new option to turn on tracing. | lloyd | 2007-03-09 | 1 | -6/+6 |
* | | Add a password hashing example. It uses PBKDF2/SHA-1 with 10000 iterations, | lloyd | 2007-03-09 | 2 | -1/+81 |
* | | Move all the log files into logs/ | lloyd | 2007-03-08 | 12 | -0/+6 |
* | | Rewrite doc/todo.txt, narrow it down to a dozen interesting projects and | lloyd | 2007-03-08 | 1 | -57/+140 |
* | | Fix spelling. | lloyd | 2007-03-08 | 1 | -1/+1 |
* | | Clean up the x86-64 bigint_mul_add_words implementation a bit using the | lloyd | 2007-03-08 | 1 | -9/+11 |
* | | Add macros to represent register names | lloyd | 2007-03-08 | 1 | -1/+39 |
* | | Put a newline between the target info macros and the extension macros (if any) | lloyd | 2007-03-08 | 1 | -0/+3 |
* | | Move the version query code out of base.cpp and into version.cpp; I have | lloyd | 2007-03-08 | 2 | -18/+28 |
* | | Inline the definition of Tiger::round into Tiger::pass, which was its only | lloyd | 2007-03-07 | 2 | -22/+57 |
* | | Some minor documentation updates and grammar fixes. | lloyd | 2007-03-06 | 1 | -69/+82 |
* | | Fix the static-only Unix makefile, it was referencing the 'botan_config' | lloyd | 2007-03-04 | 1 | -1/+1 |
* | | A little documentation about build roots and local configuration options. | lloyd | 2007-03-04 | 1 | -36/+44 |
* | | Handle out of tree builds a little better. | lloyd | 2007-03-04 | 4 | -13/+28 |
* | | Remove the CMS section of the documentation. | lloyd | 2007-03-04 | 1 | -415/+393 |
* | | Rewrite and reorganize several of the early sections. The API document | lloyd | 2007-03-04 | 1 | -962/+985 |