summaryrefslogtreecommitdiff
path: root/src/ext
AgeCommit message (Expand)Author
2015-12-20Repair "make distcheck".Nick Mathewson
2015-12-19Use tor specific headers and memwipe() instead of memset_s(), and build.Yawning Angel
2015-12-19Expose an incremental API in addition to the one-shot routines.Yawning Angel
2015-12-18Clean import of keccak-tiny (https://github.com/coruus/keccak-tiny)Yawning Angel
2015-12-15Replace usage of INLINE with inlinecypherpunks
2015-12-10Merge remote-tracking branch 'public/feature17694_strongest_027'Nick Mathewson
2015-12-08Always hash crypto_strongest_rand() along with some prngNick Mathewson
2015-11-05Fix SipHash-2-4 performance for non multiple of 8 buffers.Yawning Angel
2015-09-16Don't enable SSE2 on X86-64.Sebastian Hahn
2015-09-04Fix an alignment issue in our extensions to ed25519_donnaNick Mathewson
2015-09-01Add a comment about CID 1311630 and why we won't worry about it.Nick Mathewson
2015-08-18Update to latest trunnelNick Mathewson
2015-08-17Fixup: Force enable SSE2 before undefining ALIGN if SSE2 is disabled.Yawning Angel
2015-08-17Enable ed25519-donna's SSE2 code when possible for 32 bit x86.Yawning Angel
2015-08-12Use ed25519-donna's batch verification support when applicable.Yawning Angel
2015-07-27Fix ed25519-donna with SSP on non-x86.Yawning Angel
2015-07-23Re-run trunnel to capture change for msvc.Nick Mathewson
2015-07-12Try to convince coverity not to worry about this loop eitherNick Mathewson
2015-07-12Try to convince coverity not to worryh about this loopNick Mathewson
2015-07-12Tell coverity to tolerate ed25519_verifyNick Mathewson
2015-07-12Disable -Wstack-protector diagnostics in curve25519-donna-helpers.hNick Mathewson
2015-07-09Repair make dist-checkNick Mathewson
2015-07-06Add Curve25519->Ed25519 support to ed25519-donna (Not yet used).Yawning Angel
2015-07-06Add blinding support to ed25519-donna (Not yet used).Yawning Angel
2015-07-06Integrate ed25519-donna (Not yet used).Yawning Angel
2015-07-06Import Andrew Moon's ed25519-donna.Yawning Angel
2015-06-27Whoops; fix linux build againNick Mathewson
2015-06-27Fix some compilation issues.Nick Mathewson
2015-06-17Add the openssh 6.8p1 readpassphrase implementationNick Mathewson
2015-06-17Add readpassphrase.c in src/extNick Mathewson
2015-05-28Update trunnel code.Nick Mathewson
2015-03-23Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-03-23Merge remote-tracking branch 'public/bug15436_025' into maint-0.2.6Nick Mathewson
2015-03-23Fix unaligned access in SipHash-2-4.Yawning Angel
2015-03-14Remove relative paths to header files.cypherpunks
2015-02-17Have tinytest tolerate systems where char has > 8 bytesNick Mathewson
2015-01-29Use HT_BUCKET_NUM_ in more placesNick Mathewson
2015-01-29Merge remote-tracking branch 'public/ticket11737'Nick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-11-12Replace operators used as macro arguments with OP_XX macrosNick Mathewson
2014-11-06Add correctness assertions for hashtable iterationNick Mathewson
2014-10-31Re-run latest git trunnel to get fix from teor for #13577Nick Mathewson
2014-10-30Silence spurious clang warningsteor
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-09-29Automake syntax error :/Nick Mathewson
2014-09-29Add missing ed25519_ref10 headers to NOINST_HEADERS.Nick Mathewson
2014-09-28Stop ed25519 8-bit signed left shift overflowingteor
2014-09-28Use SHL{8,32,64} in ed25519/ref10 to avoid left-shifting negative valuesNick Mathewson
2014-09-28Stop signed left shifts overflowing in ed25519: Macrosteor
2014-09-26Comment-out dead code in ed25519/ref10Nick Mathewson