]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add a changes file.
authorGeorge Kadianakis <desnacked@gmail.com>
Sun, 27 Nov 2011 08:03:37 +0000 (09:03 +0100)
committerGeorge Kadianakis <desnacked@gmail.com>
Sun, 27 Nov 2011 08:03:37 +0000 (09:03 +0100)
changes/bug4584 [new file with mode: 0644]

diff --git a/changes/bug4584 b/changes/bug4584
new file mode 100644 (file)
index 0000000..38cf2d6
--- /dev/null
@@ -0,0 +1,4 @@
+  o Privacy/anonymity features (bridge detection):
+    - Make bridge SSL certificates a bit more stealthy by using random
+      serial numbers, in the same fashion as OpenSSL when generating
+      self-signed certificates. Implements ticket 4584.