Change BN_mod_sqrt() so that it verifies that the input value is
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 1ce30313e45b200cf8627b0a42b1580eba66d053..26c84b059622e47e227d2830a8529a86251afcfb 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
 
  Changes between 0.9.7 and 0.9.8  [xx XXX 2002]
 
+  *) Change BN_mod_sqrt() so that it verifies that the input value
+     is really the square of the return value.  (Previously,
+     BN_mod_sqrt would show GIGO behaviour.)
+     [Bodo Moeller]
+
   *) Add named elliptic curves over binary fields from X9.62, SECG,
      and WAP/WTLS; add OIDs that were still missing.