aboutsummaryrefslogtreecommitdiff
path: root/crypto/ec/ecp_smpl.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Copyright consolidation 05/10Rich Salz1-55/+6
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
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-2/+2
2015-04-30free NULL cleanup 7Rich Salz1-30/+15
2015-04-11Fix memory leakRich Salz1-6/+3
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell1-25/+25
2015-01-22Re-align some comments after running the reformat script.Matt Caswell1-20/+20
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-1225/+1298
2015-01-22More commentsMatt Caswell1-3/+6
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell1-2/+3
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-4/+8
2014-12-08Implement internally opaque bn access from ecMatt Caswell1-155/+169
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson1-1/+1
2014-08-13Further improve/fix ec_GFp_simple_points_make_affine (ecp_smpl.c) andBodo Moeller1-2/+2
2014-08-01Simplify and fix ec_GFp_simple_points_make_affineBodo Moeller1-98/+76
2011-02-14Reorganise ECC code for inclusion in FIPS module.Dr. Stephen Henson1-369/+4
2011-01-24PR: 1612Dr. Stephen Henson1-0/+3
2011-01-19oops, revert mistakenly committed EC changesDr. Stephen Henson1-8/+3
2011-01-19Add additional parameter to dsa_builtin_paramgen to output the generatedDr. Stephen Henson1-3/+8
2006-03-13fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()Nils Larsch1-1/+2
2005-04-22- use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch1-1/+1
2004-07-16Using Horner's algorithm to evaluate the ec polynomialGeoff Thorpe1-32/+21
2004-07-06Improve error handling if decompression of an ec point fails, and cleanupGeoff Thorpe1-2/+5
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-3/+4
2003-02-06implement fast point multiplication with precomputationBodo Möller1-2/+3
2002-11-22add a commentBodo Möller1-0/+14
2002-11-20Make ec_GFp_simple_point_get_affine_coordinates() fasterBodo Möller1-25/+26
2002-11-04implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller1-1/+1
2002-08-02Change BN_mod_sqrt() so that it verifies that the input value isBodo Möller1-2/+1
2002-08-02Rename implementations of method functions so that they matchBodo Möller1-20/+22
2002-08-02add support for elliptic curves over binary fieldsBodo Möller1-0/+15
2002-06-10move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller1-0/+1
2002-05-23Make sure short aliases are used where required.Richard Levitte1-1/+1
2002-05-08Change internals of the EC library so that the functionsBodo Möller1-95/+0
2002-03-20New function EC_GROUP_check_discriminant().Bodo Möller1-45/+5
2002-03-18Fix bugs and typos.Bodo Möller1-1/+108
2001-05-14len is a size_t, which is an unsigned integer. Therefore, someRichard Levitte1-1/+1
2001-03-10More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo Möller1-17/+243
2001-03-08Fix ec_GFp_simple_cmp.Bodo Möller1-1/+6
2001-03-08Implement EC_GFp_mont_method.Bodo Möller1-2/+19
2001-03-08More method functions for elliptic curves,Bodo Möller1-135/+427
2001-03-08More 'TODO' items.Bodo Möller1-11/+70
2001-03-08More method functions for EC_GFp_simple_method.Bodo Möller1-45/+412
2001-03-07More method functions.Bodo Möller1-7/+161
2001-03-07Some actual method functions (not enough yet to use the EC library, though),Bodo Möller1-2/+511
2001-03-07The next bunch of vaporware.Bodo Möller1-4/+24
2001-03-07Implement dispatcher for EC_GROUP and EC_POINT method functions.Bodo Möller1-0/+11