summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/bug303164
-rw-r--r--changes/ticket268466
-rw-r--r--changes/ticket2887811
-rw-r--r--changes/ticket296174
4 files changed, 25 insertions, 0 deletions
diff --git a/changes/bug30316 b/changes/bug30316
new file mode 100644
index 0000000000..3e396318ad
--- /dev/null
+++ b/changes/bug30316
@@ -0,0 +1,4 @@
+ o Minor bugfixes (directory authority):
+ - Move the "bandwidth-file-headers" line in directory authority votes
+ so that it conforms to dir-spec.txt. Fixes bug 30316; bugfix on
+ 0.3.5.1-alpha.
diff --git a/changes/ticket26846 b/changes/ticket26846
new file mode 100644
index 0000000000..a18e231798
--- /dev/null
+++ b/changes/ticket26846
@@ -0,0 +1,6 @@
+ o Minor features (authenticated SENDME):
+ - Ensure that there is enough randomness on every circuit
+ to prevent an attacker from successfully predicting what SENDME cells
+ they will need to send: at a random interval, if we have not send
+ randomness already, leave some extra space at the end of a cell that
+ we can fill with random bytes. Closes ticket 26846.
diff --git a/changes/ticket28878 b/changes/ticket28878
new file mode 100644
index 0000000000..73ca47c72f
--- /dev/null
+++ b/changes/ticket28878
@@ -0,0 +1,11 @@
+ o Minor features (testing):
+ - The circuitpadding tests now use a reproducible RNG implementation,
+ so that if a test fails, we can learn why. Part of ticket 28878.
+ - Tor's tests now support an environment variable, TOR_TEST_RNG_SEED,
+ to set the RNG seed for tests that use a reproducible RNG.
+ Part of ticket 28878.
+
+ o Minor features (continuous integration):
+ - When running coverage builds on Travis, we now set TOR_TEST_RNG_SEED,
+ to avoid RNG-based coverage differences.
+ Part of ticket 28878.
diff --git a/changes/ticket29617 b/changes/ticket29617
new file mode 100644
index 0000000000..4d50ea9627
--- /dev/null
+++ b/changes/ticket29617
@@ -0,0 +1,4 @@
+ o Minor bugfixes (out-of-memory handler):
+ - When purging the DNS cache because of an out-of-memory condition,
+ try purging just the older entries at first. Previously, we would
+ purge the whole thing. Fixes bug 29617; bugfix on 0.3.5.1-alpha.