]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changelog for 10793
authorNick Mathewson <nickm@torproject.org>
Mon, 3 Feb 2014 15:47:49 +0000 (10:47 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 6 Feb 2014 21:09:12 +0000 (16:09 -0500)
changes/bug10793 [new file with mode: 0644]

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