summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_lib.c
AgeCommit message (Expand)Author
2004-03-17Variety of belt-tightenings in the bignum code. (Please help test this!)Geoff Thorpe
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-12-02Incremental cleanups to bn_lib.c.Geoff Thorpe
2003-12-02BN_FLG_FREE is of extremely dubious usefulness, and is only referred toGeoff Thorpe
2003-12-01Declare the static BIGNUM "BN_value_one()" more carefully.Geoff Thorpe
2003-11-29This improves the placement of check_top() macros in a couple of bn_libGeoff Thorpe
2003-11-15BN_set_bit() etc should use "unsigned int".Ulf Möller
2003-11-05This is a revert of my previous commit to "improve" the declaration ofGeoff Thorpe
2003-11-04Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe
2003-11-04This is the least unacceptable way I've found for declaring the bignum dataGeoff Thorpe
2003-10-29Some provisional bignum debugging has begun to detect inconsistent BIGNUMGeoff Thorpe
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe
2002-11-29A few more memset()s converted to OPENSSL_cleanse().Richard Levitte
2002-10-28fast reduction for NIST curvesBodo Möller
2002-08-03fix bn_expand2Bodo Möller
2002-08-02fix bn_expand2Bodo Möller
2002-07-25Move zeroing from bn_expand_internal() to bn_expand2() so that itBodo Möller
2001-03-08Constify BN_value_one.Bodo Möller
2000-12-04Change error message to "bignum too long"Bodo Möller
2000-12-03include <limits.h>Bodo Möller
2000-12-03Don't allow BIGNUMs to become so large that computations with dmaxBodo Möller
2000-12-02Add a comment to explain the purpose of bn_cmp_part_words().Richard Levitte
2000-12-02last commit was wrong. Now it works. :)Ulf Möller
2000-12-02arglUlf Möller
2000-12-02Fix bn_cmp_part_words() and move it to bn_lib.c.Ulf Möller
2000-11-29Fix warnings in expspeed.c (but the segmentation fault remains)Bodo Möller
2000-11-29BN_bin2bn did *not* contain an off-by-one error;Bodo Möller
2000-11-29Expand expspeed.c to make BN_kronecker timings.Bodo Möller
2000-11-26modular arithmeticsBodo Möller
2000-11-16More constification of the BN library.Richard Levitte
2000-11-07Handle BN_copy failure after successful BN_new.Bodo Möller
2000-11-07handle the case when BN_new returns NULLBodo Möller
2000-11-06Constify the BIGNUM routines a bit more. The only trouble were theRichard Levitte
2000-09-04Avoid abort() throughout the library, except when preprocessorBodo Möller
2000-08-04Changes needed for Tandem NSK, supplied by Scott Uroff (scott@xypro.com).Dr. Stephen Henson
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-02-26Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library.Ulf Möller
2000-02-05New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller
2000-02-03ispell (and minor modifications)Ulf Möller
2000-01-23Document the BN library.Ulf Möller
1999-07-30by request: let BN_dup(NULL) just return NULLBodo Möller
1999-06-20New functions CONF_load_bio() and CONF_load_fp() to load a configurationDr. Stephen Henson
1999-06-04Some constification and stacks that slipped through the cracks (how?).Ben Laurie
1999-05-20Bignum library bug fix. IRIX 6 passes "make test" now!Ulf Möller
1999-05-15OPENSSL_EXTERN, OPENSSL_GLOBALBodo Möller
1999-05-13VMS support.Ulf Möller
1999-04-23Work with -pedantic!Ben Laurie
1999-04-19Change functions to ANSI C.Ulf Möller
1999-04-17Massive constification.Ben Laurie
1999-04-15Fix a horrible BN bug in bn_expand2 which caused BN_add_word() et al to failDr. Stephen Henson