summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_mont.c
AgeCommit message (Expand)Author
2017-09-27BN_copy now propagates BN_FLG_CONSTTIMESamuel Weiser
2017-09-27Fixed error in propagating BN_FLG_CONSTTIME flag through BN_MONT_CTX_set, whi...Samuel Weiser
2016-05-17Copyright consolidation 06/10Rich Salz
2016-03-08Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading APIAlessandro Ghedini
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-11-30Remove BN_initRich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-08-11Check for 0 modulus in BN_MONT_CTX_setMatt Caswell
2015-07-31Clear BN-mont values when free'ing it.Loganaden Velvindron
2015-07-22Some cleanups for crypto/bnRich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-04-28remove malloc castsRich Salz
2015-02-05Use memset in bn_montRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-12RT3548: Remove some unsupported platforms.Rich Salz
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson
2014-08-18RT2163: Remove some unneeded #include'sDoug Goldstein
2014-05-06bignum: allow concurrent BN_MONT_CTX_set_locked()Geoff Thorpe
2011-10-17bn_mont.c: get corner cases right in updated BN_from_montgomery_word.Andy Polyakov
2011-10-17bn_mont.c: simplify BN_from_montgomery_word.Andy Polyakov
2011-03-19After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte
2011-01-27Move all FIPSAPI renames into fips.h header file, include early inDr. Stephen Henson
2011-01-27Update source files to handle new FIPS_lock() location. Add FIPS_lock()Dr. Stephen Henson
2011-01-27Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just referDr. Stephen Henson
2011-01-27use FIPSEVP in some bn and rsa filesDr. Stephen Henson
2008-05-02Clarifying comment.Bodo Möller
2008-05-01Montgomery-related minor cleanups/documentationBodo Möller
2008-02-27fix BIGNUM flag handlingBodo Möller
2007-09-18Make sure that BN_from_montgomery keeps the BIGNUMS in proper formatBodo Möller
2007-06-29Latest bn_mont.c modification broke ECDSA test. I've got math wrong, whichAndy Polyakov
2007-06-11Commentary updates and minor optimization for bn_mont.c.Andy Polyakov
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