aboutsummaryrefslogtreecommitdiffstats
path: root/checks/ocb.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enable all the GCC warning flags, as we now require at least GCC 4.7 anywaylloyd2013-11-161-0/+3
* Make OCB tests quietlloyd2013-08-291-6/+1
* Support 64 and 96 bit tags in OCB, using the nonce formatting rulelloyd2013-08-261-120/+29
* Remove test codelloyd2013-08-191-3/+0
* Add Cipher_Mode intermediate class. Add missing BOTAN_DLL exportslloyd2013-08-191-0/+3
* Incorrect as text not usually aligned sizelloyd2013-03-281-6/+2
* Update testlloyd2013-03-281-3/+7
* Convert OCB to new AEAD interfacelloyd2013-03-271-27/+31
* OCB decryptionlloyd2013-03-141-11/+113
* Add OCB mode, currently encrypt only, and an AEAD interfacelloyd2013-03-141-0/+148