Browse Source

Add a changes file for bug 17686

Nick Mathewson 8 years ago
parent
commit
943369f927
1 changed files with 4 additions and 0 deletions
  1. 4 0
      changes/bug17686

+ 4 - 0
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.