aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* The copy constructor of BER_Decoder was not copying other.parent; thislloyd2006-12-271-1/+1
* propagate from branch 'net.randombit.botan' (head 6ceeaae731c284ee1ba6e9b61d8...1.6.0lloyd2006-12-164-153/+157
|\
| * Update the version number in configure.pl to 1.6.0, update the readmelloyd2006-12-164-153/+157
* | Missed a bit of gunk when I renamed the files in the NIST X.509 testslloyd2006-12-1694-0/+0
|/
* Rename the mp_muladd source files to mp_muloplloyd2006-12-155-9/+4
* Rename certstore.cpp to certstor.cpp, both to match the header and to putlloyd2006-12-151-0/+0
* Bring the RPM spec file up to date.lloyd2006-12-141-12/+16
* Remove the use of the machine-specific optimization flags, as they havelloyd2006-12-141-9/+1
* Also remove build.h from the distclean target for nmakelloyd2006-12-141-0/+1
* Update the Python version of the testsuite to use the new filename schemelloyd2006-12-141-2/+2
* Rename the files in the NIST X.509 certificate path validation suite tolloyd2006-12-14476-5/+5
* Documentation updates (Config and UI::pulse)lloyd2006-12-141-28/+34
* Update the GTK example to use the new pulse interface.lloyd2006-12-143-27/+30
* Move the UI pulse functions into the global library state. That is (as bestlloyd2006-12-148-74/+64
* Use set_option in policy.cpplloyd2006-12-141-40/+40
* Add a new set_option member function to Configlloyd2006-12-142-3/+11
* Remove needless try/catch blocklloyd2006-12-141-10/+2
* The symkey.h header no longer needs to include enums.h; remove itlloyd2006-12-145-1/+4
* Remove a dependency on x509cert.h from x509_ext.cpp by moving the definitionlloyd2006-12-123-3/+3
* Fix a typo in the changeloglloyd2006-12-111-1/+1
* Comment out some problematic code so at least the Python extension can buildlloyd2006-12-111-0/+2
* Update the logfile and readme for 1.5.13 aka 1.6.0 RC11.5.13lloyd2006-12-112-5/+10
* Update some modules which were never changed to use Allocator::get insteadlloyd2006-12-093-3/+3
* Check in some old (very minor) changes to the Python wrapper codelloyd2006-12-091-2/+4
* Use OptionParser::init_if_setlloyd2006-12-091-18/+14
* Add a value_if_set member function to the getopt implementation (returnslloyd2006-12-092-1/+9
* Allow the creation of 48 bit primeslloyd2006-12-081-1/+1
* Convert the makefile for the GTK+ example to a generic Unix makefilelloyd2006-12-082-24/+18
* Bump version to 1.5.13lloyd2006-12-081-1/+1
* Also mark ICC as usable with the alg_ia32 modulelloyd2006-11-241-0/+1
* Enable the alg_amd64 module under Intel C++ as well (looks like ICC knowslloyd2006-11-241-0/+1
* Various small improvements for x86-64 architectures, and better supportlloyd2006-11-243-7/+19
* Decide to print ms/op or ops/second at runtime instead of compile time.lloyd2006-11-121-10/+8
* The configure script was getting confused if invoked aslloyd2006-11-111-1/+2
* ICC supports x86-64 nowlloyd2006-11-061-0/+1
* Remove solaris from the list of OK platforms for assembly; Solaris aslloyd2006-11-062-2/+0
* Update changelog1.5.12lloyd2006-10-281-0/+8
* Somewhat better public key support, though I have a feeling this is notlloyd2006-10-281-6/+38
* Some small cleanupslloyd2006-10-121-23/+25
* Drop todo.txt from misc/config, as most of the things listed have alreadylloyd2006-10-122-35/+1
* Various small updates to the API doc, mostly in the section about writinglloyd2006-10-111-126/+123
* Use the new syntax for adding macros to build.h lloyd2006-10-111-2/+1
* Update the instructions for building the library.lloyd2006-10-051-60/+76
* Support out of tree builds.lloyd2006-10-051-35/+63
* Split up all the 'base' algorithm classes into different fileslloyd2006-09-294-71/+116
* Catch Encoding_Error in the keypair consistency check when we generate thelloyd2006-09-301-1/+9