aboutsummaryrefslogtreecommitdiff
path: root/src/ext
AgeCommit message (Expand)Author
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
2014-09-25Fix warnings on 32-bit builds.Nick Mathewson
2014-09-25Merge branch 'ed25519_ref10_squashed'Nick Mathewson
2014-09-25Comments and tweaks based on review by asnNick Mathewson
2014-09-25More documentation for ed25519 stuff.Nick Mathewson
2014-09-25Fix linux compilation of ed25519_ref10Nick Mathewson
2014-09-25Draft implementation for ed25519 key blinding, as in prop224Nick Mathewson
2014-09-25Add curve25519->ed25519 key conversion per proposal 228Nick Mathewson
2014-09-25Another ed25519 tweak: store secret keys in expanded formatNick Mathewson
2014-09-25Fix API for ed25519_ref10_open()Nick Mathewson
2014-09-25Tweak ed25519 ref10 signing interface to use less space.Nick Mathewson
2014-09-25Tweak ref10 keygen APIs to be more sane.Nick Mathewson
2014-09-25Add Ed25519 support, wrappers, and tests.Nick Mathewson
2014-09-25Use --require-version to prevent running trunnel pre-1.2Nick Mathewson
2014-09-25Mention trunnel in LICENSE and src/ext/READMENick Mathewson
2014-09-25Merge branch 'libscrypt_trunnel_squashed'Nick Mathewson
2014-09-25Use trunnel for crypto_pwbox encoding/decoding.Nick Mathewson
2014-09-09Remove now-pointless SIZE_MAX stanza from OpenBSD_malloc_linuxNick Mathewson
2014-09-09Use S?SIZE_MAX, not S?SIZE_T_MAXNick Mathewson
2014-09-09Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-09-09Clean up the MVSC nmake files so they work again.Nick Mathewson
2014-09-02Another clang analyzer complaint wrt HT_GENERATENick Mathewson
2014-08-26ed25519_ref10: use uint64_t and int64_t, not long longNick Mathewson
2014-08-26Add headers as needed to make ed25519_ref10 compile.Nick Mathewson
2014-08-26Add some explicit casts as needed to make ed25519_ref10 compileNick Mathewson
2014-08-26Integrate ed25519_ref10 into our build system.Nick Mathewson
2014-08-26Add the ed25519 ref10 code verbatim from supercop-20140622Nick Mathewson
2014-07-23Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5Nick Mathewson
2014-07-15Small tweaks to make curve25519-donna32 compile with our warningsNick Mathewson
2014-07-15Update to latest curve25519-donna32Nick Mathewson
2014-06-14Add ATTR_UNUSED to HT_FINDNick Mathewson
2014-05-08Fix numerous type errors in the unit testsNick Mathewson
2014-05-07Mention siphash in src/ext/READMENick Mathewson
2014-05-06Fix compilation with DEBUG_DNS_CACHENick Mathewson
2014-04-19scan-build: truncate tinytest hexified outputs to 1024 bytes.Nick Mathewson
2014-04-19scan-build: limit hashtable size so it always fits in SSIZE_MAXNick Mathewson
2014-04-08Merge remote-tracking branch 'public/bug11426'Nick Mathewson
2014-04-07Merge remote-tracking branch 'public/bug10363_024_squashed'Nick Mathewson
2014-04-07Another 10363 instance -- this one in the eventdns.c codeNick Mathewson
2014-04-07Make csiphash use the proper endian-converter on solarisNick Mathewson
2014-03-18csiphash: don't attempt unaligned accessNick Mathewson
2014-03-14Update to latest tinytestNick Mathewson
2014-03-06Upgrade to the latest version of tinytest.Nick Mathewson
2014-03-06tinytest tt_{mem,str}_op now handle NULLs betterNick Mathewson
2014-03-05Merge remote-tracking branch 'public/bug8788'Nick Mathewson
2014-02-17Appropriately condition the _le64toh macro definition for OpenBSD.dana koch
2014-02-15Merge branch 'bug4900_siphash_v2'Nick Mathewson