| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add startup selftests for SHA-256 and HMAC(SHA-256) | lloyd | 2007-03-04 | 1 | -0/+18 |
* | Add Solaris to the allowed platforms for alg_amd64 and alg_ia32. Untested, | lloyd | 2007-03-04 | 2 | -0/+2 |
* | Introduce a class Seed which represents the domain parameter seed, rather | lloyd | 2007-03-04 | 1 | -15/+30 |
* | Use prefix rather than postfix increment in places where it can be used. | lloyd | 2007-03-03 | 4 | -6/+6 |
* | Alter one of the constructors of DL_Group to take a parameter specifying | lloyd | 2007-03-03 | 3 | -40/+61 |
* | BigInt::operator[] now guards against accesses that are larger than the | lloyd | 2007-03-03 | 2 | -2/+19 |
* | merge of '01bbb9a652632efdf33c022340d278f94aa38d00' | lloyd | 2007-03-03 | 3 | -33/+14 |
|\ |
|
| * | Eliminate most uses of exit() to bail on an error; instead throw an | lloyd | 2007-02-19 | 3 | -33/+14 |
* | | Add a version of BigInt::binary_decode taking a MemoryRegion of bytes | lloyd | 2007-03-01 | 2 | -0/+9 |
* | | Inline the round functions of RC2. This is about 15% faster on my machine, | lloyd | 2007-03-01 | 2 | -56/+49 |
* | | merge of '8d39383f5142c3a42ccef1b06333f5aef24e998f' | lloyd | 2007-03-01 | 4 | -17/+10 |
|\ \ |
|
| * \ | propagate from branch 'net.randombit.botan.stable' (head fd0242cd1f44b6d9d0e5... | lloyd | 2007-02-28 | 4 | -17/+10 |
| |\ \ |
|
| | * | | Define _QNX_SOURCE when compiling under QNX, according to reports on the | lloyd | 2007-02-28 | 1 | -1/+1 |
| | * | | Include <iterator> into x509_ca.cpp for std::back_inserter | lloyd | 2007-02-28 | 1 | -0/+1 |
| | * | | Remove a call to abort() in global_state() which was triggered if no | lloyd | 2007-02-28 | 1 | -3/+0 |
| | * | | Fix up autodetection on AMD Athlon64 systems. | lloyd | 2007-01-28 | 1 | -2/+3 |
| | * | | Minor cleanup of the PKCS8_extract function. | lloyd | 2007-01-28 | 1 | -14/+8 |
* | | | | Split DSA parameter generation into src/dsa_gen.cpp, and make the functions | lloyd | 2007-03-01 | 4 | -102/+117 |
|/ / / |
|
* | | | Include the iterator header for std::back_inserter. Noticed when | lloyd | 2007-02-16 | 1 | -0/+1 |
* | | | Clean up the definition of PKCS8_extract, though really this whole file | lloyd | 2007-02-15 | 1 | -5/+4 |
* | | | Improve readability slightly in the code handling CRL decoding. | lloyd | 2007-02-15 | 1 | -5/+3 |
* | | | Fix architecture detection for Athlon64 systems running Linux; a missing | lloyd | 2007-02-15 | 1 | -1/+2 |
| |/
|/| |
|