Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update link to CFRG OCB draft | lloyd | 2013-04-11 | 1 | -1/+1 |
* | Add AEAD_Mode::output_length | lloyd | 2013-04-10 | 1 | -0/+9 |
* | Revert part of 5be6e329324fc8263de56167091754e27305917b, | lloyd | 2013-04-10 | 2 | -2/+4 |
* | Remove return value of AEAD_Mode::start as it doesn't seem necessary | lloyd | 2013-04-03 | 2 | -4/+2 |
* | Add an offset to ignore at the start of the buffer in AEAD processing | lloyd | 2013-03-28 | 2 | -23/+39 |
* | 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 | 1 | -15/+20 |
* | Convert OCB to new AEAD interface | lloyd | 2013-03-27 | 3 | -0/+544 |