Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable all the GCC warning flags, as we now require at least GCC 4.7 anyway | lloyd | 2013-11-16 | 1 | -0/+3 |
* | Make OCB tests quiet | lloyd | 2013-08-29 | 1 | -6/+1 |
* | Support 64 and 96 bit tags in OCB, using the nonce formatting rule | lloyd | 2013-08-26 | 1 | -120/+29 |
* | Remove test code | lloyd | 2013-08-19 | 1 | -3/+0 |
* | Add Cipher_Mode intermediate class. Add missing BOTAN_DLL exports | lloyd | 2013-08-19 | 1 | -0/+3 |
* | Incorrect as text not usually aligned size | lloyd | 2013-03-28 | 1 | -6/+2 |
* | Update test | lloyd | 2013-03-28 | 1 | -3/+7 |
* | Convert OCB to new AEAD interface | lloyd | 2013-03-27 | 1 | -27/+31 |
* | OCB decryption | lloyd | 2013-03-14 | 1 | -11/+113 |
* | Add OCB mode, currently encrypt only, and an AEAD interface | lloyd | 2013-03-14 | 1 | -0/+148 |