aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_gf2m.c
Commit message (Expand)AuthorAgeFilesLines
* Change callers to use the new constants.Rich Salz2016-08-101-1/+1
* Copyright consolidation 06/10Rich Salz2016-05-171-79/+9
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* BN_GF2m_mod_inv(): check bn_wexpand return valuePascal Cuoq2015-10-291-3/+6
* Fix memory leaks and other mistakes on errorsAlessandro Ghedini2015-10-231-1/+1
* 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
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-5/+5
* Add OSSL_NELEM macro.Dr. Stephen Henson2015-05-031-2/+2
* free null cleanup finaleRich Salz2015-05-011-10/+5
* remove malloc castsRich Salz2015-04-281-5/+5
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-965/+1142
* Further comment changes for reformat (master)Matt Caswell2015-01-221-1/+2
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* Remove fips_constseg references.Dr. Stephen Henson2014-12-081-1/+0
* don't shadowDr. Stephen Henson2012-03-301-3/+3
* bn/bn_gf2m.c: make new BN_GF2m_mod_inv work with BN_DEBUG_RAND.Andy Polyakov2012-03-291-2/+5
* Fix warning.Ben Laurie2011-12-131-1/+1
* Oops - ectest.c finds further problems beyond those exposed by bntext.cBodo Möller2011-10-131-0/+2
* Avoid failed assertion in BN_DEBUG buildsBodo Möller2011-10-131-0/+3
* Allow for dynamic base in Win64 FIPS module.Andy Polyakov2011-09-141-0/+1
* crypto/bn/bn_gf2m.c: make it work with BN_DEBUG.Andy Polyakov2011-09-051-3/+3
* Fix d2i_SSL_SESSION.Bodo Möller2011-09-051-1/+1
* PR: 2540Dr. Stephen Henson2011-06-221-0/+1
* ARM assembler pack: engage newly introduced armv4-gf2m module.Andy Polyakov2011-05-051-1/+4
* Fix warning of signed/unsigned comparison.Dr. Stephen Henson2011-05-051-1/+1
* bn_gf2m.c: optimized BN_GF2m_mod_inv delivers sometimes 2x of ECDSA sign.Andy Polyakov2011-05-041-16/+80
* Add ECDSA functionality to fips module. Initial very incomplete versionDr. Stephen Henson2011-02-141-0/+2
* New option to disable characteristic two fields in EC code.Dr. Stephen Henson2011-02-121-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