Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Give everything setting a feature test macro in build.h a version code | lloyd | 2013-11-28 | 1 | -1/+1 |
| | | | | | | so application code can check for the specific API it expects without having to keep track of what versions APIs x,y,z changed. Arbitrarily set all current API versions to 20131128. | ||||
* | Expose AEAD_Mode::tag_size | lloyd | 2013-08-22 | 1 | -2/+2 |
| | |||||
* | Make XTS a Transformation under src/modes | lloyd | 2013-08-14 | 3 | -0/+291 |
Move AEAD modes to src/modes/aead Add filters for Transformations (based on original AEAD filters) |