aboutsummaryrefslogtreecommitdiff
path: root/crypto/bn/bn_asm.c
AgeCommit message (Expand)AuthorFilesLines
2005-10-22bn_asm.c update.Andy Polyakov1-4/+10
2005-10-22Change bn_mul_mont declaration and BN_MONT_CTX. Update CHANGES.Andy Polyakov1-3/+5
2005-10-14Fix bug in SMALL_FOOTPRINT path and clarify comment.Andy Polyakov1-4/+8
2005-10-06Leave the decision to call/implement bn_sqr_mont to assembler developer.Andy Polyakov1-19/+26
2005-10-04Reserve for SMALL_FOOTPRINT bn_asm.c. Currently OPENSSL_SMALL_FOOTPRINTAndy Polyakov1-75/+82
2005-10-04Add reference implementation for bn_[mul|sqr]_mont, new candidates forAndy Polyakov1-2/+124
2005-08-043-4 times better RSA/DSA performance on WIN64A target. Well, on AMD64 CPU,Andy Polyakov1-0/+28
2005-05-31fix assertionNils Larsch1-1/+1
2000-11-18Make the definition of bn_add_words() match the definition.Richard Levitte1-1/+1
2000-11-16More constification of the BN library.Richard Levitte1-10/+10
2000-09-04Avoid abort() throughout the library, except when preprocessorBodo Möller1-8/+3
2000-02-27Typo.Ben Laurie1-1/+1
2000-02-26Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library.Ulf Möller1-18/+29
2000-02-02Support for "multiply high" instruction, see BN_UMULT_HIGH comment inAndy Polyakov1-37/+61
1999-07-30Bignum division tune-up. Idea is to move multiplications in front ofAndy Polyakov1-4/+6
1999-07-21Get rid of redundant multiplications in bn_div_words.Andy Polyakov1-5/+5
1999-05-26Circument egcs bug.Bodo Möller1-1/+2
1999-04-19Change functions to ANSI C.Ulf Möller1-51/+19
1999-01-28Fixes to BN code. Previously the default was to define BN_RECURSIONMark J. Cox1-1/+3
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1-0/+829