index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bn
/
bn_nist.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Add OSSL_NELEM macro.
Dr. Stephen Henson
2015-05-03
1
-10
/
+10
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-966
/
+1119
*
Remove fips_constseg references.
Dr. Stephen Henson
2014-12-08
1
-20
/
+0
*
crypto/bn/bn_nist.c: bring original failing code back for reference.
Andy Polyakov
2014-09-30
1
-0
/
+11
*
crypto/bn/bn_nist.c: work around MSC ARM compiler bug.
Andy Polyakov
2014-09-25
1
-3
/
+3
*
bn_nist.c: work around clang 3.0 bug.
Andy Polyakov
2013-02-14
1
-12
/
+8
*
bn_nist.c: compensate for VC bug [with optimization off!].
Andy Polyakov
2012-07-02
1
-5
/
+10
*
bn_nist.c: make new optimized code dependent on BN_LLONG.
Andy Polyakov
2012-02-02
1
-1
/
+1
*
bn_nist.c: harmonize buf in BN_nist_mod_256 with other mod functions.
Andy Polyakov
2012-01-06
1
-13
/
+19
*
bn_nist.c: fix strict-aliasing compiler warning.
Andy Polyakov
2011-11-13
1
-33
/
+41
*
Allow for dynamic base in Win64 FIPS module.
Andy Polyakov
2011-09-14
1
-0
/
+20
*
bn_nist.c: fix shadowing warnings.
Andy Polyakov
2011-05-11
1
-173
/
+173
*
Optimized bn_nist.c. Performance improvement varies from one benchmark
Andy Polyakov
2011-05-09
1
-13
/
+263
*
After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMS
Richard Levitte
2011-03-19
1
-28
/
+36
*
New function BN_nist_mod_func which returns an appropriate function
Dr. Stephen Henson
2011-02-14
1
-0
/
+15
*
Fix "possible loss of data" Win64 compiler warnings.
Andy Polyakov
2008-12-29
1
-31
/
+31
*
Revert the size_t modifications from HEAD that had led to more
Geoff Thorpe
2008-11-12
1
-3
/
+2
*
size_tification.
Ben Laurie
2008-11-01
1
-2
/
+3
*
Fix argument order in BN_nnmod call and implement rigorous boundary
Andy Polyakov
2008-10-16
1
-10
/
+99
*
Remove redundant BN_ucmp, fix boundary condition in BN_nist_mod_224 and
Andy Polyakov
2008-10-15
1
-75
/
+44
*
Fix build warnings.
Geoff Thorpe
2008-09-15
1
-1
/
+0
*
Some precautions to avoid potential security-relevant problems.
Bodo Möller
2008-09-14
1
-49
/
+134
*
Add 64-bit support to BN_nist_mod_244 and engage BN_nist_mod_* on 64-bit
Andy Polyakov
2008-04-24
1
-6
/
+20
*
Takanori Yanagisawa has shown how to correctly use pre-computed values.
Andy Polyakov
2008-04-23
1
-231
/
+219
*
Resolve __DECC warning and keep disclaiming support for 16-bit platforms.
Andy Polyakov
2008-04-18
1
-69
/
+3
*
Fix remaining BN_nist_mod_*.
Andy Polyakov
2008-04-18
1
-106
/
+121
*
Clarifying comment.
Andy Polyakov
2008-04-09
1
-1
/
+9
*
Do BN_nist_mod_384 by the book, as cheating doesn't work. Other functions
Andy Polyakov
2008-04-09
1
-59
/
+63
*
Fix fast reduction on NIST curves (as well BN_NIST_ADD_ONE macro).
Andy Polyakov
2008-04-01
1
-96
/
+52
*
Brought forward from 0.9.8 - 64 bit warning fixes and fussy compiler fixes.
Ben Laurie
2005-06-29
1
-0
/
+6
*
Typo
Richard Levitte
2005-05-29
1
-2
/
+2
*
DEC C complains about bad subscript, but we know better, so let's shut it up.
Richard Levitte
2005-05-24
1
-0
/
+9
*
rewrite of bn_nist.c, disable support for some curves on 64 bit platforms
Nils Larsch
2005-05-03
1
-321
/
+231
*
Convert openssl code not to assume the deprecated form of BN_zero().
Geoff Thorpe
2004-03-14
1
-4
/
+16
*
Minimise the amount of code dependent on BN_DEBUG_RAND. In particular,
Geoff Thorpe
2004-03-09
1
-17
/
+0
*
Even though C specification explicitly says that constant type "stretches"
Andy Polyakov
2004-01-25
1
-13
/
+19
*
This is a revert of my previous commit to "improve" the declaration of
Geoff Thorpe
2003-11-05
1
-16
/
+15
*
typo in comment
Ulf Möller
2003-11-05
1
-1
/
+1
*
Put the first stage of my bignum debugging adventures into CVS. This code
Geoff Thorpe
2003-11-04
1
-10
/
+15
*
This is the least unacceptable way I've found for declaring the bignum data
Geoff Thorpe
2003-11-04
1
-15
/
+16
*
Some provisional bignum debugging has begun to detect inconsistent BIGNUM
Geoff Thorpe
2003-10-29
1
-1
/
+2
*
clean up new code for NIST primes
Bodo Möller
2002-10-28
1
-13
/
+28
*
fast reduction for NIST curves
Bodo Möller
2002-10-28
1
-0
/
+828