aboutsummaryrefslogtreecommitdiff
path: root/crypto/ec/ec2_smpl.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Copyright consolidation 06/10Rich Salz1-53/+9
2016-03-01Add default operations to EC_METHODDr. Stephen Henson1-2/+11
2016-02-28Add group_order_bits to EC_METHOD.Dr. Stephen Henson1-0/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-21RT3863 ECC: Add missing NULL check. Set a flagBilly Brumley1-0/+1
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-2/+2
2015-04-30free NULL cleanup 7Rich Salz1-22/+11
2015-01-22Re-align some comments after running the reformat script.Matt Caswell1-6/+6
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-588/+659
2015-01-22More commentsMatt Caswell1-1/+2
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-2/+4
2014-12-08Implement internally opaque bn access from ecMatt Caswell1-72/+88
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson1-1/+1
2011-10-26PR: 2632Dr. Stephen Henson1-1/+1
2011-02-14Reorganise ECC code for inclusion in FIPS module.Dr. Stephen Henson1-337/+4
2011-02-12New option to disable characteristic two fields in EC code.Dr. Stephen Henson1-0/+4
2011-01-24PR: 1612Dr. Stephen Henson1-0/+3
2011-01-19oops, revert mistakenly committed EC changesDr. Stephen Henson1-18/+1
2011-01-19Add additional parameter to dsa_builtin_paramgen to output the generatedDr. Stephen Henson1-1/+18
2010-02-23Always check bn_wexpend() return values for failure (CVE-2009-3245).Bodo Möller1-4/+4
2006-06-18Change array representation of binary polynomials to make GF2m part ofBodo Möller1-1/+3
2006-03-13fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()Nils Larsch1-1/+2
2005-11-15deFUDify: don't require OPENSSL_EC_BIN_PT_COMPBodo Möller1-18/+84
2005-04-22- use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch1-5/+5
2004-07-16Using Horner's algorithm to evaluate the ec polynomialGeoff Thorpe1-29/+20
2004-03-15Make sure we use unsigned constants, or come compilers may complain.Richard Levitte1-1/+1
2004-03-13Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe1-1/+2
2003-02-06implement fast point multiplication with precomputationBodo Möller1-3/+7
2003-01-21fix warningsBodo Möller1-4/+4
2002-11-23rename some functions to improve consistencyBodo Möller1-2/+2
2002-11-04implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller1-5/+5
2002-10-29Sun has agreed to removing the covenant language from most files.Bodo Möller1-13/+0
2002-10-28remove superfluous codeBodo Möller1-9/+7
2002-09-16make sure 'neg' flag (which does not really matter for GF(2^m), butBodo Möller1-0/+5
2002-08-26less specific interface for EC_GROUP_get_basis_typeBodo Möller1-1/+5
2002-08-02Rename implementations of method functions so that they matchBodo Möller1-14/+14
2002-08-02add support for elliptic curves over binary fieldsBodo Möller1-0/+980