- Feb 10, 2014
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Feb 08, 2014
-
-
Andrea Shepard authored
-
- Feb 07, 2014
-
-
Nick Mathewson authored
-
Nick Mathewson authored
Apparently fedora currently has ECDH but not P224. This isn't a huge deal, since we no longer use OpenSSL's P224 ever (see #9780 and 72c1e5ac). But we shouldn't have segfaulting benchmarks really. Fixes bug 10835; bugfix on 0.2.4.8-alpha.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
This patch removes an "if (chan)" that occurred at a place where chan was definitely non-NULL. Having it there made some static analysis tools conclude that we were up to shenanigans. This resolves #9979.
-
Nick Mathewson authored
(Based on a suggestion by arma at #9777)
-
Nick Mathewson authored
Conflicts: src/or/circuitbuild.c
-
Nick Mathewson authored
Right now this accounts for about 1% of circuits over all, but if you pick a guard that's running 0.2.3, it will be about 6% of the circuits running through that guard. Making sure that every circuit has at least one ntor link means that we're getting plausibly good forward secrecy on every circuit. This implements ticket 9777,
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Feb 06, 2014
-
-
Andrea Shepard authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
It's possible to set your ExitNodes to contains only exits that don't have the Exit flag. If you do that, we'll decide that 0 of your exits are working. Instead, in that case we should look at nodes which have (or which might have) exit policies that don't reject everything. Fix for bug 10543; bugfix on 0.2.4.10-alpha.
-
Qingping Hou authored
-
Qingping Hou authored
-
Qingping Hou authored
This function is not used anymore
-
Qingping Hou authored
According to control spec, longname should not contain any spaces and is consists only of identy_digest + nickname added two functions: * node_get_verbose_nickname_by_id() * node_describe_longname_by_id()
-
Nick Mathewson authored
-
Nick Mathewson authored
-
sed -i 's/BN_free/BN_clear_free/g'
-
Nick Mathewson authored
Conflicts: changes/bug10485 src/or/rephist.c src/or/status.c
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Previously, they went out once an hour, unconditionally. Fixes 10485; bugfix on 0.2.4.17-rc.
-
Nick Mathewson authored
Apparently the compiler on solaris 9 didn't like "sun" as an identifier. Fix for bug 10565; bugfix on 0.2.5.1-alpha.
-
- Feb 04, 2014
-
-
Nick Mathewson authored
'make distcheck' now passes again.
-
- Feb 03, 2014
-
-
Nick Mathewson authored
-
Nick Mathewson authored
My OSX laptop rightly gave a warning because of sticking strlen() into an int, but once I took a closer look... it appears that the strlen() was part of a needlessly verbose implementation for tor_strdup(). While I was there, I fixed the usage of tor_free() in test_hs.c: It checks for NULL, and it zeros its argument. So instead of if (foo) { tor_free(foo); foo = NULL; } we should just say tor_free(foo);
-
Nick Mathewson authored
I'm making this change now since ipfw will want its own option too, and proliferating options here isn't sensible. (See #10582 and #10267)
-
(This was a squash commit, but I forgot to squash it. Sorry! --Nick)
-
Fixes issue 10365.
-
Nick Mathewson authored
-
Nick Mathewson authored
It looks to me like these functions can never get called with NULL arguments, but better safe than sorry.
-
Nick Mathewson authored
-