aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a policy for Suite B 128-bitlloyd2013-04-122-12/+33
* Tick version to 1.10.4lloyd2013-04-122-5/+1
* Remove old/broken/highly incomplete CMS codelloyd2013-04-129-1337/+0
* Kill workaround for GCC 3.xlloyd2013-04-121-4/+0
* Kill off old GCC 3.x workaroundlloyd2013-04-121-8/+2
* Avoid null pointer deref if key was not set in AESlloyd2013-04-121-0/+4
* Move zero as null pointer warning to maintainer mode flagslloyd2013-04-121-2/+2
* Add datestamp to autogenerated tls_suite_info.cpplloyd2013-04-122-16/+13
* Fix Ciphersuite::to_string when using non-GCM AEAD modeslloyd2013-04-121-2/+2
* Update for 1.11.3 release1.11.3lloyd2013-04-114-6/+6
* Update link to CFRG OCB draftlloyd2013-04-111-1/+1
* Add support for AEAD modes in TLS. Add GCM ciphersuites.lloyd2013-04-116-10/+242
* In Channel, pre-size the IO buffers to 16K to avoid excess allocations.lloyd2013-04-111-0/+7
* GCM garbled nonces after one messagelloyd2013-04-112-4/+4
* Only negotiate an AEAD mode when using 1.2lloyd2013-04-113-0/+12
* Mark Channel IO buffers for zeroinglloyd2013-04-103-7/+7
* Make the IV length and MAC keylength explicit in the ciphersuitelloyd2013-04-107-128/+164
* Make ciphersuite_list a virtual member of TLS::Policylloyd2013-04-104-21/+20
* Add erase_chars and replace_charslloyd2013-04-102-7/+47
* Avoid crash in get_aead if handed a string with no slasheslloyd2013-04-101-0/+3
* Add AEAD_Mode::output_lengthlloyd2013-04-104-0/+34
* Don't force download over TLS as some browsers cranklloyd2013-04-101-1/+1
* Add a param to Connection_Cipher_State so it knows which directionlloyd2013-04-103-1/+5
* Lost get_aead decl in revertlloyd2013-04-101-0/+5
* Revert part of 5be6e329324fc8263de56167091754e27305917b,lloyd2013-04-109-56/+58
* Fix RST syntax on superscriptlloyd2013-04-041-1/+1
* Change the default PKCS #8 PBKDF runtime from 200 to 300 milliseconds.lloyd2013-04-045-29/+40
* Make SHA-256 the default instead of SHA-1 in passhash9 - it's beenlloyd2013-04-042-4/+16
* Remove return value of AEAD_Mode::start as it doesn't seem necessarylloyd2013-04-0313-45/+90
* Incorrect as text not usually aligned sizelloyd2013-03-281-6/+2
* Update testlloyd2013-03-281-3/+7