summaryrefslogtreecommitdiff
path: root/crypto/bn/bn_recp.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+1
* Update copyright yearMatt Caswell2020-11-261-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-2/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/bn/Richard Levitte2018-12-061-1/+1
* Add missing error code when alloc-return-nullFdaSilvaYY2018-04-261-1/+3
* Update copyright yearMatt Caswell2018-04-031-1/+1
* Allow NULL for some _free routines.Rich Salz2018-03-271-2/+4
* Remove some code for a contributor that we cannot findMatt Caswell2018-03-271-3/+0
* Remove parentheses of return.KaoruToda2017-10-181-5/+5
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-2/+2
* Change to check last return value of BN_CTX_getPaul Yang2017-06-261-10/+4
* Missing BN_RECP_CTX field init.FdaSilvaYY2016-11-081-3/+3
* Copyright consolidation 06/10Rich Salz2016-05-171-54/+6
* GH678: Add a few more zallocFdaSilvaYY2016-02-221-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Remove BN_initRich Salz2015-11-301-2/+2
* Fix memory leaks and other mistakes on errorsAlessandro Ghedini2015-10-231-1/+3
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* remove malloc castsRich Salz2015-04-281-1/+1
* Final (for me, for now) dead code cleanupRich Salz2015-02-081-2/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-153/+165
* bn/bn_recp.c: make it indent-friendly.Andy Polyakov2015-01-221-8/+8
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* RT2163: Remove some unneeded #include'sDoug Goldstein2014-08-181-1/+0
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-1/+0
* Move all FIPSAPI renames into fips.h header file, include early inDr. Stephen Henson2011-01-271-4/+2
* Redirect FIPS memory allocation to FIPS_malloc() routine, removeDr. Stephen Henson2011-01-271-0/+5
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-1/+1
* size_tification.Ben Laurie2008-11-011-1/+1
* fix warnings when building openssl with the following compiler options:Nils Larsch2005-08-281-2/+2
* Fix various incorrect error function codes.Bodo Möller2005-04-261-1/+1
* Adjust various bignum functions to use BN_CTX for variables instead ofGeoff Thorpe2004-03-251-5/+6
* Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe2004-03-131-3/+2
* bn_fix_top() exists for compatibility's sake and is mapped toGeoff Thorpe2003-12-011-2/+2
* Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe2003-11-041-0/+2
* Some provisional bignum debugging has begun to detect inconsistent BIGNUMGeoff Thorpe2003-10-291-0/+2
* The BN_mul bug test apparently is no longer neededBodo Möller2000-12-141-37/+0
* Fix some things that look like bugs.Bodo Möller2000-12-071-12/+55
* modular arithmeticsBodo Möller2000-11-261-1/+3
* Constify the BIGNUM routines a bit more. The only trouble were theRichard Levitte2000-11-061-7/+9
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-2/+2
* workaround no longer neededUlf Möller2000-02-261-9/+0
* BN_div_recp fix. I've ran divtest for 10 mins and it didn't exhibit aAndy Polyakov2000-02-261-18/+8
* divide the correct number...Ulf Möller2000-02-251-1/+1
* work around a bug in BN_div_recp or BN_reciprocalUlf Möller2000-02-241-0/+9
* Improve bntest slightly, and fix another bug in the BN library.Ulf Möller2000-02-061-0/+1
* New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller2000-02-051-10/+12