aboutsummaryrefslogtreecommitdiff
path: root/crypto/ec/ecp_mont.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Copyright consolidation 06/10Rich Salz1-53/+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-04-30free NULL cleanup 7Rich Salz1-40/+20
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-236/+219
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson1-1/+1
2011-02-14Reorganise ECC code for inclusion in FIPS module.Dr. Stephen Henson1-3/+4
2005-04-26Fix various incorrect error function codes.Bodo Möller1-2/+2
2003-02-06implement fast point multiplication with precomputationBodo Möller1-2/+3
2002-11-18use consistent order of function definitionsBodo Möller1-60/+60
2002-08-02Rename implementations of method functions so that they matchBodo Möller1-8/+11
2002-08-02add support for elliptic curves over binary fieldsBodo Möller1-0/+9
2002-06-10move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller1-0/+1
2002-05-08Change internals of the EC library so that the functionsBodo Möller1-4/+0
2002-03-20New function EC_GROUP_check_discriminant().Bodo Möller1-1/+1
2002-03-18Fix bugs and typos.Bodo Möller1-0/+1
2001-03-10More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo Möller1-32/+87
2001-03-08Implement EC_GFp_mont_method.Bodo Möller1-16/+126
2001-03-08More method functions for elliptic curves,Bodo Möller1-2/+5
2001-03-08More 'TODO' items.Bodo Möller1-1/+5
2001-03-08More method functions for EC_GFp_simple_method.Bodo Möller1-1/+4
2001-03-07Some actual method functions (not enough yet to use the EC library, though),Bodo Möller1-3/+44
2001-03-07..._init functions are method-specific tooBodo Möller1-1/+1
2001-03-07Optimized EC_METHODs need specific 'set_curve' and 'free' functions.Bodo Möller1-3/+3
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
2001-03-05Add yet another (still empty) source code file that I forgot.Bodo Möller1-2/+0
2001-03-05Add more EC vaporware (empty source code files I missed in myBodo Möller1-0/+59