index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bn
/
bn_gf2m.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
BN_GF2m_mod_inv(): check bn_wexpand return value
Pascal Cuoq
2015-10-29
1
-3
/
+6
*
Fix memory leaks and other mistakes on errors
Alessandro Ghedini
2015-10-23
1
-1
/
+1
*
bn/bn_gf2m.c: avoid infinite loop wich malformed ECParamters.
Andy Polyakov
2015-06-11
1
-5
/
+10
*
bn/bn_gf2m.c: appease STACK, unstable code detector.
Andy Polyakov
2015-05-24
1
-2
/
+1
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-5
/
+5
*
Add OSSL_NELEM macro.
Dr. Stephen Henson
2015-05-03
1
-2
/
+2
*
free null cleanup finale
Rich Salz
2015-05-01
1
-10
/
+5
*
remove malloc casts
Rich Salz
2015-04-28
1
-5
/
+5
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-965
/
+1142
*
Further comment changes for reformat (master)
Matt Caswell
2015-01-22
1
-1
/
+2
*
remove OPENSSL_FIPSAPI
Dr. Stephen Henson
2014-12-08
1
-1
/
+1
*
Remove fips_constseg references.
Dr. Stephen Henson
2014-12-08
1
-1
/
+0
*
don't shadow
Dr. Stephen Henson
2012-03-30
1
-3
/
+3
*
bn/bn_gf2m.c: make new BN_GF2m_mod_inv work with BN_DEBUG_RAND.
Andy Polyakov
2012-03-29
1
-2
/
+5
*
Fix warning.
Ben Laurie
2011-12-13
1
-1
/
+1
*
Oops - ectest.c finds further problems beyond those exposed by bntext.c
Bodo Möller
2011-10-13
1
-0
/
+2
*
Avoid failed assertion in BN_DEBUG builds
Bodo Möller
2011-10-13
1
-0
/
+3
*
Allow for dynamic base in Win64 FIPS module.
Andy Polyakov
2011-09-14
1
-0
/
+1
*
crypto/bn/bn_gf2m.c: make it work with BN_DEBUG.
Andy Polyakov
2011-09-05
1
-3
/
+3
*
Fix d2i_SSL_SESSION.
Bodo Möller
2011-09-05
1
-1
/
+1
*
PR: 2540
Dr. Stephen Henson
2011-06-22
1
-0
/
+1
*
ARM assembler pack: engage newly introduced armv4-gf2m module.
Andy Polyakov
2011-05-05
1
-1
/
+4
*
Fix warning of signed/unsigned comparison.
Dr. Stephen Henson
2011-05-05
1
-1
/
+1
*
bn_gf2m.c: optimized BN_GF2m_mod_inv delivers sometimes 2x of ECDSA sign.
Andy Polyakov
2011-05-04
1
-16
/
+80
*
Add ECDSA functionality to fips module. Initial very incomplete version
Dr. Stephen Henson
2011-02-14
1
-0
/
+2
*
New option to disable characteristic two fields in EC code.
Dr. Stephen Henson
2011-02-12
1
-0
/
+3
*
Always check bn_wexpend() return values for failure (CVE-2009-3245).
Bodo Möller
2010-02-23
1
-1
/
+2
*
avoid potential infinite loop in final reduction round of BN_GF2m_mod_arr()
Bodo Möller
2008-06-23
1
-1
/
+5
*
Unsigned vs signed comparison warning.
Andy Polyakov
2006-07-04
1
-2
/
+1
*
Change array representation of binary polynomials to make GF2m part of
Bodo Möller
2006-06-19
1
-38
/
+39
*
add additional checks + cleanup
Nils Larsch
2006-01-30
1
-1
/
+2
*
Eliminate warning induced by http://cvs.openssl.org/chngview?cn=14690 and
Andy Polyakov
2005-12-16
1
-62
/
+0
*
Fix various incorrect error function codes.
Bodo Möller
2005-04-26
1
-1
/
+1
*
Improve error handling if decompression of an ec point fails, and cleanup
Geoff Thorpe
2004-07-06
1
-1
/
+5
*
Convert openssl code not to assume the deprecated form of BN_zero().
Geoff Thorpe
2004-03-14
1
-8
/
+15
*
Even though C specification explicitly says that constant type "stretches"
Andy Polyakov
2004-01-25
1
-1
/
+1
*
Add missing bn_check_top()s to bn_gf2m.c and remove some miscellaneous
Geoff Thorpe
2003-12-02
1
-29
/
+70
*
Get rid of some signed/unsigned comparison warnings.
Geoff Thorpe
2003-11-28
1
-7
/
+14
*
Some changes for bn_gf2m.c: better error checking plus some minor
Geoff Thorpe
2003-11-25
1
-30
/
+48
*
Put the first stage of my bignum debugging adventures into CVS. This code
Geoff Thorpe
2003-11-04
1
-4
/
+21
*
Unused variable removed.
Richard Levitte
2002-11-27
1
-1
/
+1
*
Fix an unsigned/signed mismatch.
Richard Levitte
2002-11-19
1
-2
/
+3
*
'covenant HOWTO' (what to do about the Sun covenant if you modify the code)
Bodo Möller
2002-10-29
1
-0
/
+7
*
don't write beyond buffer
Bodo Möller
2002-08-27
1
-1
/
+5
*
avoid SIGSEGV
Bodo Möller
2002-08-07
1
-3
/
+3
*
oops, undo previous change (was just for testing)
Bodo Möller
2002-08-03
1
-1
/
+1
*
fix bn_expand2
Bodo Möller
2002-08-03
1
-1
/
+1
*
use bn_wexpand instead of bn_expand2 (the latter is not needed here,
Bodo Möller
2002-08-03
1
-1
/
+1
[next]