summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-02-06 15:56:59 +0000
committerUlf Möller <ulf@openssl.org>2000-02-06 15:56:59 +0000
commitcae55bfc68bed0a2d562891f11a75bf2145eb81e (patch)
tree4f36b19f130cee733b684d2827dfd65ae28f9626 /CHANGES
parent0fad6cb7e7359dd0911ab54a80c1b3e10b378fd3 (diff)
Improve bntest slightly, and fix another bug in the BN library.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d7e012babb..91d89b795b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,13 @@
Changes between 0.9.4 and 0.9.5 [xx XXX 2000]
+ *) Bug fix for BN_div_recp() for numerators with an even number of
+ bits.
+ [Ulf Möller]
+
+ *) More tests in bntest.c, and changed test_bn output.
+ [Ulf Möller]
+
*) ./config recognizes MacOS X now.
[Andy Polyakov]