summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_gf2m.c
AgeCommit message (Expand)Author
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Additional comment changes for reformat of 1.0.0Matt Caswell
2011-06-22PR: 2540Dr. Stephen Henson
2010-02-23Always check bn_wexpend() return values for failure (CVE-2009-3245).Bodo Möller
2008-06-23avoid potential infinite loop in final reduction round of BN_GF2m_mod_arr()Bodo Möller
2006-07-04Unsigned vs signed comparison warning.Andy Polyakov
2006-06-18Change array representation of binary polynomials to make GF2m part ofBodo Möller
2006-01-29add additional checks + cleanupNils Larsch
2005-12-16Eliminate warning induced by http://cvs.openssl.org/chngview?cn=14690 andAndy Polyakov
2005-04-26Fix various incorrect error function codes.Bodo Möller
2004-07-06Improve error handling if decompression of an ec point fails, and cleanupGeoff Thorpe
2004-03-13Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe
2004-01-25Even though C specification explicitly says that constant type "stretches"Andy Polyakov
2003-12-01Add missing bn_check_top()s to bn_gf2m.c and remove some miscellaneousGeoff Thorpe
2003-11-28Get rid of some signed/unsigned comparison warnings.Geoff Thorpe
2003-11-25Some changes for bn_gf2m.c: better error checking plus some minorGeoff Thorpe
2003-11-04Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe
2002-11-27Unused variable removed.Richard Levitte
2002-11-19Fix an unsigned/signed mismatch.Richard Levitte
2002-10-29'covenant HOWTO' (what to do about the Sun covenant if you modify the code)Bodo Möller
2002-08-27don't write beyond bufferBodo Möller
2002-08-07avoid SIGSEGVBodo Möller
2002-08-03oops, undo previous change (was just for testing)Bodo Möller
2002-08-03fix bn_expand2Bodo Möller
2002-08-03use bn_wexpand instead of bn_expand2 (the latter is not needed here,Bodo Möller
2002-08-02disable Sun divison algorithm by defaultBodo Möller
2002-08-02Binary field arithmetic contributed by Sun Microsystems.Bodo Möller