aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move all the log files into logs/lloyd2007-03-0812-0/+6
* Rewrite doc/todo.txt, narrow it down to a dozen interesting projects andlloyd2007-03-081-57/+140
* Fix spelling.lloyd2007-03-081-1/+1
* Clean up the x86-64 bigint_mul_add_words implementation a bit using thelloyd2007-03-081-9/+11
* Add macros to represent register nameslloyd2007-03-081-1/+39
* Put a newline between the target info macros and the extension macros (if any)lloyd2007-03-081-0/+3
* Move the version query code out of base.cpp and into version.cpp; I havelloyd2007-03-082-18/+28
* Inline the definition of Tiger::round into Tiger::pass, which was its onlylloyd2007-03-072-22/+57
* Some minor documentation updates and grammar fixes.lloyd2007-03-061-69/+82
* Fix the static-only Unix makefile, it was referencing the 'botan_config'lloyd2007-03-041-1/+1
* A little documentation about build roots and local configuration options.lloyd2007-03-041-36/+44
* Handle out of tree builds a little better.lloyd2007-03-044-13/+28
* Remove the CMS section of the documentation.lloyd2007-03-041-415/+393
* Rewrite and reorganize several of the early sections. The API documentlloyd2007-03-041-962/+985
* Add startup selftests for SHA-256 and HMAC(SHA-256)lloyd2007-03-041-0/+18
* Add Solaris to the allowed platforms for alg_amd64 and alg_ia32. Untested,lloyd2007-03-042-0/+2
* Introduce a class Seed which represents the domain parameter seed, ratherlloyd2007-03-041-15/+30
* Use prefix rather than postfix increment in places where it can be used.lloyd2007-03-034-6/+6
* Alter one of the constructors of DL_Group to take a parameter specifyinglloyd2007-03-033-40/+61
* BigInt::operator[] now guards against accesses that are larger than thelloyd2007-03-032-2/+19
* merge of '01bbb9a652632efdf33c022340d278f94aa38d00'lloyd2007-03-033-33/+14
|\
| * Eliminate most uses of exit() to bail on an error; instead throw anlloyd2007-02-193-33/+14
* | Add a version of BigInt::binary_decode taking a MemoryRegion of byteslloyd2007-03-012-0/+9
* | Inline the round functions of RC2. This is about 15% faster on my machine,lloyd2007-03-012-56/+49
* | merge of '8d39383f5142c3a42ccef1b06333f5aef24e998f'lloyd2007-03-014-17/+10
|\ \
| * \ propagate from branch 'net.randombit.botan.stable' (head fd0242cd1f44b6d9d0e5...lloyd2007-02-284-17/+10
| |\ \
| | * | Define _QNX_SOURCE when compiling under QNX, according to reports on thelloyd2007-02-281-1/+1
| | * | Include <iterator> into x509_ca.cpp for std::back_inserterlloyd2007-02-281-0/+1
| | * | Remove a call to abort() in global_state() which was triggered if nolloyd2007-02-281-3/+0
| | * | Fix up autodetection on AMD Athlon64 systems.lloyd2007-01-281-2/+3
| | * | Minor cleanup of the PKCS8_extract function.lloyd2007-01-281-14/+8
* | | | Split DSA parameter generation into src/dsa_gen.cpp, and make the functionslloyd2007-03-014-102/+117
|/ / /
* | | Include the iterator header for std::back_inserter. Noticed whenlloyd2007-02-161-0/+1
* | | Clean up the definition of PKCS8_extract, though really this whole filelloyd2007-02-151-5/+4
* | | Improve readability slightly in the code handling CRL decoding.lloyd2007-02-151-5/+3
* | | Fix architecture detection for Athlon64 systems running Linux; a missinglloyd2007-02-151-1/+2
| |/ |/|
* | Bump version to 1.7.0 for Botan head.lloyd2007-01-201-2/+2
* | propagate from branch 'net.randombit.botan.stable' (head 0f5f960e749e55bc7b45...lloyd2007-01-202-7/+8
|\ \ | |/ |/|
| * Remove an include of assert.hlloyd2006-12-201-3/+2
| * Some minor efficiency gains in the memory allocator.lloyd2006-12-192-25/+21
| * Move the 1.5 logfile to where it should be.lloyd2006-12-161-0/+0
| * Fix the readme for the dev tree version.lloyd2006-12-161-6/+6
* | Update changelog with information on 1.6.11.6.1lloyd2007-01-203-6/+13
* | Bump copyright year to 2007 in misc/lloyd2007-01-2017-17/+17
* | Bump copyright year to 2007lloyd2007-01-20449-449/+449
* | Add a new parameter to the Base64_Encoder to specify that a trailinglloyd2007-01-202-4/+5
* | Increase the maximum keylength of ARC4 to 256 bytes for Monotone.lloyd2007-01-201-1/+1
* | Only attempt to install files from doc/ that are known to exist.lloyd2007-01-201-1/+6
* | Fix two bugs reported by Zack Weinberg in Base64_Decoderlloyd2007-01-081-2/+4
* | Work around some strange Visual Studio bugs that popped up when compilinglloyd2007-01-082-25/+19