aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2001-09-05 04:43:43 +0000
committerUlf Möller <ulf@openssl.org>2001-09-05 04:43:43 +0000
commitd98a4b73664d0331f90da4f9521d7eea5f4567e5 (patch)
tree09d0dceb72950507809ce8b9a858d292b8033588 /CHANGES
parent889a54c4671acbf59adc399831525e50a5902580 (diff)
downloadopenssl-d98a4b73664d0331f90da4f9521d7eea5f4567e5.tar.gz
bug fix: bn_sqr_recursive output is twice its input size.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d7195d9007..db742fcb50 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,9 @@
*) applies to 0.9.6a/0.9.6b/0.9.6c and 0.9.7
+) applies to 0.9.7 only
+ *) BN_sqr() bug fix.
+ [Ulf Möller, reported by Jim Ellis <jim.ellis@cavium.com>]
+
*) Make it possible to unload ranges of ERR strings with a new
"ERR_unload_strings" function.
[Geoff Thorpe]