Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid crash in get_aead if handed a string with no slashes | lloyd | 2013-04-10 | 1 | -0/+3 |
* | Add AEAD_Mode::output_length | lloyd | 2013-04-10 | 4 | -0/+34 |
* | Lost get_aead decl in revert | lloyd | 2013-04-10 | 1 | -0/+5 |
* | Revert part of 5be6e329324fc8263de56167091754e27305917b, | lloyd | 2013-04-10 | 7 | -13/+14 |
* | Remove return value of AEAD_Mode::start as it doesn't seem necessary | lloyd | 2013-04-03 | 8 | -14/+88 |
* | Add an offset to ignore at the start of the buffer in AEAD processing | lloyd | 2013-03-28 | 7 | -67/+117 |
* | Add nonce length checks to EAX and GCM | lloyd | 2013-03-28 | 2 | -0/+6 |
* | Compile fix | lloyd | 2013-03-27 | 1 | -1/+1 |
* | Allow tag sizes other than 128 bits in GCM and OCB | lloyd | 2013-03-27 | 1 | -1/+1 |
* | Add an AEAD_Filter that wraps an AEAD_Mode, plus various bug fixes. | lloyd | 2013-03-27 | 4 | -27/+46 |
* | Convert OCB to new AEAD interface | lloyd | 2013-03-27 | 4 | -1/+544 |
* | Move GCM to new AEAD interface | lloyd | 2013-03-27 | 7 | -15/+364 |
* | Move EAX to new AEAD_Mode interface | lloyd | 2013-03-20 | 5 | -0/+334 |