Expand expspeed.c to make BN_kronecker timings.
[oweals/openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 7a5bac81d0ce94852349cb2547a92337b48ec275..370ec0f9b7b2025f58fec4f1831262eab8156ed8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,10 +3,12 @@
 
  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 instead of always using BN_div.
-     (Speed gain about 20% for small moduli [256 or 512 bits], about
-     30% for larger ones [1024 or 2048 bits].)
+     in the Euclid loop. (Speed gain about 20% for small moduli [256 or
+     512 bits], about 30% for larger ones [1024 or 2048 bits].)
      [Bodo Moeller]
 
   *) Disable ssl2_peek and ssl3_peek (i.e., both implementations