commit | cae55bfc68bed0a2d562891f11a75bf2145eb81e | [log] [tgz] |
---|---|---|
author | Ulf Möller <ulf@openssl.org> | Sun Feb 06 15:56:59 2000 +0000 |
committer | Ulf Möller <ulf@openssl.org> | Sun Feb 06 15:56:59 2000 +0000 |
tree | 4f36b19f130cee733b684d2827dfd65ae28f9626 | |
parent | 0fad6cb7e7359dd0911ab54a80c1b3e10b378fd3 [diff] [blame] |
Improve bntest slightly, and fix another bug in the BN library.
diff --git a/CHANGES b/CHANGES index d7e012b..91d89b7 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]