From: George Kadianakis Date: Sun, 27 Nov 2011 08:03:37 +0000 (+0100) Subject: Add a changes file. X-Git-Tag: tor-0.2.3.9-alpha~46^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efba71b03c5a8361352a4fac22bd7261b643bb7b;p=thirdparty%2Ftor.git Add a changes file. --- diff --git a/changes/bug4584 b/changes/bug4584 new file mode 100644 index 0000000000..38cf2d6da6 --- /dev/null +++ b/changes/bug4584 @@ -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.