aboutsummaryrefslogtreecommitdiff
path: root/crypto/bn/bn_exp2.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-25Adjust various bignum functions to use BN_CTX for variables instead ofGeoff Thorpe1-28/+22
2004-03-13Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe1-2/+4
2003-12-02Use the BN_is_odd() macro in place of code that (inconsistently) does muchGeoff Thorpe1-0/+1
2003-11-04Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe1-0/+1
2000-11-30Fix the recently introduced test that checks if the result is 0Bodo Möller1-2/+2
2000-11-30Handle special cases correctly in exponentation functions.Bodo Möller1-7/+13
2000-11-30BN_sqrtBodo Möller1-2/+8
2000-11-06Constify the BIGNUM routines a bit more. The only trouble were theRichard Levitte1-3/+4
2000-06-09Comment for increased code clarity.Bodo Möller1-1/+1
2000-06-08Slightly faster DSA verification (BN_mod_exp2_mont),Bodo Möller1-128/+229
2000-02-05New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller1-4/+8
2000-02-03ispell (and minor modifications)Ulf Möller1-1/+1
1999-04-19Change functions to ANSI C.Ulf Möller1-9/+2
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1-0/+202