aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-11-29 09:41:19 +0000
committerBodo Möller <bodo@openssl.org>2000-11-29 09:41:19 +0000
commit499e167fda19e01d384fb093f18447b5051d5da9 (patch)
treee1772cf5a5dbc058a264e142460dd6656d5bb023 /CHANGES
parent0135e33511fd428ef3db66cfa26418bebdb1a58c (diff)
downloadopenssl-499e167fda19e01d384fb093f18447b5051d5da9.zip
openssl-499e167fda19e01d384fb093f18447b5051d5da9.tar.gz
openssl-499e167fda19e01d384fb093f18447b5051d5da9.tar.bz2
Improve BN_mod_inverse performance.
Get the BN_mod_exp_mont bugfix (for handling negative inputs) correct this time.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 998ea16..7a5bac8 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