| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove setting of unused blinder_size config var | lloyd | 2008-04-12 | 1 | -1/+0 |
* | Modify areas that still assumed Pipe::message_id was exactly a u32bit. | lloyd | 2008-04-12 | 6 | -35/+40 |
* | Use existing reference to p in Elg_Core constructor for small code cleanup | lloyd | 2008-04-12 | 1 | -2/+2 |
* | In decimal string inputs: ignore spaces, and for other bad inputs throw | lloyd | 2008-04-12 | 1 | -0/+7 |
* | Make the size of the random value used to blind the private key | lloyd | 2008-04-12 | 2 | -15/+5 |
* | Remove Config::option_as_u32bit - the only advantage it had over calling | lloyd | 2008-04-12 | 7 | -42/+3 |
* | Make the memory allocator's chunk size a compile time constant, via a | lloyd | 2008-04-12 | 6 | -26/+4 |
* | Update the changelog | lloyd | 2008-04-12 | 1 | -5/+4 |
* | Fix some relatively minor linker namespace pollution issues | lloyd | 2008-04-11 | 4 | -33/+29 |
* | Wrap lines to 80 columns | lloyd | 2008-04-10 | 2 | -4/+12 |
* | Rename fips140.h to selftest.h, since it doesn't really have much to do | lloyd | 2008-04-10 | 3 | -23/+9 |
* | Remove unused Config::option_as_list | lloyd | 2008-04-10 | 2 | -9/+0 |
* | Remove severa global configuration variables related to entropy gathering, | lloyd | 2008-04-10 | 11 | -54/+24 |
* | Remove the config option rng/ms_capi_prov_type - the CryptoAPI entropy | lloyd | 2008-04-10 | 2 | -9/+3 |
* | Remove the pem/ config arguments. Replace with arguments to the individual | lloyd | 2008-04-10 | 3 | -24/+13 |
* | Add a second argument to X509_Cert_Options, which replaces | lloyd | 2008-04-10 | 3 | -12/+7 |
* | Remove the unused function Config::option_as_bool | lloyd | 2008-04-10 | 2 | -17/+0 |
* | Update ca.cpp with new signature of X509_CA::sign_request | lloyd | 2008-04-10 | 1 | -1/+5 |
* | Change the interface of X509_CA::sign_request as follows: | lloyd | 2008-04-10 | 3 | -21/+15 |
* | Fix some completely bogus code in zlib.cpp that was causing compilation failu... | lloyd | 2008-04-10 | 1 | -8/+8 |
* | Summary of the notable changes since 1.7.4 | lloyd | 2008-04-10 | 1 | -0/+9 |
* | Change the copyrights in all files in the Botan tree to directly reflect | lloyd | 2008-04-10 | 474 | -477/+507 |
* | Remove Extensions::copy_this(). Define the Extensions copy constructor in | lloyd | 2008-04-07 | 2 | -19/+25 |
* | Timer::combine_timers should be protected, not private, since subclasses need | lloyd | 2008-04-07 | 1 | -1/+1 |
* | Move combine_timers from a free-standing function in util.h to a private | lloyd | 2008-04-07 | 3 | -3/+3 |
* | Don't hard-code the user and group when doing an install: instead use | lloyd | 2008-04-06 | 12 | -48/+10 |
* | Remove the Named_Mutex_Holder and associated code. Convert all uses to | lloyd | 2008-04-02 | 6 | -77/+56 |
* | Bump version in configure.pl to 1.7.5 | lloyd | 2008-03-31 | 1 | -1/+1 |
* | Startup a changelog entry for 1.7.5 to document notable stuff since 1.7.4 | lloyd | 2008-03-14 | 1 | -0/+4 |
* | Wrap lines | lloyd | 2008-03-14 | 2 | -2/+4 |
* | Use a special typedef, Pipe::message_id, rather than a bare u32bit, | lloyd | 2008-03-14 | 3 | -23/+25 |
* | Add a new constructor for DataSource_Stream taking in a std::istream. | lloyd | 2008-03-11 | 2 | -8/+25 |
* | In DataSink_Stream, allow explicitly setting a pathname (for | lloyd | 2008-03-11 | 2 | -14/+18 |
* | Update mp_asm64 module to use new signatures for word_madd{2,3} functions1.7.4 | lloyd | 2008-03-10 | 1 | -6/+6 |
* | Changes for 1.7.4 | lloyd | 2008-03-10 | 3 | -2/+11 |
* | Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep the | lloyd | 2008-03-10 | 437 | -437/+437 |
* | Add to the todo: Tests for the simple functions (bigint_*, rotate_left, etc) | lloyd | 2008-03-10 | 1 | -0/+4 |
* | On NetBSD with GCC, define _NETBSD_SOURCE; according to a report on the | lloyd | 2008-03-10 | 1 | -1/+1 |
* | Unroll the loops in SHA_160::hash that unpack the input and perform the | lloyd | 2008-03-09 | 1 | -4/+15 |
* | Add a version of bit_ops.h with bswapl/bswapq statements. The xor_buf | lloyd | 2008-03-09 | 2 | -0/+91 |
* | Increase the size of the buffers in ARC4 and WiderWake4+1 from 1K to | lloyd | 2008-03-09 | 2 | -2/+6 |
* | If the macro BOTAN_TARGET_UNALIGNED_LOADSTOR_OK (from build.h) is on, | lloyd | 2008-03-09 | 1 | -0/+86 |
* | Rename offset_ variables to idx_ | lloyd | 2008-03-09 | 1 | -30/+30 |
* | Avoid closing an invalid file descriptor, even though it is basically | lloyd | 2008-03-09 | 1 | -1/+1 |
* | Alas, my definition of the new improved reverse_bytes for 64-bit values was | lloyd | 2008-03-09 | 1 | -2/+5 |
* | Alter bigint_madd2 and bigint_madd3 to take only 3 (4, resp) arguments, | lloyd | 2008-03-09 | 7 | -53/+56 |
* | Also inline xor_buf, both for immediate effeciency gains and for future | lloyd | 2008-03-09 | 2 | -37/+31 |
* | Put reverse_bytes into bit_ops.h so they can be inlined. Rewrite the version | lloyd | 2008-03-08 | 2 | -33/+17 |
* | Mass update of the copyright date. Honestly I don't know why I bother, | lloyd | 2008-02-14 | 455 | -455/+455 |
* | Pass the second argument of works_on as a reference, requires slightly | lloyd | 2008-02-14 | 1 | -5/+6 |