From: Nick Mathewson Date: Wed, 25 Nov 2015 18:25:21 +0000 (-0500) Subject: Add a changes file for bug 17686 X-Git-Tag: tor-0.2.8.1-alpha~209^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=943369f927967268cacd2067ccae0bc5f1c5835e;p=thirdparty%2Ftor.git Add a changes file for bug 17686 --- diff --git a/changes/bug17686 b/changes/bug17686 new file mode 100644 index 0000000000..8fa16c794b --- /dev/null +++ b/changes/bug17686 @@ -0,0 +1,4 @@ + o Minor features: + - Adjust Tor's use of OpenSSL's RNG APIs so that they absolutely, + positively are not allowed to fail. Previously we depended on + internals about OpenSSL behavior. Closes ticket 17686.