index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ext
Age
Commit message (
Expand
)
Author
2014-09-25
More documentation for ed25519 stuff.
Nick Mathewson
2014-09-25
Fix linux compilation of ed25519_ref10
Nick Mathewson
2014-09-25
Draft implementation for ed25519 key blinding, as in prop224
Nick Mathewson
2014-09-25
Add curve25519->ed25519 key conversion per proposal 228
Nick Mathewson
2014-09-25
Another ed25519 tweak: store secret keys in expanded format
Nick Mathewson
2014-09-25
Fix API for ed25519_ref10_open()
Nick Mathewson
2014-09-25
Tweak ed25519 ref10 signing interface to use less space.
Nick Mathewson
2014-09-25
Tweak ref10 keygen APIs to be more sane.
Nick Mathewson
2014-09-25
Add Ed25519 support, wrappers, and tests.
Nick Mathewson
2014-08-26
ed25519_ref10: use uint64_t and int64_t, not long long
Nick Mathewson
2014-08-26
Add headers as needed to make ed25519_ref10 compile.
Nick Mathewson
2014-08-26
Add some explicit casts as needed to make ed25519_ref10 compile
Nick Mathewson
2014-08-26
Integrate ed25519_ref10 into our build system.
Nick Mathewson
2014-08-26
Add the ed25519 ref10 code verbatim from supercop-20140622
Nick Mathewson
2014-07-23
Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5
Nick Mathewson
2014-07-15
Small tweaks to make curve25519-donna32 compile with our warnings
Nick Mathewson
2014-07-15
Update to latest curve25519-donna32
Nick Mathewson
2014-06-14
Add ATTR_UNUSED to HT_FIND
Nick Mathewson
2014-05-08
Fix numerous type errors in the unit tests
Nick Mathewson
2014-05-07
Mention siphash in src/ext/README
Nick Mathewson
2014-05-06
Fix compilation with DEBUG_DNS_CACHE
Nick Mathewson
2014-04-19
scan-build: truncate tinytest hexified outputs to 1024 bytes.
Nick Mathewson
2014-04-19
scan-build: limit hashtable size so it always fits in SSIZE_MAX
Nick Mathewson
2014-04-08
Merge remote-tracking branch 'public/bug11426'
Nick Mathewson
2014-04-07
Merge remote-tracking branch 'public/bug10363_024_squashed'
Nick Mathewson
2014-04-07
Another 10363 instance -- this one in the eventdns.c code
Nick Mathewson
2014-04-07
Make csiphash use the proper endian-converter on solaris
Nick Mathewson
2014-03-18
csiphash: don't attempt unaligned access
Nick Mathewson
2014-03-14
Update to latest tinytest
Nick Mathewson
2014-03-06
Upgrade to the latest version of tinytest.
Nick Mathewson
2014-03-06
tinytest tt_{mem,str}_op now handle NULLs better
Nick Mathewson
2014-03-05
Merge remote-tracking branch 'public/bug8788'
Nick Mathewson
2014-02-17
Appropriately condition the _le64toh macro definition for OpenBSD.
dana koch
2014-02-15
Merge branch 'bug4900_siphash_v2'
Nick Mathewson
2014-02-15
Remove string hash in ht.h so we can't accidentally use it
Nick Mathewson
2014-02-15
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2014-02-14
gcc/clang: Mark macro-generated functions as possible unused
Sebastian Hahn
2014-02-12
eventdns.c: survive broken resolv.conf files
Nick Mathewson
2014-02-12
Randomize the global siphash key at startup
Nick Mathewson
2014-02-12
Siphash-2-4 is now our hash in nearly all cases.
Nick Mathewson
2014-02-12
csiphash: Add functions to take a global key.
Nick Mathewson
2014-02-12
Tests for siphash, from reference implementation.
Nick Mathewson
2014-02-12
csiphash: avoid unaligned access on non-x86
Nick Mathewson
2014-02-12
Get csiphash better integrated with our build system
Nick Mathewson
2014-02-12
Raw import of Marek Majkowski's cisphash.c
Nick Mathewson
2013-08-02
Prepare patch for ticket 5129 for merging.
Peter Retzlaff
2013-03-18
Remove an unused local variable.
Nick Mathewson
2013-03-18
Check return values from fcntl and setsockopt
Nick Mathewson
2013-02-14
Use torint.h in curve25519-donna*.c
Nick Mathewson
2013-02-04
Whoops: evdns_log, not tor_log, in src/ext/eventdns.c
Nick Mathewson
[next]