summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-11-25 13:25:21 -0500
committerNick Mathewson <nickm@torproject.org>2015-11-25 22:29:59 -0500
commit943369f927967268cacd2067ccae0bc5f1c5835e (patch)
tree7355f9d58d74ab41391aa4d47e01b79e559fbd3e /changes
parent1cfa2bc859c0a7f27b49b80dc1be4be2acc91ee8 (diff)
downloadtor-943369f927967268cacd2067ccae0bc5f1c5835e.tar.gz
tor-943369f927967268cacd2067ccae0bc5f1c5835e.zip
Add a changes file for bug 17686
Diffstat (limited to 'changes')
-rw-r--r--changes/bug176864
1 files changed, 4 insertions, 0 deletions
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.