summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_mont.c
AgeCommit message (Expand)Author
2007-06-10Eliminate conditional final subtraction in Montgomery multiplication.Andy Polyakov
2006-06-16another thread-safety fixBodo Möller
2006-06-14Thread-safety fixesBodo Möller
2005-11-11Update from stable branch.Dr. Stephen Henson
2005-10-22Eliminate gcc warning in bn_mont.c.Andy Polyakov
2005-10-22Change bn_mul_mont declaration and BN_MONT_CTX. Update CHANGES.Andy Polyakov
2005-10-06Refine logic in bn_mont.c and eliminate redundant BN_CTX pulls.Andy Polyakov
2005-10-06Leave the decision to call/implement bn_sqr_mont to assembler developer.Andy Polyakov
2005-10-04Add reference implementation for bn_[mul|sqr]_mont, new candidates forAndy Polyakov
2005-07-21set correct bn->top valueNils Larsch
2005-04-26Port BN_MONT_CTX_set_locked() from stable branch.Dr. Stephen Henson
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson
2004-03-25Adjust various bignum functions to use BN_CTX for variables instead ofGeoff Thorpe
2004-03-13Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe
2003-11-04Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte
2001-03-08Implement EC_GFp_mont_method.Bodo Möller
2000-12-07Fix some things that look like bugs.Bodo Möller
2000-11-16More constification of the BN library.Richard Levitte
2000-11-12Make Rijndael work! Those long flights have some good points.Ben Laurie
2000-11-09tmp2 is not used in BN_mod_mul_montgomery.Bodo Möller
2000-11-06Constify the BIGNUM routines a bit more. The only trouble were theRichard Levitte
2000-09-19Totally remove the supposedly 'faster' variant inBodo Möller
2000-09-19Document BN_mod_mul_montgomery bug;Bodo Möller
2000-09-19Disable buggy code variant in BN_mod_mul_montgomery that was enabledBodo Möller
2000-09-14Bug fix: Montgomery multiplication could produce results with the wrongUlf Möller
2000-08-04Changes needed for Tandem NSK, supplied by Scott Uroff (scott@xypro.com).Dr. Stephen Henson
2000-07-01Don't let top go below zero!Ben Laurie
2000-06-21use faster versionUlf Möller
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-03-01Bug fix.Ulf Möller
2000-02-05Use MONT_WORD macro to control if the word-based or the bignumUlf Möller
2000-02-05New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller
2000-01-27comment was wrong.Ulf Möller
2000-01-27typo in a commentBodo Möller
2000-01-27Update comments to provide a better approximation of reality.Bodo Möller
2000-01-27Add a pointer to a paper (is the algorithm in section 4.2 theBodo Möller
2000-01-27Update references.Bodo Möller
2000-01-27Run ispell.Ulf Möller
1999-06-04Some constification and stacks that slipped through the cracks (how?).Ben Laurie
1999-04-19Change functions to ANSI C.Ulf Möller
1999-02-26BN_RECURSION causes the stuff in bn_mont.c to fall over for large keys. ForDr. Stephen Henson
1999-02-25Remember good pointers to Montgomery multiplication algorithmRalf S. Engelschall
1999-01-07Accept NULL in *_free.Ben Laurie
1998-12-22Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall