aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan.stable' (head e92fe807f749c5266693...lloyd2007-05-311-1/+1
|\
| * Typo: RFC 882 instead of 822. Reported by Yves Jerschow.lloyd2007-05-311-1/+1
* | Use the word-loading operations in SHA-384/SHA-512 as welllloyd2007-05-311-5/+4
* | Write functions to handle loading and saving words a block at a time, taking ...lloyd2007-05-3136-425/+303
* | Enable DATA_ENCIPHERMENT in constraints for encryption keys.lloyd2007-05-181-1/+1
* | Check in a change from Yves Jerschow optimizing the HMAC key schedule.lloyd2007-05-151-5/+11
* | propagate from branch 'net.randombit.botan.stable' (head 8a2b79c64a13d3f70b02...lloyd2007-04-251-11/+1
|\|
| * Check in a working fix for the mem_pool issues encountered by some Visuallloyd2007-04-251-11/+1
| * Revert the last change; it actually broke the memory allocators in alloyd2007-04-231-1/+1
| * Fixes for Visual C++ 2005; it wasn't picking up the needed conversionlloyd2007-04-231-2/+3
* | Small cleanups.lloyd2007-03-101-1/+0
* | Add new OIDs for Rabin-Williams and Nyberg-Rueppel keys and signatures.lloyd2007-03-101-0/+23
* | Catch exceptions in OIDS::lookup and rethrow a Lookup_Error. Attempting tolloyd2007-03-101-2/+10
* | Move the version query code out of base.cpp and into version.cpp; I havelloyd2007-03-082-18/+28
* | Inline the definition of Tiger::round into Tiger::pass, which was its onlylloyd2007-03-071-21/+55
* | Add startup selftests for SHA-256 and HMAC(SHA-256)lloyd2007-03-041-0/+18
* | Introduce a class Seed which represents the domain parameter seed, ratherlloyd2007-03-041-15/+30
* | Use prefix rather than postfix increment in places where it can be used.lloyd2007-03-034-6/+6
* | Alter one of the constructors of DL_Group to take a parameter specifyinglloyd2007-03-032-36/+56
* | BigInt::operator[] now guards against accesses that are larger than thelloyd2007-03-031-0/+17
* | Add a version of BigInt::binary_decode taking a MemoryRegion of byteslloyd2007-03-011-0/+8
* | Inline the round functions of RC2. This is about 15% faster on my machine,lloyd2007-03-011-52/+48
* | merge of '8d39383f5142c3a42ccef1b06333f5aef24e998f'lloyd2007-03-012-15/+8
|\ \
| * | propagate from branch 'net.randombit.botan.stable' (head fd0242cd1f44b6d9d0e5...lloyd2007-02-282-15/+8
| |\|
| | * Include <iterator> into x509_ca.cpp for std::back_inserterlloyd2007-02-281-0/+1
| | * Remove a call to abort() in global_state() which was triggered if nolloyd2007-02-281-3/+0
| | * Minor cleanup of the PKCS8_extract function.lloyd2007-01-281-14/+8
* | | Split DSA parameter generation into src/dsa_gen.cpp, and make the functionslloyd2007-03-012-96/+112
|/ /
* | Include the iterator header for std::back_inserter. Noticed whenlloyd2007-02-161-0/+1
* | Clean up the definition of PKCS8_extract, though really this whole filelloyd2007-02-151-5/+4
* | Improve readability slightly in the code handling CRL decoding.lloyd2007-02-151-5/+3
* | propagate from branch 'net.randombit.botan.stable' (head 0f5f960e749e55bc7b45...lloyd2007-01-201-1/+2
|\ \ | |/ |/|
| * Remove an include of assert.hlloyd2006-12-201-3/+2
| * Some minor efficiency gains in the memory allocator.lloyd2006-12-191-22/+16
* | Bump copyright year to 2007lloyd2007-01-20207-207/+207
* | Add a new parameter to the Base64_Encoder to specify that a trailinglloyd2007-01-201-3/+3
* | Increase the maximum keylength of ARC4 to 256 bytes for Monotone.lloyd2007-01-201-1/+1
* | 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-081-22/+14
* | The copy constructor of BER_Decoder was not copying other.parent; thislloyd2006-12-271-1/+1
|/
* Rename the mp_muladd source files to mp_muloplloyd2006-12-151-0/+0
* Rename certstore.cpp to certstor.cpp, both to match the header and to putlloyd2006-12-151-0/+0
* Move the UI pulse functions into the global library state. That is (as bestlloyd2006-12-145-44/+37
* Use set_option in policy.cpplloyd2006-12-141-40/+40
* Add a new set_option member function to Configlloyd2006-12-141-0/+8
* Remove needless try/catch blocklloyd2006-12-141-10/+2
* Remove a dependency on x509cert.h from x509_ext.cpp by moving the definitionlloyd2006-12-121-1/+0
* Allow the creation of 48 bit primeslloyd2006-12-081-1/+1
* Catch Encoding_Error in the keypair consistency check when we generate thelloyd2006-09-301-1/+9
* Throw Encoding_Error instead of Invalid_Argument if a signature encodinglloyd2006-09-304-8/+8