aboutsummaryrefslogtreecommitdiffstats
path: root/src/modes/aead/ccm
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-013-395/+0
* Set default offset for all cipher mode update/final signatures.lloyd2013-12-311-3/+3
* s/default_nonce_size/default_nonce_length/lloyd2013-12-102-2/+2
* Give everything setting a feature test macro in build.h a version codelloyd2013-11-281-1/+1
* Use BS constant where possiblelloyd2013-11-071-2/+2
* Work around a strange bug where Clang won't find CCM_Mode::BS unlesslloyd2013-11-071-1/+1
* Add CCM modelloyd2013-09-053-0/+395