aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_asm.c
Commit message (Expand)AuthorAgeFilesLines
* Remove OPENSSL_FIPSCANISTER code.Dr. Stephen Henson2014-12-081-4/+0
* RT2163: Remove some unneeded #include'sDoug Goldstein2014-08-181-1/+0
* Experimental symbol renaming to avoid clashes with regular OpenSSL.Dr. Stephen Henson2011-02-161-1/+6
* Bring C bn_mul_mont template closer to assembler.Andy Polyakov2008-12-161-2/+24
* Revert commit #17603, it should have been part of #17617.Andy Polyakov2008-11-121-4/+4
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-5/+5
* PR: 1777Dr. Stephen Henson2008-11-051-4/+4
* Fix prototypes.Dr. Stephen Henson2008-11-021-5/+5
* bn_asm.c update.Andy Polyakov2005-10-221-4/+10
* Change bn_mul_mont declaration and BN_MONT_CTX. Update CHANGES.Andy Polyakov2005-10-221-3/+5
* Fix bug in SMALL_FOOTPRINT path and clarify comment.Andy Polyakov2005-10-141-4/+8
* Leave the decision to call/implement bn_sqr_mont to assembler developer.Andy Polyakov2005-10-061-19/+26
* Reserve for SMALL_FOOTPRINT bn_asm.c. Currently OPENSSL_SMALL_FOOTPRINTAndy Polyakov2005-10-041-75/+82
* Add reference implementation for bn_[mul|sqr]_mont, new candidates forAndy Polyakov2005-10-041-2/+124
* 3-4 times better RSA/DSA performance on WIN64A target. Well, on AMD64 CPU,Andy Polyakov2005-08-041-0/+28
* fix assertionNils Larsch2005-05-311-1/+1
* Make the definition of bn_add_words() match the definition.Richard Levitte2000-11-181-1/+1
* More constification of the BN library.Richard Levitte2000-11-161-10/+10
* Avoid abort() throughout the library, except when preprocessorBodo Möller2000-09-041-8/+3
* Typo.Ben Laurie2000-02-271-1/+1
* Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library.Ulf Möller2000-02-261-18/+29
* Support for "multiply high" instruction, see BN_UMULT_HIGH comment inAndy Polyakov2000-02-021-37/+61
* Bignum division tune-up. Idea is to move multiplications in front ofAndy Polyakov1999-07-301-4/+6
* Get rid of redundant multiplications in bn_div_words.Andy Polyakov1999-07-211-5/+5
* Circument egcs bug.Bodo Möller1999-05-261-1/+2
* Change functions to ANSI C.Ulf Möller1999-04-191-51/+19
* Fixes to BN code. Previously the default was to define BN_RECURSIONMark J. Cox1999-01-281-1/+3
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-0/+829