aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-12-07 08:48:58 +0000
committerBodo Möller <bodo@openssl.org>2000-12-07 08:48:58 +0000
commit80d89e6a6aa6d9520336c78877c3cccb54c881cd (patch)
treecade543f271b28bf56ba601bc9f993dc2f5e8e95 /CHANGES
parentbc5f2740d2a427d5e16bfb12aa8b70d5a5adcfc8 (diff)
downloadopenssl-80d89e6a6aa6d9520336c78877c3cccb54c881cd.tar.gz
Sign-related fixes (and tests).
BN_mod_exp_mont does not work properly yet if modulus m is negative (we want computations to be carried out modulo |m|).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9a1ad16fe3..107c31bf56 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,10 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) BN_div bugfix: If the result is 0, the sign (res->neg) must not be
+ set.
+ [Bodo Moeller]
+
*) Changed the LHASH code to use prototypes for callbacks, and created
macros to declare and implement thin (optionally static) functions
that provide type-safety and avoid function pointer casting for the