index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bn
/
bn_mont.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Remove BN_init
Rich Salz
2015-11-30
1
-4
/
+4
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-1
/
+1
*
Check for 0 modulus in BN_MONT_CTX_set
Matt Caswell
2015-08-11
1
-0
/
+3
*
Clear BN-mont values when free'ing it.
Loganaden Velvindron
2015-07-31
1
-3
/
+3
*
Some cleanups for crypto/bn
Rich Salz
2015-07-22
1
-1
/
+3
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
memset, memcpy, sizeof consistency fixes
Rich Salz
2015-05-06
1
-1
/
+1
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-1
/
+1
*
remove malloc casts
Rich Salz
2015-04-28
1
-1
/
+1
*
Use memset in bn_mont
Rich Salz
2015-02-05
1
-5
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-345
/
+383
*
RT3548: Remove some unsupported platforms.
Rich Salz
2015-01-12
1
-15
/
+0
*
remove OPENSSL_FIPSAPI
Dr. Stephen Henson
2014-12-08
1
-1
/
+1
*
RT2163: Remove some unneeded #include's
Doug Goldstein
2014-08-18
1
-4
/
+0
*
bignum: allow concurrent BN_MONT_CTX_set_locked()
Geoff Thorpe
2014-05-06
1
-20
/
+26
*
bn_mont.c: get corner cases right in updated BN_from_montgomery_word.
Andy Polyakov
2011-10-18
1
-6
/
+6
*
bn_mont.c: simplify BN_from_montgomery_word.
Andy Polyakov
2011-10-17
1
-84
/
+26
*
After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMS
Richard Levitte
2011-03-19
1
-1
/
+1
*
Move all FIPSAPI renames into fips.h header file, include early in
Dr. Stephen Henson
2011-01-27
1
-4
/
+0
*
Update source files to handle new FIPS_lock() location. Add FIPS_lock()
Dr. Stephen Henson
2011-01-27
1
-0
/
+4
*
Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just refer
Dr. Stephen Henson
2011-01-27
1
-1
/
+1
*
use FIPSEVP in some bn and rsa files
Dr. Stephen Henson
2011-01-27
1
-0
/
+2
*
Clarifying comment.
Bodo Möller
2008-05-02
1
-0
/
+5
*
Montgomery-related minor cleanups/documentation
Bodo Möller
2008-05-01
1
-0
/
+1
*
fix BIGNUM flag handling
Bodo Möller
2008-02-27
1
-0
/
+1
*
Make sure that BN_from_montgomery keeps the BIGNUMS in proper format
Bodo Möller
2007-09-18
1
-0
/
+2
*
Latest bn_mont.c modification broke ECDSA test. I've got math wrong, which
Andy Polyakov
2007-06-29
1
-26
/
+20
*
Commentary updates and minor optimization for bn_mont.c.
Andy Polyakov
2007-06-11
1
-7
/
+13
*
Eliminate conditional final subtraction in Montgomery multiplication.
Andy Polyakov
2007-06-10
1
-7
/
+54
*
another thread-safety fix
Bodo Möller
2006-06-16
1
-6
/
+8
*
Thread-safety fixes
Bodo Möller
2006-06-14
1
-10
/
+75
*
Update from stable branch.
Dr. Stephen Henson
2005-11-11
1
-6
/
+6
*
Eliminate gcc warning in bn_mont.c.
Andy Polyakov
2005-10-22
1
-2
/
+2
*
Change bn_mul_mont declaration and BN_MONT_CTX. Update CHANGES.
Andy Polyakov
2005-10-22
1
-6
/
+42
*
Refine logic in bn_mont.c and eliminate redundant BN_CTX pulls.
Andy Polyakov
2005-10-06
1
-32
/
+55
*
Leave the decision to call/implement bn_sqr_mont to assembler developer.
Andy Polyakov
2005-10-06
1
-8
/
+7
*
Add reference implementation for bn_[mul|sqr]_mont, new candidates for
Andy Polyakov
2005-10-04
1
-0
/
+16
*
set correct bn->top value
Nils Larsch
2005-07-22
1
-1
/
+1
*
Port BN_MONT_CTX_set_locked() from stable branch.
Dr. Stephen Henson
2005-04-27
1
-0
/
+18
*
Add lots of checks for memory allocation failure, error codes to indicate
Dr. Stephen Henson
2004-12-05
1
-1
/
+1
*
Adjust various bignum functions to use BN_CTX for variables instead of
Geoff Thorpe
2004-03-25
1
-17
/
+18
*
Convert openssl code not to assume the deprecated form of BN_zero().
Geoff Thorpe
2004-03-14
1
-3
/
+3
*
Put the first stage of my bignum debugging adventures into CVS. This code
Geoff Thorpe
2003-11-04
1
-1
/
+3
*
Check the return values where memory allocation failures may happen.
Richard Levitte
2002-05-30
1
-3
/
+3
*
Implement EC_GFp_mont_method.
Bodo Möller
2001-03-08
1
-3
/
+3
*
Fix some things that look like bugs.
Bodo Möller
2000-12-07
1
-19
/
+25
*
More constification of the BN library.
Richard Levitte
2000-11-16
1
-2
/
+2
*
Make Rijndael work! Those long flights have some good points.
Ben Laurie
2000-11-12
1
-1
/
+1
*
tmp2 is not used in BN_mod_mul_montgomery.
Bodo Möller
2000-11-09
1
-4
/
+1
[next]