aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make XTS a Transformation under src/modeslloyd2013-08-1426-654/+591
* Generalize AEAD interface to transformations of stufflloyd2013-08-082-57/+91
* merge of '19075b770dc61680a32bd34f961a0eca024062e9'lloyd2013-08-011-19/+32
|\
| * If we can't get a revid from monotone, try git as well.lloyd2013-07-311-19/+32
* | Avoid undefined operation in rotation operationslloyd2013-07-312-0/+15
|/
* 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-308-106/+61
* Add a generic 64x64->128 multiplication op.lloyd2013-07-3016-214/+210
* Remove unused fields. Thanks Clanglloyd2013-07-302-2/+0
* merge of '5f4aa843bb54591e6bcdf6db6efecf1cb5937638'lloyd2013-07-304-7/+16
|\
| * merge of '2139fa117e35116a6d728cc58b050fd5fa20994f'lloyd2013-07-296-11/+20
| |\
| | * 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
* | | | merge of '2139fa117e35116a6d728cc58b050fd5fa20994f'lloyd2013-07-302-4/+4
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Update for 1.11.4 release1.11.4lloyd2013-07-252-4/+4
* | | Add build instructions for iOS, sent by Jeffery Walton.lloyd2013-07-261-1/+40
|/ /
* | 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-1011-51/+106
* | Fix ReST syntaxlloyd2013-07-101-3/+2
* | 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
* Upgrade report of modules loaded by config to info from debuglloyd2013-06-011-1/+1
* Merge pull from Christopher Dale <[email protected]>guywithcrookedface2013-06-011-0/+9
* 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 RST syntaxlloyd2013-05-011-1/+1
* 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-193-29/+39
* Avoid using representable value for internal null alertlloyd2013-04-192-14/+7
* Rename ARC4 to RC4lloyd2013-04-1916-66/+68
* Initial notes for 1.11.4lloyd2013-04-181-0/+17
* 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-1717-177/+140
* Rewrite the TLS padding comparison to be constant timelloyd2013-04-161-6/+6