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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
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
Support for writing ed25519 public/private components to disk.
Nick Mathewson
2014-09-25
Add encode/decode functions for ed25519 public keys
Nick Mathewson
2014-09-25
Restore the operation of extra_strong in ed25519_secret_key_generate
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-08-26
Merge remote-tracking branch 'public/bug10163'
Nick Mathewson
2014-08-25
Remove the assigned-but-unused chosen_named_idx local variable
Nick Mathewson
2014-08-25
Fix another memory leak case in sandbox.c:prot_strings()
Nick Mathewson
2014-08-24
Use the ARRAY_LENGTH macro more consistently.
Nick Mathewson
2014-08-24
Remove the non-implemented versions of the sandbox _array() functions
Nick Mathewson
2014-08-24
Whitespace fixes
Nick Mathewson
2014-08-24
Terser ways to sandbox-allow related filenames
Nick Mathewson
2014-08-24
Merge branch 'bug11792_1_squashed'
Nick Mathewson
2014-08-24
When looking for conns to close, count the age of linked queued data
Nick Mathewson
2014-08-24
Kill non-tunneled directory connections when handling OOM.
Nick Mathewson
2014-08-24
Count zlib buffer memory towards OOM totals.
Nick Mathewson
2014-08-22
Tidy status handling in rendservice.c
Nick Mathewson
2014-08-21
fix memory leak on failure in sandbox.c:prot_strings()
Nick Mathewson
2014-08-21
Store sandbox params as char *, since that's what they are.
Nick Mathewson
2014-08-21
Check for duplicate arguments to tor-gencert
Nick Mathewson
2014-08-21
Mark one use of networkstatus_check_document_signature as (void)
Nick Mathewson
2014-08-21
remove meaningless checks for chunks==NULL in dirserv stuff
Nick Mathewson
2014-08-21
Suppress coverity warning about overflowing in safe_mem_is_zero
Nick Mathewson
2014-08-21
Avoid performing an assert on an always-true value
Nick Mathewson
2014-08-21
Suppress coverity warning about overflowing in tor_memeq.
Nick Mathewson
2014-08-21
Check return values for fcntl in tor_spawn_background.
Nick Mathewson
2014-08-21
Allow rend_service_intro_free to get called with NULL
Nick Mathewson
2014-08-21
Remove a dead check for errmsg in handle_control_authenticate
Nick Mathewson
2014-08-21
Add a missing goto to an unusable branch and make the branch LD_BUG.
Nick Mathewson
2014-08-21
Explicitly cast when dividing ints then implicitly casting to double.
Nick Mathewson
2014-08-21
Fix memory leaks in test_entrynodes.c
Nick Mathewson
2014-08-21
Make the two branches of tor_tls_used_v1_handshake into one.
Nick Mathewson
2014-08-20
Merge branch 'bug12205_take2_squashed'
Nick Mathewson
2014-08-20
Whitespace fixes
Nick Mathewson
2014-08-20
Small cleanups to test_entry_is_time_to_retry
Nick Mathewson
2014-08-20
Unit testing entry_is_time_to_retry().
rl1987
2014-08-20
Write comments for members of periods array.
rl1987
2014-08-20
Rewriting entry_is_time_to_retry() using table approach.
rl1987
2014-08-20
Merge branch 'bug10116_squashed'
Nick Mathewson
[next]