| Commit message (Expand) | Author | Age | Files | Lines |
* | Add BOTAN_DLL macro in all needed spots for working DLL export. Based | lloyd | 2008-04-21 | 1 | -5/+9 |
* | Always set the position to the start of the block when generating a new | lloyd | 2008-04-15 | 1 | -3/+2 |
* | 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 | 3 | -20/+26 |
* | 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 | 1 | -15/+4 |
* | Remove Config::option_as_u32bit - the only advantage it had over calling | lloyd | 2008-04-12 | 5 | -40/+3 |
* | Make the memory allocator's chunk size a compile time constant, via a | lloyd | 2008-04-12 | 2 | -22/+1 |
* | 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 | 2 | -15/+5 |
* | Remove unused Config::option_as_list | lloyd | 2008-04-10 | 1 | -8/+0 |
* | Remove severa global configuration variables related to entropy gathering, | lloyd | 2008-04-10 | 3 | -19/+6 |
* | Remove the config option rng/ms_capi_prov_type - the CryptoAPI entropy | lloyd | 2008-04-10 | 1 | -1/+0 |
* | Remove the pem/ config arguments. Replace with arguments to the individual | lloyd | 2008-04-10 | 2 | -21/+10 |
* | Add a second argument to X509_Cert_Options, which replaces | lloyd | 2008-04-10 | 2 | -11/+5 |
* | Remove the unused function Config::option_as_bool | lloyd | 2008-04-10 | 1 | -16/+0 |
* | Change the interface of X509_CA::sign_request as follows: | lloyd | 2008-04-10 | 1 | -17/+4 |
* | Change the copyrights in all files in the Botan tree to directly reflect | lloyd | 2008-04-10 | 208 | -208/+215 |
* | Remove Extensions::copy_this(). Define the Extensions copy constructor in | lloyd | 2008-04-07 | 1 | -15/+23 |
* | Move combine_timers from a free-standing function in util.h to a private | lloyd | 2008-04-07 | 1 | -2/+1 |
* | Remove the Named_Mutex_Holder and associated code. Convert all uses to | lloyd | 2008-04-02 | 3 | -62/+44 |
* | Use a special typedef, Pipe::message_id, rather than a bare u32bit, | lloyd | 2008-03-14 | 2 | -11/+11 |
* | Add a new constructor for DataSource_Stream taking in a std::istream. | lloyd | 2008-03-11 | 1 | -7/+21 |
* | In DataSink_Stream, allow explicitly setting a pathname (for | lloyd | 2008-03-11 | 1 | -11/+13 |
* | Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep the | lloyd | 2008-03-10 | 202 | -202/+202 |
* | Unroll the loops in SHA_160::hash that unpack the input and perform the | lloyd | 2008-03-09 | 1 | -4/+15 |
* | Rename offset_ variables to idx_ | lloyd | 2008-03-09 | 1 | -30/+30 |
* | Alter bigint_madd2 and bigint_madd3 to take only 3 (4, resp) arguments, | lloyd | 2008-03-09 | 3 | -6/+6 |
* | Also inline xor_buf, both for immediate effeciency gains and for future | lloyd | 2008-03-09 | 1 | -34/+0 |
* | Put reverse_bytes into bit_ops.h so they can be inlined. Rewrite the version | lloyd | 2008-03-08 | 1 | -29/+0 |
* | Mass update of the copyright date. Honestly I don't know why I bother, | lloyd | 2008-02-14 | 208 | -208/+208 |
* | Add a short comment describing Turing::fixedS | lloyd | 2007-11-19 | 1 | -1/+1 |
* | Change the default list of PRNG devices from | lloyd | 2007-11-17 | 1 | -1/+1 |
* | Drop es_file: replaced by es_dev | lloyd | 2007-11-17 | 2 | -37/+0 |
* | Add a hook for the es_dev module in Builtin_Modules | lloyd | 2007-11-17 | 1 | -0/+8 |
* | Mark start and end as const in karatsuba_size since they are never modified | lloyd | 2007-11-16 | 1 | -2/+2 |
* | Revert the change that renamed append() to push_back(). As pointed out | lloyd | 2007-11-15 | 13 | -40/+40 |
* | Rename MemoryRegion::append to push_back | lloyd | 2007-11-14 | 13 | -40/+40 |
* | Remove the ability to load an external configuration file. Applications | lloyd | 2007-11-14 | 3 | -150/+0 |
* | merge of '3302429a7b66a2e175af0e12870f150aaf81445e' | lloyd | 2007-11-12 | 1 | -2/+0 |
|\ |
|
| * | Remove unused include of assert.h | lloyd | 2007-11-07 | 1 | -2/+0 |
* | | Make IDEA::mul_inv just a function in an anonymous namespace, since it really | lloyd | 2007-11-11 | 1 | -38/+36 |
* | | Remove some static_casts that weren't required and didn't do much to make | lloyd | 2007-11-11 | 1 | -11/+11 |
* | | Have IDEA's mul() return the result instead of altering a reference value. | lloyd | 2007-11-11 | 1 | -13/+25 |
|/ |
|
* | Have Malloc_Allocator directly inherit from the Allocator interface, without | lloyd | 2007-10-21 | 1 | -2/+2 |
* | Move reverse_bytes from bit_ops.h to bit_ops.cpp | lloyd | 2007-10-21 | 1 | -0/+30 |
* | sha160.cpp needs include of bit_ops.h, problem was masked by the asm versions | lloyd | 2007-10-19 | 1 | -0/+1 |
* | bit_ops.h no longer includes loadstor.h | lloyd | 2007-10-19 | 54 | -30/+52 |
* | Fold an XOR operation that was happening during SEED encryption/decryption to | lloyd | 2007-10-19 | 1 | -6/+6 |