aboutsummaryrefslogtreecommitdiff
path: root/changes/bug10793
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-02-03 10:47:49 -0500
committerNick Mathewson <nickm@torproject.org>2014-02-03 10:48:15 -0500
commit3502b10229a2559554e8c0215e00aac720a4e464 (patch)
tree60884f67181f35edbece1a6f57c5aface1ed9ef5 /changes/bug10793
parent9d6e805d289ffe913fd7226aef9e31a5c6e8747e (diff)
downloadtor-3502b10229a2559554e8c0215e00aac720a4e464.tar
tor-3502b10229a2559554e8c0215e00aac720a4e464.tar.gz
changelog for 10793
Diffstat (limited to 'changes/bug10793')
-rw-r--r--changes/bug107934
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug10793 b/changes/bug10793
new file mode 100644
index 000000000..24c4025dd
--- /dev/null
+++ b/changes/bug10793
@@ -0,0 +1,4 @@
+ o Minor features (security):
+ - Always clear OpenSSL bignums before freeing them--even bignums
+ that don't contain secrets. Resolves ticket 10793. Patch by
+ Florent Daigniere.