summaryrefslogtreecommitdiffstats
path: root/crypto/bn
AgeCommit message (Expand)Author
2008-09-15Port X931 key generation routines from FIPS branch. Don't include deprecatedDr. Stephen Henson
2008-09-15Compilation warning fix [from HEAD, "must have, as our Windows build doesAndy Polyakov
2008-09-14Some precautions to avoid potential security-relevant problems.Bodo Möller
2008-07-17darwin64-ppc-cc experimental line accidentally made it to stable:-(Andy Polyakov
2008-06-23avoid potential infinite loop in final reduction round of BN_GF2m_mod_arr()Bodo Möller
2008-05-02Avoid BN_MONT_CTX incompatibility.Bodo Möller
2008-05-01Unobtrusive backport of 32-bit x86 Montgomery improvements from 0.9.9-dev:Bodo Möller
2008-04-18bn_nist.c update from HEAD.Andy Polyakov
2008-04-01Fix fast reduction on NIST curves [from HEAD].Andy Polyakov
2008-02-27Make x86_64-mont.pl work with debug Win64 build [from HEAD].Andy Polyakov
2008-02-27fix BIGNUM flag handlingBodo Möller
2007-11-11Add x86_64-mont.pl [from HEAD].Andy Polyakov
2007-11-11Add framework for bn_mul_mont [from 098-fips].Andy Polyakov
2007-11-03Commit #16325 fixed one thing but broke DH with certain moduli [from HEAD].Andy Polyakov
2007-10-13Copy bn/asm/ia64.S from HEAD.Andy Polyakov
2007-09-18Minimize stack utilization in probable_prime [from HEAD].Andy Polyakov
2007-09-18Make sure that BN_from_montgomery keeps the BIGNUMS in proper formatBodo Möller
2007-09-07Integrate remaining parts of #14247 [from HEAD].Andy Polyakov
2007-07-08bn_mul_recursive doesn't handle all cases correctly, which results inAndy Polyakov
2007-07-04Fix warnings: C++ comments and computed value not used.Dr. Stephen Henson
2007-06-29bn_mont.c fix [from HEAD].Andy Polyakov
2007-06-11Privatize BN_*_no_branch [from HEAD].Andy Polyakov
2007-06-11Eliminate conditional final subtraction in Montgomery multiplicationAndy Polyakov
2007-04-19fix error codesBodo Möller
2007-04-19don't violate the bn_check_top assertion in BN_mod_inverse_no_branch()Bodo Möller
2007-03-28make BN_FLG_CONSTTIME semantics more fool-proofBodo Möller
2007-03-28Change to mitigate branch prediction attacksBodo Möller
2007-02-03Update from fips2 branch.Dr. Stephen Henson
2007-01-21Update from HEAD.Dr. Stephen Henson
2006-11-21Rebuild error file C source files.Dr. Stephen Henson
2006-09-18Ensure that the addition mods[i]+delta cannot overflow in probable_prime().Bodo Möller
2006-08-01Engage assembler in solaris64-x86_64-cc [backport from HEAD].Andy Polyakov
2006-06-16Another thread-safety fixBodo Möller
2006-06-14Thread-safety fixesBodo Möller
2006-05-04make updateDr. Stephen Henson
2006-02-08backport recent changes from the cvs headNils Larsch
2006-02-04Update filenames in makefilesDr. Stephen Henson
2006-01-13fix commentNils Larsch
2006-01-132 is a prime number ...Nils Larsch
2005-11-15crypto/bn/asm/sparcv8plus.S update from HEAD.Andy Polyakov
2005-11-11Fix possible race condition.Dr. Stephen Henson
2005-10-05Update from HEAD.Dr. Stephen Henson
2005-08-28fix warnings when building openssl with (gcc 3.3.1):Nils Larsch
2005-08-23avoid potential spurious BN_free()Bodo Möller
2005-08-20Avoid weak subgroups in Diffie Hellman.Ben Laurie
2005-08-043-4 times better RSA/DSA performance on WIN64A target [from HEAD].Andy Polyakov
2005-07-25fix BN_mod_word and give a more reasonable return value if an error occurredNils Larsch
2005-07-21set correct bn->top valueNils Larsch
2005-07-17bugfix: 0 - w (w != 0) is actually negativeNils Larsch
2005-07-03Bugfix for bn_div_words PPC assembler implementation [from HEAD].Andy Polyakov