Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | propagate from branch 'net.randombit.botan.aead-modes' (head ↵ | lloyd | 2013-03-16 | 6 | -9/+409 |
|\ | | | | | | | | | | | 9f75a9bcacc77447b2916104f0ccbabd2c93b516) to branch 'net.randombit.botan' (head 9e94d89357c08ffc5f7cb5cc3e86c755da96ca8e) | ||||
| * | Working GCM. Add support for AEAD modes in self tests | lloyd | 2013-03-16 | 4 | -80/+83 |
| | | |||||
| * | Some work towards a (very slow) GCM implementation | lloyd | 2013-03-16 | 4 | -0/+397 |
| | | | | | | | | | | 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 |
|/ | |||||
* | 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 | 7 | -1/+567 |
|\ | | | | | | | | | | | 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 | 3 | -62/+109 |
| | | |||||
| * | Add OCB mode, currently encrypt only, and an AEAD interface | lloyd | 2013-03-14 | 6 | -0/+480 |
| | | |||||
* | | Add algorithm_kat_detailed which returns a string with info about the failure | lloyd | 2013-03-16 | 2 | -14/+50 |
|/ | |||||
* | 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 | 1 | -1/+0 |
| | | | | | the amalgamation build. Add a check that warns if we do this again, and some more logging in the amalgamation generator. | ||||
* | 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 | ||||
* | Update copyright yet (and set off a rebuild) | lloyd | 2013-03-05 | 1 | -1/+1 |
| | |||||
* | Pull the code doing TLS session crypto out to cryptobox for general | lloyd | 2013-03-04 | 3 | -101/+163 |
| | | | | use and call it. | ||||
* | 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 |
| | |||||
* | Set the release type (unreleased, released, snapshot) in | lloyd | 2013-03-04 | 3 | -9/+19 |
| | | | | | botan_version.py via the release script, and propagate it to version.cpp via build.h | ||||
* | Add ability for dist script to create snapshots of named branches | lloyd | 2013-03-04 | 1 | -26/+97 |
| | |||||
* | Reset position at end of CTS message. Bug 234 | lloyd | 2013-03-04 | 1 | -0/+2 |
| | |||||
* | Run GPG at the end, sadly can't sign all files at once | lloyd | 2013-03-02 | 1 | -10/+10 |
| | |||||
* | Correct Doxygen comments | lloyd | 2013-03-02 | 2 | -2/+1 |
| | |||||
* | Add sync handshake function to Blocking_Client | lloyd | 2013-03-01 | 2 | -8/+32 |
| | |||||
* | Add BOTAN_ASSERT_IMPLICATION macro | lloyd | 2013-03-01 | 1 | -0/+13 |
| | |||||
* | Blocking_Client fixes. Add relnote | lloyd | 2013-02-28 | 4 | -16/+7 |
| | |||||
* | Initial blocking client interface for simple uses and 1.10 compat | lloyd | 2013-02-28 | 2 | -0/+174 |
| | |||||
* | Move the major TLS record MAC check and decrypt routines to their own | lloyd | 2013-02-11 | 1 | -75/+112 |
| | | | | functions | ||||
* | Move record decrypt to its own function | lloyd | 2013-02-11 | 1 | -86/+104 |
| | |||||
* | Simplify this catch | lloyd | 2013-02-11 | 1 | -6/+1 |
| | |||||
* | Move the CAST sboxes to an internal header instead of a source file | lloyd | 2013-02-11 | 7 | -430/+428 |
| | | | | | with external linkage, or for ones specific to the 128 and 256 bit key schedules, put them into those function as statics. | ||||
* | Prefer RC4 over AES. Gak. | lloyd | 2013-02-06 | 1 | -3/+3 |
| | |||||
* | Add Threaded_Fork, which acts like a normal Fork filter except that | lloyd | 2013-02-02 | 7 | -2/+271 |
| | | | | | | | | | | each subchain of filters will run in its own thread. Written and contributed by Joel Low. A thread on botan-devel contains the original patch and some discussion: http://lists.randombit.net/pipermail/botan-devel/2013-January/001699.html | ||||
* | Turn on zero as nullptr warning all the time | lloyd | 2013-01-11 | 1 | -2/+2 |
| | |||||
* | Error creating botan_version.py for release :( | lloyd | 2012-12-27 | 1 | -1/+1 |
| | |||||
* | Don't need to pass the sequence numbers struct in here, all we need is | lloyd | 2012-12-14 | 3 | -5/+3 |
| | | | | the value we want to use this time. | ||||
* | merge of '2a4d641c566916555a5127b4ba82a1fa9f9e2b0c' | lloyd | 2012-12-10 | 5 | -90/+123 |
|\ | | | | | | | and '59030896322f59cfd47ba0ff17993ccd263174c6' | ||||
| * | Re-add support for reading SSLv2 client hellos | lloyd | 2012-12-10 | 2 | -11/+22 |
| | | |||||
| * | Add a Record struct to combine the record contents, type, sequence #, | lloyd | 2012-12-10 | 5 | -82/+104 |
| | | | | | | | | and version into a single value. | ||||
* | | merge of '89aeac10a9f26bde460f79731880bb728caf6312' | lloyd | 2012-12-07 | 55 | -84/+224 |
|\| | | | | | | | and 'e13b86dad266d168e462d0f0fe87e9e5f94e36a6' |