aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 2841fb518e20d2fe0a374e4f6b0...lloyd2010-10-2890-697/+846
|\
| * Use standalone encoder for end of message padding toolloyd2010-10-282-27/+9
| * Consolidate hex and base64 filters into a single sub-module.lloyd2010-10-287-66/+44
| * Simple standalone base64 encoderlloyd2010-10-283-0/+159
| * These are internal headers and do not need public linkagelloyd2010-10-283-3/+3
| * Rename the base64 filter and macro names in prep for addinglloyd2010-10-276-8/+6
| * Move base64 char tables to base64.cpplloyd2010-10-272-48/+36
| * Make TLS_Client entirely via callbacks, not talking to Socket directlylloyd2010-10-192-43/+28
| * Make Record_Writer call a callback instead of writing directly to the socketlloyd2010-10-195-10/+20
| * Run MAC as standalone object instead of running it through a Pipe atlloyd2010-10-193-48/+56
| * Update AES-NI for SecureVector and BlockCipher changeslloyd2010-10-191-9/+9
| * BigInt::get_substring really shouldn't return size_t. Revert tolloyd2010-10-185-10/+8
| * For const BigInt::operator[], return a const reference instead of alloyd2010-10-181-1/+1
| * s/u32bit/size_t/lloyd2010-10-184-38/+38
| * s/u32bit/size_t/lloyd2010-10-187-51/+51
| * Prefix vs postfixlloyd2010-10-152-4/+4
| * Last u32bit->size_t for ssllloyd2010-10-1510-101/+108
| * More size_tlloyd2010-10-153-28/+28
| * More size_tlloyd2010-10-153-30/+30
| * Use size_t in ssllloyd2010-10-1512-75/+75
| * Only allocate as much working space as needed in key schedulelloyd2010-10-141-4/+4
| * Remove standalone S functionlloyd2010-10-141-12/+13
| * In all cases where the block size of the cipher is fixed, the keylloyd2010-10-1432-140/+176
* | propagate from branch 'net.randombit.botan' (head cba32f885eb7889a9711cbee120...lloyd2010-10-1325-144/+148
|\|
| * More size_tlloyd2010-10-1311-26/+26
| * More size_tlloyd2010-10-133-18/+18
| * Implicit rounds based on key variable sizelloyd2010-10-134-27/+44
| * Make the rounds implicit with the size of the key valueslloyd2010-10-132-55/+42
| * More size_t. Document changeslloyd2010-10-137-18/+18
* | propagate from branch 'net.randombit.botan' (head 0b2a6834cd19e431afc91bd062b...lloyd2010-10-13124-1484/+633
|\ \ | |/ |/|
| * propagate from branch 'net.randombit.botan' (head 6581b789d58717bc6acee5c6a24...lloyd2010-10-1374-354/+430
| |\
| * | Post-merge fixupslloyd2010-10-134-11/+5
| * | propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-13122-1475/+630
| |\ \
| | * | Compile python wrapper as C++0xlloyd2010-09-091-1/+1
| | * | Partially fix Python compilation. Looks like Boost.Python doesn't supportlloyd2010-09-091-1/+2
| | * | propagate from branch 'net.randombit.botan' (head fb78974f57bc3065d8537ebeb52...lloyd2010-09-077-32/+48
| | |\ \
| | * | | Use std::to_stringlloyd2010-09-032-2/+3
| | * | | propagate from branch 'net.randombit.botan' (head a29c41b4a949207b1544096c3af...lloyd2010-09-03121-1569/+718
| | |\ \ \
| | | * | | Use gcc 4.5.1lloyd2010-08-131-1/+1
| | | * | | Post-merge fixlloyd2010-08-131-1/+1
| | | * | | propagate from branch 'net.randombit.botan' (head 0a3348f52bf558bc2282e1066c2...lloyd2010-08-13121-1569/+718
| | | |\ \ \
| | | | * \ \ propagate from branch 'net.randombit.botan' (head c6dfcb1b2e25290f071169361fb...lloyd2010-08-066-67/+165
| | | | |\ \ \
| | | | * | | | ~Algorithm_Cache was missing definitionlloyd2010-08-041-1/+1
| | | | * | | | propagate from branch 'net.randombit.botan' (head 717a9d103aa80e6d66c04e3a23c...lloyd2010-08-04121-1571/+720
| | | | |\ \ \ \
| | | | | * | | | Drop User_Interface; replace with a std::function callbacklloyd2010-07-095-99/+52
| | | | | * | | | propagate from branch 'net.randombit.botan' (head 8761f1c3082e4ce33af57e557f9...lloyd2010-07-09117-1471/+667
| | | | | |\ \ \ \
| | | | | | * | | | Post merge fixupslloyd2010-07-093-5/+1
| | | | | | * | | | propagate from branch 'net.randombit.botan' (head 161b5c0300b72baa746f101fda1...lloyd2010-07-09117-1466/+666
| | | | | | |\ \ \ \
| | | | | | | * \ \ \ propagate from branch 'net.randombit.botan' (head 647eeb4f4cf8fa4cf487cdc463d...lloyd2010-06-2250-183/+923
| | | | | | | |\ \ \ \
| | | | | | | * | | | | Post merge fixupslloyd2010-06-172-5/+0