summaryrefslogtreecommitdiffstats
path: root/crypto/bn
AgeCommit message (Expand)Author
2004-03-17Variety of belt-tightenings in the bignum code. (Please help test this!)Geoff Thorpe
2004-03-13Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe
2004-03-13The efforts to eliminate the dual-representation of zero and to ensureGeoff Thorpe
2004-03-13Document a change I'd already made, and at the same time, correct theGeoff Thorpe
2004-03-09Minimise the amount of code dependent on BN_DEBUG_RAND. In particular,Geoff Thorpe
2004-03-09More changes coming out of the bignum auditing. BN_CTX_get() should ideallyGeoff Thorpe
2004-02-22When adding positive elements, we can use BN_uadd() instead of BN_add().Geoff Thorpe
2004-02-07Typo in crypto/bn/asm/x86_64.c, bn_div_words().Andy Polyakov
2004-01-30Typo in PA-RISC 2 rules in crypto/bn/Makefile.sslAndy Polyakov
2004-01-29HP/UX PA-RISC 2 targets update.Andy Polyakov
2004-01-28make updateRichard Levitte
2004-01-25Even though C specification explicitly says that constant type "stretches"Andy Polyakov
2003-12-27Use sh explicitely to run point.shRichard Levitte
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-12-06Add "dif" variable to clean up the loop implementations.Ulf Möller
2003-12-06Avoid segfault if ret==0.Ulf Möller
2003-12-02Incremental cleanups to bn_lib.c.Geoff Thorpe
2003-12-02Use the BN_is_odd() macro in place of code that (inconsistently) does muchGeoff 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-12-01Add missing bn_check_top()s to bn_kron.c, remove some miscellaneousGeoff Thorpe
2003-12-01Add missing bn_check_top()s to bn_gf2m.c and remove some miscellaneousGeoff Thorpe
2003-12-01The bn_set_max() macro is only "used" by the bn_set_[low|high]() macrosGeoff Thorpe
2003-12-01bn_fix_top() exists for compatibility's sake and is mapped toGeoff Thorpe
2003-11-30If BN_STRICT is defined, don't accept an ambiguous representation of zeroGeoff Thorpe
2003-11-30Improve a couple of the bignum macros. Note, this doesn't eliminateGeoff Thorpe
2003-11-30Make BN_DEBUG_RAND less painfully slow by only consuming one byte ofGeoff Thorpe
2003-11-29This improves the placement of check_top() macros in a couple of bn_libGeoff Thorpe
2003-11-28Get rid of some signed/unsigned comparison warnings.Geoff Thorpe
2003-11-28Netware-specific changes,Richard Levitte
2003-11-25Due to recent debugging bursts, openssl should be more or less solidGeoff Thorpe
2003-11-25Fix some handling in bn_word. This also resolves the issues observed inGeoff Thorpe
2003-11-25Some changes for bn_gf2m.c: better error checking plus some minorGeoff Thorpe
2003-11-22BN_div() cleanup: replace the use of BN_sub and BN_add with bn_sub_wordsGeoff Thorpe
2003-11-15BN_set_bit() etc should use "unsigned int".Ulf Möller
2003-11-13This rewrites two "for" loops in BN_rshift() - equality with zero isGeoff Thorpe
2003-11-06This extends the debugging macros to use "pollution" duringGeoff Thorpe
2003-11-06Add debug-screening of input parameters to some functions I'd missedGeoff Thorpe
2003-11-06Put more debug screening in BN_div() and correct a comment.Geoff Thorpe
2003-11-05This is a revert of my previous commit to "improve" the declaration ofGeoff Thorpe
2003-11-05typo in commentUlf Möller
2003-11-05cleanup as discussed with GeoffUlf Möller
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-31bn_div() does some pretty nasty things with temporary variables,Geoff Thorpe
2003-10-30When a BN_CTX is used for temporary workspace, the variables are sometimesGeoff Thorpe
2003-10-30This fixes a couple of cases where an inconsistent BIGNUM could be passed asGeoff 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
2003-10-29BN_CTX is opaque and the static initialiser BN_CTX_init() is not usedGeoff Thorpe