aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* If counter overflows, truncate the output of KDF2. That effectivelylloyd2007-07-261-1/+1
* Add information for 1.7.1 release1.7.1lloyd2007-07-232-0/+9
* Avoid some C-style casts in the moduleslloyd2007-07-234-4/+4
* Avoid C-style casts (as detected by GCC's -Wold-style-cast) and instead use lloyd2007-07-2338-117/+147
* Use the get_clock/get_ticks code instead of calling std::clock directly. Allowslloyd2007-07-231-5/+6
* Move the load/store operations to their own header, to allow assemblylloyd2007-07-233-167/+183
* Use std::string::data() instead of std::string::c_str() in cases where welloyd2007-07-219-10/+10
* Combine the Blowfish initial sbox contents into a single 1024 element array.lloyd2007-07-173-100/+92
* If an algorithm cache lookup fails, index the newly created prototype objectlloyd2007-07-172-12/+17
* Add memory allocator to the todolloyd2007-06-121-0/+7
* We don't need to use locked memory in the X.509 distinguished name.lloyd2007-06-112-4/+4
* Remove unused include of blinding.hlloyd2007-06-111-1/+0
* Add a couple more aliases for Core 2lloyd2007-05-311-0/+3
* On an assignment or initialization split across lines, put the = at the endlloyd2007-05-312-6/+6
* Update Yves' credits with the other changes he sent that are being mergedlloyd2007-05-311-1/+1
* propagate from branch 'net.randombit.botan.stable' (head e92fe807f749c5266693...lloyd2007-05-312-1/+6
|\
| * Update credits with Yves' information.lloyd2007-05-311-0/+5
| * 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
* | Bump the version to 1.7.1 in configure; there has been enough that it shouldn'tlloyd2007-05-311-1/+1
* | Write functions to handle loading and saving words a block at a time, taking ...lloyd2007-05-3141-431/+449
* | Enable DATA_ENCIPHERMENT in constraints for encryption keys.lloyd2007-05-181-1/+1
* | Add QueryPerformanceCounter to the Win32 fast entropy poll, as it can'tlloyd2007-05-181-0/+4
* | Mark 32-bit SPARC as big-endian, since SPARC didn't offer little-endianlloyd2007-05-171-0/+2
* | Add a new preprocessor macro defining the endian-ness of the target CPU.lloyd2007-05-173-0/+14
* | Check in a change from Yves Jerschow optimizing the HMAC key schedule.lloyd2007-05-151-5/+11
* | merge of '44833339942d8cc1c3cbfd7eef0dcebcafc9f8ab'lloyd2007-04-250-0/+0
|\ \
| * | Fix the mergelloyd2007-04-251-11/+1
* | | propagate from branch 'net.randombit.botan.stable' (head 8a2b79c64a13d3f70b02...lloyd2007-04-252-13/+6
|\ \ \ | |/ / |/| / | |/
| * Check in a working fix for the mem_pool issues encountered by some Visuallloyd2007-04-252-13/+6
| * 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
* | propagate from branch 'net.randombit.botan.stable' (head 63c067b5454498ee4846...lloyd2007-04-013-2/+7
|\|
| * Need to include stdlib.h for exit() call, reported through the Debianlloyd2007-04-011-0/+1
| * Update changelog, readme and configure.pl for 1.6.21.6.2lloyd2007-03-243-2/+7
| * Document the move to NYC.lloyd2007-03-081-1/+1
* | Clean up the examples makefile a bit.1.7.0lloyd2007-03-131-9/+13
* | Document the movelloyd2007-03-131-1/+1
* | Point people interested in writing assembler at bigint_monty_redclloyd2007-03-121-4/+14
* | Check in an initial assembler implementation of SHA-1 for x86-64 systems.lloyd2007-03-124-9/+321
* | Insert a note so the toolchain knows that we are not using an executablelloyd2007-03-121-0/+4
* | Provide a more flexible mechanism for specifying which modules are loaded.lloyd2007-03-1228-22/+64
* | Add support for plain C files (mostly interesting for use in modules)lloyd2007-03-111-2/+3
* | Small cleanups.lloyd2007-03-102-2/+1
* | Update the changelog with some of the newer additions.lloyd2007-03-101-1/+3
* | Add new OIDs for Rabin-Williams and Nyberg-Rueppel keys and signatures.lloyd2007-03-101-0/+23
* | Always print the exact value of the OID found in the ASN.1 example, evenlloyd2007-03-101-1/+6
* | Catch exceptions in OIDS::lookup and rethrow a Lookup_Error. Attempting tolloyd2007-03-101-2/+10
* | Mention that the most requested alternate build system is Visual Studio proje...lloyd2007-03-101-3/+3
* | Looking through old emails, realized how many patches Luca sent in.lloyd2007-03-091-1/+1