summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 998ea1639c..7a5bac81d0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,12 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) 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].)
+ [Bodo Moeller]
+
*) Disable ssl2_peek and ssl3_peek (i.e., both implementations
of SSL_peek) because they both are completely broken.
They will be fixed RSN by adding an additional 'peek' parameter