summaryrefslogtreecommitdiff
path: root/crypto/bn/bn_exp2.c
Commit message (Expand)AuthorAgeFilesLines
* Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source filessteve2011-02-031-0/+2
* PR: 2295steve2010-10-111-1/+2
* Adjust various bignum functions to use BN_CTX for variables instead ofgeoff2004-03-251-28/+22
* Convert openssl code not to assume the deprecated form of BN_zero().geoff2004-03-131-2/+4
* Use the BN_is_odd() macro in place of code that (inconsistently) does muchgeoff2003-12-021-0/+1
* Put the first stage of my bignum debugging adventures into CVS. This codegeoff2003-11-041-0/+1
* Fix the recently introduced test that checks if the result is 0bodo2000-11-301-2/+2
* Handle special cases correctly in exponentation functions.bodo2000-11-301-7/+13
* BN_sqrtbodo2000-11-301-2/+8
* Constify the BIGNUM routines a bit more. The only trouble were thelevitte2000-11-061-3/+4
* Comment for increased code clarity.bodo2000-06-091-1/+1
* Slightly faster DSA verification (BN_mod_exp2_mont),bodo2000-06-081-128/+229
* New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessulf2000-02-051-4/+8
* ispell (and minor modifications)ulf2000-02-031-1/+1
* Change functions to ANSI C.ulf1999-04-191-9/+2
* Initial revisionrse1998-12-211-0/+202