Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an offset to ignore at the start of the buffer in AEAD processing | lloyd | 2013-03-28 | 2 | -23/+39 |
| | | | | | | which makes more complicated packet building easier to do in-place. For instance now update can take a buffer that contains a header and be told to ignore the header. | ||||
* | 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 |