summaryrefslogtreecommitdiff
path: root/changes/bug8792
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-05-17 10:14:06 -0400
committerNick Mathewson <nickm@torproject.org>2013-05-17 10:14:06 -0400
commitdf731bac54a8ab70084d9fc855db7c7854608f4c (patch)
treee9e320d3512a433cc2644c5331e358e42cc9b303 /changes/bug8792
parent0ab38b93660b4c9cb53771a454805e978ad9f406 (diff)
downloadtor-df731bac54a8ab70084d9fc855db7c7854608f4c.tar.gz
tor-df731bac54a8ab70084d9fc855db7c7854608f4c.zip
Changes file for 8792
Diffstat (limited to 'changes/bug8792')
-rw-r--r--changes/bug87924
1 files changed, 4 insertions, 0 deletions
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.