Explorar el Código

Changes file for 8792

Nick Mathewson hace 11 años
padre
commit
df731bac54
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      changes/bug8792

+ 4 - 0
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.