| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the version query code out of base.cpp and into version.cpp; I have | lloyd | 2007-03-08 | 2 | -18/+28 |
* | Inline the definition of Tiger::round into Tiger::pass, which was its only | lloyd | 2007-03-07 | 1 | -21/+55 |
* | Add startup selftests for SHA-256 and HMAC(SHA-256) | lloyd | 2007-03-04 | 1 | -0/+18 |
* | Introduce a class Seed which represents the domain parameter seed, rather | lloyd | 2007-03-04 | 1 | -15/+30 |
* | Use prefix rather than postfix increment in places where it can be used. | lloyd | 2007-03-03 | 4 | -6/+6 |
* | Alter one of the constructors of DL_Group to take a parameter specifying | lloyd | 2007-03-03 | 2 | -36/+56 |
* | BigInt::operator[] now guards against accesses that are larger than the | lloyd | 2007-03-03 | 1 | -0/+17 |
* | Add a version of BigInt::binary_decode taking a MemoryRegion of bytes | lloyd | 2007-03-01 | 1 | -0/+8 |
* | Inline the round functions of RC2. This is about 15% faster on my machine, | lloyd | 2007-03-01 | 1 | -52/+48 |
* | merge of '8d39383f5142c3a42ccef1b06333f5aef24e998f' | lloyd | 2007-03-01 | 2 | -15/+8 |
|\ |
|
| * | propagate from branch 'net.randombit.botan.stable' (head fd0242cd1f44b6d9d0e5... | lloyd | 2007-02-28 | 2 | -15/+8 |
| |\ |
|
| | * | 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 |
| | * | Minor cleanup of the PKCS8_extract function. | lloyd | 2007-01-28 | 1 | -14/+8 |
* | | | Split DSA parameter generation into src/dsa_gen.cpp, and make the functions | lloyd | 2007-03-01 | 2 | -96/+112 |
|/ / |
|
* | | Include the iterator header for std::back_inserter. Noticed when | lloyd | 2007-02-16 | 1 | -0/+1 |
* | | Clean up the definition of PKCS8_extract, though really this whole file | lloyd | 2007-02-15 | 1 | -5/+4 |
* | | Improve readability slightly in the code handling CRL decoding. | lloyd | 2007-02-15 | 1 | -5/+3 |
* | | propagate from branch 'net.randombit.botan.stable' (head 0f5f960e749e55bc7b45... | lloyd | 2007-01-20 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | Remove an include of assert.h | lloyd | 2006-12-20 | 1 | -3/+2 |
| * | Some minor efficiency gains in the memory allocator. | lloyd | 2006-12-19 | 1 | -22/+16 |
* | | Bump copyright year to 2007 | lloyd | 2007-01-20 | 207 | -207/+207 |
* | | Add a new parameter to the Base64_Encoder to specify that a trailing | lloyd | 2007-01-20 | 1 | -3/+3 |
* | | Increase the maximum keylength of ARC4 to 256 bytes for Monotone. | lloyd | 2007-01-20 | 1 | -1/+1 |
* | | 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 | 1 | -22/+14 |
* | | The copy constructor of BER_Decoder was not copying other.parent; this | lloyd | 2006-12-27 | 1 | -1/+1 |
|/ |
|
* | Rename the mp_muladd source files to mp_mulop | lloyd | 2006-12-15 | 1 | -0/+0 |
* | Rename certstore.cpp to certstor.cpp, both to match the header and to put | lloyd | 2006-12-15 | 1 | -0/+0 |
* | Move the UI pulse functions into the global library state. That is (as best | lloyd | 2006-12-14 | 5 | -44/+37 |
* | 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 | 1 | -0/+8 |
* | Remove needless try/catch block | lloyd | 2006-12-14 | 1 | -10/+2 |
* | Remove a dependency on x509cert.h from x509_ext.cpp by moving the definition | lloyd | 2006-12-12 | 1 | -1/+0 |
* | Allow the creation of 48 bit primes | lloyd | 2006-12-08 | 1 | -1/+1 |
* | Catch Encoding_Error in the keypair consistency check when we generate the | lloyd | 2006-09-30 | 1 | -1/+9 |
* | Throw Encoding_Error instead of Invalid_Argument if a signature encoding | lloyd | 2006-09-30 | 4 | -8/+8 |
* | In the keypair consistency check for encryption/decryption keys, a key | lloyd | 2006-09-30 | 1 | -0/+3 |
* | Move the KDF base class code into kdf.cpp; this prevents the pk_util.cpp | lloyd | 2006-09-26 | 2 | -54/+54 |
* | Simplify the initial RNG seeding operation | lloyd | 2006-09-21 | 2 | -19/+7 |
* | Do not allocate a block of memory in Pooling_Allocator::init(); this was | lloyd | 2006-09-20 | 1 | -10/+0 |
* | Make the initialization/deinitialization functions static members of | lloyd | 2006-09-20 | 1 | -21/+17 |
* | The public add_engine API now always places the new engine at the front | lloyd | 2006-09-20 | 1 | -9/+8 |
* | Make the implementation of the round function a bit easier to read. | lloyd | 2006-09-20 | 1 | -6/+12 |
* | When searching the block list, first try the last block we had a good | lloyd | 2006-09-11 | 1 | -4/+4 |
* | Correctly deal with allocators added post-initialization. In particular, | lloyd | 2006-09-11 | 4 | -48/+40 |
* | Remove a useless wrapper function. | lloyd | 2006-09-10 | 1 | -17/+6 |
* | Completely rewrite how the default X509_Store searches are performed, | lloyd | 2006-09-10 | 1 | -86/+41 |
* | Hack around some Visual Studio bugs that I can't seem to find good solutions | lloyd | 2006-09-10 | 4 | -16/+35 |
* | Add parenthesis to make the order of evaluation in an expression more obvious | lloyd | 2006-09-09 | 1 | -1/+1 |