]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add a changes file for bug 17686
authorNick Mathewson <nickm@torproject.org>
Wed, 25 Nov 2015 18:25:21 +0000 (13:25 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 26 Nov 2015 03:29:59 +0000 (22:29 -0500)
changes/bug17686 [new file with mode: 0644]

diff --git a/changes/bug17686 b/changes/bug17686
new file mode 100644 (file)
index 0000000..8fa16c7
--- /dev/null
@@ -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.