Unobtrusive backport of 32-bit x86 Montgomery improvements from 0.9.9-dev:
authorBodo Möller <bodo@openssl.org>
Thu, 1 May 2008 23:11:34 +0000 (23:11 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 1 May 2008 23:11:34 +0000 (23:11 +0000)
commit812d8a176c52ffdb0aa9e87829b906c81b151284
treee8659f1983b1d1cf0d2f8eab0c8171b6d1755445
parentdb533c96e35ccdb8f97f0e5e98ab9db9c4938ca1
Unobtrusive backport of 32-bit x86 Montgomery improvements from 0.9.9-dev:
you need to use "enable-montasm" to see a difference.  (Huge speed
advantage, but BN_MONT_CTX is not binary compatible, so this can't be
enabled by default in the 0.9.8 branch.)

The CHANGES entry also covers the 64-bit x86 backport in November 2007
by appro.
CHANGES
Configure
crypto/bn/.cvsignore
crypto/bn/Makefile
crypto/bn/asm/mo-586.pl [new file with mode: 0644]
crypto/bn/bn.h
crypto/bn/bn_mont.c
crypto/perlasm/x86ms.pl
crypto/perlasm/x86nasm.pl
crypto/perlasm/x86unix.pl