]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/bn/bn_mont.c
Update copyright year
[thirdparty/openssl.git] / crypto / bn / bn_mont.c
2021-04-08  Matt CaswellUpdate copyright year
2021-03-14  Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-08-06  Matt CaswellUpdate copyright year
2020-07-30  Pauliunify spelling of serialize
2019-09-28  Dr. Matthias St... Reorganize local header files
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-08-23  Andy Polyakovcrypto/bn: add more fixed-top routines.
2018-07-12  Andy Polyakovbn/bn_{mont|exp}.c: switch to zero-padded intermediate...
2018-07-12  Andy Polyakovbn/bn_mont.c: improve readability of post-condition...
2018-07-12  Andy Polyakovbn/bn_mont.c: move boundary condition check closer...
2018-05-03  Matt CaswellReturn an error from BN_mod_inverse if n is 1 (or -1)
2018-04-26  FdaSilvaYYAdd missing error code when alloc-return-null
2018-03-31  Bernd EdlingerFix a possible crash in BN_from_montgomery_word
2018-03-27  Rich SalzAllow NULL for some _free routines.
2018-03-27  Matt CaswellRemove some code for a contributor that we cannot find
2018-02-01  David BenjaminFix timing leak in BN_from_montgomery_word.
2018-01-19  Richard LevitteCopyright update of more files that have changed this...
2018-01-16  Matt CaswellRevert BN_copy() flag copy semantics change
2017-10-18  KaoruTodaRemove parentheses of return.
2017-10-09  KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-09-27  Samuel WeiserBN_copy now propagates BN_FLG_CONSTTIME
2017-09-27  Samuel WeiserFixed error in propagating BN_FLG_CONSTTIME flag throug...
2017-06-26  Paul YangChange to check last return value of BN_CTX_get
2016-05-17  Rich SalzCopyright consolidation 06/10
2016-03-08  Alessandro GhediniConvert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading API
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-11-30  Rich SalzRemove BN_init
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-08-11  Matt CaswellCheck for 0 modulus in BN_MONT_CTX_set
2015-07-31  Loganaden VelvindronClear BN-mont values when free'ing it.
2015-07-22  Rich SalzSome cleanups for crypto/bn
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-06  Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-04-28  Rich Salzremove malloc casts
2015-02-05  Rich SalzUse memset in bn_mont
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-12  Rich SalzRT3548: Remove some unsupported platforms.
2014-12-08  Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2014-08-18  Doug GoldsteinRT2163: Remove some unneeded #include's
2014-05-06  Geoff Thorpebignum: allow concurrent BN_MONT_CTX_set_locked()
2011-10-17  Andy Polyakovbn_mont.c: get corner cases right in updated BN_from_mo...
2011-10-17  Andy Polyakovbn_mont.c: simplify BN_from_montgomery_word.
2011-03-19  Richard LevitteAfter some adjustments, apply the changes OpenSSL 1...
2011-01-27  Dr. Stephen HensonMove all FIPSAPI renames into fips.h header file, inclu...
2011-01-27  Dr. Stephen HensonUpdate source files to handle new FIPS_lock() location...
2011-01-27  Dr. Stephen HensonChange OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn...
2011-01-27  Dr. Stephen Hensonuse FIPSEVP in some bn and rsa files
2008-05-02  Bodo MöllerClarifying comment.
2008-05-01  Bodo MöllerMontgomery-related minor cleanups/documentation
2008-02-27  Bodo Möllerfix BIGNUM flag handling
2007-09-18  Bodo MöllerMake sure that BN_from_montgomery keeps the BIGNUMS...
2007-06-29  Andy PolyakovLatest bn_mont.c modification broke ECDSA test. I've...
2007-06-11  Andy PolyakovCommentary updates and minor optimization for bn_mont.c.
2007-06-10  Andy PolyakovEliminate conditional final subtraction in Montgomery...
2006-06-16  Bodo Mölleranother thread-safety fix
2006-06-14  Bodo MöllerThread-safety fixes
2005-11-11  Dr. Stephen HensonUpdate from stable branch.
2005-10-22  Andy PolyakovEliminate gcc warning in bn_mont.c.
2005-10-22  Andy PolyakovChange bn_mul_mont declaration and BN_MONT_CTX. Update...
2005-10-06  Andy PolyakovRefine logic in bn_mont.c and eliminate redundant BN_CT...
2005-10-06  Andy PolyakovLeave the decision to call/implement bn_sqr_mont to...
2005-10-04  Andy PolyakovAdd reference implementation for bn_[mul|sqr]_mont...
2005-07-21  Nils Larschset correct bn->top value
2005-04-26  Dr. Stephen HensonPort BN_MONT_CTX_set_locked() from stable branch.
2004-12-05  Dr. Stephen HensonAdd lots of checks for memory allocation failure, error...
2004-03-25  Geoff ThorpeAdjust various bignum functions to use BN_CTX for varia...
2004-03-13  Geoff ThorpeConvert openssl code not to assume the deprecated form...
2003-11-04  Geoff ThorpePut the first stage of my bignum debugging adventures...
2002-05-30  Richard LevitteCheck the return values where memory allocation failure...
2001-03-08  Bodo MöllerImplement EC_GFp_mont_method.
2000-12-07  Bodo MöllerFix some things that look like bugs.
2000-11-16  Richard LevitteMore constification of the BN library.
2000-11-12  Ben LaurieMake Rijndael work! Those long flights have some good...
2000-11-09  Bodo Möllertmp2 is not used in BN_mod_mul_montgomery.
2000-11-06  Richard LevitteConstify the BIGNUM routines a bit more. The only...
2000-09-19  Bodo MöllerTotally remove the supposedly 'faster' variant in
2000-09-19  Bodo MöllerDocument BN_mod_mul_montgomery bug;
2000-09-19  Bodo MöllerDisable buggy code variant in BN_mod_mul_montgomery...
2000-09-14  Ulf MöllerBug fix: Montgomery multiplication could produce result...
2000-08-04  Dr. Stephen HensonChanges needed for Tandem NSK, supplied by Scott Uroff...
2000-07-01  Ben LaurieDon't let top go below zero!
2000-06-21  Ulf Mölleruse faster version
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-03-01  Ulf MöllerBug fix.
2000-02-05  Ulf MöllerUse MONT_WORD macro to control if the word-based or...
2000-02-05  Ulf MöllerNew functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end...
2000-01-27  Ulf Möllercomment was wrong.
2000-01-27  Bodo Möllertypo in a comment
2000-01-27  Bodo MöllerUpdate comments to provide a better approximation of...
2000-01-27  Bodo MöllerAdd a pointer to a paper (is the algorithm in section...
2000-01-27  Bodo MöllerUpdate references.
2000-01-27  Ulf MöllerRun ispell.
1999-06-04  Ben LaurieSome constification and stacks that slipped through...
1999-04-19  Ulf MöllerChange functions to ANSI C.
1999-02-26  Dr. Stephen HensonBN_RECURSION causes the stuff in bn_mont.c to fall...
1999-02-25  Ralf S. EngelschallRemember good pointers to Montgomery multiplication...
1999-01-07  Ben LaurieAccept NULL in *_free.
1998-12-22  Ralf S. EngelschallVarious cleanups and fixed by Marc and Ralf to start...
next