summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_exp.c
AgeCommit message (Expand)Author
2014-09-04Ensure that x**0 mod 1 = 0.Adam Langley
2009-06-17Update from HEAD.Dr. Stephen Henson
2007-03-28Change to mitigate branch prediction attacksBodo Möller
2005-05-16Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller
2004-03-25Adjust various bignum functions to use BN_CTX for variables instead ofGeoff Thorpe
2004-03-13Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe
2003-12-02Use the BN_is_odd() macro in place of code that (inconsistently) does muchGeoff Thorpe
2003-11-04Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe
2000-12-07Fix some things that look like bugs.Bodo Möller
2000-11-30Move reduction step from BN_mod_exp to BN_mod_exp_mont_word.Bodo Möller
2000-11-30Handle special cases correctly in exponentation functions.Bodo Möller
2000-11-30BN_sqrtBodo Möller
2000-11-29Improve BN_mod_inverse performance.Bodo Möller
2000-11-28Timings.Bodo Möller
2000-11-26modular arithmeticsBodo Möller
2000-11-06Constify the BIGNUM routines a bit more. The only trouble were theRichard Levitte
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte
2000-06-23Actually comment out the parts of BN_MOD_MUL_WORD that I inteded toBodo Möller
2000-06-23In BN_mod_exp_mont_word, avoid one application of BN_MOD_MUL_WORD,Bodo Möller
2000-06-13Use BN_CTX_end when exiting early from BN_mod_exp_mont_word becauseBodo Möller
2000-06-13The atalla functionality doesn't work with the "word" version ofGeoff Thorpe
2000-06-08Slightly faster DSA verification (BN_mod_exp2_mont),Bodo Möller
2000-06-08Use the equivalent of a sliding window (without precomputationBodo Möller
2000-06-07Speed up DH with small generator.Bodo Möller
2000-02-16Add support for Compaq Atalla crypto accelerator.Ben Laurie
2000-02-05New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller
1999-06-04Some constification and stacks that slipped through the cracks (how?).Ben Laurie
1999-04-19Change functions to ANSI C.Ulf Möller
1999-01-28Fixes to BN code. Previously the default was to define BN_RECURSIONMark J. Cox
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall