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
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Fix URLs mangled by reformat
Matt Caswell
2015-12-19
1
-1
/
+1
*
Fix a ** 0 mod 1 = 0 for real this time.
Emilia Kasper
2015-12-14
1
-8
/
+31
*
BN_mod_exp_mont_consttime: check for zero modulus.
Emilia Kasper
2015-08-31
1
-3
/
+4
*
Rearrange rsaz
Richard Levitte
2015-06-23
1
-7
/
+1
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
free null cleanup finale
Rich Salz
2015-05-01
1
-2
/
+1
*
free NULL cleanup 7
Rich Salz
2015-05-01
1
-3
/
+3
*
remove malloc casts
Rich Salz
2015-04-28
1
-2
/
+1
*
Fix error handling in bn_exp
Matt Caswell
2015-03-12
1
-2
/
+2
*
Re-align some comments after running the reformat script.
Matt Caswell
2015-01-22
1
-30
/
+30
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-1162
/
+1191
*
bn/bn_exp.c: make it indent-friendly.
Andy Polyakov
2015-01-22
1
-7
/
+7
*
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
[next]