Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Missing BOTAN_DLL on AEAD_Mode | lloyd | 2013-03-19 | 1 | -1/+1 |
| | |||||
* | Finish the note on removing Turing+WiderWAKE | lloyd | 2013-03-19 | 1 | -1/+2 |
| | |||||
* | Remove the Turing and WiderWAKE4+1 stream cipher implementations. | lloyd | 2013-03-19 | 12 | -2408/+6 |
| | | | | Both never saw much deployment or analysis. | ||||
* | Use env to work around Arch silliness | lloyd | 2013-03-19 | 1 | -1/+1 |
| | |||||
* | merge of '507b3e6cace11c83363cfa3d9b9698930740311b' | lloyd | 2013-03-19 | 2 | -9/+8 |
|\ | | | | | | | and '5634ca1b4973ae922d693de7edd0f3f966ad72d5' | ||||
| * | Make more links https | lloyd | 2013-03-18 | 2 | -9/+8 |
| | | |||||
* | | Add an interface to Keyed_Filter returning a Key_Length_Specification | lloyd | 2013-03-17 | 15 | -63/+47 |
|/ | | | | | so the full details of what keylength(s) the filter supports are now available. | ||||
* | 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 |
| | |||||
* | Support for non-CBC modes in ciphersuite list gen | lloyd | 2013-03-16 | 1 | -4/+23 |
| | |||||
* | Add get_aead in lookup.h | lloyd | 2013-03-16 | 3 | -0/+27 |
| | |||||
* | Relnote GCM support | lloyd | 2013-03-16 | 2 | -4/+4 |
| | |||||
* | propagate from branch 'net.randombit.botan.aead-modes' (head ↵ | lloyd | 2013-03-16 | 9 | -35/+505 |
|\ | | | | | | | | | | | 9f75a9bcacc77447b2916104f0ccbabd2c93b516) to branch 'net.randombit.botan' (head 9e94d89357c08ffc5f7cb5cc3e86c755da96ca8e) | ||||
| * | Working GCM. Add support for AEAD modes in self tests | lloyd | 2013-03-16 | 7 | -114/+172 |
| | | |||||
| * | Some work towards a (very slow) GCM implementation | lloyd | 2013-03-16 | 5 | -0/+412 |
| | | | | | | | | | | Does not currently work due to some error in ghash, likely a misunderstanding of the field representation. | ||||
* | | Add the script that generates the switch in tls_suite_info.cpp | lloyd | 2013-03-16 | 2 | -1/+126 |
| | | |||||
* | | Relnote adding OCB | lloyd | 2013-03-16 | 2 | -5/+8 |
|/ | |||||
* | 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 |
| | | | | | | by avoiding recomputing stretch if the previous value works. This greatly reduces the cost of using OCB when only the lowest bits of the nonce value are changing (as when using a counter). | ||||
* | 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 |
| | |||||
* | propagate from branch 'net.randombit.botan' (head ↵ | lloyd | 2013-03-16 | 12 | -3/+845 |
|\ | | | | | | | | | | | 039c91aa543bad85f227e8127ed048f9005e2fa0) to branch 'net.randombit.botan.aead-modes' (head 97d8d24b545f18084e39bf928c174c45efbb63bd) | ||||
| * | 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 | 2 | -41/+43 |
| | | | | | | | | Some prep work for parallel encrypt | ||||
| * | Make parallel processing possible by buffering more than one block | lloyd | 2013-03-15 | 2 | -41/+64 |
| | | | | | | | | | | | | and handling possible extra full blocks in end_msg Add a constant OCB_Mode::BS == 16 for readability. | ||||
| * | OCB decryption | lloyd | 2013-03-14 | 7 | -76/+246 |
| | | |||||
| * | Add OCB mode, currently encrypt only, and an AEAD interface | lloyd | 2013-03-14 | 10 | -0/+633 |
| | | |||||
* | | Add algorithm_kat_detailed which returns a string with info about the failure | lloyd | 2013-03-16 | 4 | -20/+60 |
|/ | |||||
* | Move assert.h from internal to very public (included in types.h) | lloyd | 2013-03-13 | 26 | -29/+9 |
| | | | | | | This reduces friction to writing an assert, so hopefully there will be more of them as a result. And we can use asserts in public headers now, very useful for templates. | ||||
* | src/utils/semaphore.h was marked both public and internal, which broke | lloyd | 2013-03-09 | 2 | -11/+13 |
| | | | | | the amalgamation build. Add a check that warns if we do this again, and some more logging in the amalgamation generator. | ||||
* | Document new external lib options | lloyd | 2013-03-09 | 1 | -7/+11 |
| | |||||
* | Give version cryptobox was added | lloyd | 2013-03-07 | 1 | -5/+9 |
| | |||||
* | Mention github mirror | lloyd | 2013-03-07 | 1 | -3/+5 |
| | |||||
* | Report the version type and date in configure output | lloyd | 2013-03-06 | 1 | -2/+9 |
| | |||||
* | Link to the snapshots in the download page | lloyd | 2013-03-05 | 1 | -0/+3 |
| | |||||
* | Create the checkout in the current working directory, then move the | lloyd | 2013-03-05 | 1 | -5/+12 |
| | | | | | archive to output dir at the end. As it was, the tar file was getting the full path included in it when used with --output-dir | ||||
* | Vaguely document the cryptobox functions | lloyd | 2013-03-05 | 2 | -0/+25 |
| | |||||
* | Document BlockCipher::parallelism | lloyd | 2013-03-05 | 1 | -0/+6 |
| | |||||
* | Update copyright yet (and set off a rebuild) | lloyd | 2013-03-05 | 1 | -1/+1 |
| | |||||
* | Mention new cryptobox functions | lloyd | 2013-03-04 | 1 | -0/+1 |
| | |||||
* | Avoid nested lists | lloyd | 2013-03-04 | 1 | -14/+30 |
| | |||||
* | Pull the code doing TLS session crypto out to cryptobox for general | lloyd | 2013-03-04 | 3 | -101/+163 |
| | | | | use and call it. | ||||
* | Tick to 1.11.3 pre | lloyd | 2013-03-04 | 5 | -3/+7 |
| | |||||
* | Compile fix, add --print-output-names, log to stderr | lloyd | 2013-03-04 | 1 | -4/+11 |
| | |||||
* | Support for passphrase file | lloyd | 2013-03-04 | 1 | -4/+14 |
| | |||||
* | Add --quiet to dist.py | lloyd | 2013-03-04 | 1 | -0/+6 |
| | |||||
* | Tweak output name, fix botan_version.py rewriter | lloyd | 2013-03-04 | 1 | -7/+7 |
| |