summaryrefslogtreecommitdiff
path: root/crypto/bn/bn_exp2.c
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-187/+178
* PR: 2295Dr. Stephen Henson2010-10-111-1/+2
* Adjust various bignum functions to use BN_CTX for variables instead ofGeoff Thorpe2004-03-251-28/+22
* Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe2004-03-131-2/+4
* Use the BN_is_odd() macro in place of code that (inconsistently) does muchGeoff Thorpe2003-12-021-0/+1
* Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe2003-11-041-0/+1
* Fix the recently introduced test that checks if the result is 0Bodo Möller2000-11-301-2/+2
* Handle special cases correctly in exponentation functions.Bodo Möller2000-11-301-7/+13
* BN_sqrtBodo Möller2000-11-301-2/+8
* Constify the BIGNUM routines a bit more. The only trouble were theRichard Levitte2000-11-061-3/+4
* Comment for increased code clarity.Bodo Möller2000-06-091-1/+1
* Slightly faster DSA verification (BN_mod_exp2_mont),Bodo Möller2000-06-081-128/+229
* New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller2000-02-051-4/+8
* ispell (and minor modifications)Ulf Möller2000-02-031-1/+1
* Change functions to ANSI C.Ulf Möller1999-04-191-9/+2
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1998-12-211-0/+202