aboutsummaryrefslogtreecommitdiff
path: root/crypto/bn/bn_lib.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-21Constify version strings and some structures.Dr. Stephen Henson1-1/+1
2005-12-16Eliminate warning induced by http://cvs.openssl.org/chngview?cn=14690 andAndy Polyakov1-1/+1
2005-05-03remove BN_ncopy, it was only used in bn_nist.c and wasn't particularNils Larsch1-40/+0
2005-04-22- use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch1-0/+8
2004-06-20Tidy up, including;Geoff Thorpe1-9/+10
2004-06-17Deprecate unused cruft, and "make update".Geoff Thorpe1-0/+3
2004-06-17Actually, that last change to BN_get_word() was a little too simple.Geoff Thorpe1-1/+3
2004-06-17As Nils put it;Geoff Thorpe1-48/+4
2004-03-17Variety of belt-tightenings in the bignum code. (Please help test this!)Geoff Thorpe1-6/+22
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte1-4/+4
2003-12-02Incremental cleanups to bn_lib.c.Geoff Thorpe1-48/+38
2003-12-02BN_FLG_FREE is of extremely dubious usefulness, and is only referred toGeoff Thorpe1-1/+7
2003-12-01Declare the static BIGNUM "BN_value_one()" more carefully.Geoff Thorpe1-1/+1
2003-11-29This improves the placement of check_top() macros in a couple of bn_libGeoff Thorpe1-2/+7
2003-11-15BN_set_bit() etc should use "unsigned int".Ulf Möller1-0/+9
2003-11-05This is a revert of my previous commit to "improve" the declaration ofGeoff Thorpe1-8/+0
2003-11-04Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe1-4/+17
2003-11-04This is the least unacceptable way I've found for declaring the bignum dataGeoff Thorpe1-0/+8
2003-10-29Some provisional bignum debugging has begun to detect inconsistent BIGNUMGeoff Thorpe1-1/+0
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe1-6/+6
2002-11-29A few more memset()s converted to OPENSSL_cleanse().Richard Levitte1-2/+2
2002-10-28fast reduction for NIST curvesBodo Möller1-0/+45
2002-08-03fix bn_expand2Bodo Möller1-2/+3
2002-08-02fix bn_expand2Bodo Möller1-8/+11
2002-07-25Move zeroing from bn_expand_internal() to bn_expand2() so that itBodo Möller1-12/+22
2001-03-08Constify BN_value_one.Bodo Möller1-1/+1
2000-12-04Change error message to "bignum too long"Bodo Möller1-1/+1
2000-12-03include <limits.h>Bodo Möller1-0/+1
2000-12-03Don't allow BIGNUMs to become so large that computations with dmaxBodo Möller1-0/+6
2000-12-02Add a comment to explain the purpose of bn_cmp_part_words().Richard Levitte1-0/+7
2000-12-02last commit was wrong. Now it works. :)Ulf Möller1-2/+2
2000-12-02arglUlf Möller1-1/+1
2000-12-02Fix bn_cmp_part_words() and move it to bn_lib.c.Ulf Möller1-0/+25
2000-11-29Fix warnings in expspeed.c (but the segmentation fault remains)Bodo Möller1-0/+1
2000-11-29BN_bin2bn did *not* contain an off-by-one error;Bodo Möller1-3/+2
2000-11-29Expand expspeed.c to make BN_kronecker timings.Bodo Möller1-75/+14
2000-11-26modular arithmeticsBodo Möller1-0/+29
2000-11-16More constification of the BN library.Richard Levitte1-1/+1
2000-11-07Handle BN_copy failure after successful BN_new.Bodo Möller1-4/+8
2000-11-07handle the case when BN_new returns NULLBodo Möller1-5/+13
2000-11-06Constify the BIGNUM routines a bit more. The only trouble were theRichard Levitte1-109/+153
2000-09-04Avoid abort() throughout the library, except when preprocessorBodo Möller1-7/+7
2000-08-04Changes needed for Tandem NSK, supplied by Scott Uroff (scott@xypro.com).Dr. Stephen Henson1-7/+7
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-7/+7
2000-02-26Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library.Ulf Möller1-12/+12
2000-02-05New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller1-37/+0
2000-02-03ispell (and minor modifications)Ulf Möller1-2/+2
2000-01-23Document the BN library.Ulf Möller1-0/+5
1999-07-30by request: let BN_dup(NULL) just return NULLBodo Möller1-0/+2
1999-06-20New functions CONF_load_bio() and CONF_load_fp() to load a configurationDr. Stephen Henson1-1/+1