Expand expspeed.c to make BN_kronecker timings.
[oweals/openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index a469186a2703c6f6f33e535bfc7e0e13eda2e080..370ec0f9b7b2025f58fec4f1831262eab8156ed8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,9 @@
 
  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].)