summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/bug167024
-rw-r--r--changes/feature8961-replaycache-sha2564
2 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug16702 b/changes/bug16702
new file mode 100644
index 0000000000..5de36cd351
--- /dev/null
+++ b/changes/bug16702
@@ -0,0 +1,4 @@
+ o Minor bugfixes (hidden service)
+ - The wrong list was used when looking up expired intro points in a rend
+ service object causing what we think could be reachability issues and
+ triggering a BUG log. Fixes 16702; bugfix on tor-0.2.7.2-alpha.
diff --git a/changes/feature8961-replaycache-sha256 b/changes/feature8961-replaycache-sha256
new file mode 100644
index 0000000000..c5b5c857db
--- /dev/null
+++ b/changes/feature8961-replaycache-sha256
@@ -0,0 +1,4 @@
+ o Minor enhancement (replaycache):
+ - The replay cache now uses SHA256 instead of SHA1.
+ Implements feature #8961.
+ Patch by "teor", issue reported by "rransom".