aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Some work towards a (very slow) GCM implementationlloyd2013-03-164-0/+397
* 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
* Support for passphrase filelloyd2013-03-041-4/+14
* Add --quiet to dist.pylloyd2013-03-041-0/+6
* Tweak output name, fix botan_version.py rewriterlloyd2013-03-041-7/+7
* Set the release type (unreleased, released, snapshot) inlloyd2013-03-043-9/+19
* Add ability for dist script to create snapshots of named brancheslloyd2013-03-041-26/+97
* Reset position at end of CTS message. Bug 234lloyd2013-03-041-0/+2
* Run GPG at the end, sadly can't sign all files at oncelloyd2013-03-021-10/+10
* Correct Doxygen commentslloyd2013-03-022-2/+1
* Add sync handshake function to Blocking_Clientlloyd2013-03-012-8/+32
* Add BOTAN_ASSERT_IMPLICATION macrolloyd2013-03-011-0/+13
* Blocking_Client fixes. Add relnotelloyd2013-02-284-16/+7
* Initial blocking client interface for simple uses and 1.10 compatlloyd2013-02-282-0/+174
* Move the major TLS record MAC check and decrypt routines to their ownlloyd2013-02-111-75/+112
* Move record decrypt to its own functionlloyd2013-02-111-86/+104
* Simplify this catchlloyd2013-02-111-6/+1
* Move the CAST sboxes to an internal header instead of a source filelloyd2013-02-117-430/+428
* Prefer RC4 over AES. Gak.lloyd2013-02-061-3/+3
* Add Threaded_Fork, which acts like a normal Fork filter except thatlloyd2013-02-027-2/+271
* Turn on zero as nullptr warning all the timelloyd2013-01-111-2/+2
* Error creating botan_version.py for release :(lloyd2012-12-271-1/+1
* Don't need to pass the sequence numbers struct in here, all we need islloyd2012-12-143-5/+3
* merge of '2a4d641c566916555a5127b4ba82a1fa9f9e2b0c'lloyd2012-12-105-90/+123
|\
| * Re-add support for reading SSLv2 client helloslloyd2012-12-102-11/+22
| * Add a Record struct to combine the record contents, type, sequence #,lloyd2012-12-105-82/+104
* | merge of '89aeac10a9f26bde460f79731880bb728caf6312'lloyd2012-12-0755-84/+224
|\|
| * Add new helper zap which zeros a vector, clears it, and then callslloyd2012-11-2955-84/+224
* | Avoid compile time incompatability with VC 2012lloyd2012-11-211-8/+2
|/
* Change Credentials_Manager::trusted_certificate_authorities to returnlloyd2012-11-138-47/+78
* Changes so DTLS handshake can send messages under different epochs, eglloyd2012-11-127-55/+85
* Move memory zeroing to a compiled function in a new source file. Castlloyd2012-11-123-11/+38