index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bn
/
bn_exp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-1
/
+2
*
remove OPENSSL_FIPSAPI
Dr. Stephen Henson
2014-12-08
1
-1
/
+1
*
bn_exp.c: fix x86_64-specific crash with one-word modulus.
Andy Polyakov
2014-07-02
1
-1
/
+1
*
bn_exp.c: move check for AD*X to rsaz-avx2.pl.
Andy Polyakov
2014-06-27
1
-2
/
+1
*
bignum: fix boundary condition in montgomery logic
Geoff Thorpe
2014-04-30
1
-0
/
+3
*
bn/asm/x86_64-mont5.pl: add MULX/AD*X code path.
Andy Polyakov
2013-12-09
1
-8
/
+40
*
bn/bn_exp.c: prefer MULX/AD*X over AVX2.
Andy Polyakov
2013-10-09
1
-1
/
+2
*
Take RSAZ modules into build loop, add glue and engage.
Andy Polyakov
2013-07-05
1
-0
/
+37
*
bn/bn_exp.c: harmonize.
Andy Polyakov
2013-07-05
1
-19
/
+28
*
bn/bn_exp.c: Solaris-specific fix, T4 MONTMUL relies on alloca.
Andy Polyakov
2013-06-30
1
-0
/
+2
*
Optimize SPARC T4 MONTMUL support.
Andy Polyakov
2013-06-18
1
-29
/
+106
*
Ensure that x**0 mod 1 = 0.
Adam Langley
2013-06-04
1
-1
/
+8
*
crypto/bn/bn_exp.c: SPARC portability fix.
Andy Polyakov
2013-06-01
1
-4
/
+4
*
Support for SPARC T4 MONT[MUL|SQR] instructions.
Andy Polyakov
2012-11-17
1
-0
/
+105
*
bn_exp.c: fix corner case in new constant-time code.
Andy Polyakov
2011-10-29
1
-0
/
+5
*
bn_exp.c: further optimizations using more ideas from
Andy Polyakov
2011-10-17
1
-107
/
+81
*
Fix OPENSSL_BN_ASM_MONT5 for corner cases; add a test.
Bodo Möller
2011-10-13
1
-4
/
+18
*
bn_exp.c: improve portability.
Andy Polyakov
2011-08-27
1
-1
/
+6
*
This commit completes recent modular exponentiation optimizations on
Andy Polyakov
2011-08-12
1
-41
/
+149
*
Move all FIPSAPI renames into fips.h header file, include early in
Dr. Stephen Henson
2011-01-27
1
-5
/
+1
*
Redirect FIPS memory allocation to FIPS_malloc() routine, remove
Dr. Stephen Henson
2011-01-27
1
-0
/
+5
*
Submitted by: Peter Gutmann <pgut001@cs.auckland.ac.nz>
Dr. Stephen Henson
2009-06-17
1
-1
/
+2
*
Revert the size_t modifications from HEAD that had led to more
Geoff Thorpe
2008-11-12
1
-8
/
+5
*
size_tification.
Ben Laurie
2008-11-01
1
-5
/
+8
*
Change to mitigate branch prediction attacks
Bodo Möller
2007-03-28
1
-10
/
+10
*
Implement fixed-window exponentiation to mitigate hyper-threading
Bodo Möller
2005-05-16
1
-2
/
+242
*
Adjust various bignum functions to use BN_CTX for variables instead of
Geoff Thorpe
2004-03-25
1
-46
/
+38
*
Convert openssl code not to assume the deprecated form of BN_zero().
Geoff Thorpe
2004-03-14
1
-4
/
+8
*
Use the BN_is_odd() macro in place of code that (inconsistently) does much
Geoff Thorpe
2003-12-02
1
-5
/
+6
*
Put the first stage of my bignum debugging adventures into CVS. This code
Geoff Thorpe
2003-11-04
1
-0
/
+6
*
Fix some things that look like bugs.
Bodo Möller
2000-12-07
1
-4
/
+18
*
Move reduction step from BN_mod_exp to BN_mod_exp_mont_word.
Bodo Möller
2000-11-30
1
-5
/
+9
*
Handle special cases correctly in exponentation functions.
Bodo Möller
2000-11-30
1
-15
/
+16
*
BN_sqrt
Bodo Möller
2000-11-30
1
-8
/
+31
*
Improve BN_mod_inverse performance.
Bodo Möller
2000-11-29
1
-1
/
+1
*
Timings.
Bodo Möller
2000-11-28
1
-6
/
+19
*
modular arithmetics
Bodo Möller
2000-11-26
1
-31
/
+25
*
Constify the BIGNUM routines a bit more. The only trouble were the
Richard Levitte
2000-11-06
1
-7
/
+9
*
Merge the engine branch into the main trunk. All conflicts resolved.
Richard Levitte
2000-10-26
1
-205
/
+0
*
Actually comment out the parts of BN_MOD_MUL_WORD that I inteded to
Bodo Möller
2000-06-23
1
-1
/
+1
*
In BN_mod_exp_mont_word, avoid one application of BN_MOD_MUL_WORD,
Bodo Möller
2000-06-23
1
-14
/
+51
*
Use BN_CTX_end when exiting early from BN_mod_exp_mont_word because
Bodo Möller
2000-06-13
1
-0
/
+3
*
The atalla functionality doesn't work with the "word" version of
Geoff Thorpe
2000-06-13
1
-1
/
+1
*
Slightly faster DSA verification (BN_mod_exp2_mont),
Bodo Möller
2000-06-08
1
-52
/
+37
*
Use the equivalent of a sliding window (without precomputation
Bodo Möller
2000-06-08
1
-14
/
+93
*
Speed up DH with small generator.
Bodo Möller
2000-06-07
1
-45
/
+93
*
Add support for Compaq Atalla crypto accelerator.
Ben Laurie
2000-02-16
1
-0
/
+190
*
New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to access
Ulf Möller
2000-02-05
1
-19
/
+29
*
Some constification and stacks that slipped through the cracks (how?).
Ben Laurie
1999-06-05
1
-6
/
+9
*
Change functions to ANSI C.
Ulf Möller
1999-04-19
1
-37
/
+9
[next]