summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_nist.c
AgeCommit message (Expand)Author
2008-12-30Synchronize with bn_nist.c from HEAD.Andy Polyakov
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-04-18bn_nist.c update from HEAD.Andy Polyakov
2008-04-01Fix fast reduction on NIST curves [from HEAD].Andy Polyakov
2005-06-28Fix warnings.Ben Laurie
2005-05-29TypoRichard Levitte
2005-05-24DEC C complains about bad subscript, but we know better, so let's shut it up.Richard Levitte
2005-05-03rewrite of bn_nist.c, disable support for some curves on 64 bit platformsNils Larsch
2004-03-13Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe
2004-03-09Minimise the amount of code dependent on BN_DEBUG_RAND. In particular,Geoff Thorpe
2004-01-25Even though C specification explicitly says that constant type "stretches"Andy Polyakov
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-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
2002-10-28clean up new code for NIST primesBodo Möller
2002-10-28fast reduction for NIST curvesBodo Möller