]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for 8792
authorNick Mathewson <nickm@torproject.org>
Fri, 17 May 2013 14:14:06 +0000 (10:14 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 17 May 2013 14:14:06 +0000 (10:14 -0400)
changes/bug8792 [new file with mode: 0644]

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