- Oct 20, 2012
-
-
Roger Dingledine authored
- Oct 19, 2012
-
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
(changes file tweaked by nickm)
-
Nick Mathewson authored
-
Nick Mathewson authored
OpenSSL 1.0.0 added an implementation of TLS session tickets, a "feature" that let session resumption occur without server-side state by giving clients an encrypted "ticket" that the client could present later to get the session going again with the same keys as before. OpenSSL was giving the keys to decrypt these tickets the lifetime of the SSL contexts, which would have been terrible for PFS if we had long-lived SSL contexts. Fortunately, we don't. Still, it's pretty bad. We should also drop these, since our use of the extension stands out with our non-use of session cacheing. Found by nextgens. Bugfix on all versions of Tor when built with openssl 1.0.0 or later. Fixes bug 7139.
-
- Oct 17, 2012
-
-
Nick Mathewson authored
Failure to do so left us open to a remotely triggerable assertion failure. Fixes CVE-2012-2249; bugfix on 0.2.3.6-alpha. Reported by "some guy from France".
-
- Oct 14, 2012
-
-
Roger Dingledine authored
-
- Oct 13, 2012
-
-
Nick Mathewson authored
We should still make sure mlp approves it.
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
- Oct 10, 2012
-
-
Nick Mathewson authored
-
-
- Oct 04, 2012
-
-
Nick Mathewson authored
-
Roger Dingledine authored
In the past we had used reason "internal", which is more vague than it needs to be. Resolves bug 7037.
-
- Oct 03, 2012
-
-
Roger Dingledine authored
resolves bug 7022.
-
- Sep 22, 2012
-
-
Roger Dingledine authored
-
- Sep 19, 2012
-
-
Nick Mathewson authored
Also remove some trailing whitespace. Patch from maker; fixes bug 6024.
-
- Sep 18, 2012
-
-
Nick Mathewson authored
-
Mike Perry authored
Asserts were hit by Tor2Web mode.
-
- Sep 14, 2012
-
-
Nick Mathewson authored
We already had code on windows to fix our file sizes when we're reading a file in text mode and its size doesn't match the size from fstat. But that code was only enabled when _WIN32 was defined, and Cygwin defines __CYGWIN__ instead. Fixes bug 6844; bugfix on 0.1.2.7-alpha.
-
Robert Ransom authored
-
- Sep 13, 2012
-
-
Nick Mathewson authored
-
Robert Ransom authored
Fixes bug 6827; bugfix on c58675ca (when the v2 HS desc parser was implemented). Found by asn.
-
- Sep 12, 2012
-
-
Nick Mathewson authored
This reverts commit 4aff97cf. We don't actually want to be changing the torrc.sample on stable or near-stable stuff, since doing so makes pointless busywork for debian users.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Sep 11, 2012
-
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Nick Mathewson authored
Conflicts: src/test/test_util.c
-
Nick Mathewson authored
-
Nick Mathewson authored
Fixes bug 6811.