summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_recp.c
AgeCommit message (Expand)Author
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/bn/Richard Levitte
2018-04-26Add missing error code when alloc-return-nullFdaSilvaYY
2018-04-03Update copyright yearMatt Caswell
2018-03-27Allow NULL for some _free routines.Rich Salz
2018-03-27Remove some code for a contributor that we cannot findMatt Caswell
2017-10-18Remove parentheses of return.KaoruToda
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-06-26Change to check last return value of BN_CTX_getPaul Yang
2016-11-08Missing BN_RECP_CTX field init.FdaSilvaYY
2016-05-17Copyright consolidation 06/10Rich Salz
2016-02-22GH678: Add a few more zallocFdaSilvaYY
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-11-30Remove BN_initRich Salz
2015-10-23Fix memory leaks and other mistakes on errorsAlessandro Ghedini
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-04-28remove malloc castsRich Salz
2015-02-08Final (for me, for now) dead code cleanupRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22bn/bn_recp.c: make it indent-friendly.Andy Polyakov
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson
2014-08-18RT2163: Remove some unneeded #include'sDoug Goldstein
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie
2011-01-27Move all FIPSAPI renames into fips.h header file, include early inDr. Stephen Henson
2011-01-27Redirect FIPS memory allocation to FIPS_malloc() routine, removeDr. Stephen Henson
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-01size_tification.Ben Laurie
2005-08-28fix warnings when building openssl with the following compiler options:Nils Larsch
2005-04-26Fix various incorrect error function codes.Bodo Möller
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-12-01bn_fix_top() exists for compatibility's sake and is mapped toGeoff Thorpe
2003-11-04Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe
2003-10-29Some provisional bignum debugging has begun to detect inconsistent BIGNUMGeoff Thorpe
2000-12-14The BN_mul bug test apparently is no longer neededBodo Möller
2000-12-07Fix some things that look like bugs.Bodo Möller
2000-11-26modular arithmeticsBodo Möller
2000-11-06Constify the BIGNUM routines a bit more. The only trouble were theRichard Levitte
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-02-26workaround no longer neededUlf Möller
2000-02-26BN_div_recp fix. I've ran divtest for 10 mins and it didn't exhibit aAndy Polyakov
2000-02-25divide the correct number...Ulf Möller
2000-02-24work around a bug in BN_div_recp or BN_reciprocalUlf Möller
2000-02-06Improve bntest slightly, and fix another bug in the BN library.Ulf Möller
2000-02-05New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf 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-01-07Accept NULL in *_free.Ben Laurie