Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shuffle things around. Add NIST X.509 test to build. | lloyd | 2014-01-01 | 21 | -2277/+0 |
| | |||||
* | Have default EAX tag size match block size | lloyd | 2013-12-31 | 2 | -4/+4 |
| | |||||
* | Set default offset for all cipher mode update/final signatures. | lloyd | 2013-12-31 | 5 | -18/+18 |
| | |||||
* | Remove debug headers | lloyd | 2013-12-30 | 1 | -3/+0 |
| | |||||
* | Move clmul to its own file (for abi flags) | lloyd | 2013-12-27 | 5 | -74/+101 |
| | |||||
* | Unused | lloyd | 2013-12-27 | 1 | -7/+0 |
| | |||||
* | Cleanup | lloyd | 2013-12-27 | 2 | -19/+17 |
| | |||||
* | Clean up GCM. Add CLMUL support. | lloyd | 2013-12-27 | 3 | -48/+216 |
| | |||||
* | s/default_nonce_size/default_nonce_length/ | lloyd | 2013-12-10 | 3 | -3/+3 |
| | |||||
* | Add SIV | lloyd | 2013-12-05 | 4 | -1/+316 |
| | |||||
* | Support the normal names for CCM in TLS policy config | lloyd | 2013-12-04 | 1 | -0/+9 |
| | |||||
* | Give everything setting a feature test macro in build.h a version code | lloyd | 2013-11-28 | 5 | -5/+5 |
| | | | | | | 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. | ||||
* | merge of '5e53891d2c77f27a22d07ed26923745f9a5f3336' | lloyd | 2013-11-08 | 1 | -2/+2 |
|\ | | | | | | | and 'a895552efd212665d83064e9517976ef63f41368' | ||||
| * | Use BS constant where possible | lloyd | 2013-11-07 | 1 | -2/+2 |
| | | |||||
* | | Avoid static const in GCM as well | lloyd | 2013-11-07 | 1 | -1/+1 |
|/ | |||||
* | Work around a strange bug where Clang won't find CCM_Mode::BS unless | lloyd | 2013-11-07 | 1 | -1/+1 |
| | | | | it is non-static. | ||||
* | Add CCM mode | lloyd | 2013-09-05 | 4 | -2/+416 |
| | |||||
* | Support 64 and 96 bit tags in OCB, using the nonce formatting rule | lloyd | 2013-08-26 | 2 | -2/+3 |
| | | | | added in the latest CFRG internet draft. | ||||
* | Some OCB cleanups | lloyd | 2013-08-25 | 2 | -98/+90 |
| | |||||
* | merge of '59ddcb9c6e450b61f95165721510c583d6a9cde3' | lloyd | 2013-08-25 | 4 | -6/+11 |
|\ | | | | | | | and 'ec9ea0e8135ae0f0835c01c558a32db94e950535' | ||||
| * | Expose AEAD_Mode::tag_size | lloyd | 2013-08-22 | 4 | -6/+11 |
| | | |||||
* | | Store the OCB checksum in wide blocks and fold once at the end | lloyd | 2013-08-25 | 1 | -25/+20 |
|/ | |||||
* | Add Cipher_Mode intermediate class. Add missing BOTAN_DLL exports | lloyd | 2013-08-19 | 1 | -3/+5 |
| | |||||
* | Make XTS a Transformation under src/modes | lloyd | 2013-08-14 | 12 | -0/+1361 |
Move AEAD modes to src/modes/aead Add filters for Transformations (based on original AEAD filters) |