diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-11-25 13:25:21 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-11-25 22:29:59 -0500 |
commit | 943369f927967268cacd2067ccae0bc5f1c5835e (patch) | |
tree | 7355f9d58d74ab41391aa4d47e01b79e559fbd3e | |
parent | 1cfa2bc859c0a7f27b49b80dc1be4be2acc91ee8 (diff) | |
download | tor-943369f927967268cacd2067ccae0bc5f1c5835e.tar.gz tor-943369f927967268cacd2067ccae0bc5f1c5835e.zip |
Add a changes file for bug 17686
-rw-r--r-- | changes/bug17686 | 4 |
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. |