summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_mont.c
AgeCommit message (Expand)Author
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2021-04-08Update copyright yearMatt Caswell
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-08-06Update copyright yearMatt Caswell
2020-07-30unify spelling of serializePauli
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/bn/Richard Levitte
2018-08-23crypto/bn: add more fixed-top routines.Andy Polyakov
2018-07-12bn/bn_{mont|exp}.c: switch to zero-padded intermediate vectors.Andy Polyakov
2018-07-12bn/bn_mont.c: improve readability of post-condition code.Andy Polyakov
2018-07-12bn/bn_mont.c: move boundary condition check closer to caller.Andy Polyakov
2018-05-03Return an error from BN_mod_inverse if n is 1 (or -1)Matt Caswell
2018-04-26Add missing error code when alloc-return-nullFdaSilvaYY
2018-03-31Fix a possible crash in BN_from_montgomery_wordBernd Edlinger
2018-03-27Allow NULL for some _free routines.Rich Salz
2018-03-27Remove some code for a contributor that we cannot findMatt Caswell
2018-02-01Fix timing leak in BN_from_montgomery_word.David Benjamin
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-16Revert BN_copy() flag copy semantics changeMatt Caswell
2017-10-18Remove parentheses of return.KaoruToda
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
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
2017-06-26Change to check last return value of BN_CTX_getPaul Yang
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