aboutsummaryrefslogtreecommitdiff
path: root/crypto/bn/bn_gf2m.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-03Add RAND_priv_bytes() for private keysRich Salz1-1/+1
2017-06-26Change to check last return value of BN_CTX_getPaul Yang1-8/+6
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz1-11/+1
2016-08-10Change callers to use the new constants.Rich Salz1-1/+1
2016-05-17Copyright consolidation 06/10Rich Salz1-79/+9
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-10-29BN_GF2m_mod_inv(): check bn_wexpand return valuePascal Cuoq1-3/+6
2015-10-23Fix memory leaks and other mistakes on errorsAlessandro Ghedini1-1/+1
2015-06-11bn/bn_gf2m.c: avoid infinite loop wich malformed ECParamters.Andy Polyakov1-5/+10
2015-05-24bn/bn_gf2m.c: appease STACK, unstable code detector.Andy Polyakov1-2/+1
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-5/+5
2015-05-03Add OSSL_NELEM macro.Dr. Stephen Henson1-2/+2
2015-05-01free null cleanup finaleRich Salz1-10/+5
2015-04-28remove malloc castsRich Salz1-5/+5
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-965/+1142
2015-01-22Further comment changes for reformat (master)Matt Caswell1-1/+2
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson1-1/+1
2014-12-08Remove fips_constseg references.Dr. Stephen Henson1-1/+0
2012-03-30don't shadowDr. Stephen Henson1-3/+3
2012-03-29bn/bn_gf2m.c: make new BN_GF2m_mod_inv work with BN_DEBUG_RAND.Andy Polyakov1-2/+5
2011-12-13Fix warning.Ben Laurie1-1/+1
2011-10-13Oops - ectest.c finds further problems beyond those exposed by bntext.cBodo Möller1-0/+2
2011-10-13Avoid failed assertion in BN_DEBUG buildsBodo Möller1-0/+3
2011-09-14Allow for dynamic base in Win64 FIPS module.Andy Polyakov1-0/+1
2011-09-05crypto/bn/bn_gf2m.c: make it work with BN_DEBUG.Andy Polyakov1-3/+3
2011-09-05Fix d2i_SSL_SESSION.Bodo Möller1-1/+1
2011-06-22PR: 2540Dr. Stephen Henson1-0/+1
2011-05-05ARM assembler pack: engage newly introduced armv4-gf2m module.Andy Polyakov1-1/+4
2011-05-05Fix warning of signed/unsigned comparison.Dr. Stephen Henson1-1/+1
2011-05-04bn_gf2m.c: optimized BN_GF2m_mod_inv delivers sometimes 2x of ECDSA sign.Andy Polyakov1-16/+80
2011-02-14Add ECDSA functionality to fips module. Initial very incomplete versionDr. Stephen Henson1-0/+2
2011-02-12New option to disable characteristic two fields in EC code.Dr. Stephen Henson1-0/+3
2010-02-23Always check bn_wexpend() return values for failure (CVE-2009-3245).Bodo Möller1-1/+2
2008-06-23avoid potential infinite loop in final reduction round of BN_GF2m_mod_arr()Bodo Möller1-1/+5
2006-07-04Unsigned vs signed comparison warning.Andy Polyakov1-2/+1
2006-06-18Change array representation of binary polynomials to make GF2m part ofBodo Möller1-38/+39
2006-01-29add additional checks + cleanupNils Larsch1-1/+2
2005-12-16Eliminate warning induced by http://cvs.openssl.org/chngview?cn=14690 andAndy Polyakov1-62/+0
2005-04-26Fix various incorrect error function codes.Bodo Möller1-1/+1
2004-07-06Improve error handling if decompression of an ec point fails, and cleanupGeoff Thorpe1-1/+5
2004-03-13Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe1-8/+15
2004-01-25Even though C specification explicitly says that constant type "stretches"Andy Polyakov1-1/+1
2003-12-01Add missing bn_check_top()s to bn_gf2m.c and remove some miscellaneousGeoff Thorpe1-29/+70
2003-11-28Get rid of some signed/unsigned comparison warnings.Geoff Thorpe1-7/+14
2003-11-25Some changes for bn_gf2m.c: better error checking plus some minorGeoff Thorpe1-30/+48
2003-11-04Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe1-4/+21
2002-11-27Unused variable removed.Richard Levitte1-1/+1
2002-11-19Fix an unsigned/signed mismatch.Richard Levitte1-2/+3
2002-10-29'covenant HOWTO' (what to do about the Sun covenant if you modify the code)Bodo Möller1-0/+7