aboutsummaryrefslogtreecommitdiff
path: root/crypto/bn/bn_nist.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-29Brought forward from 0.9.8 - 64 bit warning fixes and fussy compiler fixes.Ben Laurie1-0/+6
2005-05-29TypoRichard Levitte1-2/+2
2005-05-24DEC C complains about bad subscript, but we know better, so let's shut it up.Richard Levitte1-0/+9
2005-05-03rewrite of bn_nist.c, disable support for some curves on 64 bit platformsNils Larsch1-321/+231
2004-03-13Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe1-4/+16
2004-03-09Minimise the amount of code dependent on BN_DEBUG_RAND. In particular,Geoff Thorpe1-17/+0
2004-01-25Even though C specification explicitly says that constant type "stretches"Andy Polyakov1-13/+19
2003-11-05This is a revert of my previous commit to "improve" the declaration ofGeoff Thorpe1-16/+15
2003-11-05typo in commentUlf Möller1-1/+1
2003-11-04Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe1-10/+15
2003-11-04This is the least unacceptable way I've found for declaring the bignum dataGeoff Thorpe1-15/+16
2003-10-29Some provisional bignum debugging has begun to detect inconsistent BIGNUMGeoff Thorpe1-1/+2
2002-10-28clean up new code for NIST primesBodo Möller1-13/+28
2002-10-28fast reduction for NIST curvesBodo Möller1-0/+828