Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Poll all randomness devices instead of breaking out early | lloyd | 2013-11-06 | 2 | -85/+38 |
| | |||||
* | Split TLS callbacks into a data callback and an alert callback. | lloyd | 2013-11-05 | 8 | -37/+61 |
| | | | | | In practice applications treated these two cases completely differently, so there was no reason to combine them into a single callback. | ||||
* | Remove duplicate definition of Serpent sboxes | lloyd | 2013-11-02 | 4 | -628/+443 |
| | |||||
* | Fix encoding error in ECC groups using OID method. Reported by and | lloyd | 2013-10-30 | 1 | -1/+1 |
| | | | | patch from fxdupont on github. | ||||
* | Fix padding error in CBC encryption if offset != 0 | lloyd | 2013-10-12 | 1 | -3/+2 |
| | |||||
* | Simplify AD processing in non-AEAD case | lloyd | 2013-09-08 | 1 | -22/+12 |
| | |||||
* | Add Brainpool curves to TLS, and prefer them by default. | lloyd | 2013-09-08 | 2 | -0/+15 |
| | | | | Remove 224-bit NIST curve from default parameter list. | ||||
* | Remove Record struct | lloyd | 2013-09-07 | 5 | -196/+120 |
| | |||||
* | Don't pass Record struct to handshake parser | lloyd | 2013-09-06 | 3 | -14/+22 |
| | |||||
* | Enable CCM ciphersuites in TLS. Disable SHA-1 for signatures in TLS v1.2 | lloyd | 2013-09-06 | 2 | -5/+57 |
| | |||||
* | Correct Ciphersuite::valid and to_string for CCM | lloyd | 2013-09-05 | 1 | -1/+11 |
| | |||||
* | Support CCM-8 ciphersuites | lloyd | 2013-09-05 | 1 | -6/+14 |
| | |||||
* | Enable CCM mode in TLS suite_info generator | lloyd | 2013-09-05 | 1 | -4/+23 |
| | |||||
* | Add CCM mode | lloyd | 2013-09-05 | 5 | -20/+445 |
| | |||||
* | Remove unused headers | lloyd | 2013-09-05 | 2 | -3/+1 |
| | |||||
* | Assertion failure is not always an internal error | lloyd | 2013-09-05 | 1 | -1/+1 |
| | |||||
* | Make error message when key does not support an operation less confusing | lloyd | 2013-09-02 | 1 | -11/+6 |
| | |||||
* | 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. | ||||
* | Compile fix | lloyd | 2013-08-26 | 1 | -2/+2 |
| | |||||
* | Some OCB cleanups | lloyd | 2013-08-25 | 2 | -98/+90 |
| | |||||
* | Avoid reorder warning | lloyd | 2013-08-25 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | |||||
* | | Preallocate buffer in Transformation_Filter | lloyd | 2013-08-25 | 2 | -5/+5 |
|/ | |||||
* | Compile fix for gmp module | lloyd | 2013-08-19 | 1 | -1/+1 |
| | |||||
* | Add Transformation::provider | lloyd | 2013-08-19 | 1 | -0/+9 |
| | |||||
* | Add Cipher_Mode intermediate class. Add missing BOTAN_DLL exports | lloyd | 2013-08-19 | 9 | -15/+48 |
| | |||||
* | Simplify handling of CBC/ECB padding and move source to src/modes | lloyd | 2013-08-15 | 6 | -199/+141 |
| | |||||
* | Convert CTS mode to Transformation API | lloyd | 2013-08-15 | 6 | -332/+163 |
| | |||||
* | Keeping this buffer persistently greatly helps performance | lloyd | 2013-08-15 | 2 | -8/+8 |
| | |||||
* | Convert CFB to Transformation API | lloyd | 2013-08-15 | 7 | -268/+246 |
| | |||||
* | Move ECB to Transformation API | lloyd | 2013-08-15 | 11 | -311/+274 |
| | |||||
* | Use verbose output for runtime selftest failures | lloyd | 2013-08-15 | 1 | -14/+11 |
| | |||||
* | Move CBC to Transformation API | lloyd | 2013-08-15 | 10 | -367/+311 |
| | |||||
* | propagate from branch 'net.randombit.botan' (head ↵ | lloyd | 2013-08-15 | 27 | -762/+705 |
|\ | | | | | | | | | | | 2ef4863494d7348a0025bbd6733f9485711c86c6) to branch 'net.randombit.botan.transforms' (head 5fbaa65afdd25db387274b43092454536246999a) | ||||
| * | Optimize the poly mul in XTS, AES-128/XTS is 2-3x faster on Westmere | lloyd | 2013-08-14 | 2 | -65/+35 |
| | | |||||
| * | Make XTS a Transformation under src/modes | lloyd | 2013-08-14 | 25 | -651/+590 |
| | | | | | | | | | | | | Move AEAD modes to src/modes/aead Add filters for Transformations (based on original AEAD filters) | ||||
| * | Generalize AEAD interface to transformations of stuff | lloyd | 2013-08-08 | 2 | -57/+91 |
| | | |||||
* | | Avoid using CBC filters directly in PBES | lloyd | 2013-08-15 | 2 | -18/+6 |
| | | |||||
* | | We do need librt here | lloyd | 2013-08-14 | 1 | -0/+4 |
| | | |||||
* | | XOR all input at once in CBC decrypt, much much faster | lloyd | 2013-08-14 | 1 | -4/+1 |
| | | |||||
* | | No need for librt in util anymore (was for clock_gettime) | lloyd | 2013-08-13 | 1 | -4/+0 |
|/ | |||||
* | Avoid undefined operation in rotation operations | lloyd | 2013-07-31 | 1 | -0/+4 |
| | |||||
* | Revert accidental delete | lloyd | 2013-07-30 | 1 | -0/+18 |
| | |||||
* | Rename mp_asm.h to mp_madd.h | lloyd | 2013-07-30 | 17 | -38/+21 |
| | |||||
* | Merge mp_word64 into mp_generic | lloyd | 2013-07-30 | 7 | -98/+53 |
| | | | | | | Now 64-bit limbs can be used regardless of processor, though we continue to use 32-bit unless we know the processor natively supports 64-bit operations. | ||||
* | Add a generic 64x64->128 multiplication op. | lloyd | 2013-07-30 | 15 | -213/+199 |
| | | | | | | | Use it to merge mp_msvc64 (was using MSVC _umul128 intrinsic) and mp_asm64 (was using inline asm) into mp_word64, which calls the new mul64x64_128 function. That function wraps any available compiler intrinsics or CPU instructions. | ||||
* | Remove unused fields. Thanks Clang | lloyd | 2013-07-30 | 2 | -2/+0 |
| | |||||
* | merge of 'a25b72d98eb3f88fcf577fabfcd430ef0758debc' | lloyd | 2013-07-29 | 4 | -7/+16 |
|\ | | | | | | | and 'e94f646a2b2fe793b40067b09c95a5871e52a43a' |