summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-09-19 18:02:15 +0000
committerBodo Möller <bodo@openssl.org>2000-09-19 18:02:15 +0000
commita45bd29535a26a982eaef9be85822d08cbb49b0f (patch)
tree7f5af5b1f7a99adf8fef69f250820939e0744512 /CHANGES
parent688fbf547568f6440cadbbf31cc9da1576a57f67 (diff)
Document BN_mod_mul_montgomery bug;
make disabled code slightly more correct (this does not solve the problem though).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a0e0916eca..8fe0b9b5b3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.5a and 0.9.6 [xx XXX 2000]
+ *) Disable optimized squaring variant in BN_mod_mul_montgomery,
+ it can return incorrect results.
+ [Bodo Moeller]
+
*) Disable the check for content being present when verifying detached
signatures in pk7_smime.c. Some versions of Netscape (wrongly)
include zero length content when signing messages.