summaryrefslogtreecommitdiff
path: root/crypto/bn/bn_gf2m.c
Commit message (Expand)AuthorAgeFilesLines
* bn/bn_gf2m.c: avoid infinite loop wich malformed ECParamters.Andy Polyakov2015-06-111-5/+10
* bn/bn_gf2m.c: appease STACK, unstable code detector.Andy Polyakov2015-05-241-2/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-963/+1142
* Additional comment changes for reformat of 1.0.2Matt Caswell2015-01-221-1/+2
* bn/bn_gf2m.c: make new BN_GF2m_mod_inv work with BN_DEBUG_RAND [from HEAD].Andy Polyakov2012-03-301-2/+5
* Fix warnings.Ben Laurie2011-12-021-1/+1
* BN update from HEAD.Andy Polyakov2011-11-141-17/+89
* PR: 2540Dr. Stephen Henson2011-06-221-0/+1
* Backport from HEAD:Dr. Stephen Henson2011-06-061-0/+3
* Always check bn_wexpend() return values for failure (CVE-2009-3245).Bodo Möller2010-02-231-1/+2
* avoid potential infinite loop in final reduction round of BN_GF2m_mod_arr()Bodo Möller2008-06-231-1/+5
* Unsigned vs signed comparison warning.Andy Polyakov2006-07-041-2/+1
* Change array representation of binary polynomials to make GF2m part ofBodo Möller2006-06-181-38/+39
* add additional checks + cleanupNils Larsch2006-01-291-1/+2
* Eliminate warning induced by http://cvs.openssl.org/chngview?cn=14690 andAndy Polyakov2005-12-161-62/+0
* Fix various incorrect error function codes.Bodo Möller2005-04-261-1/+1
* Improve error handling if decompression of an ec point fails, and cleanupGeoff Thorpe2004-07-061-1/+5
* Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe2004-03-131-8/+15
* Even though C specification explicitly says that constant type "stretches"Andy Polyakov2004-01-251-1/+1
* Add missing bn_check_top()s to bn_gf2m.c and remove some miscellaneousGeoff Thorpe2003-12-011-29/+70
* Get rid of some signed/unsigned comparison warnings.Geoff Thorpe2003-11-281-7/+14
* Some changes for bn_gf2m.c: better error checking plus some minorGeoff Thorpe2003-11-251-30/+48
* Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe2003-11-041-4/+21
* Unused variable removed.Richard Levitte2002-11-271-1/+1
* Fix an unsigned/signed mismatch.Richard Levitte2002-11-191-2/+3
* 'covenant HOWTO' (what to do about the Sun covenant if you modify the code)Bodo Möller2002-10-291-0/+7
* don't write beyond bufferBodo Möller2002-08-271-1/+5
* avoid SIGSEGVBodo Möller2002-08-071-3/+3
* oops, undo previous change (was just for testing)Bodo Möller2002-08-031-1/+1
* fix bn_expand2Bodo Möller2002-08-031-1/+1
* use bn_wexpand instead of bn_expand2 (the latter is not needed here,Bodo Möller2002-08-031-1/+1
* disable Sun divison algorithm by defaultBodo Möller2002-08-021-1/+1
* Binary field arithmetic contributed by Sun Microsystems.Bodo Möller2002-08-021-0/+984