summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-11-29 12:53:41 +0000
committerBodo Möller <bodo@openssl.org>2000-11-29 12:53:41 +0000
commit9161672950b6408a025833ed7a3d84b3e0ba9944 (patch)
tree78a4bc298cb6286ca7e8ad443c74cdd3bf980d6d /CHANGES
parenta08bcccc674def5ced0f921a7d0612de503b98e0 (diff)
BN_bin2bn did *not* contain an off-by-one error;
I'm still investigating what caused the segementation fault (maybe "make clean; make" will cure it ...). But BN_bin2bn should always reset ret->neg.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 0 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 370ec0f9b7..a469186a27 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,9 +3,6 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
- *) BN_bin2bn bugfix (off-by-one error).
- [Bodo Moeller]
-
*) Make BN_mod_inverse faster by explicitly handling small quotients
in the Euclid loop. (Speed gain about 20% for small moduli [256 or
512 bits], about 30% for larger ones [1024 or 2048 bits].)