summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_asm.c
AgeCommit message (Collapse)Author
2005-08-043-4 times better RSA/DSA performance on WIN64A target [from HEAD].Andy Polyakov
2005-05-31fix assertionNils Larsch
PR: 1072
2000-11-18Make the definition of bn_add_words() match the definition.Richard Levitte
2000-11-16More constification of the BN library.Richard Levitte
2000-09-04Avoid abort() throughout the library, except when preprocessorBodo Möller
symbols for debugging are defined.
2000-02-27Typo.Ben Laurie
2000-02-26Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library.Ulf Möller
2000-02-02Support for "multiply high" instruction, see BN_UMULT_HIGH comment inAndy Polyakov
crypto/bn/bn_lcl.h for further details. It should be noted that for the moment of this writing the code was tested only on Alpha. If compiled with DEC C the C implementation exhibits 12% performance improvement over the crypto/bn/asm/alpha.s (on EV56 box running AlphaLinux). GNU C is (unfortunately) 8% behind the assembler implementation. But it's OpenVMS Alpha users who *may* benefit most as 'apps/openssl speed rsa' exhibits 6 (six) times performance improvement over the original VMS bignum implementation. Where "*may*" means "as soon as code is enabled though #define SIXTY_FOUR_BIT and crypto/bn/asm/vms.mar is skipped."
1999-07-30Bignum division tune-up. Idea is to move multiplications in front ofAndy Polyakov
loop body and replace 'em with addition/subtraction.
1999-07-21Get rid of redundant multiplications in bn_div_words.Andy Polyakov
1999-05-26Circument egcs bug.Bodo Möller
Submitted by: Andy Polyakov <appro@fy.chalmers.se>
1999-04-19Change functions to ANSI C.Ulf Möller
1999-01-28Fixes to BN code. Previously the default was to define BN_RECURSIONMark J. Cox
but the BN code had some problems that would cause failures when doing certificate verification and some other functions. Submitted by: Eric A Young from a C2Net version of SSLeay Reviewed by: Mark J Cox PR:
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall