aboutsummaryrefslogtreecommitdiffstats
path: root/src/aead
Commit message (Expand)AuthorAgeFilesLines
* Update link to CFRG OCB draftlloyd2013-04-111-1/+1
* GCM garbled nonces after one messagelloyd2013-04-112-4/+4
* Avoid crash in get_aead if handed a string with no slasheslloyd2013-04-101-0/+3
* Add AEAD_Mode::output_lengthlloyd2013-04-104-0/+34
* Lost get_aead decl in revertlloyd2013-04-101-0/+5
* Revert part of 5be6e329324fc8263de56167091754e27305917b,lloyd2013-04-107-13/+14
* Remove return value of AEAD_Mode::start as it doesn't seem necessarylloyd2013-04-038-14/+88
* Add an offset to ignore at the start of the buffer in AEAD processinglloyd2013-03-287-67/+117
* Add nonce length checks to EAX and GCMlloyd2013-03-282-0/+6
* Compile fixlloyd2013-03-271-1/+1
* Allow tag sizes other than 128 bits in GCM and OCBlloyd2013-03-271-1/+1
* Add an AEAD_Filter that wraps an AEAD_Mode, plus various bug fixes.lloyd2013-03-274-27/+46
* Convert OCB to new AEAD interfacelloyd2013-03-274-1/+544
* Move GCM to new AEAD interfacelloyd2013-03-277-15/+364
* Move EAX to new AEAD_Mode interfacelloyd2013-03-205-0/+334