summaryrefslogtreecommitdiff
path: root/crypto/bn/bn_recp.c
Commit message (Expand)AuthorAgeFilesLines
* Move all FIPSAPI renames into fips.h header file, include early insteve2011-01-271-4/+2
* Redirect FIPS memory allocation to FIPS_malloc() routine, removesteve2011-01-271-0/+5
* Revert the size_t modifications from HEAD that had led to moregeoff2008-11-121-1/+1
* size_tification.ben2008-11-011-1/+1
* fix warnings when building openssl with the following compiler options:nils2005-08-281-2/+2
* Fix various incorrect error function codes.bodo2005-04-261-1/+1
* Adjust various bignum functions to use BN_CTX for variables instead ofgeoff2004-03-251-5/+6
* Convert openssl code not to assume the deprecated form of BN_zero().geoff2004-03-131-3/+2
* bn_fix_top() exists for compatibility's sake and is mapped togeoff2003-12-011-2/+2
* Put the first stage of my bignum debugging adventures into CVS. This codegeoff2003-11-041-0/+2
* Some provisional bignum debugging has begun to detect inconsistent BIGNUMgeoff2003-10-291-0/+2
* The BN_mul bug test apparently is no longer neededbodo2000-12-141-37/+0
* Fix some things that look like bugs.bodo2000-12-071-12/+55
* modular arithmeticsbodo2000-11-261-1/+3
* Constify the BIGNUM routines a bit more. The only trouble were thelevitte2000-11-061-7/+9
* There have been a number of complaints from a number of sources that nameslevitte2000-06-011-2/+2
* workaround no longer neededulf2000-02-261-9/+0
* BN_div_recp fix. I've ran divtest for 10 mins and it didn't exhibit aappro2000-02-261-18/+8
* divide the correct number...ulf2000-02-251-1/+1
* work around a bug in BN_div_recp or BN_reciprocalulf2000-02-241-0/+9
* Improve bntest slightly, and fix another bug in the BN library.ulf2000-02-061-0/+1
* New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessulf2000-02-051-10/+12
* Some constification and stacks that slipped through the cracks (how?).ben1999-06-041-1/+1
* Change functions to ANSI C.ulf1999-04-191-26/+9
* Accept NULL in *_free.ben1999-01-071-31/+150
* Initial revisionrse1998-12-211-0/+125