summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-08-02 14:57:53 +0000
committerBodo Möller <bodo@openssl.org>2002-08-02 14:57:53 +0000
commit6fb60a84dd1ec81953917e0444dab50186617432 (patch)
treee3233b3c996e8e038c7bb5c2191484b03dbf5fed /CHANGES
parent5af7d1a3b8d3cfed3494460e20ad257dab4e4a0c (diff)
Change BN_mod_sqrt() so that it verifies that the input value is
really the square of the return value.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1ce30313e4..26c84b0596 100644
--- 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.