From: Nick Mathewson Date: Mon, 3 Feb 2014 15:47:49 +0000 (-0500) Subject: changelog for 10793 X-Git-Tag: tor-0.2.5.2-alpha~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3502b10229a2559554e8c0215e00aac720a4e464;p=thirdparty%2Ftor.git changelog for 10793 --- diff --git a/changes/bug10793 b/changes/bug10793 new file mode 100644 index 0000000000..24c4025dde --- /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.