| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove global_rng calls for setting up blinding, instead require a RNG | lloyd | 2013-12-25 | 9 | -83/+81 |
* | Add Threefish-512 AVX2 decrypt | lloyd | 2013-12-25 | 2 | -0/+18 |
* | Make SIMD_Scalar a template | lloyd | 2013-12-10 | 1 | -0/+2 |
* | Give everything setting a feature test macro in build.h a version code | lloyd | 2013-11-28 | 8 | -8/+8 |
* | Fix get_cipher_mode for OCB and GCM with short tags | lloyd | 2013-11-17 | 1 | -2/+2 |
* | Add CCM mode | lloyd | 2013-09-05 | 1 | -18/+29 |
* | Compile fix for gmp module | lloyd | 2013-08-19 | 1 | -1/+1 |
* | Convert CTS mode to Transformation API | lloyd | 2013-08-15 | 1 | -11/+3 |
* | Convert CFB to Transformation API | lloyd | 2013-08-15 | 1 | -4/+4 |
* | Move ECB to Transformation API | lloyd | 2013-08-15 | 1 | -9/+9 |
* | Move CBC to Transformation API | lloyd | 2013-08-15 | 1 | -14/+14 |
* | Make XTS a Transformation under src/modes | lloyd | 2013-08-14 | 1 | -4/+4 |
* | Rename ARC4 to RC4 | lloyd | 2013-04-19 | 2 | -22/+22 |
* | Allow tag sizes other than 128 bits in GCM and OCB | lloyd | 2013-03-27 | 1 | -33/+41 |
* | propagate from branch 'net.randombit.botan' (head b7ac11f48ca4fe8e5aafa01979c... | lloyd | 2013-03-27 | 1 | -1/+1 |
|\ |
|
| * | Avoid warning | lloyd | 2013-03-23 | 1 | -1/+1 |
* | | Add an AEAD_Filter that wraps an AEAD_Mode, plus various bug fixes. | lloyd | 2013-03-27 | 1 | -14/+24 |
|/ |
|
* | Remove the Turing and WiderWAKE4+1 stream cipher implementations. | lloyd | 2013-03-19 | 1 | -18/+0 |
* | Some work towards a (very slow) GCM implementation | lloyd | 2013-03-16 | 1 | -0/+14 |
* | OCB decryption | lloyd | 2013-03-14 | 1 | -3/+4 |
* | Add OCB mode, currently encrypt only, and an AEAD interface | lloyd | 2013-03-14 | 1 | -0/+16 |
* | We would fail to cache GOST-34.11 because name() did not match what | lloyd | 2012-11-06 | 1 | -1/+1 |
* | Fix various issues flagged by cppcheck. Nothing too interesting. | lloyd | 2012-08-13 | 2 | -4/+3 |
* | Remove BigInt::get_reg | lloyd | 2012-08-01 | 1 | -2/+2 |
* | Add deleted copy constructors/assignment operators where appropriate. | lloyd | 2012-07-10 | 1 | -0/+4 |
* | Update cms, cvc, zlib, bzip2, openssl, and gnump modules for the new | lloyd | 2012-06-07 | 9 | -81/+95 |
* | Add new PBKDF interface that takes a std::chrono::milliseconds and | lloyd | 2012-05-31 | 1 | -9/+0 |
* | Call clear_mem instead of memset directly | lloyd | 2012-05-30 | 1 | -1/+2 |
* | Replace 0 and NULL pointer constants with nullptr. Also fix an old | lloyd | 2012-05-18 | 11 | -37/+37 |
* | Fairly huge update that replaces the old secmem types with std::vector | lloyd | 2012-05-18 | 6 | -21/+21 |
* | propagate from branch 'net.randombit.botan.tls-state-machine' (head a4741cd07... | lloyd | 2012-04-25 | 5 | -7/+11 |
|\ |
|
| * | Patrick Pelletier noted on the mailing list that the implementation of | lloyd | 2012-04-24 | 1 | -2/+6 |
| * | Fix various typos, and remove an unused macro in checks/bench.cpp | lloyd | 2012-04-23 | 4 | -5/+5 |
* | | propagate from branch 'net.randombit.botan.tls-state-machine' (head 0ceb9cde6... | lloyd | 2012-02-20 | 2 | -2/+2 |
|\ \
| |/
|/| |
|
| * | propagate from branch 'net.randombit.botan' (head 39f53266912f33dc48e942b1b86... | lloyd | 2011-12-18 | 1 | -5/+9 |
| |\ |
|
| * \ | propagate from branch 'net.randombit.botan' (head 150bd11dd8090559ee1e83394b8... | lloyd | 2011-06-13 | 2 | -2/+2 |
| |\ \ |
|
| | * \ | propagate from branch 'net.randombit.botan' (head 13a0d36dac3709f3cb88e830ed7... | lloyd | 2011-02-11 | 2 | -2/+2 |
| | |\ \ |
|
| | | * \ | propagate from branch 'net.randombit.botan' (head fc8daa606ab7954eab48778d723... | lloyd | 2010-11-29 | 1 | -2/+1 |
| | | |\ \ |
|
| | | * \ \ | propagate from branch 'net.randombit.botan' (head 303b2518a80553214b1e5ab4d9b... | lloyd | 2010-11-04 | 2 | -2/+2 |
| | | |\ \ \ |
|
| | | | * \ \ | propagate from branch 'net.randombit.botan' (head 2841fb518e20d2fe0a374e4f6b0... | lloyd | 2010-10-28 | 1 | -2/+0 |
| | | | |\ \ \ |
|
| | | | * \ \ \ | propagate from branch 'net.randombit.botan' (head cba32f885eb7889a9711cbee120... | lloyd | 2010-10-13 | 8 | -18/+18 |
| | | | |\ \ \ \ |
|
| | | | * \ \ \ \ | propagate from branch 'net.randombit.botan' (head 0b2a6834cd19e431afc91bd062b... | lloyd | 2010-10-13 | 2 | -2/+2 |
| | | | |\ \ \ \ \ |
|
| | | | | * | | | | | Post-merge fixups | lloyd | 2010-10-13 | 1 | -1/+1 |
| | | | | * | | | | | propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b... | lloyd | 2010-10-13 | 1 | -1/+1 |
| | | | | |\ \ \ \ \ |
|
| | | | | | * \ \ \ \ | propagate from branch 'net.randombit.botan' (head 0a3348f52bf558bc2282e1066c2... | lloyd | 2010-08-13 | 1 | -1/+1 |
| | | | | | |\ \ \ \ \ |
|
| | | | | | | * \ \ \ \ | propagate from branch 'net.randombit.botan' (head 717a9d103aa80e6d66c04e3a23c... | lloyd | 2010-08-04 | 1 | -1/+1 |
| | | | | | | |\ \ \ \ \ |
|
| | | | | | | | * \ \ \ \ | propagate from branch 'net.randombit.botan' (head 161b5c0300b72baa746f101fda1... | lloyd | 2010-07-09 | 1 | -1/+1 |
| | | | | | | | |\ \ \ \ \ |
|
| | | | | | | | | * \ \ \ \ | propagate from branch 'net.randombit.botan' (head 647eeb4f4cf8fa4cf487cdc463d... | lloyd | 2010-06-22 | 1 | -0/+7 |
| | | | | | | | | |\ \ \ \ \ |
|
| | | | | | | | | * \ \ \ \ \ | propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a... | lloyd | 2010-06-17 | 15 | -80/+219 |
| | | | | | | | | |\ \ \ \ \ \ |
|
| | | | | | | | | * \ \ \ \ \ \ | propagate from branch 'net.randombit.botan' (head a5f25a3b954f24c5d07fa0dab6c... | lloyd | 2010-04-28 | 1 | -0/+15 |
| | | | | | | | | |\ \ \ \ \ \ \ |
|