Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Typo: RFC 882 instead of 822. Reported by Yves Jerschow. | lloyd | 2007-05-31 | 1 | -1/+1 |
| | |||||
* | Check in a working fix for the mem_pool issues encountered by some Visual | lloyd | 2007-04-25 | 2 | -13/+6 |
| | | | | Studio users. | ||||
* | Revert the last change; it actually broke the memory allocators in a | lloyd | 2007-04-23 | 1 | -1/+1 |
| | | | | fairly massive way. | ||||
* | Fixes for Visual C++ 2005; it wasn't picking up the needed conversion | lloyd | 2007-04-23 | 1 | -2/+3 |
| | | | | from a void* to a Memory_Block, so call the constructor explicitly. | ||||
* | Need to include stdlib.h for exit() call, reported through the Debian | lloyd | 2007-04-01 | 1 | -0/+1 |
| | | | | folks (I think this was also required under QNX, actually). | ||||
* | 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 |
| | |||||
* | Define _QNX_SOURCE when compiling under QNX, according to reports on the | lloyd | 2007-02-28 | 1 | -1/+1 |
| | | | | mailing list this is required for a successful build. | ||||
* | 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 |
| | | | | | global state pointer was set. Presumably I put that there for debugging at some point and let it escape. | ||||
* | 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 |
| | |||||
* | Update changelog with information on 1.6.11.6.1 | lloyd | 2007-01-20 | 3 | -6/+13 |
| | | | | | | Update readme with new version Bump version in configure.pl to 1.6.1 | ||||
* | Bump copyright year to 2007 in misc/ | lloyd | 2007-01-20 | 17 | -17/+17 |
| | |||||
* | Bump copyright year to 2007 | lloyd | 2007-01-20 | 449 | -449/+449 |
| | |||||
* | Add a new parameter to the Base64_Encoder to specify that a trailing | lloyd | 2007-01-20 | 2 | -4/+5 |
| | | | | | | newline should always be added, even if the output would normally fit entirely on the current line. Monotone needs this for compatability with the Crypto++ implementation of base64. | ||||
* | Increase the maximum keylength of ARC4 to 256 bytes for Monotone. | lloyd | 2007-01-20 | 1 | -1/+1 |
| | |||||
* | Only attempt to install files from doc/ that are known to exist. | lloyd | 2007-01-20 | 1 | -1/+6 |
| | |||||
* | Fix two bugs reported by Zack Weinberg in Base64_Decoder | lloyd | 2007-01-08 | 1 | -2/+4 |
| | |||||
* | Work around some strange Visual Studio bugs that popped up when compiling | lloyd | 2007-01-08 | 2 | -25/+19 |
| | | | | mem_pool.cpp with debug enabled. | ||||
* | The copy constructor of BER_Decoder was not copying other.parent; this | lloyd | 2006-12-27 | 1 | -1/+1 |
| | | | | | was causing failures on compilers that do not implement named return value optimization. | ||||
* | propagate from branch 'net.randombit.botan' (head ↵1.6.0 | lloyd | 2006-12-16 | 4 | -153/+157 |
|\ | | | | | | | | | | | 6ceeaae731c284ee1ba6e9b61d8d80649c04e946) to branch 'net.randombit.botan.stable' (head bf166f40b6f53dc20b507e9c5140c389a4146ec0) | ||||
| * | Update the version number in configure.pl to 1.6.0, update the readme | lloyd | 2006-12-16 | 4 | -153/+157 |
| | | | | | | | | and changelog files. First checkin of the new stable branch. | ||||
* | | Missed a bit of gunk when I renamed the files in the NIST X.509 tests | lloyd | 2006-12-16 | 94 | -0/+0 |
|/ | | | | directory before. | ||||
* | Rename the mp_muladd source files to mp_mulop | lloyd | 2006-12-15 | 5 | -9/+4 |
| | |||||
* | Rename certstore.cpp to certstor.cpp, both to match the header and to put | lloyd | 2006-12-15 | 1 | -0/+0 |
| | | | | it into an 8.3 format | ||||
* | Bring the RPM spec file up to date. | lloyd | 2006-12-14 | 1 | -12/+16 |
| | |||||
* | Remove the use of the machine-specific optimization flags, as they have | lloyd | 2006-12-14 | 1 | -9/+1 |
| | | | | been removed in Visual Studio 2005. | ||||
* | Also remove build.h from the distclean target for nmake | lloyd | 2006-12-14 | 1 | -0/+1 |
| | |||||
* | Update the Python version of the testsuite to use the new filename scheme | lloyd | 2006-12-14 | 1 | -2/+2 |
| | |||||
* | Rename the files in the NIST X.509 certificate path validation suite to | lloyd | 2006-12-14 | 476 | -5/+5 |
| | | | | | | be shorter, with no embedded spaces. Also update the C++ test program to look for the new filenames. | ||||
* | Documentation updates (Config and UI::pulse) | lloyd | 2006-12-14 | 1 | -28/+34 |
| | |||||
* | Update the GTK example to use the new pulse interface. | lloyd | 2006-12-14 | 3 | -27/+30 |
| | |||||
* | Move the UI pulse functions into the global library state. That is (as best | lloyd | 2006-12-14 | 8 | -74/+64 |
| | | | | | as I can tell) the last of the global data, with the exception of the single global_lib_state pointer in libstate.cpp | ||||
* | Use set_option in policy.cpp | lloyd | 2006-12-14 | 1 | -40/+40 |
| | |||||
* | Add a new set_option member function to Config | lloyd | 2006-12-14 | 2 | -3/+11 |
| | |||||
* | Remove needless try/catch block | lloyd | 2006-12-14 | 1 | -10/+2 |
| | |||||
* | The symkey.h header no longer needs to include enums.h; remove it | lloyd | 2006-12-14 | 5 | -1/+4 |
| | | | | | Add include directives for enums.h in the headers that need it now that it isn't being pulled in by symkey.h | ||||
* | Remove a dependency on x509cert.h from x509_ext.cpp by moving the definition | lloyd | 2006-12-12 | 3 | -3/+3 |
| | | | | of NO_CERT_PATH_LIMIT to enums.h | ||||
* | Fix a typo in the changelog | lloyd | 2006-12-11 | 1 | -1/+1 |
| | |||||
* | Comment out some problematic code so at least the Python extension can build | lloyd | 2006-12-11 | 1 | -0/+2 |
| | |||||
* | Update the logfile and readme for 1.5.13 aka 1.6.0 RC11.5.13 | lloyd | 2006-12-11 | 2 | -5/+10 |
| | |||||
* | Update some modules which were never changed to use Allocator::get instead | lloyd | 2006-12-09 | 3 | -3/+3 |
| | | | | of get_allocator() | ||||
* | Check in some old (very minor) changes to the Python wrapper code | lloyd | 2006-12-09 | 1 | -2/+4 |
| | |||||
* | Use OptionParser::init_if_set | lloyd | 2006-12-09 | 1 | -18/+14 |
| | | | | Inline the print_help function | ||||
* | Add a value_if_set member function to the getopt implementation (returns | lloyd | 2006-12-09 | 2 | -1/+9 |
| | | | | the option argument, or an empty string if no argument set) | ||||
* | Allow the creation of 48 bit primes | lloyd | 2006-12-08 | 1 | -1/+1 |
| | |||||
* | Convert the makefile for the GTK+ example to a generic Unix makefile | lloyd | 2006-12-08 | 2 | -24/+18 |
| | |||||
* | Bump version to 1.5.13 | lloyd | 2006-12-08 | 1 | -1/+1 |
| | |||||
* | Also mark ICC as usable with the alg_ia32 module | lloyd | 2006-11-24 | 1 | -0/+1 |
| |