Changes file for 8792

This commit is contained in:
Nick Mathewson 2013-05-17 10:14:06 -04:00
parent 0ab38b9366
commit df731bac54

4
changes/bug8792 Normal file
View File

@ -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.