aboutsummaryrefslogtreecommitdiff
path: root/crypto/bn/bn_exp.c
AgeCommit message (Expand)AuthorFilesLines
2000-12-07Fix some things that look like bugs.Bodo Möller1-4/+18
2000-11-30Move reduction step from BN_mod_exp to BN_mod_exp_mont_word.Bodo Möller1-5/+9
2000-11-30Handle special cases correctly in exponentation functions.Bodo Möller1-15/+16
2000-11-30BN_sqrtBodo Möller1-8/+31
2000-11-29Improve BN_mod_inverse performance.Bodo Möller1-1/+1
2000-11-28Timings.Bodo Möller1-6/+19
2000-11-26modular arithmeticsBodo Möller1-31/+25
2000-11-06Constify the BIGNUM routines a bit more. The only trouble were theRichard Levitte1-7/+9
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte1-205/+0
2000-06-23Actually comment out the parts of BN_MOD_MUL_WORD that I inteded toBodo Möller1-1/+1
2000-06-23In BN_mod_exp_mont_word, avoid one application of BN_MOD_MUL_WORD,Bodo Möller1-14/+51
2000-06-13Use BN_CTX_end when exiting early from BN_mod_exp_mont_word becauseBodo Möller1-0/+3
2000-06-13The atalla functionality doesn't work with the "word" version ofGeoff Thorpe1-1/+1
2000-06-08Slightly faster DSA verification (BN_mod_exp2_mont),Bodo Möller1-52/+37
2000-06-08Use the equivalent of a sliding window (without precomputationBodo Möller1-14/+93
2000-06-07Speed up DH with small generator.Bodo Möller1-45/+93
2000-02-16Add support for Compaq Atalla crypto accelerator.Ben Laurie1-0/+190
2000-02-05New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller1-19/+29
1999-06-04Some constification and stacks that slipped through the cracks (how?).Ben Laurie1-6/+9
1999-04-19Change functions to ANSI C.Ulf Möller1-37/+9
1999-01-28Fixes to BN code. Previously the default was to define BN_RECURSIONMark J. Cox1-9/+14
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1-65/+81
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-12/+55
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+510