From: Nick Mathewson Date: Fri, 17 May 2013 14:14:06 +0000 (-0400) Subject: Changes file for 8792 X-Git-Tag: tor-0.2.5.1-alpha~187 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df731bac54a8ab70084d9fc855db7c7854608f4c;p=thirdparty%2Ftor.git Changes file for 8792 --- diff --git a/changes/bug8792 b/changes/bug8792 new file mode 100644 index 0000000000..6f4e3bf7b1 --- /dev/null +++ b/changes/bug8792 @@ -0,0 +1,4 @@ + o Removed code + - Remove constants and tests for PKCS1 padding; it's insecure and + shouldn't be used for anything new. Fixes bug #8792; patch + from Arlo Breault.