aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Simplify handling of CBC/ECB padding and move source to src/modeslloyd2013-08-156-199/+141
* Convert CTS mode to Transformation APIlloyd2013-08-156-332/+163
* Keeping this buffer persistently greatly helps performancelloyd2013-08-152-8/+8
* Convert CFB to Transformation APIlloyd2013-08-157-268/+246
* Move ECB to Transformation APIlloyd2013-08-1511-311/+274
* Use verbose output for runtime selftest failureslloyd2013-08-151-14/+11
* Move CBC to Transformation APIlloyd2013-08-1510-367/+311
* propagate from branch 'net.randombit.botan' (head 2ef4863494d7348a0025bbd6733...lloyd2013-08-1527-762/+705
|\
| * Optimize the poly mul in XTS, AES-128/XTS is 2-3x faster on Westmerelloyd2013-08-142-65/+35
| * Make XTS a Transformation under src/modeslloyd2013-08-1425-651/+590
| * Generalize AEAD interface to transformations of stufflloyd2013-08-082-57/+91
* | Avoid using CBC filters directly in PBESlloyd2013-08-152-18/+6
* | We do need librt herelloyd2013-08-141-0/+4
* | XOR all input at once in CBC decrypt, much much fasterlloyd2013-08-141-4/+1
* | No need for librt in util anymore (was for clock_gettime)lloyd2013-08-131-4/+0
|/
* Avoid undefined operation in rotation operationslloyd2013-07-311-0/+4
* Revert accidental deletelloyd2013-07-301-0/+18
* Rename mp_asm.h to mp_madd.hlloyd2013-07-3017-38/+21
* Merge mp_word64 into mp_genericlloyd2013-07-307-98/+53
* Add a generic 64x64->128 multiplication op.lloyd2013-07-3015-213/+199
* Remove unused fields. Thanks Clanglloyd2013-07-302-2/+0
* merge of 'a25b72d98eb3f88fcf577fabfcd430ef0758debc'lloyd2013-07-294-7/+16
|\
| * Add sending std::vector to TLS::Channellloyd2013-07-011-1/+10
| * Namespace AEAD header guardslloyd2013-07-013-6/+6
* | Rewrite for benefit of Clang analyzerlloyd2013-07-191-6/+5
* | Fix calling on deleted objectslloyd2013-07-192-4/+4
* | Avoid uninitialized variable warning for rdrand output varlloyd2013-07-191-1/+1
* | Change default policy to prohibit DTLS to minimize surprise.lloyd2013-07-108-41/+64
* | Enable RDRAND in 32-bit buildslloyd2013-07-101-1/+1
|/
* Check for overflow when decoding OIDslloyd2013-06-271-0/+5
* Change same_mem to use XORs instead of equality operators.lloyd2013-06-131-3/+3
* Add missing headerlloyd2013-06-111-0/+47
* Fix includelloyd2013-06-051-1/+1
* Move cryptobox/raw_key.cpp to new module cryptobox_psk which allows itlloyd2013-06-055-25/+12
* Have TLS::Ciphersuite::valid check that all algorithms are available,lloyd2013-06-042-21/+84
* Avoid SIGFPE if no providers during benchmarklloyd2013-05-301-4/+8
* Avoid unnecessary allocations during GCM multiply, 20-30% speeduplloyd2013-05-301-15/+12
* Remove mutation from GCM multiply looplloyd2013-05-301-4/+2
* Add Channel::send_warning_alert and send_fatal_alertlloyd2013-05-304-8/+18
* Fix Windows and static-only makefileslloyd2013-04-232-6/+4
* Change TLS::Ciphersuite constructor to be non-inline and to takelloyd2013-04-192-17/+37
* Add missing dependencieslloyd2013-04-191-0/+2
* Avoid warninglloyd2013-04-191-2/+2
* Compile fixlloyd2013-04-191-1/+1
* Add a constant to make it more obvious that the clock pollinglloyd2013-04-192-9/+11
* Some small TLS doc updateslloyd2013-04-191-0/+2
* Avoid using representable value for internal null alertlloyd2013-04-192-14/+7
* Rename ARC4 to RC4lloyd2013-04-1912-63/+63
* Add more generalized runtime performance test, can check AEAD modeslloyd2013-04-172-135/+109
* Always include modules requiring ISA extensions as long as thelloyd2013-04-1714-85/+94