aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Allow for dynamic base in Win64 FIPS module.Andy Polyakov2011-09-141-0/+2
* Move all FIPSAPI renames into fips.h header file, include early inDr. Stephen Henson2011-01-271-5/+2
* Redirect FIPS memory allocation to FIPS_malloc() routine, removeDr. Stephen Henson2011-01-271-0/+5
* Move BN_options function to bn_print.c to remove dependency for BIO printfDr. Stephen Henson2011-01-251-19/+0
* bn_lib.c: [re-]fix Win64 compiler warning.Andy Polyakov2008-12-291-1/+1
* Fix "possible loss of data" Win64 compiler warnings.Andy Polyakov2008-12-291-1/+1
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-6/+6
* size_tification.Ben Laurie2008-11-011-6/+6
* Minor clean-up in bn_lib.c: constification and optimization.Andy Polyakov2008-10-281-3/+3
* Change to mitigate branch prediction attacksBodo Möller2007-03-281-1/+1
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* Eliminate warning induced by http://cvs.openssl.org/chngview?cn=14690 andAndy Polyakov2005-12-161-1/+1
* remove BN_ncopy, it was only used in bn_nist.c and wasn't particularNils Larsch2005-05-031-40/+0
* - use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch2005-04-221-0/+8
* Tidy up, including;Geoff Thorpe2004-06-201-9/+10
* Deprecate unused cruft, and "make update".Geoff Thorpe2004-06-171-0/+3
* Actually, that last change to BN_get_word() was a little too simple.Geoff Thorpe2004-06-171-1/+3
* As Nils put it;Geoff Thorpe2004-06-171-48/+4
* Variety of belt-tightenings in the bignum code. (Please help test this!)Geoff Thorpe2004-03-171-6/+22
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-4/+4
* Incremental cleanups to bn_lib.c.Geoff Thorpe2003-12-021-48/+38
* BN_FLG_FREE is of extremely dubious usefulness, and is only referred toGeoff Thorpe2003-12-021-1/+7
* Declare the static BIGNUM "BN_value_one()" more carefully.Geoff Thorpe2003-12-011-1/+1
* This improves the placement of check_top() macros in a couple of bn_libGeoff Thorpe2003-11-291-2/+7
* BN_set_bit() etc should use "unsigned int".Ulf Möller2003-11-151-0/+9
* This is a revert of my previous commit to "improve" the declaration ofGeoff Thorpe2003-11-051-8/+0
* Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe2003-11-041-4/+17
* This is the least unacceptable way I've found for declaring the bignum dataGeoff Thorpe2003-11-041-0/+8
* Some provisional bignum debugging has begun to detect inconsistent BIGNUMGeoff Thorpe2003-10-291-1/+0
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-6/+6
* A few more memset()s converted to OPENSSL_cleanse().Richard Levitte2002-11-291-2/+2
* fast reduction for NIST curvesBodo Möller2002-10-281-0/+45
* fix bn_expand2Bodo Möller2002-08-031-2/+3
* fix bn_expand2Bodo Möller2002-08-021-8/+11
* Move zeroing from bn_expand_internal() to bn_expand2() so that itBodo Möller2002-07-251-12/+22
* Constify BN_value_one.Bodo Möller2001-03-081-1/+1
* Change error message to "bignum too long"Bodo Möller2000-12-041-1/+1
* include <limits.h>Bodo Möller2000-12-031-0/+1
* Don't allow BIGNUMs to become so large that computations with dmaxBodo Möller2000-12-031-0/+6
* Add a comment to explain the purpose of bn_cmp_part_words().Richard Levitte2000-12-021-0/+7
* last commit was wrong. Now it works. :)Ulf Möller2000-12-021-2/+2
* arglUlf Möller2000-12-021-1/+1
* Fix bn_cmp_part_words() and move it to bn_lib.c.Ulf Möller2000-12-021-0/+25
* Fix warnings in expspeed.c (but the segmentation fault remains)Bodo Möller2000-11-291-0/+1
* BN_bin2bn did *not* contain an off-by-one error;Bodo Möller2000-11-291-3/+2
* Expand expspeed.c to make BN_kronecker timings.Bodo Möller2000-11-291-75/+14
* modular arithmeticsBodo Möller2000-11-261-0/+29
* More constification of the BN library.Richard Levitte2000-11-161-1/+1
* Handle BN_copy failure after successful BN_new.Bodo Möller2000-11-071-4/+8
* handle the case when BN_new returns NULLBodo Möller2000-11-071-5/+13