| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Cipher_Mode intermediate class. Add missing BOTAN_DLL exports | lloyd | 2013-08-19 | 1 | -1/+2 |
* | Simplify handling of CBC/ECB padding and move source to src/modes | lloyd | 2013-08-15 | 3 | -256/+0 |
* | Convert CTS mode to Transformation API | lloyd | 2013-08-15 | 3 | -314/+0 |
* | Convert CFB to Transformation API | lloyd | 2013-08-15 | 3 | -264/+0 |
* | Move ECB to Transformation API | lloyd | 2013-08-15 | 5 | -304/+6 |
* | Move CBC to Transformation API | lloyd | 2013-08-15 | 3 | -337/+0 |
* | propagate from branch 'net.randombit.botan' (head 2ef4863494d7348a0025bbd6733... | lloyd | 2013-08-15 | 9 | -651/+177 |
|\ |
|
| * | Optimize the poly mul in XTS, AES-128/XTS is 2-3x faster on Westmere | lloyd | 2013-08-14 | 1 | -2/+1 |
| * | Make XTS a Transformation under src/modes | lloyd | 2013-08-14 | 9 | -651/+178 |
* | | XOR all input at once in CBC decrypt, much much faster | lloyd | 2013-08-14 | 1 | -4/+1 |
|/ |
|
* | Rewrite for benefit of Clang analyzer | lloyd | 2013-07-19 | 1 | -6/+5 |
* | Revert part of 5be6e329324fc8263de56167091754e27305917b, | lloyd | 2013-04-10 | 1 | -1/+1 |
* | Remove return value of AEAD_Mode::start as it doesn't seem necessary | lloyd | 2013-04-03 | 1 | -1/+1 |
* | Resize each time in the loop | lloyd | 2013-03-27 | 1 | -2/+2 |
* | In AEAD_Filter consume input in pieces | lloyd | 2013-03-27 | 1 | -3/+16 |
* | Add an AEAD_Filter that wraps an AEAD_Mode, plus various bug fixes. | lloyd | 2013-03-27 | 3 | -10/+140 |
* | Convert OCB to new AEAD interface | lloyd | 2013-03-27 | 3 | -536/+0 |
* | Move GCM to new AEAD interface | lloyd | 2013-03-27 | 8 | -354/+0 |
* | Move EAX to new AEAD_Mode interface | lloyd | 2013-03-20 | 3 | -320/+0 |
* | Rename AEAD_Mode to AEAD_Filter | lloyd | 2013-03-20 | 4 | -7/+7 |
* | Missing BOTAN_DLL on AEAD_Mode | lloyd | 2013-03-19 | 1 | -1/+1 |
* | Add an interface to Keyed_Filter returning a Key_Length_Specification | lloyd | 2013-03-17 | 14 | -63/+43 |
* | Move ghash functions to anon namespace | lloyd | 2013-03-17 | 1 | -0/+4 |
* | Move all AEAD modes to src/filters/aead | lloyd | 2013-03-17 | 11 | -1/+0 |
* | Move compression filters to subfolder | lloyd | 2013-03-17 | 9 | -0/+0 |
* | Working GCM. Add support for AEAD modes in self tests | lloyd | 2013-03-16 | 2 | -71/+48 |
* | Some work towards a (very slow) GCM implementation | lloyd | 2013-03-16 | 3 | -0/+383 |
* | Convert EAX to using Buffered_Filter and new AEAD interface | lloyd | 2013-03-16 | 4 | -205/+114 |
* | Save most of the block cipher calls used when setting the nonce in OCB | lloyd | 2013-03-16 | 2 | -37/+59 |
* | Parallel OCB decryption | lloyd | 2013-03-16 | 1 | -10/+34 |
* | Avoid really needless allocations | lloyd | 2013-03-16 | 1 | -2/+1 |
* | OCB encryption can encrypt blocks in parallel now | lloyd | 2013-03-16 | 1 | -11/+11 |
* | In OCB encrypt, XOR multiple plaintext blocks and fold at the end | lloyd | 2013-03-16 | 1 | -17/+30 |
* | Make OCB_Base constructor private | lloyd | 2013-03-16 | 1 | -10/+11 |
* | Move std::vector operator^= to xor_buf | lloyd | 2013-03-15 | 1 | -41/+31 |
* | Make parallel processing possible by buffering more than one block | lloyd | 2013-03-15 | 2 | -41/+64 |
* | OCB decryption | lloyd | 2013-03-14 | 2 | -59/+105 |
* | Add OCB mode, currently encrypt only, and an AEAD interface | lloyd | 2013-03-14 | 5 | -0/+464 |
* | Move assert.h from internal to very public (included in types.h) | lloyd | 2013-03-13 | 2 | -2/+0 |
* | Reset position at end of CTS message. Bug 234 | lloyd | 2013-03-04 | 1 | -0/+2 |
* | Add Threaded_Fork, which acts like a normal Fork filter except that | lloyd | 2013-02-02 | 4 | -1/+194 |
* | Add deleted copy constructors/assignment operators where appropriate. | lloyd | 2012-07-10 | 2 | -3/+9 |
* | Add a patch from Markus Wanner that extends DataSource (including | lloyd | 2012-07-09 | 7 | -0/+61 |
* | Add a LZMA filter contributed by Vojtech Kral | lloyd | 2012-07-09 | 3 | -0/+411 |
* | The messages for assertion checks were done both ways, both "assertion | lloyd | 2012-07-09 | 2 | -5/+4 |
* | Update cms, cvc, zlib, bzip2, openssl, and gnump modules for the new | lloyd | 2012-06-07 | 2 | -27/+31 |
* | Some post merge fixups. | lloyd | 2012-05-25 | 1 | -2/+5 |
* | Include <string> in buf_comp.h and filter.h as we used std::string but | lloyd | 2012-05-25 | 1 | -0/+1 |
* | Replace 0 and NULL pointer constants with nullptr. Also fix an old | lloyd | 2012-05-18 | 9 | -20/+22 |
* | Fairly huge update that replaces the old secmem types with std::vector | lloyd | 2012-05-18 | 31 | -118/+141 |