aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Allow tag sizes other than 128 bits in GCM and OCBlloyd2013-03-272-34/+42
* Rename script and add headerlloyd2013-03-271-4/+10
* propagate from branch 'net.randombit.botan' (head b7ac11f48ca4fe8e5aafa01979c...lloyd2013-03-277-7/+39
|\
| * Avoid warninglloyd2013-03-231-1/+1
| * Alias mips64el to mips64, from Brad Smithlloyd2013-03-211-0/+4
| * merge of '767ce7b733ad25a056a4609645dbb0418fed5c91'lloyd2013-03-2127-777/+58
| |\
| * | Fix error if we asked for nonexistent branch or versionlloyd2013-03-211-1/+1
| * | Add TLS::Policy::server_uses_own_ciphersuite_preferences()lloyd2013-03-214-5/+33
* | | Resize each time in the looplloyd2013-03-271-2/+2
* | | In AEAD_Filter consume input in pieceslloyd2013-03-271-3/+16
* | | Fix macro check in selftestlloyd2013-03-272-10/+9
* | | Add an AEAD_Filter that wraps an AEAD_Mode, plus various bug fixes.lloyd2013-03-278-51/+210
* | | Convert OCB to new AEAD interfacelloyd2013-03-274-136/+143
* | | Move GCM to new AEAD interfacelloyd2013-03-2713-193/+188
* | | Avoid silly warning under GCClloyd2013-03-271-1/+1
* | | Move EAX to new AEAD_Mode interfacelloyd2013-03-207-313/+327
| |/ |/|
* | Update callerslloyd2013-03-203-7/+7
* | Rename AEAD_Mode to AEAD_Filterlloyd2013-03-204-7/+7
* | Missing BOTAN_DLL on AEAD_Modelloyd2013-03-191-1/+1
* | Remove the Turing and WiderWAKE4+1 stream cipher implementations.lloyd2013-03-198-699/+0
* | Use env to work around Arch sillinesslloyd2013-03-191-1/+1
* | Add an interface to Keyed_Filter returning a Key_Length_Specificationlloyd2013-03-1714-63/+43
|/
* Move ghash functions to anon namespacelloyd2013-03-171-0/+4
* Move all AEAD modes to src/filters/aeadlloyd2013-03-1711-1/+0
* Move compression filters to subfolderlloyd2013-03-179-0/+0
* Support for non-CBC modes in ciphersuite list genlloyd2013-03-161-4/+23
* Add get_aead in lookup.hlloyd2013-03-163-0/+27
* propagate from branch 'net.randombit.botan.aead-modes' (head 9f75a9bcacc77447...lloyd2013-03-166-9/+409
|\
| * Working GCM. Add support for AEAD modes in self testslloyd2013-03-164-80/+83
| * Some work towards a (very slow) GCM implementationlloyd2013-03-164-0/+397
* | Add the script that generates the switch in tls_suite_info.cpplloyd2013-03-162-1/+126
|/
* Convert EAX to using Buffered_Filter and new AEAD interfacelloyd2013-03-164-205/+114
* Save most of the block cipher calls used when setting the nonce in OCBlloyd2013-03-162-37/+59
* Parallel OCB decryptionlloyd2013-03-161-10/+34
* Avoid really needless allocationslloyd2013-03-161-2/+1
* OCB encryption can encrypt blocks in parallel nowlloyd2013-03-161-11/+11
* propagate from branch 'net.randombit.botan' (head 039c91aa543bad85f227e8127ed...lloyd2013-03-167-1/+567
|\
| * In OCB encrypt, XOR multiple plaintext blocks and fold at the endlloyd2013-03-161-17/+30
| * Make OCB_Base constructor privatelloyd2013-03-161-10/+11
| * Move std::vector operator^= to xor_buflloyd2013-03-152-41/+43
| * Make parallel processing possible by buffering more than one blocklloyd2013-03-152-41/+64
| * OCB decryptionlloyd2013-03-143-62/+109
| * Add OCB mode, currently encrypt only, and an AEAD interfacelloyd2013-03-146-0/+480
* | Add algorithm_kat_detailed which returns a string with info about the failurelloyd2013-03-162-14/+50
|/
* Move assert.h from internal to very public (included in types.h)lloyd2013-03-1326-29/+9
* src/utils/semaphore.h was marked both public and internal, which brokelloyd2013-03-091-1/+0
* Create the checkout in the current working directory, then move thelloyd2013-03-051-5/+12
* Update copyright yet (and set off a rebuild)lloyd2013-03-051-1/+1
* Pull the code doing TLS session crypto out to cryptobox for generallloyd2013-03-043-101/+163
* Compile fix, add --print-output-names, log to stderrlloyd2013-03-041-4/+11